:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.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%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(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:scaleX(1)}}.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)}}.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)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.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)}}.heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.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:scaleX(1)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.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)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.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)}}.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)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}
@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*{-webkit-text-size-adjust:none;-webkit-appearance:none;-ms-box-sizing:content-box;box-sizing:content-box}@font-face{font-family:yekanbakh;font-style:normal;font-weight:500;src:url(/fonts/yekanbakh-bold.ttf?0b272987f5194b4c3cb1ec58d18fcb16) format("truetype");src:url(/fonts/yekanbakh-bold.woff?55cccc4285476085379b8079bec4f498) format("woff")}@font-face{font-family:yekanbakh;font-style:normal;font-weight:400;src:url(/fonts/yekanbakh-medium.ttf?87941427127060e8d0f84f837076ecd3) format("truetype");src:url(/fonts/yekanbakh-medium.woff?4cab7404312a57ac27b7ced816950b9e) format("woff")}@font-face{font-family:yekanbakh;font-style:normal;font-weight:300;src:url(/fonts/yekanbakh-regular.ttf?355ef063cfabd0456861176072f55c8a) format("truetype");src:url(/fonts/yekanbakh-regular.woff?76a183873ef060a13f4421cf4f92a9c2) format("woff")}body{-webkit-tap-highlight-color:rgba(0,0,0,0);background:#fff;direction:rtl;margin:0;overflow-x:hidden}.input-range__label,body,button,input,select,select option,textarea{font-family:yekanbakh,tahoma;font-size:14px;font-weight:400}#app,body,html{height:100%}html{scroll-behavior:smooth}[hidden]{display:none}a{text-decoration:none}*,:focus{outline:0}::-moz-focus-inner{border:0}*,:after,:before{box-sizing:border-box}.noselect,canvas{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}::-moz-selection{background:rgba(0,0,0,.2)}::selection{background:rgba(0,0,0,.2)}::-moz-placeholder{color:rgba(0,0,0,.6)}::placeholder{color:rgba(0,0,0,.6)}.hidden{display:none}.w-100{width:100%!important}body{background-color:#2980b9}#app{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.premain,main{position:relative;transition:.1s ease-in;z-index:3}body:not(.loading):not(.hardloading) main{background:#3498db;padding-bottom:70px}.hardloading .premain,.hardloading main,.loading .premain,.loading main{flex:0 0 150px;width:150px}.hardloading footer .footerBtn,.hardloading header,.loading footer .footerBtn,.loading header{opacity:0;pointer-events:none}.hardloading footer,.loading footer{pointer-events:none}.premain{height:calc(100% - 90px);max-width:calc(100% - 50px);position:fixed;width:500px;z-index:-1}body:not(.loading):not(.hardloading) .premain{box-shadow:0 -20px 50px -30px #000}body:not(.loading):not(.hardloading) main{flex:1 0 auto;max-width:calc(100% - 50px);width:500px}body:not(.loading):not(.hardloading) .loadinginner{display:none}.loadinginner{bottom:0;height:80px;left:0;margin:auto;position:absolute;right:0;top:0;width:80px;z-index:11}.loadinginner:after{background:url(/images/logo.svg?2223f936bff2fb72692c1c9edfbe4974) 50% no-repeat;background-size:70%;opacity:.9;z-index:1}.loadinginner:after,.loadinginner:before{content:"";height:100%;position:absolute;right:0;top:0;width:100%}.loadinginner:before{animation:loadinginner 2s ease-out infinite;background:#3498db;box-shadow:0 0 50px -20px #000;z-index:-1}.loading .breadcrumb,.loading .container,.loading .premain,.loading footer,.loading footer .footerBtn,.loading main{transition:0s ease!important}@keyframes loadinginner{0%{border-radius:5px;transform:rotate(0)}10%{border-radius:0;transform:scale(1.1) rotate(0deg)}90%{border-radius:0;transform:scale(1.1) rotate(1turn)}to{border-radius:5px;transform:rotate(1turn)}}.loadinginner span{bottom:-60px;font-weight:500;opacity:.6;padding-right:5px;position:absolute;text-align:right;white-space:nowrap;width:100%}.loadinginner span:after{animation:loadinginnerspan 1s ease-in infinite;content:""}@keyframes loadinginnerspan{20%{content:" ."}40%{content:" .."}60%{content:" ..."}}header{background:rgba(52,152,219,.878);box-shadow:0 0 50px -25px #000;height:60px;justify-content:space-between;padding:0 30px;position:sticky;top:0;transform:translateY(-200px);transition:.3s ease-out 0s;z-index:3}header,header .logo{align-items:center;display:flex}header .logo{font-size:20px;font-weight:500}header .logo:before{background:url(/images/logo.svg?2223f936bff2fb72692c1c9edfbe4974) 50% no-repeat;background-size:100%;content:"";height:20px;margin-left:5px;opacity:.9;width:20px}header .logo h1{color:#000;padding-top:3px}header .chargeamount{color:rgba(0,0,0,.6);line-height:17px;margin-right:5px;text-align:left}header .chargeamount b{color:#000;font-weight:500;white-space:nowrap}footer{background-color:#2980b9;bottom:0;height:80px;justify-content:space-between;left:0;margin:0 auto;max-width:calc(100% - 40px);opacity:1;overflow:hidden;padding:0 30px;position:fixed;right:0;transition:.1s ease-in;transition:opacity .3s ease-out .3s;width:500px;z-index:7}.footerBtn,footer{align-items:center;display:flex}.footerBtn{cursor:pointer;flex-direction:column;justify-content:center;position:relative;transition:.3s ease-in .1s;z-index:1}.footerBtn:before{background:#3498db;border-radius:100%;content:"";filter:blur(8px);height:70px;position:absolute;top:-70px;transition:.1s ease-in;width:100%;width:70px;z-index:-1}.footerBtn:not(.active):before{top:-150px}.footerBtn img{height:20px;margin-bottom:4px;opacity:.7;width:20px}.footerBtn span{color:rgba(0,0,0,.6);font-weight:400;line-height:14px;text-align:center}.footerBtn-auth{flex-direction:row}.footerBtn-auth img{margin-bottom:0;margin-left:5px}.footerBtn:not(.footerBtn-auth) span{width:50px}.footerBtn.active span{color:#000}.footerBtn.active img{opacity:1}.footerBtn b:empty{display:none}.footerBtn b{background:rgba(52,152,219,.878);height:15px;left:7px;line-height:16px;min-width:15px;position:absolute;text-align:center;top:-5px}body:not(.loading):not(.hardloading) footer{box-shadow:0 -35px 20px -15px #3498db;transition:.3s ease .4s}body:not(.loading):not(.hardloading) footer .footerBtn{opacity:1}body:not(.loading):not(.hardloading) header{transform:translateY(0)}.container{display:flex;flex-direction:column;min-height:calc(100% - 110px);overflow:hidden;padding:30px 30px 25px;transition:opacity .1s ease-in .3s,padding .3s ease-out 0s}.hardloading .container,.loading .container{max-height:0;opacity:0;pointer-events:none}.test{background:hsla(0,0%,67%,.333);height:1000px}.mainList{border:2px solid rgba(0,0,0,.133);border-radius:10px;box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4);margin-bottom:15px}.mainListTitle{border-bottom:2px solid rgba(0,0,0,.133);font-size:16px;padding:15px}.mainListContent{box-shadow:-10px 15px 30px -15px rgba(0,0,0,.3);padding:10px 15px;position:relative}.mainListContent:before{border-right:2px solid rgba(0,0,0,.133);content:"";height:calc(100% - 25px);position:absolute;right:15px;top:0}.mainListContent .mainListBtn{align-items:center;color:rgba(0,0,0,.733);cursor:pointer;display:flex;font-weight:500;padding:5px 0;position:relative;transition:.1s ease}.mainListContent .mainListBtn:before{border-top:2px solid rgba(0,0,0,.133);content:"";margin:auto 2px auto 5px;transition:.1s ease;width:10px}.mainListContent .mainListBtn:hover:before{width:20px}.mainListContent .mainListBtn:hover{color:#000}.mainListBtn span{align-items:center;display:flex;flex:1;font-weight:400;max-height:20px}.mainListBtn span:after{content:" تومان";margin-right:3px;opacity:.6}.mainListBtn span:before{border-top:2px solid rgba(0,0,0,.133);content:"";flex:1;margin:0 5px;width:100%}.mainListBtn span:empty:after{content:"رایگان";opacity:1}.breadcrumb{align-items:center;background:rgba(52,152,219,.69);box-shadow:0 15px 30px -15px rgba(0,0,0,.467);display:flex;justify-content:space-between;max-height:100px;overflow:hidden;padding:10px 30px;position:relative;position:sticky;top:60px;transition:opacity .5s ease-in 0s,all .2s ease-out .1s;z-index:2}.breadcrumb .current{font-size:16px;transition:.3s ease}.breadcrumb.dirchanging .current{opacity:0;transform:scale(.8);transition:0s ease-in}.breadcrumb:not(.active),.hardloading .breadcrumb,.loading .breadcrumb{max-height:0;opacity:0;padding:0;transform:translateY(-50px);transition:opacity .15s ease-out 0s,all .3s ease-in .1s}.back{align-items:center;cursor:pointer;display:flex;opacity:.7;transition:.1s ease}.back img{display:block;height:20px;margin-bottom:2px;margin-right:5px}.back:hover{opacity:1}.breadcrumb:not(.active) .back{transform:translateX(-100px);transition:.3s ease-in}.clear-5{flex:0 0 5px;margin-bottom:5px}.clear-10{flex:0 0 10px;margin-bottom:10px}.clear-15{flex:0 0 15px;margin-bottom:15px}.mt-10{margin-top:10px!important}.mt-0{margin-top:0!important}.mt-15{margin-top:15px}.mb-15{margin-bottom:15px}p{line-height:30px}.aboutStage{text-align:center}.aboutStage img{margin:-10px auto 0;width:70%}.aboutStage h2:before{display:none}.aboutLogo{animation:aboutLogo 2s linear infinite;border-radius:100%;box-shadow:-15px 5px 20px -15px rgba(0,0,0,.3),inset -15px 5px 20px -15px #2980b9;height:50%;margin:5px auto 20px;position:relative;width:50%}.aboutLogo:after{content:"";display:block;padding-top:100%}.aboutLogo img{animation:aboutLogoImg 1.9s linear infinite;bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;width:70%}@keyframes aboutLogo{to{transform:rotate(1turn)}}@keyframes aboutLogoImg{to{transform:rotate(-1turn)}}.alert,.error,.response{align-items:center;background:#e84242;box-shadow:inset 5px 15px 10px -10px rgba(0,0,0,.333);color:#000;display:flex;flex-wrap:wrap;font-weight:500;justify-content:center;padding:20px;text-align:center}.alert a,.error a,.response a{align-items:center;background:#3498db;box-shadow:5px 15px 20px -10px #000;color:#000;display:flex;margin:2px 5px;padding:5px 10px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.alert{background-color:#2980b9}.alert b{font-weight:600;opacity:.8}.footnote{background:rgba(0,0,0,.133);color:rgba(0,0,0,.667);font-size:13px;margin:15px -20px -20px;padding:10px;width:calc(100% + 40px)}.response{background-color:#00b33d}.contactRow{display:flex;flex-direction:column}.contactCol{margin:7.5px 0;width:100%}.contactCol,.contactColDetail{align-items:center;display:flex}.contactColDetail{flex:1;margin-right:10px}.contactColImg{box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4),-10px 15px 30px -15px rgba(0,0,0,.8);display:flex;flex:0 0 50px;height:50px;width:50px}.contactColImg img{margin:auto;width:50%}.contactColValue{display:flex;flex-direction:column;text-align:justify}.contactColValue a{color:#000}.contactColName{align-items:center;display:flex;flex:1;font-weight:500}.contactColName:after{border-top:2px solid rgba(0,0,0,.2);content:"";flex:1;margin:0 10px;min-width:20px}.contactStage{text-align:right}.authPart{max-height:0;overflow:hidden;transition:.2s ease;width:100%}.authPart.active{max-height:1000px}.authForm,.form{display:Flex;flex-direction:column;margin:auto;max-width:300px}.input{align-items:center;display:flex;margin-bottom:10px;position:relative;width:100%}.dropbox,.input input,.input select,.input textarea{background:transparent;border:1px solid #2980b9;color:#000;flex:1;min-width:0;padding:10px;resize:none}.input textarea{height:200px}.input select{background-image:url(/img/icon-arrow-down.svg)!important;background-position:10px!important;background-repeat:no-repeat!important;background-size:10px!important}.input input:not(:disabled):not(:focus),.input select:not(:disabled):not(:focus),.input textarea:not(:disabled):not(:focus){box-shadow:inset 5px -5px 7px -5px hsla(0,0%,100%,.267)}.input input:focus,.input select:focus,.input textarea:focus{background:#2980b9;box-shadow:inset -5px 5px 7px -5px rgba(0,0,0,.2)}.input input.error,.input select.error,.input textarea.error{background-color:#e33!important}.input input.error:not(.ltr),.input select.error:not(.ltr),.input textarea.error:not(.ltr){text-align:right}.form input.error:not(.ltr),.form select.error:not(.ltr),.form textarea.error:not(.ltr){text-align:center}.input input:disabled,.input select:disabled,.input textarea:disabled{background:rgba(0,0,0,.067);opacity:.7}.input label{font-weight:500;margin-left:10px}.input label:after{content:" :";opacity:.5}.input span:last-child{font-weight:500;margin-right:5px}.resetInput{align-items:center;bottom:0;box-shadow:-10px 15px 30px -15px hsla(0,0%,100%,.9),inset -10px 15px 30px -15px rgba(0,0,0,.4);cursor:pointer;display:flex;height:27px;justify-content:center;left:10px;margin:auto;opacity:0;position:absolute;top:0;transform:scale(.6);transition:.1s ease;width:27px;z-index:1}.focused .resetInput{opacity:1;transform:scale(1);transition:.2s ease 1s}.form input{text-align:center}.formflex{display:flex;flex-wrap:wrap;margin:auto -5px}.formflex .input{flex:1 0 calc(50% - 10px);margin:5px}.formflex .submit{flex:0 0 130px;margin:5px}.formflex .input.w-100,.formflex .submit.w-100{flex:1 0 calc(50% - 10px)}.formflex div.alert,.formflex div.error,.formflex div.response{margin:5px;width:100%}.flexMode span{margin:5px}.flexMode span b:first-child{color:rgba(0,0,0,.6);font-weight:400}.flexMode span b:nth-child(2){font-weight:500}.dropbox-input{display:none}.dropbox{align-items:center;border:1px dashed rgba(0,0,0,.4);color:rgba(0,0,0,.533);cursor:pointer;display:flex;flex-direction:column;font-weight:500;height:calc(100% - 2px);justify-content:center;overflow:hidden;text-align:center;width:90px}.dropbox-result{display:none;font-size:10px}.dropbox.pending{animation:pending 1s infinite}.dropbox .resetInput{display:none;font-size:10px;height:16px;left:0;margin:5px 0 10px;padding:0 5px;position:relative;right:0;top:0;width:-moz-fit-content;width:fit-content}.dropbox.focused .resetInput{display:block}.dropbox.focused .dropbox-result{display:flex}.dropbox.focused span:first-child{display:none}.ticketreply .input:nth-child(2){width:auto}.ticketreply .dropbox{margin-right:10px}.ticketreply .dropbox.error{background:rgba(255,85,85,.8)}.ticketreply .dropbox.success{background:rgba(51,187,102,.8)}.submit button{background:#000 url(/img/icon-loading.svg) 50% no-repeat;background-size:0;border:none;color:#2980b9;cursor:pointer;font-weight:500;padding:10px 15px;transition:.2s ease-in;width:100%}.btn.pending,.submit button.pending{background-size:20px;color:rgba(41,128,185,0);pointer-events:none}.btn.disabled,.submit button.disabled,.submit button:disabled{opacity:.9;pointer-events:none}.success{background:#047e00!important;color:#000!important;pointer-events:none;transition:.2s ease}.ltr{direction:ltr;text-align:left}.notFound{align-items:center;display:flex;flex-direction:column;margin:auto}.notFoundH1{font-size:100px;font-weight:600;line-height:80px}.notFoundP{font-size:16px;margin-bottom:15px;opacity:.8}.btn{align-items:center;box-shadow:0 10px 30px -15px #000,inset -15px -15px 15px -15px hsla(0,0%,100%,.333);color:#000;cursor:pointer;display:flex;font-weight:500;padding:8px 10px;transition:.2s ease-in}.btn:hover,.submit button:hover{opacity:.8!important}.btn-secondary{background:hsla(0,0%,100%,.133)}.btn-primary{background:#000bb0;color:#3395d7}.btns{display:flex;margin:-10px -5px}.btns .btn,.btns .submit{margin:10px 5px}.btns .submit{flex:1}.budgeterror .alert,.budgeterror .input,.budgeterror .submit{filter:blur(1px);pointer-events:none}.successful{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;width:100%}.successfulImg{margin-bottom:10px;max-width:150px;width:50%}.successfulImg img{display:block;width:100%}.bold{font-size:16px;font-weight:500}.walletStatus{align-items:center;box-shadow:inset 0 -40px 30px -50px rgba(0,0,0,.467);display:flex;flex-direction:column;justify-content:center;margin:-30px -30px 0;padding:30px;width:100%;width:calc(100% + 60px)}.walletInventory{color:#000;font-size:30px;font-weight:300;text-align:center}.walletInventory b{font-weight:500}.walletInventory span{opacity:.7}.order-inload,.walletTx-inload{animation:inload 1s ease infinite;filter:blur(5px)}@keyframes inload{0%{filter:blur(5px)}30%{filter:blur(2px);opacity:.3}to{filter:blur(5px)}}@keyframes pending{30%{filter:blur(1px);opacity:.4}}.chargeamount-inload b{animation:inload 1s infinite}.orders,.walletTxs{margin:0 0 -10px;position:relative;width:100%;z-index:1}.order,.walletTx{align-items:center;box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4),-10px 15px 30px -15px rgba(0,0,0,.4);display:flex;margin:10px 0;padding:10px}.order{flex-direction:column}.orderContent{max-height:0;overflow:hidden;transition:.1s ease;width:100%}.order.active .orderContent{max-height:1000px}.orderHead{align-items:center;display:flex;width:100%}.walletTx .walletTxAmount{color:#040;direction:ltr;font-size:20px;margin-right:auto}.text-success,.walletTx .walletTxTitle span{color:#040}.text-pending,.walletTx:not(.walletTx-in):not(.walletTx-out) .walletTxAmount,.walletTx:not(.walletTx-in):not(.walletTx-out) .walletTxTitle span{color:rgba(0,0,0,.698)}.text-pending{animation:pending .4s infinite}.orderTitle,.walletTxTitle{font-weight:500;line-height:17px;margin-top:2px}.orderCreated,.walletTxCreated{line-height:15px;margin-top:2px;opacity:.7;text-align:right}.walletTxOwner{pointer-events:none;text-align:right}.walletTxOwner:after{content:" :  "}.walletTxAmount{display:flex;flex-direction:column}.walletTxAmount:after{content:"تومان";font-size:11px;line-height:0px;opacity:.7}.text-error,.walletTx-out .walletTxAmount,.walletTx-out .walletTxTitle span{color:#c00}.orderDetail,.walletTxDetail{margin-left:10px}.toman:after{content:" تومان";font-size:11px;line-height:0px;opacity:.7}h2{align-items:center;display:flex;font-size:20px;margin:5px 0;position:relative}h2:before{border-top:2px solid rgba(0,0,0,.2);bottom:0;content:"";height:0;margin:auto 0;position:absolute;right:-35px;top:0;width:25px}h2 .btn{font-size:14px;margin-right:auto;padding:5px 10px}.accountFlex{align-items:center;display:flex;flex:1;margin:auto 0}.accountMenu{display:flex;flex-direction:column;margin-bottom:auto}.accountMenu a{color:rgba(0,0,0,.6);margin:10px 0;text-align:center;transition:.1s ease}.accountMenu a.active{box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4),-10px 15px 30px -15px rgba(0,0,0,.8);color:#000;cursor:default;padding:10px}.accountMenu a:hover{color:#000}.accountMenu a:first-child{margin-top:0}.accountMenu a:last-child{margin-bottom:0}.accountContent{flex:1;padding-right:30px}.tinywidth{margin:auto;max-width:270px}.order.order-link,.walletTx.walletTx-link{color:#000;font-weight:500;position:relative;text-align:center;width:-moz-fit-content;width:fit-content;z-index:-1}.button{box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4),-10px 15px 30px -15px rgba(0,0,0,.8);cursor:pointer;font-weight:500;white-space:nowrap}.button:hover{box-shadow:-10px 15px 30px -15px hsla(0,0%,100%,.4),inset -10px 15px 30px -15px rgba(0,0,0,.4)}.orderMore,.walletTxMore{font-size:13px;margin:2px auto 2px 2px;padding:6px 10px}.orderMore:after{content:" بیشتر"}.order.active .orderMore:after{content:" کمتر"}.walletTx-zero{box-shadow:inset -5px 15px 30px -15px hsla(0,0%,100%,.4);justify-content:center;padding:20px;text-align:center}.admToggle{text-aligN:center;border:1px solid hsla(0,0%,100%,.267);display:flex}.admToggle span{cursor:pointer;flex:1;padding:10px;transition:.1s ease}.admToggle span.active{box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.6);cursor:default}.orderContent{display:flex;flex-wrap:wrap;opacity:0;padding:0 8px;width:calc(100% + 20px)}.order.active .orderContent{box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4);margin:10px -10px -10px;opacity:1;padding:10px 8px 8px}.orderContentCol{align-items:flex-start;display:flex;flex-direction:column;padding:7px}.orderContentCol span:first-child{line-height:10px;margin-top:1px;opacity:.7;white-space:nowrap}.orderContentCol span:first-child:after{content:" : "}.orderContentCol span:nth-child(2){font-weight:500;line-height:16px;margin-top:3px;max-width:280px}.orderContentCol span:nth-child(2) a{color:rgba(0,0,0,.533);cursor:pointer;transition:.1s ease}.orderContentCol span:nth-child(2) a:hover{color:#000}.ticketcol{align-items:center;box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4),-10px 15px 30px -15px rgba(0,0,0,.8);color:#000;display:flex;justify-content:space-between;padding:15px;transition:.1s ease}.ticketcolupdated{align-items:flex-end;display:flex;flex-direction:column}.ticketcolupdated span{color:rgba(0,0,0,.6);font-size:13px;line-height:18px}.ticketcolupdated span b{color:#000;font-weight:500}.ticketcol:not(:last-child){margin-bottom:10px}.ticketcol:hover{box-shadow:-10px 15px 30px -15px hsla(0,0%,100%,.3),inset -10px 15px 30px -15px rgba(0,0,0,.4)}.ticket{display:flex}.ticketMsg{box-shadow:-10px 15px 30px -15px hsla(0,0%,100%,.3),inset -10px 15px 30px -15px rgba(0,0,0,.3);flex:1;margin-right:10px;padding:10px;position:relative}.ticketMsg a{background:rgba(0,0,0,.133);color:rgba(0,0,0,.6);display:block;font-size:13px;font-weight:500;margin-top:5px;padding:0 5px;transition:.1s ease;width:-moz-fit-content;width:fit-content}.ticketMsg a:hover{background:rgba(0,0,0,.067);color:#000}.ticketMsg span{opacity:.7}.ticketMsg span:after{content:" :"}.ticketMsgAvatar{display:flex;flex-direction:column}.ticketMsgAvatar img{height:30px;margin:5px 0}.ticketMsg b{align-items:center;display:flex;font-size:13px;height:100%;left:10px;opacity:.3;position:absolute;top:0}.ticket:not(:last-child){margin-bottom:15px}.ticket-admin{flex-direction:row-reverse}.ticket-admin .ticketMsg{margin-left:10px;margin-right:0}.ticketreply{display:flex;margin-top:auto}.ticketreply .input textarea{height:85px}.ticketreplyBtns{display:flex;flex-direction:column;padding-right:10px;white-space:nowrap}.ticketreplyBtns .btn:not(:first-child){margin-top:10px}.affiliate{text-align:center}.affiliateReferralCode{align-items:center;border:1px solid rgba(0,0,0,.2);display:flex;justify-content:center;margin:15px auto;padding:10px;width:-moz-fit-content;width:fit-content}.affiliateReferralCode span{margin-right:10px}.affiliateReferralCode b{font-size:25px}.affiliate .affiliateParagraph{wxidth:200px;font-size:13px;line-height:20px;margin-top:10px;opacity:.6}.affiliate a{color:rgba(0,0,0,.6)}.affiliateResult{align-items:center;box-shadow:inset 0 40px 30px -50px rgba(0,0,0,.467);display:flex;flex-direction:column;justify-content:center;margin:20px 0 0;padding:20px;width:calc(100% + 30px)}.affiliateIntro{padding-right:20px}.affiliate .walletTxs{margin:-15px 0 -20px;padding-right:20px}.affiliateReferralUrl{align-items:center;clear:both;display:flex;flex-wrap:wrap;justify-content:center;margin:10px 0 13px}.affiliateReferralUrl .btn{margin-right:10px;padding:5px 10px}.inputAvatar{align-items:center;background:rgba(0,0,0,.067);border:1px solid rgba(0,0,0,.067);cursor:pointer;display:flex;height:100px;justify-content:center;margin:5px auto 10px;width:100px}.inputAvatar.pending{animation:pending 1s infinite}.inputAvatar.error{background:#e33}.inputAvatar img{transition:.1s ease;width:100%}.inputAvatar.error img,.inputAvatar.success img{width:90%}.inputAvatar:not(.active) img{width:60%}.inputAvatar input{display:none}.inputAvatar{position:relative}.inputAvatar:not(.active) .dropbox-remove{display:none}.dropbox-remove{align-items:center;border:1px solid #fff;color:#fff;display:flex;height:15px;justify-content:center;left:7px;opacity:.5;position:absolute;top:7px;transition:.1s ease;width:15px}.dropbox-remove:hover{opacity:1}.table{overflow-x:auto;width:100%}table{text-align:center;width:100%}table thead th{color:rgba(0,0,0,.467);font-weight:500;opacity:1;padding-bottom:5px}table td,table th{border-bottom:1px solid hsla(0,0%,100%,.267);padding:12px 3px;transition:.1s ease}table tr:hover td{background:hsla(0,0%,100%,.133);border-color:hsla(0,0%,100%,.133)}table tr:last-child td{border-color:hsla(0,0%,100%,0)}table td:first-child,table th:first-child{padding-right:10px;text-align:right}table td:last-child,table th:last-child{padding-left:10px;text-align:left}.table-btn{color:rgba(0,0,0,.6);cursor:pointer;font-size:13px;font-weight:500}.table-btn.pending{animation:pending .4s infinite}.administrator{margin:auto 0}.sexyload{background:url(/img/icon-loading.svg) 50% no-repeat;background-size:100%;filter:invert(1);height:30px;margin:auto;width:30px}.new{background:#2980b9;font-size:11px;margin-right:5px;padding:0 3px}.unichart{border:1px solid hsla(0,0%,100%,.267);display:flex}.unichart:not(:first-child){margin-top:15px}.unichartPart{align-items:center;border-right:1px solid hsla(0,0%,100%,.267);display:flex;flex:1 0 auto;flex-direction:column;justify-content:center;padding:10px;text-align:center}.unichartPart:first-child{border-right:none}.unichartPart:first-child span:first-child{font-weight:500}.unichartPart:not(:first-child) span:first-child{font-weight:500;opacity:.5;pointer-events:none}.unichartPart:not(:first-child) span:first-child:after{content:" : "}.unichartPart span:nth-child(2){font-size:20px;font-weight:300;line-height:20px}@media (max-width:500px){.accountFlex{flex-direction:column}.accountContent{border-top:1px solid rgba(0,0,0,.133);margin-top:15px;padding-right:0;padding-top:15px;width:100%}.affiliateIntro{padding-right:0}.affiliateResult{margin:20px -20px 0;width:calc(100% + 40px)}.affiliate .walletTxs{padding:0}.accountMenu{box-shadow:inset -10px 15px 30px -15px hsla(0,0%,100%,.4),-10px 15px 30px -15px rgba(0,0,0,.3);max-height:42px;overflow:hidden;transition:.1s ease;width:100%}.accountMenu a{align-items:center;display:flex;margin:5px 0;text-align:right}.accountMenu:not(.active){cursor:pointer}.accountMenu.active{max-height:600px;padding:10px}.accountMenu:not(.active) a{margin:0!important;pointer-events:none}.accountMenu:not(.active) a:not(.active){display:none}.accountMenu.active a:first-child:after,.accountMenu:not(.active) a.active:after{background:url(/img/icon-arrow-down.svg) 50% no-repeat;background-size:100%;content:"";height:10px;margin-right:auto;transition:.1s ease;width:10px}.accountMenu.active a:after{transform:rotate(180deg)}.ticketreply{flex-direction:column}.ticketreply .dropbox{margin-right:0}.ticketreply .ticketreplyBtns{flex-direction:row;margin-bottom:5px;padding-right:0}.ticketreply .ticketreplyBtns .btn{flex:1;justify-content:center;text-align:center}.ticketreplyBtns .btn:not(:first-child){margin-right:10px;margin-top:0}.table{width:100%}.table table{width:500px}.unichart{flex-direction:column}.unichartPart{border-right:none;border-top:1px solid hsla(0,0%,100%,.267);flex-direction:row;padding:8px}.unichartPart:first-child{border-right:none;border-top:none}.unichartPart:not(:first-child) span:first-child:after{content:" : ";margin-left:5px}}@media (max-width:400px){.formflex .input,.formflex .submit{flex:1 0 calc(100% - 10px)}.contactColDetail{align-items:flex-start;flex-direction:column}.contactColName{width:100%}.contactCol{align-items:flex-start}.ticketcoltitle{margin-bottom:5px}.ticketcol{flex-direction:column;justify-content:center}.ticketcolupdated{align-items:center}}@media (max-width:450px){header{padding:0 20px}.footerBtn span{font-size:12px}footer{padding:0 20px}.container{padding:20px}.breadcrumb{padding:10px 20px}.mainListBtn span:not(:empty):after{content:" ت"}.alert,.error,.response{padding:15px}}
