@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";nav{display:flex;justify-content:space-between;align-items:center;width:100%;padding-bottom:1em;border-bottom:1px solid #4171C3;cursor:default}nav .branding{display:flex;align-items:center;gap:.5em}nav .branding .logo{width:50px}nav .branding .logo:hover{cursor:pointer}nav .branding .is-title{font-weight:700;font-size:1.2em;color:#4171c3;text-align:left}@media screen and (max-width: 500px){nav .branding .logo{width:40px}nav .branding .is-title{font-size:1rem}}nav .lang-menu-wrapper{position:relative;display:flex;justify-content:center;cursor:pointer}nav .lang-menu-wrapper .lang-menu-dropdown{top:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:.6em;padding:.3em;background-color:#fff;position:absolute;border-radius:5px;z-index:6;border:1px solid rgba(0,0,0,.368)}nav .lang-menu-wrapper .lang-menu-dropdown.hide{display:none}nav .lang-menu-wrapper .lang-menu-dropdown>img{width:35px;object-fit:cover;border:1px solid rgba(0,0,0,.368);box-shadow:2px 2px 3px #00000030;border-radius:3px;cursor:pointer;transition:scale .1s ease-out}nav .lang-menu-wrapper .lang-menu-dropdown>img:hover{transform:scale(1.05)}nav .lang-select{display:flex}nav .lang-select>img{border-radius:5px;width:50px;height:30px;margin-right:1em;transition:all .1s ease-out}nav .lang-select>img:hover{cursor:pointer;filter:brightness(1.1);transform:scale(1.02)}@media screen and (max-width: 500px){nav .lang-select>img{width:40px;height:25px;border-radius:2px;margin-right:.5em}}nav .dropdown-wrapper{position:relative;display:flex;flex-direction:column;align-items:end}nav .dropdown-wrapper .user-dropdown-menu{position:relative;display:flex;justify-content:center;align-items:center;gap:.5em;cursor:pointer}nav .dropdown-wrapper .user-dropdown-menu>img.abs{left:0;position:absolute}nav .dropdown-wrapper .user-dropdown-menu>img{transition:all .1s ease-out}nav .dropdown-wrapper .user-dropdown-menu>img.hovered{opacity:0}nav .dropdown-wrapper .user-dropdown-menu .user-info{display:flex;text-align:end;align-items:center}nav .dropdown-wrapper .user-dropdown-menu .user-info>.user-divider{width:1px;margin:0 1em 0 .5em;background-color:#0000005d}nav .dropdown-wrapper .user-dropdown-menu .user-info .user>.username{font-size:1.1rem;font-weight:700;transition:color .1s ease-out}nav .dropdown-wrapper .user-dropdown-menu .user-info .user>.company-name{font-weight:300}nav .dropdown-wrapper .user-dropdown-menu:hover .user .username{color:#4171c3}nav .dropdown-wrapper .user-dropdown{z-index:5;position:absolute;width:120%;background-color:#fff;box-shadow:4px 2px 6px #0003;border:1px solid rgba(0,0,0,.2);padding:.7em;border-radius:10px;margin-top:.5em;top:100%;display:flex;flex-direction:column;gap:1em}@media screen and (max-width: 900px){nav .dropdown-wrapper .user-dropdown{width:130%}}nav .dropdown-wrapper .user-dropdown .lang-settings{display:flex;justify-content:space-between;align-items:center;gap:.5em}nav .dropdown-wrapper .user-dropdown .lang-settings .lang-title{font-weight:600}nav .dropdown-wrapper .user-dropdown .lang-settings .lang-menu{display:flex;justify-content:center;align-items:center;gap:.5em}nav .dropdown-wrapper .user-dropdown .lang-settings .lang-menu .selected-flag{width:35px;border-radius:2px}nav .dropdown-wrapper .user-dropdown .divider{width:100%;height:1px;background-color:#0003}nav .dropdown-wrapper .user-dropdown .logout{font-weight:600;cursor:pointer;color:#ff3434;transition:all .1s ease-out}nav .dropdown-wrapper .user-dropdown .logout:hover{font-weight:700}nav .dropdown-wrapper .user-dropdown.hide{display:none}.login{margin-top:3rem;width:100%;display:flex;height:70vh;color:#fff}.login .bg-image{border-radius:20px 0 0 20px;width:70%;object-fit:cover;object-position:100% 100%}@media screen and (max-width: 1300px){.login .bg-image{width:60%}}.login .login-form{display:flex;flex-direction:column;background-color:#4171c3;padding:5em 3em;flex-grow:1;border-radius:0 20px 20px 0}.login .login-form>h2{font-weight:600;font-size:1.8em;margin-bottom:1em}.login .login-form .spacer{flex-grow:row;height:1px;background-color:#ffffff80;margin-bottom:1.5em;margin-top:1em}@media screen and (max-width: 1100px){.login .login-form{padding:5em 1.5em}}.login .login-form label{font-size:1rem;position:relative}.login .login-form input:-webkit-autofill,.login .login-form input:-webkit-autofill:hover,.login .login-form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgb(227,238,255) inset!important}.login .login-form input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.87) inset!important}.login .login-form input{height:40px;border-radius:10px;border:0;outline:1px solid #4e4e4e;margin-bottom:1em;padding:0 .5em}.login .login-form input:focus{outline:1px solid #28487e}.login .login-form input[type=submit]{min-width:33%;max-width:fit-content;margin:0 auto;background-color:#28487e;color:#fff;outline:0;font-weight:700;font-size:1.3rem;border:0;box-shadow:2px 2px 4px #00000025;padding:0 1.5em}.login .login-form input[type=submit]:hover{cursor:pointer;filter:brightness(1.1)}.login .required-field{color:#28487e;position:absolute;font-size:1.1em;font-weight:700;bottom:10%;margin-left:2px}@media screen and (max-width: 900px){.login{flex-direction:column;height:auto}.login .bg-image,.login .login-form{width:100%;border-radius:0;box-sizing:border-box}.login .bg-image{height:250px;object-position:100% 50%;border-radius:20px 20px 0 0}.login .login-form{border-radius:0 0 20px 20px}}@media screen and (max-width: 500px){.login .bg-image{height:200px;border-radius:10px 10px 0 0}.login .login-form{padding:3em 1.5em;border-radius:0 0 10px 10px}}@media screen and (max-width: 500px) and (max-height: 750px){.login .bg-image{height:150px}}.home .btn-nav{display:flex;justify-content:space-between;margin:1em}.home .btn-nav>div{display:flex;gap:1em}.home .btn-nav>div button{display:flex;align-items:center;border-radius:10px;border:0;background-color:#4171c3;color:#fff;font-size:1.2rem;font-weight:700;height:2.2rem;min-width:180px;max-width:fit-content;justify-content:center;cursor:pointer;box-shadow:2px 2px 4px #00000040;transition:all .2s ease-out}@media screen and (max-width: 850px){.home .btn-nav>div button{min-width:130px;padding:0 1em}}.home .btn-nav>div button:hover{filter:brightness(1.1)}.home .btn-nav>div button.secondary{background-color:#0000;color:#4171c3;border:2px solid #4171C3}.home .btn-nav>div button.secondary:hover{color:#fff;background-color:#4171c3}.home .btn-nav>div .methodology-btn{background-color:#3a71ff}@media screen and (max-width: 750px){.home .btn-nav{justify-content:center;flex-direction:column;align-items:center;gap:1em}}.home .btn-nav .helper-buttons .help-parent button{transition:none}.home .btn-nav .helper-buttons .help-parent .help:hover{border-radius:10px 10px 0 0}.home .btn-nav .helper-buttons .help-parent .help-nav{transition:0;display:none;position:absolute;z-index:10}.home .btn-nav .helper-buttons .help-parent .help-nav>button{border-radius:0;padding:1.2em 0}.home .btn-nav .helper-buttons .help-parent .help-nav:hover{display:block}.home .btn-nav .helper-buttons .help-parent .help-nav .down{border-radius:0 0 10px 10px}.home .btn-nav .helper-buttons .help-parent:hover .help{border-radius:10px 10px 0 0}.home .btn-nav .helper-buttons .help-parent .help:hover+.help-nav{display:block}.home .flex-parent .spacer{display:none}@media screen and (max-width: 750px){.home .flex-parent{display:flex;flex-direction:row-reverse;align-items:flex-end;justify-content:center}.home .flex-parent .btn-nav{margin-bottom:1.5em}.home .flex-parent .btn-nav button{border-radius:8px}.home .flex-parent .spacer{display:flex;width:100%;height:1px;background-color:#000000a1}}@media screen and (max-width: 550px){.home .flex-parent{flex-direction:column;align-items:center}}.home svg{width:80%;height:80%;display:block;margin:auto 0}.home .path{stroke-dasharray:1000;stroke-dashoffset:0}.home .path.circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out}.home .path.line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards}.home .path.check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards}@-webkit-keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@-webkit-keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}.home .loader-accept{margin:auto;height:80%;aspect-ratio:1;border-radius:50%;border:6px solid #3A71FF;animation:l20-1 .8s infinite linear alternate,l20-2 1.6s infinite linear}.home .loader-accept.small{height:25px}@keyframes l20-1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes l20-2{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}.hidden{display:none}.mode .title-bar{display:flex;justify-content:space-between;align-items:center;margin:1.5em 2em}.mode .title-bar .title{position:relative;max-width:fit-content}.mode .title-bar .title h1{max-width:fit-content}.mode .title-bar .title>img{position:absolute;bottom:25%;left:102%;cursor:pointer;transition:all .1s ease-out}.mode .title-bar .title>img:hover{filter:brightness(1.1);transform:scale(1.04)}.mode .title-bar .title #refresh-icon{display:none}@media screen and (max-width: 750px){.mode .title-bar .title #refresh-icon{display:block;height:17px;margin-left:35px;top:19%}}.mode .title-bar .title #refresh-icon-rm{display:none}@media screen and (max-width: 750px){.mode .title-bar .title #refresh-icon-rm{display:block;height:17px;margin-left:10px;top:22%}}@media screen and (max-width: 750px){.mode .title-bar .sd{margin-right:50px}}@media screen and (max-width: 750px){.mode .title-bar .rm{margin-right:20px}}.mode .title-bar .search-bars{display:flex;gap:1em}.mode .title-bar .search-bars .refresh-wrapper>img{height:25px;margin-top:7px}@media screen and (max-width: 850px){.mode .title-bar .search-bars .refresh-wrapper>img{height:20px;margin-top:5px}}@media screen and (max-width: 750px){.mode .title-bar .search-bars .refresh-wrapper>img{display:none}}.mode .title-bar .search-bars .refresh-wrapper>img:hover{cursor:pointer}.mode .title-bar .search-bars input,.mode .title-bar .search-bars .filter-search{border-radius:15px;border:1px solid #C6C6C6;width:300px;font-size:1rem;height:40px;padding-left:1em;background-color:#fff}@media screen and (max-width: 1100px){.mode .title-bar .search-bars input,.mode .title-bar .search-bars .filter-search{width:250px}}@media screen and (max-width: 850px){.mode .title-bar .search-bars input,.mode .title-bar .search-bars .filter-search{width:200px;height:30px;border-radius:10px}}.mode .title-bar .search-bars .icon-wrapper{position:relative;display:flex;align-items:center}.mode .title-bar .search-bars .icon-wrapper span{max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mode .title-bar .search-bars .icon-wrapper>img{position:absolute;right:0;margin-right:1.5em;pointer-events:none}.mode .title-bar .search-bars #word-search:focus,.mode .title-bar .search-bars #word-search :focus-visible{outline:1px solid black}.mode .title-bar .search-bars .filter-search{cursor:default;display:flex;align-items:center;position:relative}.mode .title-bar .search-bars .filter-search:hover,.mode .title-bar .search-bars .filter-search:focus,.mode .title-bar .search-bars .filter-search:focus-visible{outline:1px solid black}.mode .title-bar .search-bars .filter-search .accept-notification{bottom:60%;right:-3%;width:1.5em;z-index:3;position:absolute}.mode .title-bar .search-bars .filter-dropdown{cursor:default;position:absolute;top:100%;display:flex;flex-direction:column;width:100%;padding:.5em 0;background-color:#fff;margin-top:4px;border-radius:10px;justify-content:center;border:1px solid #C6C6C6;z-index:5}.mode .title-bar .search-bars .filter-dropdown .filter-part{position:relative}.mode .title-bar .search-bars .filter-dropdown .filter-part.desktop .subfilter{position:absolute;width:200px;right:100%;top:0;display:none}.mode .title-bar .search-bars .filter-dropdown .filter-part.desktop:hover .subfilter{display:block;border:1px solid rgba(0,0,0,.267);border-radius:10px 0 0 10px;padding:.5em 0;background-color:#fff}.mode .title-bar .search-bars .filter-dropdown .filter-part.mobile{display:none;position:relative}.mode .title-bar .search-bars .filter-dropdown .filter-part.mobile .subfilter{overflow:hidden;max-height:150px;transition:all .2s ease-out;background-color:#fcfcfc;padding-left:1em}.mode .title-bar .search-bars .filter-dropdown .filter-part.mobile .subfilter li{background-color:#fcfcfc}.mode .title-bar .search-bars .filter-dropdown .filter-part.mobile .subfilter.hide{max-height:0;border-color:transparent}@media screen and (max-width: 750px){.mode .title-bar .search-bars .filter-dropdown .filter-part.desktop{display:none}.mode .title-bar .search-bars .filter-dropdown .filter-part.mobile{display:block}}.mode .title-bar .search-bars .filter-dropdown li{height:40px;background-color:#fff;display:flex;align-items:center;padding-left:calc(3px + 1rem);cursor:pointer}.mode .title-bar .search-bars .filter-dropdown li:hover{color:#4171c3;border-left:2px solid #4171C3;padding-left:calc(1px + 1rem)}.mode .title-bar .search-bars .filter-dropdown li.active{color:#4171c3;border-left:2px solid #4171C3}.mode .title-bar .search-bars .filter-dropdown li.active:hover{border-left:3px solid #4171C3;padding-left:calc(2px + 1rem)}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn{font-weight:500;color:#4171c3;justify-content:center;padding:0}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn:hover{border:0;padding:0}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn.disabled{cursor:not-allowed;color:#0000004f}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn.disabled:hover{border:0;color:#0000004f}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn .notif-parent{position:relative;overflow:visible}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn .confirm-notif{position:absolute;left:102%;bottom:50%;width:1.2em;z-index:15}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn:hover{border-left:3px solid #3A71FF;border-right:3px solid #3A71FF;color:#3a71ff}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn.active-accept{border-left:3px solid #3A71FF;border-right:3px solid #3A71FF}.mode .title-bar .search-bars .filter-dropdown li.ticket-accept-btn.active-accept:hover{border-left:4px solid #3A71FF;border-right:4px solid #3A71FF}.mode .title-bar .search-bars .filter-dropdown .divider{height:1px;margin:.5em 1em;background-color:#00000069}.mode .title-bar .search-bars .filter-dropdown.hidden{display:none}@media screen and (max-width: 750px){.mode .title-bar .search-bars{flex-direction:column}}@media screen and (max-width: 750px){.mode .title-bar{flex-direction:column;gap:1em}}.excel-export{background:0;outline:0;border:0;display:flex;justify-content:center;gap:.5em;color:#3a71ff;text-decoration:underline;cursor:pointer;font-weight:700;margin:.5em .5em 1em;align-items:center;font-size:.9rem}@media screen and (max-width: 750px){.excel-export{width:100%;margin:auto auto 1em}}.excel-export:hover{filter:brightness(1.3)}.excel-export .icon-wrapper{display:flex;width:25px;height:25px;align-items:center;justify-content:center}.excel-export .loader-small{width:20px;margin:auto;padding:4px;aspect-ratio:1;border-radius:50%;background:#3a71ff;--_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}.grid-container{display:grid;width:100%;grid-template-columns:1fr 2fr 3fr 14fr 2fr 3fr;row-gap:1em;column-gap:.7em}.grid-container .name,.grid-container .id,.grid-container .desc{width:100%;height:100%;white-space:normal;word-wrap:break-word;align-items:center;overflow:hidden;display:flex;text-overflow:ellipsis}.grid-container .name.flexStart,.grid-container .id.flexStart,.grid-container .desc.flexStart{align-items:flex-start}@media screen and (max-width: 600px){.grid-container .name,.grid-container .id,.grid-container .desc{font-size:.8rem}}.grid-container .dev-header{text-align:center}.grid-container>:first-child{text-align:center}.grid-container>h5{font-size:1rem;padding-left:.3em;cursor:pointer;transition:.1s color ease-out;width:min-content}.grid-container>h5:hover{color:#3a71ff}.grid-container>h5.center{width:100%;padding:0}.grid-container>h5.active{color:#4171c3;transition:.1s color ease-out}.grid-container>h5.active:hover{color:#3a71ff}.grid-container .info-parent{position:relative;display:flex;justify-content:end}.grid-container .info-parent .info-header{margin-right:1em;text-align:end;font-size:1rem;cursor:pointer;transition:.1s color ease-out}@media screen and (max-width: 500px){.grid-container .info-parent .info-header{margin-right:0}}.grid-container .info-parent .info-header:hover{color:#3a71ff}.grid-container .info-parent .info-header.active{color:#4171c3}.grid-container .info-parent .info-header.active:hover{color:#3a71ff}.grid-container .info-parent .dropdown-info-sort{position:absolute;z-index:3;top:100%;background-color:#fff;width:100%;padding:.5em 1em;border-radius:10px;border:1px solid rgba(0,0,0,.253);display:flex;flex-direction:column}@media screen and (max-width: 500px){.grid-container .info-parent .dropdown-info-sort{width:150px}}.grid-container .info-parent .dropdown-info-sort>li{padding:.25em 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.grid-container .info-parent .dropdown-info-sort>li>p{font-weight:500;transition:all .1s ease-out}.grid-container .info-parent .dropdown-info-sort>li>img{filter:saturate(0);filter:brightness(0);transition:all .1s ease-out}.grid-container .info-parent .dropdown-info-sort>li:hover>p{color:#4171c3}.grid-container .info-parent .dropdown-info-sort>li:hover>img{filter:saturate(1);filter:brightness(1)}.grid-container .info-parent .dropdown-info-sort>li.active>img{filter:saturate(1);filter:brightness(1)}.grid-container .info-parent .dropdown-info-sort>li.active>p{color:#4171c3}.grid-container .info-parent .dropdown-info-sort.hidden{display:none}.grid-container .spacer{grid-column-start:1;grid-column-end:7;height:1px;background-color:#000}@media screen and (max-width: 1200px){.grid-container,.grid-container .ticket{grid-template-columns:2fr 3fr 5fr 12fr 3fr 4fr}}@media screen and (max-width: 800px){.grid-container,.grid-container .ticket{grid-template-columns:2fr 3fr 5fr 6fr 3fr 4fr}}@media screen and (max-width: 600px){.grid-container{grid-template-columns:3fr 4fr 3fr 3fr 4fr}.grid-container .company-name{display:none}.grid-container .ticket{grid-template-columns:3fr 4fr 3fr 3fr 4fr}.grid-container .ticket .company-name{display:none}}@media screen and (max-width: 500px){.grid-container{grid-template-columns:2fr 3fr 6fr 4fr}.grid-container .dev{display:none}.grid-container .ticket{padding:.8em .3em;border-radius:15px;grid-template-columns:2fr 3fr 6fr 4fr}.grid-container .ticket .dev{display:none}}.ticket{grid-column-start:1;grid-column-end:7;padding:1em .5em;display:grid;grid-template-columns:1fr 2fr 3fr 14fr 2fr 3fr;column-gap:.7em;min-height:80px;background-color:#fff;border-radius:20px;box-shadow:4px 4px 10px #00000040;align-items:center;justify-items:start}.ticket .name{word-break:pretty}.ticket .company-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%}.ticket .confirm-choices{display:none;flex-direction:column;justify-content:space-around;align-items:end;gap:5px;position:absolute;width:60%;height:100%}.ticket .confirm-choices>button{font-size:1rem;font-weight:700;width:100%;padding:.2em;border-radius:10px;border:0;background-color:#fff;display:flex;justify-content:center;cursor:pointer;transition:all .1s ease-out}.ticket .confirm-choices>button.accept{border:2px solid green;color:green}.ticket .confirm-choices>button.accept:hover{background-color:green;color:#fff}.ticket .confirm-choices>button.reject{border:2px solid red;color:red}.ticket .confirm-choices>button.reject:hover{background-color:red;color:#fff}@media screen and (max-width: 850px){.ticket .confirm-choices{width:70%}.ticket .confirm-choices button{border-radius:7px}}@media screen and (max-width: 600px){.ticket .confirm-choices{bottom:10%}}@media screen and (max-width: 450px){.ticket .confirm-choices{width:100%}}@media screen and (max-width: 320px){.ticket .confirm-choices{gap:5px;justify-content:center;bottom:0}}.ticket .confirm-choices.loading{justify-content:center;align-items:center}.ticket.confirmable:hover .ticket-extra-info{visibility:hidden}.ticket.confirmable:hover .confirm-choices{display:flex}.ticket.confirmable .hide{visibility:hidden}.ticket.confirmable .confirm-choices.loading{display:flex}.ticket:hover{background-color:#ffffffb3}.ticket .id{width:100%;display:flex;justify-content:center;text-align:center;font-weight:700;cursor:pointer;transition:all .1s ease-out}.ticket .id:hover{color:#4171c3;text-decoration:underline}.ticket>.info{display:flex;flex-direction:column;text-align:right;align-items:end;width:100%;position:relative}.ticket>.info>*{margin-right:1em}@media screen and (max-width: 600px){.ticket>.info>*{font-size:.8rem}}.ticket>.info .posted-by{display:flex;justify-content:center;align-items:center;gap:10px}.ticket>.info .posted-by img{width:20px}@media screen and (max-width: 500px){.ticket>.info .posted-by{gap:5px}.ticket>.info .posted-by img{width:15px}}.ticket>.info .roadmap-date{text-align:center;font-weight:500}.ticket>.dev{display:flex;flex-direction:column;gap:4px;font-weight:500;font-size:.9rem;align-items:center;width:100%;cursor:default}.ticket>.dev .progress-bar{display:flex;width:100%;height:25px;justify-content:center;align-items:center;border-radius:10px;color:#fff;font-weight:700;padding:.1em 0}.ticket>.desc{overflow:hidden;word-break:break-all;text-overflow:ellipsis}.ticket .reject-form-parent{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:10;background-color:#00000034;display:flex;justify-content:center;padding-top:20vh}.ticket .reject-form-parent .reject-form{display:flex;flex-direction:column;background-color:#fff;border-radius:20px;padding:2em;height:max-content;width:60vw}.ticket .reject-form-parent .reject-form .title-row{display:flex;justify-content:space-between;margin-bottom:2em;color:#4171c3}.ticket .reject-form-parent .reject-form .title-row>img:hover{cursor:pointer;transform:scale(1.05)}.ticket .reject-form-parent .reject-form>textarea{resize:vertical;max-height:40vh;padding:.5em;border:1px solid rgba(0,0,0,.212);border-radius:10px;outline:0}.ticket .reject-form-parent .reject-form>textarea:focus{border:1px solid black}.ticket .reject-form-parent .reject-form .divider{height:1px;margin:1.5em 2em;background-color:#4171c3}.ticket .reject-form-parent .reject-form>.reject{margin:0 0 0 auto;min-width:100px;max-width:fit-content;padding:.3em 2em;border-radius:10px;border:0;background-color:#fff;border:2px solid red;font-weight:700;font-size:1rem;color:red;transition:all .1s ease-out;cursor:pointer}.ticket .reject-form-parent .reject-form>.reject svg{width:2em;margin:auto}.ticket .reject-form-parent .reject-form>.reject:hover{background-color:red;color:#fff}.ticket .reject-form-parent .reject-form>.reject.loading{border:0;cursor:default}.ticket .reject-form-parent .reject-form>.reject.loading:hover{border:0;background-color:#fff}.ticket .reject-form-parent .reject-form>.reject.disabled{cursor:not-allowed;border:2px solid rgba(0,0,0,.295);color:#0000004d}.ticket .reject-form-parent .reject-form>.reject.disabled:hover{background-color:#fff;color:#0000004d}@media screen and (max-width: 1200px){.ticket .reject-form-parent .reject-form{width:70vw}}@media screen and (max-width: 800px){.ticket .reject-form-parent .reject-form{width:80vw}.ticket .reject-form-parent .reject-form .reject{border-radius:8px}.ticket .reject-form-parent .reject-form .divider{margin:1.5em}.ticket .reject-form-parent .reject-form .title-row img{width:2em}}@media screen and (max-width: 400px){.ticket .reject-form-parent .reject-form{width:90vw}.ticket .reject-form-parent .reject-form .divider{margin:1.5em 1em}}.ticket-detail-parent{position:fixed;width:100vw;height:100vh;left:0;top:0;background-color:#0000001b;display:flex;justify-content:center;z-index:10;overflow:auto}.ticket-detail-parent .ticket-detail{overflow:auto;width:80%;height:fit-content;margin:5% 0;padding:3em;background-color:#fff;border-radius:20px;scrollbar-color:#888888}.ticket-detail-parent .ticket-detail .title-row{display:flex;justify-content:space-between;transition:transform .1s cubic-bezier(.075,.82,.165,1)}.ticket-detail-parent .ticket-detail .title-row h2{cursor:default}.ticket-detail-parent .ticket-detail .title-row img{cursor:pointer;overflow:auto}.ticket-detail-parent .ticket-detail .title-row img:hover{transform:scale(1.05)}.ticket-detail-parent .ticket-detail .divider{background-color:#0003;width:100%;height:1px;margin:1.5em 0}.ticket-detail-parent .ticket-detail .info-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:1em;column-gap:1.5em}.ticket-detail-parent .ticket-detail .info-grid .row{display:flex;background-color:#f3f3f3;padding:.7em;border-radius:10px;transition:background-color .1s ease-out}.ticket-detail-parent .ticket-detail .info-grid .row .progress-bar{display:flex;width:200px;height:20px;justify-content:center;align-items:center;border-radius:10px;color:#fff;font-weight:700;padding:.1em 0}.ticket-detail-parent .ticket-detail .info-grid .row .title-ticket{width:min-content;white-space:nowrap;margin-right:1em;color:#4171c3;font-weight:600;cursor:default}.ticket-detail-parent .ticket-detail .info-grid .row .desc{font-weight:400;width:auto}.ticket-detail-parent .ticket-detail .info-grid .row .desc-desc{overflow-y:auto;max-height:150px;max-width:100%;align-items:flex-start;word-break:break-all}.ticket-detail-parent .ticket-detail .info-grid .row:hover{background-color:#f9f9f9}.ticket-detail-parent .ticket-detail .info-grid .desc-row{grid-column-start:1;grid-column-end:3}.ticket-detail-parent .ticket-detail .info-grid .ticket-name-real{max-width:100%;overflow-wrap:break-word;word-break:break-all;max-height:100px;overflow-y:auto;-webkit-hyphens:auto;hyphens:auto;text-align:start!important}.ticket-detail-parent .ticket-detail>h3{margin-top:2em}.ticket-detail-parent .ticket-detail ::-webkit-scrollbar{width:10px}.ticket-detail-parent .ticket-detail ::-webkit-scrollbar-track{background:none}.ticket-detail-parent .ticket-detail ::-webkit-scrollbar-thumb{background:#888}.ticket-detail-parent .ticket-detail ::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width: 1300px){.ticket-detail-parent .ticket-detail{padding:2em}.ticket-detail-parent .ticket-detail .info-grid{gap:.8em}.ticket-detail-parent .ticket-detail .info-grid .row{justify-content:space-between;padding:.5em;border-radius:8px}.ticket-detail-parent .ticket-detail .info-grid .row .title-ticket{white-space:initial}.ticket-detail-parent .ticket-detail .info-grid .row .desc{word-wrap:break-word;white-space:inherit}.ticket-detail-parent .ticket-detail .info-grid .row .progress-bar{width:150px}}@media screen and (max-width: 650px){.ticket-detail-parent .ticket-detail .info-grid .row .progress-bar{width:100px}}@media screen and (max-width: 500px){.ticket-detail-parent .ticket-detail .info-grid .row{flex-direction:column;gap:.5em;align-items:center}.ticket-detail-parent .ticket-detail .info-grid .row .title-ticket{margin-right:0;text-align:center}.ticket-detail-parent .ticket-detail .info-grid .row .desc{text-align:center}.ticket-detail-parent .ticket-detail .info-grid .row .progress-bar{width:100px}}@media screen and (max-width: 400px){.ticket-detail-parent .ticket-detail .info-grid{grid-template-columns:1fr 1fr}.ticket-detail-parent .ticket-detail .info-grid .row{grid-column-start:1;grid-column-end:3;flex-direction:column;gap:.5em;align-items:center}.ticket-detail-parent .ticket-detail .info-grid .row .progress-bar{width:100px}}.ticket-detail-parent .ticket-detail .timeline{cursor:default;display:flex;flex-direction:column}.ticket-detail-parent .ticket-detail .timeline .timeline-child{width:100%;margin:1em}.ticket-detail-parent .ticket-detail .timeline .timeline-child .time-segment>p{font-size:1.2rem;font-weight:600;color:#414141}.ticket-detail-parent .ticket-detail .timeline .timeline-child .time-segment .prev-date{color:#585858}.ticket-detail-parent .ticket-detail .timeline .timeline-child .time-segment .new-date{color:#303030}.ticket-detail-parent .ticket-detail .timeline .timeline-child .time-segment .now{color:#4171c3;font-weight:700}.ticket-detail-parent .ticket-detail .timeline .timeline-child .timeline-stat{margin:.5em 1em;padding:.6em;border-radius:10px;background-color:#f0f0f0;transition:filter .05s ease-out}.ticket-detail-parent .ticket-detail .timeline .timeline-child .timeline-stat>p{display:flex;gap:1em}.ticket-detail-parent .ticket-detail .timeline .timeline-child .timeline-stat>p>.desc{margin:auto 0;flex:1}.ticket-detail-parent .ticket-detail .timeline .timeline-child .timeline-stat>p>.title{color:#4171c3;font-weight:500;padding-right:1em}.ticket-detail-parent .ticket-detail .timeline .timeline-child .timeline-stat:hover{filter:brightness(1.03)}.ticket-detail-parent .ticket-detail .timeline .loader{margin:auto;transform:scale(.7)}.paginator .load-more{display:flex;justify-content:center;margin-top:1rem}.paginator .load-more button{display:flex;align-items:center;border-radius:10px;border:0;background-color:#3a71ff;color:#fff;font-size:1.2rem;font-weight:700;padding:.3em 0;min-width:180px;max-width:fit-content;justify-content:center;cursor:pointer;box-shadow:2px 2px 4px #00000040;transition:all .2s ease-out}.paginator .load-more button:hover{filter:brightness(1.1);filter:hue-rotate(-30deg)}.paginator .page-row{display:flex;width:100%;padding-top:1rem;justify-content:center;align-items:center}.paginator .page-row .currPage{color:#3a71ff;font-weight:700;cursor:default}.paginator .page-row .dots{font-weight:500;cursor:default}.paginator .page-row>span{cursor:pointer;text-decoration:none;padding:0 1em;transition:color .1s ease-out;display:grid;place-items:center}.paginator .page-row>span:hover{color:#3a71ff;font-weight:500}.paginator .page-row>span:hover>img{filter:brightness(1)}.paginator .page-row>span>img{position:relative;z-index:1;transition:filter .1s ease-out;filter:brightness(0);width:.7em}.paginator .page-row>span>img.disabled{filter:grayscale(100%);cursor:not-allowed}.paginator .page-row>span>img.prev-page{transform:rotate(180deg)}.paginator .page-row>span.disabled{cursor:not-allowed}.paginator .page-row p{padding:0 1em}@media screen and (max-width: 350px){.paginator .dots{display:none}.paginator .load-more button{border-radius:5px}}.create-ticket{position:fixed;top:0;left:0;z-index:3;width:100vw;height:100vh;background-color:#0000001a;overflow:hidden;display:flex;justify-content:center;align-items:center}.create-ticket.hidden{display:none}.create-ticket .ticket-form{background-color:#fff;padding:2rem;border-radius:20px;min-width:60%;display:flex;flex-direction:column;gap:2em;height:fit-content}.create-ticket .ticket-form .form-form{display:flex;flex-direction:column;gap:1em}.create-ticket .ticket-form label{font-size:.9rem;margin-left:1em}.create-ticket .ticket-form label.disabled{color:#00000067;filter:saturate(0)}.create-ticket .ticket-form label .required-field{color:#3a71ff;margin-left:.15em;font-size:1.1rem}.create-ticket .ticket-form .title-row{display:flex;justify-content:space-between;gap:10px}.create-ticket .ticket-form .title-row img{width:24px;cursor:pointer}.create-ticket .ticket-form .title-row>h2{font-size:1.7rem}.create-ticket .ticket-form .wrapper-parent{display:flex;justify-content:space-between;width:50%}@media screen and (max-width: 900px){.create-ticket .ticket-form .wrapper-parent{width:auto;gap:5%}}.create-ticket .ticket-form .wrapper{position:relative;width:40%;display:flex;flex-direction:column}.create-ticket .ticket-form .wrapper.name{width:50%}.create-ticket .ticket-form .wrapper.name .count-wrapper{display:flex;justify-content:space-between;align-items:baseline}.create-ticket .ticket-form .wrapper.name .count-wrapper .count{margin-right:.5em;font-size:.8rem;color:#505050}.create-ticket .ticket-form .wrapper.name .count-wrapper .count.red{color:red}@media screen and (max-width: 900px){.create-ticket .ticket-form .wrapper{width:100%}}.create-ticket .ticket-form .wrapper input{width:100%;height:40px;border-radius:10px;outline:0;border:1px solid #4171C3;font-size:1.1rem;padding-left:.5em}.create-ticket .ticket-form .wrapper input:focus{outline:1px solid #4171C3}.create-ticket .ticket-form .wrapper .dropdown{width:100%;border:1px solid #4171C3;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:0 1em;transition:all .1s ease-out;cursor:pointer}.create-ticket .ticket-form .wrapper .dropdown img{transition:all .3s ease-out}.create-ticket .ticket-form .wrapper .dropdown .rotate{transform:rotate(180deg)}.create-ticket .ticket-form .wrapper .dropdown.disabled{cursor:not-allowed;border-color:#00000067;background-color:#00000015;color:#00000067}.create-ticket .ticket-form .wrapper .dropdown.disabled img{filter:opacity(.5)}.create-ticket .ticket-form .wrapper .dropdown p{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;padding-right:1em}.create-ticket .ticket-form .wrapper .dropdown-menu{margin-top:3px;position:absolute;top:100%;background-color:#fff;width:calc(100% + 2em);border:1px solid #4171C3;border-radius:10px;overflow:hidden;overflow-y:auto;max-height:300px;transition:all .3s ease-out}.create-ticket .ticket-form .wrapper .dropdown-menu.hidden{max-height:0;border-color:transparent}.create-ticket .ticket-form .wrapper .dropdown-menu>li{padding:1em;cursor:pointer}.create-ticket .ticket-form .wrapper .dropdown-menu>li:hover{background-color:#eee}.create-ticket .ticket-form .file-wrapper{display:flex;justify-content:space-between;align-items:end}.create-ticket .ticket-form .file-wrapper ::-webkit-scrollbar{width:8px}.create-ticket .ticket-form .file-wrapper ::-webkit-scrollbar-track{background:#f1f1f1}.create-ticket .ticket-form .file-wrapper ::-webkit-scrollbar-thumb{background:#4171c3;border-radius:10px}.create-ticket .ticket-form .file-wrapper ::-webkit-scrollbar-thumb:hover{background:#3a71ff}.create-ticket .ticket-form .file-wrapper .selected-files{font-size:1rem;color:#0000007e;max-height:80px;overflow-y:auto}.create-ticket .ticket-form .file-wrapper .selected-files .file{display:flex;align-items:center;gap:.3rem}.create-ticket .ticket-form .file-wrapper .selected-files .file>img{max-height:1rem;cursor:pointer;display:flex}.create-ticket .ticket-form .file-wrapper .selected-files .file>p{max-width:250px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 600px){.create-ticket .ticket-form .file-wrapper .selected-files .file>p{max-width:150px}}.create-ticket .ticket-form .file-wrapper .custom-file-label input[type=file]{display:none}.create-ticket .ticket-form .file-wrapper .custom-file-label>label{display:flex;flex-direction:column;width:fit-content;margin:0}.create-ticket .ticket-form .file-wrapper .custom-file-label>label>p{margin-left:1em}.create-ticket .ticket-form .file-wrapper .custom-file-label>label .add-file-btn{border:2px solid #4171C3;display:flex;width:fit-content;padding:.5em 2em;color:#4171c3;font-weight:700;font-size:1rem;border-radius:10px;box-shadow:2px 2px 4px #00000040;cursor:pointer;transition:all .2s ease-out}.create-ticket .ticket-form .file-wrapper .custom-file-label>label .add-file-btn:hover{background-color:#4171c3;color:#fff}.create-ticket .ticket-form .desc-wrapper{width:100%}.create-ticket .ticket-form .desc-wrapper textarea{resize:none;width:100%;height:200px;padding:.5em;border-radius:10px;border:1px solid #4171C3;outline:0;font-size:1.1rem}.create-ticket .ticket-form .desc-wrapper textarea:focus{outline:1px solid #4171C3}.create-ticket .ticket-form .spacer{width:100%;height:1px;margin:1em 0;background-color:#00000040}.create-ticket .ticket-form .form-submit-btn{width:30%;margin:auto;height:40px;border-radius:10px;border:0;color:#fff;font-weight:700;font-size:1.2rem;background-color:#2d4e86;transition:all .2s ease-out;cursor:pointer}.create-ticket .ticket-form .form-submit-btn:hover{background-color:#3a71ff}.create-ticket .ticket-form .form-submit-btn:disabled{background-color:#6a7c90;opacity:40%;cursor:not-allowed}.create-ticket .ticket-form.loading{background-color:#f7f7f7;animation:loadingAnimation .6s ease-out 1 forwards}.create-ticket .ticket-form.loading *{animation:hideBtns .5s ease-out 1 forwards}@media screen and (max-width: 1200px){.create-ticket .ticket-form.loading{animation:loadingAnimationSmall .6s ease-out 1 forwards}}.create-ticket .ticket-form.loading .loadingWheel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.create-ticket .ticket-form.loading .loadingWheel.loading{animation:showWheel .7s ease-in-out 1 forwards;width:20%;aspect-ratio:1;display:grid}@media screen and (max-width: 1200px){.create-ticket .ticket-form.loading .loadingWheel.loading{width:40%}}.create-ticket .ticket-form.loading .loadingWheel.loading:before,.create-ticket .ticket-form.loading .loadingWheel.loading:after{content:"";grid-area:1/1;--c:no-repeat radial-gradient(farthest-side, #3a71ff 92%,#0000);background:var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 50%,var(--c) 0 50%;background-size:2.3em 2.3em;animation:l12 1s infinite}.create-ticket .ticket-form.loading .loadingWheel.loading:before{margin:4px;filter:brightness(1.5);background-size:1.5em 1.5em;animation-timing-function:linear}@keyframes l12{to{transform:rotate(.5turn)}}.create-ticket .ticket-form.loading .loadingWheel.sent{opacity:1!important}.create-ticket .ticket-form.loading .loadingWheel.sent .checkmark{width:100%;height:100%;border-radius:50%;display:block;stroke-width:3;stroke:#3a71ff;stroke-miterlimit:10;box-shadow:inset 0 0 #3a71ff;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;position:relative;top:5px;right:5px;margin:0 auto}@media screen and (max-width: 1200px){.create-ticket .ticket-form.loading .loadingWheel.sent .checkmark{transform:rotate(-90deg)}}.create-ticket .ticket-form.loading .loadingWheel.sent .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:#3a71ff;fill:#f7f7f7;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.create-ticket .ticket-form.loading .loadingWheel.sent .checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@media screen and (max-width: 1200px){.create-ticket .ticket-form.loading .loadingWheel.sent .checkmark__check{transform:rotate(-90deg)}}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #4bb71b}}@keyframes loadingAnimation{0%{transform:scale(1);border-radius:20px}70%{transform:scale(.25);border-radius:120px}to{transform:scale(.3);border-radius:100px}}@keyframes loadingAnimationSmall{0%{transform:scale(1) rotate(90deg);border-radius:20px}70%{transform:scale(.25) rotate(90deg);border-radius:100px}to{transform:scale(.3) rotate(90deg);border-radius:80px}}@keyframes hideBtns{0%{opacity:100%}to{opacity:0%;visibility:none}}@keyframes showWheel{0%,80%{visibility:visible;opacity:0}to{opacity:1}}.methodology{width:100vw;height:100vh;background-color:#0000001f;position:fixed;z-index:10;top:0;left:0;overflow-y:scroll}.methodology .methodology-child{margin-top:10rem;margin-bottom:10rem;position:absolute;left:50%;transform:translate(-50%);width:80%;background-color:#fff;border-radius:15px;min-height:50vh;padding:3em}@media screen and (max-width: 500px){.methodology .methodology-child{margin-top:5rem;margin-bottom:5rem}}.methodology .methodology-child .top-row{display:flex;justify-content:space-between}.methodology .methodology-child .top-row .close-btn{width:20px;transition:transform .1s ease-out;cursor:pointer}.methodology .methodology-child .top-row .close-btn:hover{transform:scale(1.05)}.methodology .methodology-child .divider{width:100%;height:1px;background-color:#00000059;margin:2em auto}.methodology .methodology-child .items{display:flex;flex-direction:column;gap:1em}.methodology .methodology-child .items .item{width:100%}.methodology .methodology-child .items .item>h2{font-size:1.2rem;margin-bottom:.5em}.methodology .methodology-child .items .item .item-params{display:flex;margin-left:.5em;background-color:#f5f5f5;padding:1em;border-radius:10px;justify-content:space-between}@media screen and (max-width: 800px){.methodology .methodology-child .items .item .item-params{flex-direction:column;gap:2em;align-items:center}}.methodology .methodology-child .items .item .left .desc-item{display:flex;gap:1em;margin-bottom:.2em}.methodology .methodology-child .items .item .left .desc-item .title-method-item{font-weight:600;color:#4171c3}.methodology .methodology-child .items .item .left .desc-item .desc{flex:1}@media screen and (max-width: 800px){.methodology .methodology-child .items .item .left{width:100%}.methodology .methodology-child .items .item .left .desc-item{justify-content:space-between;padding:.5em 0}.methodology .methodology-child .items .item .left .desc-item .desc{text-align:right}.methodology .methodology-child .items .item .left .desc-item .title-method-item{text-align:left}}@media screen and (max-width: 350px){.methodology .methodology-child .items .item .left .desc-item{display:flex;flex-direction:column}.methodology .methodology-child .items .item .left .desc-item .title-method-item{text-align:center}.methodology .methodology-child .items .item .left .desc-item .desc{text-align:center;width:initial}}.methodology .methodology-child .items .item .right{text-align:right;display:flex;flex-direction:column;justify-content:center;align-items:end;width:150px}.methodology .methodology-child .items .item .right .download{width:100%;min-height:40px;padding:.5em 1em;border-radius:10px;border:0;border:2px solid #2770ee;color:#2770ee;background-color:#f8f9fd;font-weight:600;font-size:1.05rem;margin-right:.5em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease-out}.methodology .methodology-child .items .item .right .download:hover{background-color:#2770ee;border:0;color:#fff}.methodology .methodology-child .items .item .right .download.downloading:hover{background-color:#f8f9fd;border:2px solid #2770ee;cursor:default}.methodology .methodology-child .items .item .right .download .download-loader{width:20px;padding:4px;aspect-ratio:1;border-radius:50%;background:#2770ee;--_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear}@keyframes l3{to{transform:rotate(1turn)}}.methodology .methodology-child .items .loader{margin:3em auto;transform:scale(.8)}footer{margin-top:1rem;padding:1rem 0;border-top:1px solid rgba(0,0,0,.3);width:100%;display:flex;justify-content:space-between;align-items:center}footer .copyright{font-weight:600;font-size:1rem}footer .platform{display:flex;align-items:center}footer .platform img{width:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}footer .platform .reserved{font-weight:600;text-align:right}@media screen and (max-width: 800px){footer{font-size:.9rem}footer .copyright{font-size:.9rem}footer .platform img{width:12rem}}@media screen and (max-width: 550px){footer .platform{flex-direction:column;font-size:.8rem;gap:.5em}}*{margin:0;padding:0;list-style:none;font-family:Montserrat,sans-serif;box-sizing:border-box}body{margin:1rem 2rem 0;background-color:#f9f9f9}@media screen and (max-width: 500px){body{margin:.5rem 1rem 0}}.load-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:8}.load-bg{position:fixed;height:100vh;width:100vw;top:0;left:0;background-color:#ffffff4b;z-index:7}.loader{width:65px;aspect-ratio:1;position:relative}.loader:before,.loader:after{content:"";position:absolute;border-radius:50px;box-shadow:0 0 0 3px inset #3a71ff;animation:l4 2.5s infinite}.loader:after{animation-delay:-1.25s}@keyframes l4{0%{top:0;right:35px;bottom:35px;left:0}12.5%{top:0;right:35px;bottom:0;left:0}25%{top:35px;right:35px;bottom:0;left:0}37.5%{top:35px;right:0;bottom:0;left:0}50%{top:35px;right:0;bottom:0;left:35px}62.5%{top:0;right:0;bottom:0;left:35px}75%{top:0;right:0;bottom:35px;left:35px}87.5%{top:0;right:0;bottom:35px;left:0}to{top:0;right:35px;bottom:35px;left:0}}.loader-ticket{width:35px;aspect-ratio:1;position:absolute;left:50%;transform:translate(-50%)}.loader-ticket:before,.loader-ticket:after{content:"";position:absolute;border-radius:20px;box-shadow:0 0 0 3px inset #3a71ff;animation:l5 2.5s infinite}.loader-ticket:after{animation-delay:-1.25s}@keyframes l5{0%{top:0;right:20px;bottom:20px;left:0}12.5%{top:0;right:20px;bottom:0;left:0}25%{top:20px;right:20px;bottom:0;left:0}37.5%{top:20px;right:0;bottom:0;left:0}50%{top:20px;right:0;bottom:0;left:20px}62.5%{top:0;right:0;bottom:0;left:20px}75%{top:0;right:0;bottom:20px;left:20px}87.5%{top:0;right:0;bottom:20px;left:0}to{top:0;right:20px;bottom:20px;left:0}}.load-wrapper-tickets{position:relative;display:flex;width:100%;height:35px;justify-content:center;grid-column-start:1;grid-column-end:7}@media screen and (min-width: 3500px){:root{font-size:25px}}@media screen and (max-width: 2560px){:root{font-size:18px}}@media screen and (max-width: 1920px){:root{font-size:16px}}@media screen and (max-width: 1600px){:root{font-size:14px}}@media screen and (max-width: 1024px){:root{font-size:12px}}@media screen and (max-width: 700px){:root{font-size:11px}}
