@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,Helvetica Neue,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,Helvetica Neue,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,Helvetica Neue,sans-serif;letter-spacing:-.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-button-toggle,.mat-card{font-family:Roboto,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px}.mat-radio-button,.mat-select{font-family:Roboto,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,Helvetica Neue,sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item,.mat-list-option{font-family:Roboto,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,Helvetica Neue,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-ripple-element{background-color:#0000001a}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#ff5722}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:#0000008a}.mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.mat-pseudo-checkbox{color:#0000008a}.mat-pseudo-checkbox:after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#ff5722}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:white;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-badge-content{color:#fff;background:#ff5722}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:#00000061}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#000000de}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#ff5722}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#ff5722}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:black}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#ff5722}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:#00000061}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.mat-button-toggle-appearance-standard{color:#000000de;background:white}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.mat-button-toggle-checked{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#000000de}.mat-button-toggle-disabled{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:white;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#0000008a}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#ff5722}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#ff5722}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#ff5722;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.mat-table{background:white}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#0000001f}.mat-header-cell{color:#0000008a}.mat-cell,.mat-footer-cell{color:#000000de}.mat-calendar-arrow{fill:#0000008a}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#000000de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:rgba(255,87,34,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,87,34,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,87,34,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#ff5722;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff572266}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff57224d}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff57224d}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(255,64,129,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#ff408166}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}@media (hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#ff40814d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active{color:#ff5722}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:#00000061}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:white;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#ff5722}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#ff5722}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#ff5722}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#ff5722}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-icon.mat-primary{color:#ff5722}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#ff5722}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#000000de}.mat-list-base .mat-subheader{color:#0000008a}.mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:white}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:transparent;color:#000000de}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#0000008a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:white}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#0000008a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#fbd1c4}.mat-progress-bar-buffer{background-color:#fbd1c4}.mat-progress-bar-fill:after{background-color:#ff5722}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#ff5722}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#ff5722}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#ff5722}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:white}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#ff5722}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-drawer-container{background-color:#fafafa;color:#000000de}.mat-drawer{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#ff40818a}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#ff5722}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#ff57228a}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#ff5722}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#00000061}.mat-slider-track-background{background-color:#00000042}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#ff5722}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:#ff572233}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#ff4081}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:#ff408133}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:#0000000a}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:#0000008a}.mat-step-header .mat-step-icon{background-color:#0000008a;color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#ff5722;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:#000000de}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#0000001f}.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#000000de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffccbc4d}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#ff5722}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffccbc4d}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#ff5722}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ff80ab4d}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:#ffcdd24d}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-toolbar{background:whitesmoke;color:#000000de}.mat-toolbar.mat-primary{background:#ff5722;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:white}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:#ff4081}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}html{overflow:hidden!important;height:100%}body{position:fixed;height:100%;width:100%;overflow:hidden!important;margin:0;padding:0;background-color:#141414!important;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-touch-callout:none;font-family:Quicksand-Regular,monospace;-moz-user-select:none}@font-face{font-family:Quicksand-Bold;font-weight:700;src:url(Quicksand-Bold.2ab922c9b43a6d63.eot);src:local("Quicksand-Bold"),local("Quicksand-Bold"),url(Quicksand-Bold.2ab922c9b43a6d63.eot?#iefix) format("embedded-opentype"),url(Quicksand-Bold.172fef2d33513202.woff2) format("woff2"),url(Quicksand-Bold.3f96106f082d0c5c.woff) format("woff"),url(Quicksand-Bold.f06eeff54be90d89.ttf) format("truetype"),url(Quicksand-Bold.50f5d3acc5790c69.svg#Cormorant) format("svg")}@font-face{font-family:Quicksand-Regular;font-weight:400;src:url(Quicksand-Regular.1b6ac2d599f1a2d0.eot);src:local("Quicksand-Regular"),local("Quicksand-Regular"),url(Quicksand-Regular.1b6ac2d599f1a2d0.eot?#iefix) format("embedded-opentype"),url(Quicksand-Regular.def9ad4e7a74fb7c.woff2) format("woff2"),url(Quicksand-Regular.afb12ae0fe6eb8dc.woff) format("woff"),url(Quicksand-Regular.2f97b208521fce4f.ttf) format("truetype"),url(Quicksand-Regular.cb47f439c0d2be53.svg#Cormorant) format("svg")}@font-face{font-family:Quicksand-Light;font-weight:300;src:url(Quicksand-Light.1965b1b57242b78f.eot);src:local("Quicksand-Light"),local("Quicksand-Light"),url(Quicksand-Light.1965b1b57242b78f.eot?#iefix) format("embedded-opentype"),url(Quicksand-Light.be8f2f8fd368fcb1.woff2) format("woff2"),url(Quicksand-Light.d6401a830175df9a.woff) format("woff"),url(Quicksand-Light.02577c9f4821c68b.ttf) format("truetype"),url(Quicksand-Light.0c189a649e775b10.svg#Cormorant) format("svg")}@font-face{font-family:BebasNeue-Regular;font-weight:400;src:url(BebasNeue-Regular.3042ff1d2b66e4d7.eot);src:local("BebasNeue-Regular"),local("BebasNeue-Regular"),url(BebasNeue-Regular.3042ff1d2b66e4d7.eot?#iefix) format("embedded-opentype"),url(BebasNeue-Regular.4f06cfd97287ae8a.woff2) format("woff2"),url(BebasNeue-Regular.b21163063f4219c2.woff) format("woff"),url(BebasNeue-Regular.f8cd6b7d650c1a01.ttf) format("truetype"),url(BebasNeue-Regular.c4d15dee4c3b1be4.svg#Cormorant) format("svg")}@font-face{font-family:NexaBold;font-weight:700;src:url(NexaBold.bf1d0c3d1c207cfc.eot);src:local("NexaBold"),local("NexaBold"),url(NexaBold.bf1d0c3d1c207cfc.eot?#iefix) format("embedded-opentype"),url(NexaBold.8f5d192e9cb4a68d.woff2) format("woff2"),url(NexaBold.80371847932f7bf3.woff) format("woff"),url(NexaBold.222afdba75d731d3.ttf) format("truetype"),url(NexaBold.c2fdc441915d92f3.svg#Cormorant) format("svg")}.main-center{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.main-center-hide{opacity:0}.main-app-container{position:absolute;max-width:1024px;inset:0;margin:0 auto;background:#141414;padding:0!important;overflow:hidden!important;z-index:1}.main-app-container-fs{max-width:100%}.admin-wrapper{position:absolute;top:0;right:0;bottom:0;lefT:0;margin:0 0 0 180px;overflow:auto}.sidenav-main{width:180px;background-color:#f0f0f0;height:100%;display:block}.sidenav-container ul{list-style:none;padding:0}.sidenav-container ul li{width:100%;min-height:30px}.sidenav-container ul li a{float:left;padding:2%;width:94%;min-height:30px;text-decoration:none;color:#000}.torneo-drawer-container{position:fixed;inset:0;margin:0;background:#141414;padding:0!important;overflow:hidden!important}.mat-sidenav-content-custom{padding:0!important;margin:0!important;overflow:hidden!important}.screen-orientation-not-supported,.screen-size-not-supported{display:none;position:absolute;width:100%;height:100%;background:rgb(0,0,0);z-index:9999}.mat-slide-toggle-bar{background-color:#ffffff61}.radio-group-default .mat-radio-container,.radio-group-default .mat-radio-outer-circle,.radio-group-default .mat-radio-inner-circle{width:50px!important;height:50px!important}.form-error-snackbar{background-color:#ff5b00;font-family:Quicksand-Bold,monospace!important;font-size:10px!important;font-weight:400;color:#fff}.error-snackbar{background-color:red;font-family:Quicksand-Bold,monospace!important;font-size:10px!important;font-weight:400;color:#fff}.success-snackbar{background-color:#2ff578;font-family:Quicksand-Bold,monospace!important;font-size:10px!important;font-weight:400;color:#000}.mat-simple-snackbar{font-family:Quicksand-Bold,monospace!important;font-size:14px}.mat-simple-snackbar-action{font-family:Quicksand-Bold,monospace!important;font-weight:700;color:#000}.mat-simple-snackbar-action button{max-height:36px;width:36px!important;height:36px!important;border:solid 2px #FFFFFF!important;min-width:0;display:flex;align-items:center;justify-content:center}.games-container .edit-calender-container mat-button{min-width:50px!important}.stream-action-button-container .mat-fab .mat-button-wrapper,.rotate-camera-button-container .mat-fab .mat-button-wrapper{padding:0!important}.tournament-created{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#1a1a1a;z-index:999999999999}@media only screen and (max-width: 346px){.screen-size-not-supported{display:block}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(MaterialIcons-Regular.a929dff60b7e2f7d.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(MaterialIcons-Regular.57eb8040e831ec14.woff2) format("woff2"),url(MaterialIcons-Regular.67d6736b483a5de0.woff) format("woff"),url(MaterialIcons-Regular.f2f78d19b778412c.ttf) format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.error-phone-number{float:left;width:100%;height:auto;margin:6px 0 0;color:#ff5b00!important;font-family:Quicksand-Bold,monospace!important;font-size:12px!important;text-align:center}.error-phone-number-bs{float:left;width:100%;height:auto;margin:6px 0 0;color:#ff5b00!important;font-family:Quicksand-Bold,monospace!important;font-size:10px!important;text-align:left}.error-phone-number-bs span:nth-child(1){margin:0 6px 0 0}a,button{outline:0!important}.hidden-item{opacity:0}.custom-mat-menu{display:none!important}.mat-menu-panel{background-color:#141414!important;border:solid 2px #FF5B00;border-radius:8px!important;min-height:unset!important}.mat-menu-panel .mat-menu-content{padding:0!important}.mat-menu-panel .mat-menu-item{background-color:#141414!important;color:#fff!important;font-family:Quicksand-Regular,monospace!important;font-size:14px!important;border-bottom:solid 1px #444444}.mat-menu-panel .mat-standard-chip{width:90%;height:14px!important;background-color:#141414!important;color:#fff!important;font-family:Quicksand-Regular,monospace!important;font-size:10px!important}.mat-option-text{font-family:Quicksand-Regular,monospace!important;font-size:18px!important;font-weight:400;color:#444}.mat-pseudo-checkbox-checked{background:#FF5B00!important}.mat-calendar-body-selected{background-color:#ff5b00!important}.mat-calendar-body-active .mat-calendar-body-today{color:#fff;background-color:#ff5b0066!important}.mat-datepicker-toggle{color:#ff5b00!important}.ngx-mat-timepicker-table .input-container-bottom-sheet .mat-form-field-infix{display:none!important}.menu-panel .mat-dialog-container{padding:0!important;margin:0 auto!important;min-width:auto!important;max-width:1024px!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important;background-color:#141414!important}.menu-panel .mat-dialog-content{width:100%!important;max-width:1024px!important;margin:0!important;padding:0!important;min-width:100%!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:#007aff}.mat-tab-label{height:40px!important;min-width:unset}.mat-tab-label,.mat-tab-link{font-family:Quicksand-Regular,monospace!important;font-size:14px;color:#fff}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:transparent}.days-settings .mat-step-text-label{font-family:Quicksand-Light,monospace!important;font-size:16px!important;color:#fff}.dialog-backdrop{background:rgba(0,0,0,.8)!important}.orange-backdrop{background-color:#ff5b00e6!important}.fs-dialog .mat-dialog-container{padding:0!important;margin:0!important;min-width:100%!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:24px!important;background-color:#1a1a1a!important}.fs-dialog .mat-dialog-content{position:relative;width:100%!important;background-color:#1a1a1a;margin:0!important;padding:0!important;min-width:100%!important;max-height:100%!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}.fs-dialog .mat-dialog-content .dialog-header-sm,.bs-header-sm{position:relative;width:100%;height:64px;background:rgba(75,75,75,.24);display:flex;align-items:center;justify-content:center}.fs-dialog .mat-dialog-content .dialog-header-sm .date,.bs-header-sm .date{position:absolute;left:24px;width:auto;height:20px;font-family:Quicksand-Bold,monospace!important;font-weight:700;font-size:18px;color:#fff;text-align:left;text-transform:uppercase}.fs-dialog .mat-dialog-content .dialog-header-sm .weekday,.bs-header-sm .weekday{position:absolute;right:24px;width:auto;height:auto;font-family:Quicksand-Regular,monospace!important;font-weight:300;font-size:14px;color:#fff;text-align:right;padding:0 0 10px;border-bottom:solid 1px rgb(114,114,114)}.fs-dialog .mat-dialog-content .dialog-instruction,.bs-instruction{position:relative;width:100%;height:auto;margin:16px 0}.bs-instruction .instruction{position:relative;width:90%;height:auto;margin:0 0 0 20px;font-family:Quicksand-Bold,monospace!important;font-size:14px;color:#dbdbdb;text-align:center;text-transform:uppercase;letter-spacing:1px}.fs-dialog .mat-dialog-content .dialog-header{position:relative;width:100%;height:120px;background:rgba(75,75,75,.24);display:flex;align-items:center;justify-content:center;flex-direction:column}.fs-dialog .mat-dialog-content .dialog-header .dialog-header-icon-red{width:40px;height:40px;color:red}.fs-dialog .mat-dialog-content .dialog-header .dialog-header-icon-green{width:40px;height:40px;color:#2ff578}.fs-dialog .mat-dialog-content .dialog-form-container{float:left;width:100%;height:auto;margin:33px 0 0;display:flex;align-items:center;justify-content:center}.fs-dialog .mat-dialog-content .warning-message-container{position:relative;width:100%;height:auto;margin:33px 0 0;display:flex;align-items:center;justify-content:center}.fs-dialog .mat-dialog-content .warning-message-container .warning-message{float:left;width:80%;padding:14px 8px;height:auto;border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:#f003;font-family:Quicksand-Regular,monospace!important;font-size:14px;color:#fff;overflow:hidden;text-align:left}.fs-dialog .mat-dialog-content .max-games-per-day-container{position:relative;width:100%;height:auto;margin:47px 0 0}.fs-dialog .mat-dialog-content .max-games-per-day-container .max-games-title{position:relative;width:100%;height:auto;margin:0;font-family:Quicksand-Bold,monospace!important;font-size:14px;color:#656565;text-align:center;text-transform:uppercase;letter-spacing:1px}.fs-dialog .mat-dialog-content .max-games-per-day-container .max-games-value{position:relative;width:100%;height:auto;top:0;font-family:BebasNeue-Regular,monospace!important;font-size:60px;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:1px}.fs-dialog .mat-dialog-content .tournament-data-container{position:relative;width:100%;height:auto;margin:20px 0 0}.fs-dialog .mat-dialog-content .tournament-data-container .tournament-data-title{position:relative;width:100%;height:auto;margin:0;font-family:Quicksand-Bold,monospace!important;font-size:14px;color:#656565;text-align:center;text-transform:uppercase;letter-spacing:1px}.fs-dialog .mat-dialog-content .tournament-data-container .tournament-data-value{position:relative;width:100%;height:auto;margin:10px 0 0;font-family:BebasNeue-Regular,monospace!important;font-size:24px;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:4px}.custom-swiper{position:absolute!important;width:100%!important;top:0;left:0!important;overflow:hidden!important}.more-vert-admin{font-size:19px!important;color:#000}.more-vert,.delete-icon{font-size:19px!important;color:#fff}.is-verified{font-size:19px!important;color:#9fff7d}.not-verified{font-size:19px!important;color:#fff6}.is-suspended{font-size:19px!important;color:#ff5247}.not-suspended{font-size:19px!important;color:#fff0}.is-suspended-player-icon{border:solid 2px #ff5247;border-radius:50%}.bottom-alert-section-container{position:absolute;bottom:0;left:0;width:100%;height:100px;margin:0;background-color:#ff5b00;border-top-left-radius:8px;border-top-right-radius:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;z-index:501;overflow:hidden!important}.bottom-alert-section-container .message{position:absolute;inset:0;margin:0 140px 0 0;display:flex;align-items:center;justify-content:center}.bottom-alert-section-container .message .warning-message-container{position:relative;width:auto;height:auto;margin:0;display:flex;align-items:center;justify-content:center}.bottom-alert-section-container .message .warning-message-container .warning-message{float:left;width:80%;padding:14px 8px;height:auto;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Quicksand-Regular,monospace!important;font-size:14px;color:#fff;text-align:left}.bottom-alert-section-container .cancel{position:absolute;width:70px;height:100%;top:0;right:70px;display:flex;align-items:center;justify-content:center}.bottom-alert-section-container .ok{position:absolute;width:70px;height:100%;top:0;right:0;display:flex;align-items:center;justify-content:center}.bottom-alert-section-container .cancel button,.bottom-alert-section-container .ok button{width:48px;height:48px;background-color:#fff;font-family:BebasNeue-Regular,monospace!important;font-size:24px;font-weight:300;color:#000;display:flex;align-items:center;justify-content:center}.form-logo-container{float:left;width:100%;height:266px;margin:0;display:flex;align-items:center;justify-content:center}.small-logo-container{height:180px}.form-logo-container img{width:178px;height:auto}.form-logo-container .code-message{position:absolute;width:80%;height:60px;top:180px;background-color:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center}.form-logo-container .code-message span,.form-logo-container .code-message div{max-width:60%;color:#ff5b00;font-family:Quicksand-Regular,monospace!important;font-size:12px;font-weight:300;text-align:center}.bottom-sheet-preloader{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;background-color:#343434;z-index:100000}.bottom-sheet-preloader .lottie-svg{position:absolute;z-index:1000;width:100px;height:100px}.bottom-sheet-buttom-container{position:fixed;width:100%;height:auto;padding:10px 0 16px;background-color:#343434;bottom:0;left:0;z-index:100}.bottom-sheet-buttom-container-relative{position:relative;width:100%;height:auto;padding:10px 0 16px;background-color:#343434;bottom:0;left:0;z-index:10}.bottom-container{position:fixed;width:100%;height:auto;padding:10px 0 16px;background-color:#14141499;bottom:0;left:0;z-index:10}.bottom-container-center{display:flex;align-items:center;justify-content:center;flex-direction:column}.bottom-container-abs{position:absolute;width:100%;height:auto;padding:10px 0 16px;background-color:#14141499;bottom:0;left:0;z-index:10}.sign-up-legals-container{float:left;width:100%;height:auto;margin:14px 0 36px;display:flex;align-items:center;justify-content:center;flex-direction:column}.sign-up-legals-container span{font-family:Quicksand-Light,monospace!important;font-size:9px!important;line-height:10px;color:#fff}.photo-error{float:left;width:100%;height:auto;margin:14px 0 36px;display:flex;align-items:center;justify-content:center;flex-direction:column}.photo-error span{font-family:Quicksand-Bold,monospace!important;font-size:12px!important;line-height:10px;color:#ff5b00}.main-button-container-row{float:left;width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:row}.main-button-container{float:left;width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.main-button-container-dialog{position:relative;width:100%;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column}.main-button-container .main-button:nth-child(1){margin:0 0 12px!important}.main-button-cancel{margin:0!important;width:200px!important;height:40px!important;border:solid 2px #FF5B00;padding:0!important;border-radius:12px!important;background-color:#474747!important;font-family:Quicksand-Bold,monospace!important;font-size:14px!important;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center}.menu-button{padding:0!important;margin:0!important;width:263px!important;height:50px!important;border-radius:12px!important;border:solid 3px rgb(71,71,71)!important;background-color:transparent!important;font-family:Quicksand-Bold,monospace!important;font-size:14px!important;text-transform:uppercase;color:#ff5b00;display:flex;align-items:center;justify-content:center}.mar-bot{margin:0 0 20px!important}.register-button{position:relative!important;padding:0!important;margin:0!important;width:100%;height:50px;border-radius:12px!important;border:solid 3px #FF5B00!important;background-color:transparent!important;font-family:Quicksand-Bold,monospace!important;font-size:14px!important;text-transform:uppercase;color:#fff;display:flex!important;align-items:center!important;justify-content:center!important}.register-button .loading{padding:0!important;margin:0!important;position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.main-button{padding:0!important;margin:0!important;width:263px;height:50px;border-radius:12px!important;border:solid 3px #FF5B00!important;background-color:transparent!important;font-family:Quicksand-Bold,monospace!important;font-size:14px!important;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center}.force-center{padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.main-button:disabled{border:solid 1px rgba(255,91,0,.2)!important;color:#fff3!important}.main-button .rpos{position:absolute;height:100%;line-height:50px;padding:0;margin:0;right:14px!important;top:0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:unset}.main-button-row{padding:0!important;margin:0 2%!important;width:40%;height:50px!important;border-radius:12px!important;border:solid 3px #FF5B00!important;background-color:transparent!important;font-family:Quicksand-Bold,monospace!important;font-size:14px!important;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center}.main-button-next-button{width:60%!important}.main-button-next-button:disabled{opacity:.6;color:#fff!important}.main-button-prev-button{width:20%!important;border:solid 2px #FF5B00!important}.set-result-button{padding:0 12px!important;margin:0!important;width:auto!important;height:50px!important;border-radius:12px!important;border:solid 3px #FF5B00!important;background-color:transparent!important;font-family:Quicksand-Bold,monospace!important;font-size:14px!important;text-transform:uppercase;color:#fff;display:flex;align-items:center;justify-content:center}.form-divider-container{float:left;width:100%;height:75px;margin:0;display:flex;align-items:center;justify-content:center}.form-divider-container img{width:216px;height:auto}.login-type-selector-container{float:left;width:100%;height:auto;margin:0 0 40px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;display:flex;align-items:center;justify-content:center;background-color:transparent!important}.custom-text-area{float:left;width:100%;height:auto;margin:0 0 24px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;display:flex;align-items:center;justify-content:flex-start;background-color:transparent!important}.custom-button-toggle{width:auto}.form-container-log-in{float:left;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.input-checkbox-legals{position:relative;width:auto;height:auto;margin:5px 0 0;max-height:50px!important;background-color:transparent;color:#fff!important;font-size:12px}.input-checkbox-legals label a{margin:0 0 0 15px}.custom-font span input{width:24px!important}.input-container-log-in-code{position:relative;width:100%;max-height:80px!important;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,0);color:#fff!important}.has-value{font-family:BebasNeue-Regular,monospace!important;font-size:24px!important}.message-unregistered-phone{position:relative;width:100%;height:auto!important;margin:36px 0 0;background-color:#fff0;color:#fff!important}.message-unregistered-phone .message{width:100%;height:auto}.message-unregistered-phone .message .warning-message-container{position:relative;width:auto;height:auto;margin:0;display:flex;align-items:center;justify-content:center}.message-unregistered-phone .message .warning-message-container .warning-message{float:left;width:100%;padding:0;height:auto;border-radius:12px;font-family:Quicksand-Regular,monospace!important;font-size:12px;color:#fff;text-align:left}.message-unregistered-phone .message .warning-message-container .warning-message .title{float:left;width:100%;padding:14px 0;height:auto;font-family:NexaBold,monospace!important;font-weight:400;font-size:16px;color:#fff;text-align:center}.message-unregistered-phone .message .warning-message-container .warning-message .line{float:left;width:100%;height:1px;margin:24px 0 12px;background-color:#fff3}.message-unregistered-phone .message .warning-message-container .warning-message .other-text{float:left;width:100%;height:auto;margin:14px 0 0;background-color:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center}.message-unregistered-phone .message .warning-message-container .warning-message .other-text span{width:96%;padding:2%;color:#ffffff4d;font-family:Quicksand-Regular,monospace!important;font-size:12px;font-weight:300;text-align:center}.form-unregistered{width:263px;display:flex;align-items:center;justify-content:center;flex-direction:column}.input-container-log-in-un{position:relative;width:100%;max-height:50px!important;background-color:#fff3;border-radius:12px;border:solid 2px rgb(255,0,0);color:#fff!important;display:flex;align-items:center;justify-content:center}.input-container-log-in-un input{color:#ffffff80}.input-container-log-in{position:relative;width:263px;max-height:50px!important;background-color:transparent;border-radius:12px;color:#fff!important}.input-container-log-in .mat-form-field{width:24px!important;height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-log-in .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-log-in .mat-form-field-infix{border-top:0!important;width:240px;outline:none!important}.input-container-log-in .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-log-in .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-log-in .mat-input-element::placeholder{color:#fffc}.input-container-log-in-label{position:relative;margin:0 0 6px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;font-size:14px}.input-container-log-in-label-error{position:relative;width:100%;margin:0 0 6px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:red;font-size:14px;text-align:left}.input-container-log-in .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.score-container-input{position:relative;width:74px;max-height:60px!important;background-color:transparent;color:#000!important}.score-container-input .mat-form-field{height:60px!important;line-height:60px!important;font-family:BebasNeue-Regular,monospace!important;font-weight:300!important}.score-container-input .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.score-container-input .mat-form-field-infix{padding:0!important;border-top:0!important;width:74px;outline:none!important;text-align:center!important}.score-container-input .mat-form-field-wrapper{height:60px!important;padding-bottom:0!important}.score-container-input .mat-form-field-label-wrapper{top:0;padding-top:0}.score-container-input .mat-input-element::placeholder{color:#fffc}.score-container-input{position:relative;margin:0;font-family:BebasNeue-Regular,monospace!important;font-weight:700!important;color:#000;font-size:36px}.score-container-input .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.mt16{margin-top:16px}.mt39{margin-top:39px}.mb24,.mb50{margin-bottom:24px}.ml24{margin-left:24px!important}.r10{position:absolute;right:4px!important;transform:scale(.4)}.r2{position:absolute;right:-4px!important;transform:scale(.2)}.app-logo{position:absolute;width:139px;height:31px;top:17px;margin:0;left:18px;opacity:0;z-index:-1}.move-logo{left:46px}.app-logo img{width:138px;height:auto}.archived-selected mat-icon{margin:0;fill:#ff5b00!important}.archived-selected span{margin:0 0 0 10px;font-family:Quicksand-Light,monospace!important;font-weight:300!important;font-size:12px;letter-spacing:2px;color:#fff!important}.archived-seasons-container{position:absolute;width:auto;height:30px;top:68px;left:12px;margin:0;background-color:transparent;z-index:999}.archived-seasons-container button{width:auto;height:100%;background-color:transparent;display:flex;align-items:center;justify-content:center;padding:0!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.archived-seasons-container button mat-icon{margin:0;fill:#4a4a4a;transition:all .2s ease-in-out}.archived-seasons-container button span{margin:0 0 0 10px;font-family:Quicksand-Light,monospace!important;font-weight:300!important;font-size:12px;letter-spacing:2px;color:#fff}.archived-seasons-container .label-name{float:right;width:auto;height:100%;line-height:14px;font-family:Quicksand-Light,monospace!important;font-weight:300!important;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#fff}.archived-seasons-container .label-icon{float:right;width:14px;height:14px;margin:0 6px 0 0;display:flex;align-items:center;justify-content:center}.archived-seasons-container .label-icon img{width:auto;height:12px}.archived-seasons-container .label-icon mat-icon{fill:red}.active-role-container{position:absolute;width:150px;height:14px;top:26px;right:-180px;margin:0;background-color:transparent;z-index:999}.active-role-container .role-name{float:right;width:auto;height:100%;line-height:14px;font-family:Quicksand-Light,monospace!important;font-weight:300!important;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#fff}.active-role-container .role-icon{float:right;width:14px;height:14px;margin:0 6px 0 0;display:flex;align-items:center;justify-content:center}.active-role-container .role-icon img{width:auto;height:12px}.progress-bar-container{position:absolute;width:100%;height:1px;top:0;left:0;overflow:hidden;z-index:9999}.main-menu-container{position:absolute;width:29px;height:36px;top:12px;margin:0;right:-29px;z-index:999}.main-menu-container .spinner-container{width:29px!important;height:36px!important;padding:0!important;margin:0!important;min-width:29px;max-width:29px;display:flex;align-items:center;justify-content:center}.main-menu-container .mat-button{width:29px!important;height:36px!important;padding:0!important;margin:0!important;min-width:29px;max-width:29px}.main-menu-container .mat-button .mat-focus-indicator{width:29px!important;height:36px!important;padding:0!important;margin:0!important}.main-menu-container .mat-button img{width:29px;height:auto}.commissioner-tournaments-title-section{position:absolute;width:auto;height:32px;top:70px;opacity:0;left:20px}.commissioner-tournaments-width-title-section-es{min-width:124px!important}.commissioner-tournaments-width-title-section-en{min-width:140px!important}.commissioner-tournaments-title-section .label{position:absolute;width:1%;text-orientation:sideways!important;height:26px;font-family:BebasNeue-Regular,monospace!important;font-weight:400!important;color:#b1b1b1;font-size:20px;letter-spacing:2px;text-align:left}.commissioner-tournaments-title-section .line{position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:#ff5b00;display:none}.roles-button-container{position:absolute;width:auto;height:47px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:300}.roles-button-container .mat-button{padding:0!important;margin:0!important}.roles-button-container .roles{position:relative;width:100%!important;height:auto;margin:0}.roles-button-container .roles .mat-standard-chip{width:auto;height:28px;min-width:200px;min-height:28px;font-family:Quicksand-Regular,monospace!important;font-size:14px!important;font-weight:400;letter-spacing:2px;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#ff5b00}.groups-button-container{position:absolute;width:auto;height:47px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:300;left:-200px;top:183px}.groups-button-container button:disabled{opacity:.4}.groups-button-container .mat-button{padding:0!important;margin:0!important}.groups-button-container .groups{position:relative;width:100%!important;height:auto;margin:0}.groups-button-container .groups .mat-standard-chip{width:auto;height:28px;min-width:112px;min-height:28px;font-family:Quicksand-Regular,monospace!important;font-size:14px!important;font-weight:400;letter-spacing:2px;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#ff5b00}.action-button-container-big{position:absolute;width:100%;height:200px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;align-items:center;justify-content:center;z-index:300}.action-button-container-big button{width:auto!important;height:47px!important;margin:0!important;padding:0!important}.action-button-container-wrapper{position:relative;width:100%;height:47px;margin:0 0 24px}.action-button-container{position:absolute;width:auto;height:47px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:300}.create-tournament-pos{right:-200px;top:70px}.add-team-pos{right:-200px;top:173px}.edit-profile-pos{right:2px;top:0}.generate-games-pos{right:-240px;top:173px}.generate-playoffs-pos{right:20px;top:173px}.add-court-pos{right:29px;top:0}.add-player-pos{right:-200px;top:173px}.add-player-pos button:disabled{opacity:.2}.action-button-container button{width:auto!important;height:47px!important;margin:0!important;padding:0!important}.action-button-container .add-tournament-width-es{min-width:171px!important}.action-button-container .add-team-width{min-width:188px!important}.action-button-container .add-games-width{min-width:200px!important}.action-button-container .add-court-width{min-width:188px!important}.action-button-container .mat-button{line-height:unset!important}.action-button-container button .circle{float:right;width:47px;height:47px;border-radius:50%;border:solid 3px #FF5B00!important;display:flex;align-items:center;justify-content:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.action-button-container button .circle .loading{position:absolute;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.action-button-container button .circle .add,.action-button-container button .circle .edit{width:24px;height:24px}.action-button-container button .circle .generate{width:26px;height:18px}.action-button-container button .title-container{float:right;width:auto;height:47px;margin:0 12px 0 0}.action-button-container button .title-container .wrapper{position:relative;width:100%;height:100%;top:0;left:0}.action-button-container button .title-container .title{position:absolute;width:auto;height:14px;padding:0;margin:0;top:13px;right:0;font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:14px;letter-spacing:2px;text-align:right}.action-button-container button .title-container .line{position:absolute;width:112px;height:2px;bottom:0;right:0}.action-button-container button .title-container .small-line{position:absolute;width:70px;height:2px;bottom:0;right:0;background-color:#ff5b00}.back-navigation-container{position:absolute;width:35px;height:38px;top:0;left:-35px;background-color:transparent;z-index:50}.back-navigation-container .mat-button{position:relative;width:100%!important;min-width:35px;max-width:35px;height:100%!important;padding:0!important;margin:0!important;top:0;left:0}.back-navigation-container .mat-button img{position:absolute;width:15px;height:auto;bottom:0;right:8px}.live-season-container{position:absolute;width:60px;height:38px;top:6px;right:6px;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:50}.live-season-container .label{position:absolute;width:100%!important;height:14px;bottom:-12px;left:0;font-family:Quicksand-Bold,monospace!important;font-size:10px;letter-spacing:2px;text-align:center;color:#ff5b00}.live-season-container .mat-button{position:relative;width:100%!important;min-width:35px;max-width:35px;height:100%!important;padding:0!important;margin:0!important;top:0;left:0}.live-season-container .mat-button img{position:absolute;width:15px;height:auto;bottom:0;right:8px}.close-dialog-container{position:relative;width:100%;height:34px;top:12px;z-index:99999}.close-dialog-container button{position:absolute;width:34px;height:34px;right:12px!important}.close-dialog-container .mat-button,.close-dialog-container .mat-icon-button,.close-dialog-container .mat-stroked-button,.close-dialog-container .mat-flat-button{padding:0!important}.close-dialog-container .mat-button{position:absolute;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;margin:0!important;display:flex;align-items:center;justify-content:center}.close-dialog-container .mat-button img{width:24px!important;height:auto}.close-bottom-sheet-container{position:fixed;width:45px;height:37px;top:0;left:0;background-color:transparent;z-index:9999}.cdk-overlay-pane{z-index:9999999!important}.close-bottom-sheet-container .mat-button{position:relative;width:100%!important;min-width:45px;max-width:45px;height:100%!important;padding:0!important;margin:0!important;top:0;left:0}.close-bottom-sheet-container .mat-button img{position:absolute;width:24px;height:auto;bottom:0;right:6px}.section-title{position:absolute;width:auto;min-width:80%;height:32px;top:16px;left:60px;opacity:0;z-index:10}.section-title-es{min-width:112px!important}.section-title-en{min-width:140px!important}.section-title .label{position:absolute;width:68%;height:26px;font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:12px;letter-spacing:2px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 600px){.section-title .label{position:absolute;max-width:200px!important;width:68%;height:26px;font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:12px;letter-spacing:2px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.section-title .line{position:absolute;width:112px;height:2px;bottom:0;left:0}.form-container-create-tournament{float:left;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.form-container-create-tournament form{position:relative;width:90%}.input-container-create-tournament-chip{position:relative;width:100%;padding:0 0 10px;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-create-tournament-chip .mat-form-field{height:auto!important;line-height:unset!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-create-tournament-chip .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-create-tournament-chip .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:80vw;outline:none!important}.input-container-create-tournament-chip .mat-form-field-wrapper{min-height:30px!important;padding:10px 6px 0!important}.input-container-create-tournament-chip .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-create-tournament-chip .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-create-tournament-chip .mat-input-element::placeholder{color:#fffc}.input-container-create-tournament-chip .mat-standard-chip{width:auto;height:28px;min-height:28px;font-family:Quicksand-Regular,monospace!important;font-size:14px!important;font-weight:400;letter-spacing:2px;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#ff5b00}.input-container-create-tournament-chip .mat-standard-chip .mat-chip-remove{color:#fff!important;opacity:1!important}.input-container-create-tournament{position:relative;width:100%;max-height:50px!important;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-create-tournament .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.score-sheet-container header .score-container .quarter-status .quarter-form-field .mat-form-field .mat-select-value{color:#fff;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-create-tournament .mat-form-field .mat-select-value{color:#fff}.input-container-create-tournament .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-create-tournament .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:80vw;outline:none!important}.input-container-create-tournament .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-create-tournament .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-create-tournament .mat-input-element::placeholder{color:#fffc}.input-container-create-tournament-label{position:relative;margin:18px 0 6px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;font-size:14px}.input-container-create-tournament .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-create-tournament .mat-select{font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-create-tournament .mat-select-arrow-wrapper{background-image:url(select.7103ba912845bc63.svg);background-repeat:no-repeat;background-position:center;display:unset;width:15px;height:8px}.input-container-create-tournament .mat-select-arrow{border:none}.input-container-create-tournament .mat-select-placeholder{color:#fffc}.form-container-bottom-sheet .mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background:#FFFFFF;height:2px}.form-container-bottom-sheet{position:absolute;inset:0;margin:94px 0 0;height:auto;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.form-container-bottom-sheet .mat-tab-header{margin:0 20px;position:fixed!important;z-index:100000}.form-container-bottom-sheet .mat-tab-group{width:100%;height:100%;overflow-y:auto}.form-container-bottom-sheet .mat-tab-body-wrapper{margin-top:50px}.form-container-bottom-sheet-teams{position:absolute;inset:0;margin:70px 0 0;overflow:hidden}.form-container-bottom-sheet-generate-teams{margin:70px 0 76px!important}.form-container-bottom-sheet-adjust{margin:94px 0 76px!important}.form-container-bottom-sheet-adjust-sign-up{margin:12px 0 76px!important}.form-container-bottom-sheet-adjust-small-mtop{margin:80px 0 76px!important}.form-container-bottom-sheet-adjust-small-mtop-nobottom,.form-container-bottom-sheet-adjust-big-tab{margin:80px 0 0!important}.scroll-container{position:absolute;inset:0;padding:0!important;margin:0 0 76px;overflow:auto;background:red}.force-overflow-y{overflow-y:auto!important}.bottom-sheet-container .steps-container{position:absolute;height:32px;inset:0;margin:73px 0 0 20px;padding:0;display:flex;align-items:center;justify-content:flex-start}.bottom-sheet-container .steps-container .bottom-sheet-title{position:relative;width:auto;min-width:108px;max-width:108px;height:32px;margin:0;padding:0}.bottom-sheet-container .steps-container .bottom-sheet-title:enabled{opacity:1}.bottom-sheet-container .steps-container .bottom-sheet-title .label{position:absolute;width:108px;height:26px;top:0;left:0;font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:14px;letter-spacing:1px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-sheet-container .steps-container .bottom-sheet-title .line{position:absolute;width:108px;height:2px;bottom:0;left:0;background-color:#fff6}.bottom-sheet-container .steps-container .bottom-sheet-title .line-selected{background-color:#fff!important}.bottom-sheet-fullheight-container .steps-container{position:absolute;height:32px;inset:0;margin:73px 0 0 20px;padding:0;display:flex;align-items:center;justify-content:flex-start}.bottom-sheet-fullheight-container .steps-container .bottom-sheet-title{position:relative;width:auto;min-width:108px;max-width:108px;height:32px;margin:0;padding:0}.bottom-sheet-fullheight-container .steps-container .bottom-sheet-title:enabled{opacity:1}.bottom-sheet-fullheight-container .steps-container .bottom-sheet-title .label{position:absolute;width:108px;height:26px;top:0;left:0;font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:14px;letter-spacing:1px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-sheet-fullheight-container .steps-container .bottom-sheet-title .line{position:absolute;width:108px;height:2px;bottom:0;left:0;background-color:#fff6}.bottom-sheet-fullheight-container .steps-container .bottom-sheet-title .line-selected{background-color:#fff!important}.form-container-bottom-sheet form{position:relative;width:90%}.form-container-bottom-sheet .fullwidth-form{position:relative;width:100%}.quarter-status-bottom-sheet .mat-form-field{width:100%;height:100%!important;font-family:Quicksand-Bold,monospace!important;font-weight:300!important;font-size:16px;color:#fff}.quarter-status-bottom-sheet .mat-form-field .mat-select-value-text,.quarter-status-bottom-sheet .mat-form-field .mat-select-placeholder{font-family:Quicksand-Light,monospace!important;font-weight:300!important;font-size:16px;color:#fff}.input-container-bottom-sheet-chip{position:relative;width:100%;padding:0 0 10px;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-bottom-sheet-chip .mat-form-field{height:auto!important;line-height:unset!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-bottom-sheet-chip .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-bottom-sheet-chip .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:80vw;outline:none!important}.input-container-bottom-sheet-chip .mat-form-field-wrapper{min-height:30px!important;padding:10px 6px 0!important}.input-container-bottom-sheet-chip .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-bottom-sheet-chip .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-bottom-sheet-chip .mat-input-element::placeholder{color:#fffc}.input-container-bottom-sheet-chip .mat-standard-chip{width:auto;height:28px;min-height:28px;font-family:Quicksand-Regular,monospace!important;font-size:14px!important;font-weight:400;letter-spacing:2px;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#ff5b00}.input-container-bottom-sheet-chip .mat-standard-chip .mat-chip-remove{color:#fff!important;opacity:1!important}.input-container-bottom-sheet-checkbox-no-outline{position:relative;width:100%;max-height:100%!important;background-color:transparent;color:#fff!important}.input-container-bottom-sheet-checkbox-no-outline .mat-checkbox{width:90%;margin:0 5% 21px}.input-container-bottom-sheet-checkbox-no-outline .mat-checkbox .mat-checkbox-inner-container{width:24px;height:24px;border-radius:7px;border:solid 2px #FF5B00}.input-container-bottom-sheet-checkbox-no-outline .mat-checkbox .mat-checkbox-frame{border-color:#0000}.input-container-bottom-sheet-checkbox-no-outline .mat-checkbox-layout .mat-checkbox-label{font-family:Quicksand-Light,monospace!important;font-weight:300!important;color:#fff;font-size:14px;line-height:24px}.mat-checkbox-ripple .mat-ripple-element,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff5b00!important}.input-container-bottom-sheet-checkbox-label{font-family:Quicksand-Light,monospace!important;font-weight:300!important;color:#fff;font-size:14px}.input-container-bottom-sheet-timepicker{position:relative;width:100%;height:auto;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,0);color:#fff!important;display:flex;align-items:center;justify-content:center}.input-container-bottom-sheet{position:relative;width:100%;max-height:50px!important;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-bottom-sheet .email:disabled{color:#fff!important;font-size:18px}.form-email-input{max-width:263px}.input-focused{position:fixed!important;inset:0;margin:0;max-height:unset!important;background-color:#000!important;border-radius:0;border:none;color:#fff!important;z-index:9999}.input-container-bottom-sheet-phone-wrapper{position:relative;width:100%;max-height:50px!important;height:50px!important}.input-container-bottom-sheet-phone-code{position:relative;width:120px;max-height:50px!important;height:50px!important;padding:0;margin:0;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.dashed-border{border:dashed 2px rgba(255,255,255,.36)!important}.disabled-country-code{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:row}.input-container-bottom-sheet-phone-code .country-loader-container{position:relative;width:120px;max-height:50px!important;height:50px!important;padding:0;margin:0;background-color:transparent;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;align-items:center;justify-content:center}.input-container-bottom-sheet-phone-code .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-bottom-sheet-phone-code .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-bottom-sheet-phone-code .mat-select{font-family:Quicksand-Light,monospace!important;font-weight:300!important;width:80px}.input-container-bottom-sheet-phone-code .mat-select-arrow-wrapper{background-image:url(select.7103ba912845bc63.svg);background-repeat:no-repeat;background-position:center;display:unset;width:15px;height:8px}.input-container-bottom-sheet-phone-code .mat-select-arrow{border:none}.input-container-bottom-sheet-phone-code .mat-select-placeholder{color:#fffc}.input-container-bottom-sheet-phone-code .mat-form-field-infix{max-width:120px!important;width:120px!important;outline:none!important}.input-container-bottom-sheet-phone-code .mat-form-field .mat-select-value{color:#fff}.input-container-bottom-sheet-phone-code .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-bottom-sheet-phone-code .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:120px;outline:none!important}.input-container-bottom-sheet-phone-code .mat-select-trigger{width:100%;height:100%}.input-container-bottom-sheet-phone-code .mat-select-trigger .flag{margin-top:15px}.input-container-bottom-sheet-phone-code .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-bottom-sheet-phone-code .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-bottom-sheet-phone-number{position:absolute;inset:0;margin:0 0 0 124px;max-height:50px!important;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-bottom-sheet-phone-number .phone{font-family:Quicksand-Bold,monospace}.input-container-bottom-sheet-phone-number .phone:disabled{color:#fff!important;font-size:18px}.input-container-bottom-sheet-phone-number .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important;width:100%}.input-container-bottom-sheet-phone-number .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-bottom-sheet-phone-number .mat-input-element::placeholder{color:#fffc}.input-container-bottom-sheet-phone-number .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-bottom-sheet-phone-number .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:none!important}.input-container-bottom-sheet-phone-number .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-bottom-sheet-phone-number .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-registration-email{width:100%;max-height:50px!important;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-registration-email .phone{font-family:Quicksand-Bold,monospace}.input-container-registration-email .phone:disabled{color:#fff!important;font-size:18px}.input-container-registration-email .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important;width:100%}.input-container-registration-email .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-registration-email .mat-input-element::placeholder{color:#fffc}.input-container-registration-email .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-registration-email .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:none!important}.input-container-registration-email .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-registration-email .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-bottom-sheet-date-wrapper{position:relative;width:100%;max-height:50px!important;height:50px!important}.input-container-bottom-sheet-date-icon{position:relative;width:60px;max-height:50px!important;height:50px!important;padding:0;margin:0;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;align-items:center;justify-content:center}.input-container-bottom-sheet-date-icon .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-bottom-sheet-date-icon .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-bottom-sheet-date-icon .mat-select{font-family:Quicksand-Light,monospace!important;font-weight:300!important;width:80px}.input-container-bottom-sheet-date-icon .mat-select-arrow-wrapper{background-image:url(select.7103ba912845bc63.svg);background-repeat:no-repeat;background-position:center;display:unset;width:15px;height:8px}.input-container-bottom-sheet-date-icon .mat-select-arrow{border:none}.input-container-bottom-sheet-date-icon .mat-select-placeholder{color:#fffc}.input-container-bottom-sheet-date-icon .mat-form-field-infix{max-width:120px!important;width:120px!important;outline:none!important}.input-container-bottom-sheet-date-icon .mat-form-field .mat-select-value{color:#fff}.input-container-bottom-sheet-date-icon .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-bottom-sheet-date-icon .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:120px;outline:none!important}.input-container-bottom-sheet-date-icon .mat-select-trigger{width:100%;height:100%}.input-container-bottom-sheet-date-icon .mat-select-trigger .flag{margin-top:15px}.input-container-bottom-sheet-date-icon .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-bottom-sheet-date-icon .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-bottom-sheet-datepicker{position:absolute;inset:0;margin:0 0 0 64px;max-height:50px!important;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-bottom-sheet-datepicker .no-touch{position:absolute;width:100%;height:100%;background-color:#ffffff1a;z-index:50}.input-container-bottom-sheet-datepicker .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important;width:100%}.input-container-bottom-sheet-datepicker .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-bottom-sheet-datepicker .mat-input-element::placeholder{color:#fffc}.input-container-bottom-sheet-datepicker .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-bottom-sheet-datepicker .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:none!important}.input-container-bottom-sheet-datepicker .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-bottom-sheet-datepicker .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-bottom-sheet .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.dialog-form-create-slot .input-container-bottom-sheet .mat-form-field{height:50px!important;width:90%;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-bottom-sheet .mat-form-field .mat-select-value{color:#fff}.input-container-bottom-sheet .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-bottom-sheet .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:80vw;outline:none!important}.dialog-form-create-slot .input-container-bottom-sheet .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:100%;outline:none!important}.input-container-bottom-sheet datepicker-container .mat-form-field-infix{padding:0!important;border-top:0!important;width:auto;outline:none!important}.input-container-bottom-sheet .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-bottom-sheet .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-bottom-sheet .mat-input-element::placeholder{color:#fffc}.input-container-bottom-sheet-label{position:relative;margin:18px 0 6px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;font-size:14px}.input-container-bottom-sheet-big-label{position:relative;margin:18px 0 14px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;font-size:16px}.input-container-bottom-sheet .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-bottom-sheet .mat-select{font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-bottom-sheet .mat-select-arrow-wrapper{background-image:url(select.7103ba912845bc63.svg);background-repeat:no-repeat;background-position:center;display:unset;width:15px;height:8px}.input-container-bottom-sheet .mat-select-arrow{border:none}.input-container-bottom-sheet .mat-select-placeholder{color:#fffc}.input-container-dialog-phone-wrapper,.input-container-dialog-date-wrapper{position:relative;width:100%;max-height:50px!important;height:50px!important}.form-container-dialog{position:relative;width:80%;height:auto;margin:40px 10% 0}.input-container-matchip-dialog{position:relative;width:100%;height:auto;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-matchip-dialog .mat-form-field{height:auto!important;width:96%;line-height:unset!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-matchip-dialog .mat-form-field .mat-select-value{color:#fff}.input-container-matchip-dialog .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-matchip-dialog .mat-form-field-infix{padding:10px 0 14px 14px!important;border-top:0!important;width:80%;outline:none!important}.input-container-matchip-dialog .mat-form-field-wrapper{height:auto!important;min-height:50px!important;padding-bottom:0!important}.input-container-matchip-dialog .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-matchip-dialog .mat-input-element::placeholder{color:#fffc}.input-container-matchip-dialog .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-dialog{position:relative;width:100%;min-height:50px;background-color:transparent;border-radius:12px;border:solid 2px rgba(255,255,255,.36);color:#fff!important}.input-container-dialog-matchip-adjust{height:auto!important}.input-container-dialog .mat-form-field{height:50px!important;width:96%;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-dialog .mat-form-field .mat-select-value{color:#fff}.input-container-dialog .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.input-container-dialog .mat-form-field-infix{padding:0 0 0 14px!important;border-top:0!important;width:80%;outline:none!important}.input-container-dialog datepicker-container .mat-form-field-infix{padding:0!important;border-top:0!important;width:auto;outline:none!important}.input-container-dialog .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.input-container-dialog .mat-form-field-label-wrapper{top:0;padding-top:0}.input-container-dialog .mat-input-element::placeholder{color:#fffc}.input-container-dialog-label{position:relative;margin:18px 0 6px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;font-size:14px}.input-container-dialog-big-label{position:relative;margin:18px 0 14px;font-family:Quicksand-Bold,monospace!important;font-weight:700!important;color:#fff;font-size:24px}.input-container-dialog .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.input-container-dialog .mat-select{font-family:Quicksand-Light,monospace!important;font-weight:300!important}.input-container-dialog .mat-select-arrow-wrapper{background-image:url(select.7103ba912845bc63.svg);background-repeat:no-repeat;background-position:center;display:unset;width:15px;height:8px}.input-container-dialog .mat-select-arrow{border:none}.input-container-dialog .mat-select-placeholder{color:#fffc}.chips-container-dialog{float:left;width:auto!important;height:50px!important;background-color:transparent!important;margin:0 0 0 17px;padding:0}.chips-container-dialog .mat-standard-chip{width:auto;height:21px;min-height:21px;font-family:Quicksand-Regular,monospace!important;font-size:10px!important;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;background:#FF5B00!important}.tournament-settings-container{position:absolute;inset:63px 0 0 -100%;margin:0 0 0 20px;height:23px;z-index:10}.tournament-settings-container button{background:yellowgreen;transition:all .2s ease-in-out}.tournament-settings-container img{float:left;width:23px!important;height:23px!important;background-color:transparent!important;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.tournament-settings-container .mat-icon{color:#ffffff80}.tournament-settings-container .mat-mini-fab{float:left;width:23px!important;height:23px!important;background-color:transparent!important;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.tournament-settings-container .chips-container{position:absolute;inset:0;margin:2px 0 0 40px;height:21px;display:flex;align-items:center;justify-content:flex-start;opacity:1}.tournament-settings-container .chips-container .button-wrapper,.tournament-settings-container .chips-container .season-data-container{position:relative;width:100%;height:100%}.tournament-settings-container .chips-container .season-data-container .custom-swiper-season-data{width:200px;padding:0!important}.tournament-settings-container .chips-container .mat-standard-chip{width:auto;min-width:77px;height:21px;min-height:21px;font-family:Quicksand-Regular,monospace!important;font-size:10px!important;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#4a4a4a}.tournament-settings-container .chips-container .season-data-container .custom-chip{width:auto!important;height:21px;min-height:21px;border-radius:16px;font-family:Quicksand-Regular,monospace!important;font-size:10px!important;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#4a4a4a}.season-invitation-settings-container{position:absolute;inset:63px 0 0 -100%;margin:0 0 0 20px;height:23px;z-index:10}.season-invitation-settings-container button{background:yellowgreen;transition:all .2s ease-in-out}.season-invitation-settings-container img{float:left;width:23px!important;height:23px!important;background-color:transparent!important;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.season-invitation-settings-container .mat-icon{color:#ffffff80}.season-invitation-settings-container .mat-mini-fab{float:left;width:23px!important;height:23px!important;background-color:transparent!important;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.season-invitation-settings-container .chips-container{position:absolute;inset:0;margin:2px 0 0 40px;height:21px;display:flex;align-items:center;justify-content:flex-start;opacity:1}.season-invitation-settings-container .chips-container .button-wrapper,.season-invitation-settings-container .chips-container .season-data-container{position:relative;width:100%;height:100%}.season-invitation-settings-container .chips-container .season-data-container .custom-swiper-season-data{width:200px;padding:0!important}.season-invitation-settings-container .chips-container .mat-standard-chip{width:auto;min-width:77px;height:21px;min-height:21px;font-family:Quicksand-Regular,monospace!important;font-size:10px!important;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#4a4a4a}.season-invitation-settings-container .chips-container .season-data-container .custom-chip{width:auto!important;height:21px;min-height:21px;border-radius:16px;font-family:Quicksand-Regular,monospace!important;font-size:10px!important;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center;background-color:#4a4a4a}.team-account{position:absolute;width:auto;height:28px;top:12px;right:17px;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:10}.team-account .name-container{position:relative;width:100%;height:100%;margin:0}.team-account .name-container .mat-standard-chip{width:100px;max-width:100px;height:28px;min-height:28px;font-family:Quicksand-Bold,monospace!important;text-transform:uppercase;font-size:10px!important;font-weight:400;letter-spacing:2px;color:#fff;display:flex;align-items:center;justify-content:center;background-color:transparent;border:solid 2px #FF5B00;text-align:center}.team-account .name-container .mat-standard-chip .content{position:absolute;inset:0;margin:6px 6px 0;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tournament-navigation-container{position:absolute;width:100%;height:28px;top:119px;left:0;opacity:0}.tournament-navigation-container button{position:relative;width:96%;height:28px;margin:0 2%!important;padding:0!important;line-height:unset;opacity:.4}.tournament-navigation-container .button-on{opacity:1}.tournament-navigation-container button .button-wrapper{position:relative;width:100%;height:100%}.tournament-navigation-container button .button-wrapper .label{position:absolute;width:100%;height:26px;font-family:BebasNeue-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:18px;letter-spacing:2px;text-align:center}.tournament-navigation-container button .button-wrapper .line{position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:#ff5b00}.bottom-sheet-s{width:100vw;height:110px;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.bottom-sheet-m{width:100vw;height:210px;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.bottom-sheet-release{width:100vw;height:220px;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.bottom-sheet-release-container{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;background-color:#ff5b00;border-top-left-radius:8px;border-top-right-radius:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;z-index:10;overflow:hidden!important}.bottom-sheet-release-container .bottom-row{position:absolute;width:100%;height:100px;bottom:0}.bottom-sheet-assign-game{width:100vw;height:100vh;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.bottom-sheet-assign-game-container{position:absolute;bottom:0;left:0;width:100%;height:200px;margin:0;background-color:#ff5b00;border-top-left-radius:8px;border-top-right-radius:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;z-index:10;overflow:hidden!important}.bottom-sheet-assign-game-container .bottom-row{position:absolute;width:100%;height:100px;bottom:0}.bottom-sheet-assign-game-container .bottom-row-s{position:absolute;width:100%;height:70px;bottom:0}.bottom-sheet-confirm{width:100vw;height:100px;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.bottom-sheet-confirm-container{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;background-color:#ff5b00;border-top-left-radius:8px;border-top-right-radius:8px;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;z-index:10;overflow:hidden!important}.bottom-sheet-auto-height{width:100vw;height:90vh;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.bottom-sheet{width:100vw;height:100vh;max-width:1024px!important;margin:0 auto;background-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.mat-bottom-sheet-container{max-height:100%!important;max-width:100%!important;cursor:unset!important;padding:0!important;background-color:transparent!important}.mat-bottom-sheet-container-small{min-width:10%!important;max-width:10%!important}.mat-bottom-sheet-container-medium{min-width:100%!important;max-width:100%!important}.mat-bottom-sheet-container-large{min-width:100%!important;max-width:1024px!important}.mat-bottom-sheet-container-xlarge{min-width:100%!important;max-width:100%!important}.bottom-sheet-fullheight-container{position:absolute;inset:0;margin:70px 0 0;background-color:#343434;border-top-left-radius:24px;border-top-right-radius:24px;-webkit-border-top-left-radius:24px;-webkit-border-top-right-radius:24px;z-index:10}.bottom-sheet-container{position:absolute;inset:0;margin:56px 0 0;background-color:#343434;border-top-left-radius:24px;border-top-right-radius:24px;-webkit-border-top-left-radius:24px;-webkit-border-top-right-radius:24px;z-index:10}.bottom-sheet-container .bottom-sheet-title,.bottom-sheet-fullheight-container .bottom-sheet-title{position:relative;width:auto;min-width:50%;max-width:70%;height:32px;margin:31px 0 0 20px}.bottom-sheet-container .bottom-sheet-title .label,.bottom-sheet-fullheight-container .bottom-sheet-title .label{position:absolute;width:100%;height:26px;font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:14px;letter-spacing:2px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-sheet-small-label{font-family:Quicksand-Regular,monospace!important;font-weight:400!important;color:#fff;font-size:10px;letter-spacing:2px;text-align:left}.bottom-sheet-container .bottom-sheet-title .line,.bottom-sheet-fullheight-container .bottom-sheet-title .line{position:absolute;width:112px;height:2px;bottom:0;left:0;background-color:#ff5b00}.accordion-teams .mat-expansion-panel-body,.accordion-courts .mat-expansion-panel-body{padding:0!important}.list-preloader-container{position:fixed;pointer-events:all;z-index:4!important;border:none;margin:0;padding:0;inset:0;cursor:wait;background-color:#141414;display:flex;align-items:center;justify-content:center}.list-preloader-container .group{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.list-preloader-container .lottie-svg{position:relative;z-index:1000;width:100px;height:100px}.list-preloader-container .loader-action{position:relative;z-index:1000;width:100%;height:auto;margin:12px 0 0;font-family:Quicksand-Regular,monospace!important;font-size:16px!important;font-weight:400;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center}.court-name-container .court-name .mat-form-field{height:50px!important;line-height:50px!important;font-family:Quicksand-Light,monospace!important;font-weight:300!important}.court-name-container .court-name .mat-form-field-appearance-standard .mat-form-field-underline{display:none!important}.court-name-container .court-name .mat-form-field-appearance-standard .mat-form-field-flex{padding-top:0!important}.court-name-container .court-name .mat-form-field-infix{padding:0!important;border-top:0!important;width:240px;outline:none!important}.court-name-container .court-name .mat-form-field-wrapper{height:50px!important;padding-bottom:0!important}.court-name-container .court-name .mat-form-field-label-wrapper{top:0;padding-top:0}.court-name-container .court-name .mat-input-element::placeholder{color:#fffc}
