:root{font-family:Nunito,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{font-family:Nunito,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}body{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:url(/fonts/Nunito-Regular.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:600;src:url(/fonts/Nunito-SemiBold.ttf) format("truetype")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;src:url(/fonts/Nunito-Bold.ttf) format("truetype")}.body-login{display:grid;place-items:center;margin:0;height:100vh;padding:0 24px;background-image:url(/svg/sun-tornado.svg);background-repeat:no-repeat;background-size:cover}.body-login .login{position:fixed;z-index:3;top:50%;left:50%;translate:-50% -50%;width:90%;padding:44px 30px;border-radius:1.25rem;background-color:#fff;text-align:center;display:flex;flex-direction:column;gap:40px}.body-login .login>h2{font-size:36px;font-weight:600;margin:0 0 30px}.body-login .login>h3{color:#00000061;margin:0 0 6px;font-weight:500;font-size:1rem}.body-login .login img.logo-login{min-height:120px;width:400px;object-fit:contain;margin-top:15px}@media (width >= 500px){.body-login{padding:0}.login{width:70%!important}}@media (width >= 680px){.login{top:0!important;right:0!important;left:auto!important;translate:0 0!important;margin:0!important;height:100%!important;width:30%!important;border-radius:0!important}}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger{background:#fff!important}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger{background:#0000001f!important}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger:hover{background:#ccc!important;transition:.3s}.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger .anticon.anticon-right,.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-has-trigger .ant-layout-sider-trigger .anticon.anticon-left{color:#000}.ant-breadcrumb ol{align-items:center}.ant-spin-nested-loading{height:100%}.ant-spin-nested-loading .ant-spin-container{height:100%!important}.w-100-updload-button .ant-upload.ant-upload-select{width:100%}@media only screen and (max-width: 768px){.ant-layout{position:relative;overflow:hidden;min-width:100vw}}.mt-r-10{margin-top:0}@media only screen and (max-width: 768px){.mt-r-10{margin-top:10px}.w-r-100{width:100%}}.card-selected{background-color:#e6f7ff;box-shadow:0 0 0 2px #e6f7ff;transition:all .3s ease 0s}.download-btn{position:absolute;top:10px;right:10px;z-index:10;border:1px solid #eee;background:#04152a;color:#fff;padding:10px 20px;border-radius:5px;font-weight:700;cursor:pointer}.bg-red{background:#ffcdd2!important}.bg-blue{background:#c5cae9!important}.bg-yellow{background:#ffe4b5!important}.text-white{color:#fff!important}.text-bold{font-weight:700!important}.negativo{color:red}.puntero{cursor:pointer}.body-loading *,.body-loading *:after,.body-loading *:before{box-sizing:border-box;transform-style:preserve-3d}.body-loading{display:grid;place-items:center;min-height:100vh}:root{--size-loading: 120;--coefficient-loading: 1px;--timeline-loading: 2.6s;--delay-loading: .65s;--rotation-y-loading: -24;--rotation-x-loading: 28;--color-one: #3a0ca3;--color-two: #4361ee;--color-three: #4cc9f0}.scene{position:relative;transform:translateZ(100vmin) rotateX(calc(var(--rotation-y-loading, 0) * 1deg)) rotateY(calc(var(--rotation-x-loading, 0) * 1deg)) rotateX(0)}@keyframes scale{0%,10%{transform:scaleX(1) scaleY(1)}35%,to{transform:scaleX(.5) scaleY(.5)}}.shadow{width:calc(var(--size-loading) * var(--coefficient-loading));position:absolute;bottom:0;aspect-ratio:1;transform-origin:50% 50%;background:#1980e633;transform:rotateX(90deg) translateZ(calc(var(--size-loading) * var(--coefficient-loading) * -.5 - 1px)) scale(.96);animation:squish-squosh var(--timeline-loading) var(--delay-loading) infinite,fade var(--timeline-loading) var(--delay-loading) infinite;background:#000}.loader{--depth: var(--size-loading);--color: var(--color-one, #8338EC);width:calc(var(--depth) * var(--coefficient-loading));aspect-ratio:1;transform-origin:50% 50%;animation:squish-squosh var(--timeline-loading) var(--delay-loading) infinite}.spinner{animation:spin var(--timeline-loading) var(--delay-loading) infinite}.jumper{animation:jump var(--timeline-loading) var(--delay-loading) infinite}@keyframes squish-squosh{0%,50%,60%{scale:1 1 1}10%,35%{scale:1.2 .8 1.2}25%{scale:.8 1.2 .8}70%{scale:1 1 2}80%{scale:2 1 2}90%,to{scale:2 2 2}}@keyframes fade{0%,10%,40%,50%,60%,to{opacity:1}25%{opacity:.5}}@keyframes spin{0%,10%{rotate:0deg}30%,to{rotate:-360deg}}@keyframes jump{0%,10%,35%,50%{translate:0 0}25%{translate:0 -150%}}.cuboid{width:100%;height:100%;position:relative}.cuboid__side{background:var(--color);position:absolute}.cuboid__side:nth-of-type(1){--b: 1.1;height:calc(var(--depth, 20) * var(--coefficient-loading));width:100%;top:0;transform:translateY(-50%) rotateX(90deg)}.cuboid__side:nth-of-type(2){--b: .9;--color: var(--color-three, #FF006E);height:100%;width:calc(var(--depth, 20) * var(--coefficient-loading));top:50%;right:0;transform:translate(50%,-50%) rotateY(90deg)}.cuboid__side:nth-of-type(3){--b: 1;width:100%;height:calc(var(--depth, 20) * var(--coefficient-loading));bottom:0;transform:translateY(50%) rotateX(90deg)}.cuboid__side:nth-of-type(4){--b: 1;--color: var(--color-three, #FF006E);height:100%;width:calc(var(--depth, 20) * var(--coefficient-loading));left:0;top:50%;transform:translate(-50%,-50%) rotateY(90deg)}.cuboid__side:nth-of-type(5){--b: 1;--color: var(--color-two, #3A86EF);height:100%;width:100%;transform:translateZ(calc(var(--depth, 20) * var(--coefficient-loading) * .5));top:0;left:0}.cuboid__side:nth-of-type(6){--b: 1.2;height:100%;width:100%;transform:translateZ(calc(var(--depth, 20) * var(--coefficient-loading) * -.5)) rotateY(180deg);top:0;left:0}.hover-scale{transition:all .3s ease-in-out}.hover-scale:hover{transform:scale(1.3)}.h-10{height:10%}.h-10v{height:10vh}.w-10{width:10%}.w-10v{width:10vw}.min-w-10p{min-width:10%}.h-20{height:20%}.h-20v{height:20vh}.w-20{width:20%}.w-20v{width:20vw}.min-w-20p{min-width:20%}.h-30{height:30%}.h-30v{height:30vh}.w-30{width:30%}.w-30v{width:30vw}.min-w-30p{min-width:30%}.h-40{height:40%}.h-40v{height:40vh}.w-40{width:40%}.w-40v{width:40vw}.min-w-40p{min-width:40%}.h-50{height:50%}.h-50v{height:50vh}.w-50{width:50%}.w-50v{width:50vw}.min-w-50p{min-width:50%}.h-60{height:60%}.h-60v{height:60vh}.w-60{width:60%}.w-60v{width:60vw}.min-w-60p{min-width:60%}.h-70{height:70%}.h-70v{height:70vh}.w-70{width:70%}.w-70v{width:70vw}.min-w-70p{min-width:70%}.h-80{height:80%}.h-80v{height:80vh}.w-80{width:80%}.w-80v{width:80vw}.min-w-80p{min-width:80%}.h-90{height:90%}.h-90v{height:90vh}.w-90{width:90%}.w-90v{width:90vw}.min-w-90p{min-width:90%}.h-100{height:100%}.h-100v{height:100vh}.w-100{width:100%}.w-100v{width:100vw}.min-w-100p{min-width:100%}.h-10p{height:10px}.h-20p{height:20px}.h-30p{height:30px}.h-40p{height:40px}.h-50p{height:50px}.h-60p{height:60px}.h-70p{height:70px}.h-80p{height:80px}.h-90p{height:90px}.h-100p{height:100px}.h-110p{height:110px}.h-120p{height:120px}.h-130p{height:130px}.h-140p{height:140px}.h-150p{height:150px}.h-160p{height:160px}.h-170p{height:170px}.h-180p{height:180px}.h-190p{height:190px}.h-200p{height:200px}.h-210p{height:210px}.h-220p{height:220px}.h-230p{height:230px}.h-240p{height:240px}.h-250p{height:250px}.h-260p{height:260px}.h-270p{height:270px}.h-280p{height:280px}.h-290p{height:290px}.h-300p{height:300px}.h-310p{height:310px}.h-320p{height:320px}.h-330p{height:330px}.h-340p{height:340px}.h-350p{height:350px}.h-360p{height:360px}.h-370p{height:370px}.h-380p{height:380px}.h-390p{height:390px}.h-400p{height:400px}.h-410p{height:410px}.h-420p{height:420px}.h-430p{height:430px}.h-440p{height:440px}.h-450p{height:450px}.h-460p{height:460px}.h-470p{height:470px}.h-480p{height:480px}.h-490p{height:490px}.h-500p{height:500px}.h-510p{height:510px}.h-520p{height:520px}.h-530p{height:530px}.h-540p{height:540px}.h-550p{height:550px}.h-560p{height:560px}.h-570p{height:570px}.h-580p{height:580px}.h-590p{height:590px}.h-600p{height:600px}.h-610p{height:610px}.h-620p{height:620px}.h-630p{height:630px}.h-640p{height:640px}.h-650p{height:650px}.h-660p{height:660px}.h-670p{height:670px}.h-680p{height:680px}.h-690p{height:690px}.h-700p{height:700px}.h-710p{height:710px}.h-720p{height:720px}.h-730p{height:730px}.h-740p{height:740px}.h-750p{height:750px}.h-760p{height:760px}.h-770p{height:770px}.h-780p{height:780px}.h-790p{height:790px}.h-800p{height:800px}.h-810p{height:810px}.h-820p{height:820px}.h-830p{height:830px}.h-840p{height:840px}.h-850p{height:850px}.h-860p{height:860px}.h-870p{height:870px}.h-880p{height:880px}.h-890p{height:890px}.h-900p{height:900px}.h-910p{height:910px}.h-920p{height:920px}.h-930p{height:930px}.h-940p{height:940px}.h-950p{height:950px}.h-960p{height:960px}.h-970p{height:970px}.h-980p{height:980px}.h-990p{height:990px}.h-1000p{height:1000px}.min-h-10{min-height:10px}.min-w-10{min-width:10px}.min-h-20{min-height:20px}.min-w-20{min-width:20px}.min-h-30{min-height:30px}.min-w-30{min-width:30px}.min-h-40{min-height:40px}.min-w-40{min-width:40px}.min-h-50{min-height:50px}.min-w-50{min-width:50px}.min-h-60{min-height:60px}.min-w-60{min-width:60px}.min-h-70{min-height:70px}.min-w-70{min-width:70px}.min-h-80{min-height:80px}.min-w-80{min-width:80px}.min-h-90{min-height:90px}.min-w-90{min-width:90px}.min-h-100{min-height:100px}.min-w-100{min-width:100px}.min-h-110{min-height:110px}.min-w-110{min-width:110px}.min-h-120{min-height:120px}.min-w-120{min-width:120px}.min-h-130{min-height:130px}.min-w-130{min-width:130px}.min-h-140{min-height:140px}.min-w-140{min-width:140px}.min-h-150{min-height:150px}.min-w-150{min-width:150px}.min-h-160{min-height:160px}.min-w-160{min-width:160px}.min-h-170{min-height:170px}.min-w-170{min-width:170px}.min-h-180{min-height:180px}.min-w-180{min-width:180px}.min-h-190{min-height:190px}.min-w-190{min-width:190px}.min-h-200{min-height:200px}.min-w-200{min-width:200px}.min-h-210{min-height:210px}.min-w-210{min-width:210px}.min-h-220{min-height:220px}.min-w-220{min-width:220px}.min-h-230{min-height:230px}.min-w-230{min-width:230px}.min-h-240{min-height:240px}.min-w-240{min-width:240px}.min-h-250{min-height:250px}.min-w-250{min-width:250px}.min-h-260{min-height:260px}.min-w-260{min-width:260px}.min-h-270{min-height:270px}.min-w-270{min-width:270px}.min-h-280{min-height:280px}.min-w-280{min-width:280px}.min-h-290{min-height:290px}.min-w-290{min-width:290px}.min-h-300{min-height:300px}.min-w-300{min-width:300px}.min-h-310{min-height:310px}.min-w-310{min-width:310px}.min-h-320{min-height:320px}.min-w-320{min-width:320px}.min-h-330{min-height:330px}.min-w-330{min-width:330px}.min-h-340{min-height:340px}.min-w-340{min-width:340px}.min-h-350{min-height:350px}.min-w-350{min-width:350px}.min-h-360{min-height:360px}.min-w-360{min-width:360px}.min-h-370{min-height:370px}.min-w-370{min-width:370px}.min-h-380{min-height:380px}.min-w-380{min-width:380px}.min-h-390{min-height:390px}.min-w-390{min-width:390px}.min-h-400{min-height:400px}.min-w-400{min-width:400px}.min-h-410{min-height:410px}.min-w-410{min-width:410px}.min-h-420{min-height:420px}.min-w-420{min-width:420px}.min-h-430{min-height:430px}.min-w-430{min-width:430px}.min-h-440{min-height:440px}.min-w-440{min-width:440px}.min-h-450{min-height:450px}.min-w-450{min-width:450px}.min-h-460{min-height:460px}.min-w-460{min-width:460px}.min-h-470{min-height:470px}.min-w-470{min-width:470px}.min-h-480{min-height:480px}.min-w-480{min-width:480px}.min-h-490{min-height:490px}.min-w-490{min-width:490px}.min-h-500{min-height:500px}.min-w-500{min-width:500px}.min-h-510{min-height:510px}.min-w-510{min-width:510px}.min-h-520{min-height:520px}.min-w-520{min-width:520px}.min-h-530{min-height:530px}.min-w-530{min-width:530px}.min-h-540{min-height:540px}.min-w-540{min-width:540px}.min-h-550{min-height:550px}.min-w-550{min-width:550px}.min-h-560{min-height:560px}.min-w-560{min-width:560px}.min-h-570{min-height:570px}.min-w-570{min-width:570px}.min-h-580{min-height:580px}.min-w-580{min-width:580px}.min-h-590{min-height:590px}.min-w-590{min-width:590px}.min-h-600{min-height:600px}.min-w-600{min-width:600px}.min-h-610{min-height:610px}.min-w-610{min-width:610px}.min-h-620{min-height:620px}.min-w-620{min-width:620px}.min-h-630{min-height:630px}.min-w-630{min-width:630px}.min-h-640{min-height:640px}.min-w-640{min-width:640px}.min-h-650{min-height:650px}.min-w-650{min-width:650px}.min-h-660{min-height:660px}.min-w-660{min-width:660px}.min-h-670{min-height:670px}.min-w-670{min-width:670px}.min-h-680{min-height:680px}.min-w-680{min-width:680px}.min-h-690{min-height:690px}.min-w-690{min-width:690px}.min-h-700{min-height:700px}.min-w-700{min-width:700px}.min-h-710{min-height:710px}.min-w-710{min-width:710px}.min-h-720{min-height:720px}.min-w-720{min-width:720px}.min-h-730{min-height:730px}.min-w-730{min-width:730px}.min-h-740{min-height:740px}.min-w-740{min-width:740px}.min-h-750{min-height:750px}.min-w-750{min-width:750px}.min-h-760{min-height:760px}.min-w-760{min-width:760px}.min-h-770{min-height:770px}.min-w-770{min-width:770px}.min-h-780{min-height:780px}.min-w-780{min-width:780px}.min-h-790{min-height:790px}.min-w-790{min-width:790px}.min-h-800{min-height:800px}.min-w-800{min-width:800px}.min-h-810{min-height:810px}.min-w-810{min-width:810px}.min-h-820{min-height:820px}.min-w-820{min-width:820px}.min-h-830{min-height:830px}.min-w-830{min-width:830px}.min-h-840{min-height:840px}.min-w-840{min-width:840px}.min-h-850{min-height:850px}.min-w-850{min-width:850px}.min-h-860{min-height:860px}.min-w-860{min-width:860px}.min-h-870{min-height:870px}.min-w-870{min-width:870px}.min-h-880{min-height:880px}.min-w-880{min-width:880px}.min-h-890{min-height:890px}.min-w-890{min-width:890px}.min-h-900{min-height:900px}.min-w-900{min-width:900px}.min-h-910{min-height:910px}.min-w-910{min-width:910px}.min-h-920{min-height:920px}.min-w-920{min-width:920px}.min-h-930{min-height:930px}.min-w-930{min-width:930px}.min-h-940{min-height:940px}.min-w-940{min-width:940px}.min-h-950{min-height:950px}.min-w-950{min-width:950px}.min-h-960{min-height:960px}.min-w-960{min-width:960px}.min-h-970{min-height:970px}.min-w-970{min-width:970px}.min-h-980{min-height:980px}.min-w-980{min-width:980px}.min-h-990{min-height:990px}.min-w-990{min-width:990px}.min-h-1000{min-height:1000px}.min-w-1000{min-width:1000px}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.justify-start{justify-content:flex-start}.align-start{align-items:flex-start}.align-center{align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-center-row{display:flex;flex-direction:row;justify-content:center;align-items:center}.flex-right{display:flex;justify-content:flex-end;align-items:flex-end}.gap-10{gap:10px}.gap-20{gap:20px}.gap-30{gap:30px}.gap-40{gap:40px}.gap-50{gap:50px}.gap-60{gap:60px}.gap-70{gap:70px}.gap-80{gap:80px}.gap-90{gap:90px}.gap-100{gap:100px}.m-10{margin:10px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.mb--10{margin-bottom:-10px}.mx-10{margin:0 10px}.my-10{margin:10px 0}.p-10{padding:10px}.py-10{padding-top:10px;padding-bottom:10px}.px-10{padding-left:10px;padding-right:10px}.m-20{margin:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mb--20{margin-bottom:-20px}.mx-20{margin:0 20px}.my-20{margin:20px 0}.p-20{padding:20px}.py-20{padding-top:20px;padding-bottom:20px}.px-20{padding-left:20px;padding-right:20px}.m-30{margin:30px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.mb--30{margin-bottom:-30px}.mx-30{margin:0 30px}.my-30{margin:30px 0}.p-30{padding:30px}.py-30{padding-top:30px;padding-bottom:30px}.px-30{padding-left:30px;padding-right:30px}.m-40{margin:40px}.ml-40{margin-left:40px}.mr-40{margin-right:40px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.mb--40{margin-bottom:-40px}.mx-40{margin:0 40px}.my-40{margin:40px 0}.p-40{padding:40px}.py-40{padding-top:40px;padding-bottom:40px}.px-40{padding-left:40px;padding-right:40px}.m-50{margin:50px}.ml-50{margin-left:50px}.mr-50{margin-right:50px}.mt-50{margin-top:50px}.mb-50{margin-bottom:50px}.mb--50{margin-bottom:-50px}.mx-50{margin:0 50px}.my-50{margin:50px 0}.p-50{padding:50px}.py-50{padding-top:50px;padding-bottom:50px}.px-50{padding-left:50px;padding-right:50px}.m-60{margin:60px}.ml-60{margin-left:60px}.mr-60{margin-right:60px}.mt-60{margin-top:60px}.mb-60{margin-bottom:60px}.mb--60{margin-bottom:-60px}.mx-60{margin:0 60px}.my-60{margin:60px 0}.p-60{padding:60px}.py-60{padding-top:60px;padding-bottom:60px}.px-60{padding-left:60px;padding-right:60px}.m-70{margin:70px}.ml-70{margin-left:70px}.mr-70{margin-right:70px}.mt-70{margin-top:70px}.mb-70{margin-bottom:70px}.mb--70{margin-bottom:-70px}.mx-70{margin:0 70px}.my-70{margin:70px 0}.p-70{padding:70px}.py-70{padding-top:70px;padding-bottom:70px}.px-70{padding-left:70px;padding-right:70px}.m-80{margin:80px}.ml-80{margin-left:80px}.mr-80{margin-right:80px}.mt-80{margin-top:80px}.mb-80{margin-bottom:80px}.mb--80{margin-bottom:-80px}.mx-80{margin:0 80px}.my-80{margin:80px 0}.p-80{padding:80px}.py-80{padding-top:80px;padding-bottom:80px}.px-80{padding-left:80px;padding-right:80px}.m-90{margin:90px}.ml-90{margin-left:90px}.mr-90{margin-right:90px}.mt-90{margin-top:90px}.mb-90{margin-bottom:90px}.mb--90{margin-bottom:-90px}.mx-90{margin:0 90px}.my-90{margin:90px 0}.p-90{padding:90px}.py-90{padding-top:90px;padding-bottom:90px}.px-90{padding-left:90px;padding-right:90px}.m-100{margin:100px}.ml-100{margin-left:100px}.mr-100{margin-right:100px}.mt-100{margin-top:100px}.mb-100{margin-bottom:100px}.mb--100{margin-bottom:-100px}.mx-100{margin:0 100px}.my-100{margin:100px 0}.p-100{padding:100px}.py-100{padding-top:100px;padding-bottom:100px}.px-100{padding-left:100px;padding-right:100px}.text-gray-10{color:#0000001a}.text-yellow-10{color:#ffff001a}.text-red-10{color:#ff00001a}.text-green-10{color:#00ff001a}.text-blue-10{color:#0000ff1a}.text-indigo-10{color:#4b00821a}.text-purple-10{color:#8000801a}.text-pink-10{color:#ffc0cb1a}.text-white-10{color:#ffffff1a}.text-orange-10{color:#ffa5001a}.text-gray-20{color:#0003}.text-yellow-20{color:#ff03}.text-red-20{color:#f003}.text-green-20{color:#0f03}.text-blue-20{color:#00f3}.text-indigo-20{color:#4b008233}.text-purple-20{color:#80008033}.text-pink-20{color:#ffc0cb33}.text-white-20{color:#fff3}.text-orange-20{color:#ffa50033}.text-gray-30{color:#0000004d}.text-yellow-30{color:#ffff004d}.text-red-30{color:#ff00004d}.text-green-30{color:#00ff004d}.text-blue-30{color:#0000ff4d}.text-indigo-30{color:#4b00824d}.text-purple-30{color:#8000804d}.text-pink-30{color:#ffc0cb4d}.text-white-30{color:#ffffff4d}.text-orange-30{color:#ffa5004d}.text-gray-40{color:#0006}.text-yellow-40{color:#ff06}.text-red-40{color:#f006}.text-green-40{color:#0f06}.text-blue-40{color:#00f6}.text-indigo-40{color:#4b008266}.text-purple-40{color:#80008066}.text-pink-40{color:#ffc0cb66}.text-white-40{color:#fff6}.text-orange-40{color:#ffa50066}.text-gray-50{color:#00000080}.text-yellow-50{color:#ffff0080}.text-red-50{color:#ff000080}.text-green-50{color:#00ff0080}.text-blue-50{color:#0000ff80}.text-indigo-50{color:#4b008280}.text-purple-50{color:#80008080}.text-pink-50{color:#ffc0cb80}.text-white-50{color:#ffffff80}.text-orange-50{color:#ffa50080}.text-gray-60{color:#0009}.text-yellow-60{color:#ff09}.text-red-60{color:#f009}.text-green-60{color:#0f09}.text-blue-60{color:#00f9}.text-indigo-60{color:#4b008299}.text-purple-60{color:#80008099}.text-pink-60{color:#ffc0cb99}.text-white-60{color:#fff9}.text-orange-60{color:#ffa50099}.text-gray-70{color:#000000b3}.text-yellow-70{color:#ffff00b3}.text-red-70{color:#ff0000b3}.text-green-70{color:#00ff00b3}.text-blue-70{color:#0000ffb3}.text-indigo-70{color:#4b0082b3}.text-purple-70{color:#800080b3}.text-pink-70{color:#ffc0cbb3}.text-white-70{color:#ffffffb3}.text-orange-70{color:#ffa500b3}.text-gray-80{color:#000c}.text-yellow-80{color:#ff0c}.text-red-80{color:#f00c}.text-green-80{color:#0f0c}.text-blue-80{color:#00fc}.text-indigo-80{color:#4b0082cc}.text-purple-80{color:#800080cc}.text-pink-80{color:#ffc0cbcc}.text-white-80{color:#fffc}.text-orange-80{color:#ffa500cc}.text-gray-90{color:#000000e6}.text-yellow-90{color:#ffff00e6}.text-red-90{color:#ff0000e6}.text-green-90{color:#00ff00e6}.text-blue-90{color:#0000ffe6}.text-indigo-90{color:#4b0082e6}.text-purple-90{color:#800080e6}.text-pink-90{color:#ffc0cbe6}.text-white-90{color:#ffffffe6}.text-orange-90{color:#ffa500e6}.text-gray-100{color:#000}.text-yellow-100{color:#ff0}.text-red-100{color:red}.text-green-100{color:#0f0}.text-blue-100{color:#00f}.text-indigo-100{color:indigo}.text-purple-100{color:purple}.text-pink-100{color:pink}.text-white-100{color:#fff}.text-orange-100{color:orange}.text-right{text-align:right}.text-center{text-align:center}.text-left{text-align:left}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-bold{font-weight:700}.text-1{font-size:1px}.text-2{font-size:2px}.text-3{font-size:3px}.text-4{font-size:4px}.text-5{font-size:5px}.text-6{font-size:6px}.text-7{font-size:7px}.text-8{font-size:8px}.text-9{font-size:9px}.text-10{font-size:10px}.text-11{font-size:11px}.text-12{font-size:12px}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-17{font-size:17px}.text-18{font-size:18px}.text-19{font-size:19px}.text-20{font-size:20px}.text-21{font-size:21px}.text-22{font-size:22px}.text-23{font-size:23px}.text-24{font-size:24px}.text-25{font-size:25px}.text-26{font-size:26px}.text-27{font-size:27px}.text-28{font-size:28px}.text-29{font-size:29px}.text-30{font-size:30px}.text-31{font-size:31px}.text-32{font-size:32px}.text-33{font-size:33px}.text-34{font-size:34px}.text-35{font-size:35px}.text-36{font-size:36px}.text-37{font-size:37px}.text-38{font-size:38px}.text-39{font-size:39px}.text-40{font-size:40px}.text-41{font-size:41px}.text-42{font-size:42px}.text-43{font-size:43px}.text-44{font-size:44px}.text-45{font-size:45px}.text-46{font-size:46px}.text-47{font-size:47px}.text-48{font-size:48px}.text-49{font-size:49px}.text-50{font-size:50px}.text-51{font-size:51px}.text-52{font-size:52px}.text-53{font-size:53px}.text-54{font-size:54px}.text-55{font-size:55px}.text-56{font-size:56px}.text-57{font-size:57px}.text-58{font-size:58px}.text-59{font-size:59px}.text-60{font-size:60px}.text-61{font-size:61px}.text-62{font-size:62px}.text-63{font-size:63px}.text-64{font-size:64px}.text-65{font-size:65px}.text-66{font-size:66px}.text-67{font-size:67px}.text-68{font-size:68px}.text-69{font-size:69px}.text-70{font-size:70px}.text-71{font-size:71px}.text-72{font-size:72px}.text-73{font-size:73px}.text-74{font-size:74px}.text-75{font-size:75px}.text-76{font-size:76px}.text-77{font-size:77px}.text-78{font-size:78px}.text-79{font-size:79px}.text-80{font-size:80px}.text-81{font-size:81px}.text-82{font-size:82px}.text-83{font-size:83px}.text-84{font-size:84px}.text-85{font-size:85px}.text-86{font-size:86px}.text-87{font-size:87px}.text-88{font-size:88px}.text-89{font-size:89px}.text-90{font-size:90px}.text-91{font-size:91px}.text-92{font-size:92px}.text-93{font-size:93px}.text-94{font-size:94px}.text-95{font-size:95px}.text-96{font-size:96px}.text-97{font-size:97px}.text-98{font-size:98px}.text-99{font-size:99px}.text-100{font-size:100px}.cursor-pointer{cursor:pointer}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}.z-10{z-index:10}.z-11{z-index:11}.z-12{z-index:12}.z-13{z-index:13}.z-14{z-index:14}.z-15{z-index:15}.z-16{z-index:16}.z-17{z-index:17}.z-18{z-index:18}.z-19{z-index:19}.z-20{z-index:20}
