@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * 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 (prefers-reduced-motion:reduce),print{.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:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__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)}}.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: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)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@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)}}.animate__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)}}.animate__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)}}.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:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(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:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(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:scaleX(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) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);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) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(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) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-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:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(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) rotate(-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) rotate(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}body{direction:rtl!important;text-align:right!important;font-family:fb,helvetica,arial!important;padding:0!important;overflow:auto!important;margin:0;font-size:19px!important;color:#000!important;background:#f3f4f6!important}.hidden{display:none}img{max-width:100%}ul{padding:0;margin:0;list-style-type:none}.boldTypeFamily{font-family:fb_bold,helvetica,arial}.regularTypeFamily{font-family:fb,helvetica,arial}.form-100{width:100%}.credit{text-align:center;padding:0 0 10px;margin:20px 0 0}.bgLoading{color:#54a0d6}.customBtn_blue{background-color:#54a0d6;border:#54a0d6}.customBtn_blue:focus,.customBtn_blue:hover{background-color:#393939!important}.customBtn.btn-danger,.customBtn_blue.btn-danger{background:#d32f2f}.fullCustom{background:none;border:none;padding:0 40px;border-radius:10px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.fullCustom.violet{background-color:#641c78;color:#fff}.fullCustom.violet.disabled{background:gray}.fullCustom.violet:hover{background:#fcb740}.loginPageIndex h1{font-size:25px;font-family:fb,helvetica,arial;letter-spacing:-1px;margin:20px 0 0}.loginPageIndex .gridLeft{background:transparent;box-shadow:none}.loginPageIndex .gridLeft .boxCont{margin-top:200px;max-width:330px}.loginPageIndex .formLogin .newUserData{text-align:center;line-height:1;margin:0 0 10px;color:#9c27b0}.loginPageIndex .formLogin .form-100{min-height:70px}.loginPageIndex .formLogin .btn{margin:5px 0 0}.loginPageIndex .MuiPaper-root{justify-content:center;display:flex}.pagesStyle{direction:"ltr"}.react-datepicker-wrapper input{width:100%;border-radius:5px;padding:5px;text-align:center;color:#707070;border:none}.react-datepicker-wrapper input:disabled{background:#fff!important;color:gray}.modal-backdrop.show{opacity:.9}.react-datepicker__navigation--years-upcoming{transform:rotate(180deg)}.react-datepicker__navigation--years-previous,.react-datepicker__navigation--years-upcoming{background:url(/public/img/svg/downSelect.svg) center 8px no-repeat!important}@keyframes bounce2{0%,20%,50%,80%,to{transform:translateX(0)}10%{transform:translateX(-5px)}}.bounce2{animation:bounce2 2s infinite}@keyframes bounce3{0%,20%,50%,80%,to{transform:translateX(0)}40%{transform:translateX(-6px)}60%{transform:translateX(-5px)}}.bounce3{animation:bounce3 2s infinite}@keyframes bounce1{0%,20%,50%,80%,to{transform:scale(1)}40%{transform:scale(1.2)}60%{transform:scale(1.1)}}.bounce1{animation:bounce1 2s infinite}.Toastify__toast-container .Toastify__toast-body{font-family:fb,helvetica,arial}.modalSite .modal-dialog{margin:5% auto}.modalSite .modal-content{border-radius:10px;box-shadow:-1px 10px 14px 1px rgba(0,0,0,.2);border:none}.modalSite .modal-content .loaderModal{width:100px;color:#54a0d6;margin:0 auto}.modalSite .modal-body{padding:5px 15px 30px}.modalSite .closeBtnCont{padding:5px 0 0 5px;text-align:left;margin-bottom:-10px}.modalSite .closeBtn{padding:0;border:none}.modalSite .closeBtn,.modalSite .closeBtn:hover{background:transparent}.modalSite header{padding:5px 0 0;text-align:center}.modalSite .modalMain h2{text-align:center;margin:0 0 30px;color:#54a0d6;font-size:30px;letter-spacing:-1px}.autocompleteInput label{padding-right:10px}.autocompleteInput label.Mui-focused,.autocompleteInput label.MuiFormLabel-filled{padding-right:0}.autocompleteInput .MuiOutlinedInput-root{padding-top:7px!important;padding-bottom:7px!important}main.dashboard{padding:0;min-height:730px;min-width:1200px}main.noPaddPage{padding:0}.pages{direction:ltr}.pages button{border-radius:50%}.animateAllTransition{transition:all .1s ease-in-out}.reloadIco{color:#54a0d6;cursor:pointer;margin:0;padding:0}.reloadIco:hover{font-size:25px;color:#54a0d6}.MuiList-root li{font-family:fb,helvetica,arial}.MuiList-root li strong{font-family:fb_bold,helvetica,arial}.selectInputFilled{margin-bottom:25px}.selectInputFilled .MuiSvgIcon-root{display:none}.selectInputFilled legend{visibility:visible;background:#fff;line-height:1;color:#6b7ef4;max-width:inherit}.selectInputFilled.noLabel legend{display:none}.selectInputFilled.noLabel .MuiSelect-select{padding:18px 15px 12px}.selectInputFilled .MuiSelect-select{background:#fff;padding-top:12px;padding-bottom:10px;font-family:fb,helvetica,arial}.selectInputFilled .MuiSelect-select strong{font-family:fb_bold,helvetica,arial}.selectInputFilled .MuiFilledInput-underline:after{border-color:#6b7ef4}.selectInputFilled .MuiFormLabel-root{top:-5px;right:30px;left:inherit}.selectInputFilled .MuiFormLabel-root.MuiFormLabel-filled{top:-7px;right:-6px;left:inherit}.selectInputFilled.tikun1 .MuiFormControl-root .MuiFormLabel-filled{top:-7px;right:18px;left:inherit}.selectInputFilled.tikun2 .MuiFormControl-root .MuiFormLabel-filled{right:5px}.selectInputFilled .Mui-error legend{color:#d32f2f}.goBack{margin:0 0 10px}.goBack button{border:none;background:transparent}.goBack button:hover{text-decoration:underline}.loginPage .gridLeft .logoLogin{margin:0 0 30px}.loginPage .gridLeft .logoTit{color:#07443b;letter-spacing:-2px}.loginPage .gridLeft .loginBtn{border:none;background:#c9961a}.loginPage .gridLeft .loginBtn:hover{background:#07443b}.wrapper{max-width:90%;margin:0 auto}.noResults{text-align:center;font-size:20px;color:#07443b}.formLogin{margin:50px 0 0}.formLogin h1{color:#07443b;text-align:center;font-size:30px;margin:0 0 20px}.formLogin .sendSmsCont h3{color:#000;font-size:20px;text-align:center}.formLogin .sendSmsCont p{text-align:center;margin:0}.formLogin .smsFormCont{margin:30px 0 0}.formLogin .smsFormCont .btnCont{margin:0;text-align:left}.formLogin .smsFormCont .btnCont button{background:none;border:none;color:#000;font-size:14px}.formLogin .smsFormCont .btnCont button:hover{text-decoration:underline}.formLogin hr{border:0;border-top:1px solid #dbdbdb;display:block;margin:40px auto;overflow:visible;text-align:center;opacity:1}.formLogin hr:before{background:#fff;color:#000;content:"או";padding:0 .4rem;position:relative;top:-1rem;text-align:center}.formLogin .MuiFormControl-root{margin:0 0 5px}.formLogin .googleSignIn{transition:all .1s ease-in-out;width:100%;border:1px solid #b2b8c3;background:#fff;display:flex;justify-content:space-between;padding:15px 10px;border-radius:5px}.formLogin .googleSignIn:hover{background:#f2f3f5;padding-right:20px}.defaultPage{padding:80px 0 0}.welcomePageIndex{padding:290px 0 0}.welcomePageIndex .bgUp{z-index:10;position:fixed;top:0;width:100%;background:#deebe9;padding:30px 0 0;margin:0}.welcomePageIndex .userDataHeader{display:flex;gap:20px;align-items:center}.welcomePageIndex .userDataHeader h2{line-height:.7;color:#07443b}.welcomePageIndex .userDataHeader .imgLogoUser{box-shadow:-1px 0 4px 1px rgba(58,86,122,.6);border-radius:10px}.welcomePageIndex .userDataHeader .downData{font-size:14px}.welcomePageIndex .userDataHeader button{padding:0;font-size:14px;border:none;background:transparent;color:#000}.welcomePageIndex .userDataHeader button:hover{text-decoration:underline}.welcomePageIndex .welcomeMenuBar{margin:30px 0 0}.welcomePageIndex .welcomeMenuBar .MuiAppBar-colorPrimary{background-color:#fff}.welcomePageIndex .welcomeMenuBar .MuiButtonBase-root{color:#000;font-family:fb,helvetica,arial;font-size:16px;padding-left:20px;padding-right:20px}.welcomePageIndex .welcomeMenuBar .MuiButtonBase-root.Mui-selected,.welcomePageIndex .welcomeMenuBar .MuiButtonBase-root:hover{color:#07443b;font-weight:700;opacity:1}.welcomePageIndex .welcomeMenuBar .MuiTabs-flexContainer{justify-content:center}.welcomePageIndex .welcomeMenuBar .MuiTabs-indicator{background-color:#07443b}.selectProjectAndDate{background:#fff;min-height:200px;width:100%;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);margin:0;border-radius:20px}.selectProjectAndDate header{border-radius:20px 20px 0 0;background:#858585;color:#fff;padding:8px 0;text-align:center;display:flex;gap:20px;align-items:center;justify-content:center}.selectProjectAndDate header h1{font-size:25px;margin:0;font-family:fb_light,helvetica,arial}.selectProjectAndDate .showProjects{padding:20px 30px}.selectProjectAndDate .showProjects .header{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:0 0 30px;border-bottom:1px solid #dbdbdb;padding:0 0 10px}.selectProjectAndDate .showProjects .header h3{font-size:20px;margin:0}.selectProjectAndDate .showProjects .header>div{width:78%}.selectProjectAndDate .showProjects .projCont{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px}.selectProjectAndDate .showProjects .projCont.tkufa{width:590px;margin:0 auto 20px}.selectProjectAndDate .showProjects .projCont .project{border:1px solid #dbdbdb;padding:5px 20px;cursor:pointer;border-radius:5px;background:#fff;transition:all .2s ease-in-out}.selectProjectAndDate .showProjects .projCont .project.active,.selectProjectAndDate .showProjects .projCont .project:hover{background:#07443b;color:#fff}.selectProjectAndDate .showProjects .lastStep .send{display:flex;gap:10px;justify-content:center}.selectProjectAndDate .showProjects .lastStep .send .selectInput{width:100px;color:#000!important}.selectProjectAndDate .showProjects .lastStep .send button{width:200px;background:#fab652;border:none;border-radius:10px;cursor:pointer;color:#000}.selectProjectAndDate .showProjects .lastStep .send button span{display:inline-block;font-family:fb,helvetica,arial}.selectProjectAndDate .showProjects .lastStep .send button:hover{background:#07443b;color:#fff}.changeLocalityMenuBar ul{margin:0;display:flex;align-items:center;gap:10px}.changeLocalityMenuBar ul li{display:flex;align-items:center;gap:10px;font-size:16px}.changeLocalityMenuBar ul li .autocompleteInput{min-width:270px}.changeLocalityMenuBar ul li .changeProject{background:url(/img/svg/downSelect.svg) 10px no-repeat transparent;padding-left:22px;background-size:8px;min-width:270px}.changeLocalityMenuBar ul li button.sendBtn{width:200px;padding:7px 0;border:none;background:#07443b;color:#fff;border-radius:5px}.changeLocalityMenuBar ul li button.sendBtn.btnShow{background:gray;font-size:14px;padding:5px 10px;width:inherit}.changeLocalityMenuBar ul li button.sendBtn:hover{background:#fab652;color:#000}.defaultGlobalBtn{background-color:gray;color:#fff;border:none;border-radius:20px;font-size:14px;padding:7px 15px}.defaultGlobalBtn.small{font-size:13px;padding:5px 10px}.defaultGlobalBtn.green{background-color:#7dad7a}.defaultGlobalBtn.red{background-color:red}.defaultGlobalBtn.blue{background-color:#0058ff}.defaultGlobalBtn.lightgrayOff{background-color:#dfdfdf;color:#858585}.defaultGlobalBtn.lightgrayOff:hover{background-color:#000;color:#fff}.defaultGlobalBtn.lightgray{background-color:#c4c4c4}.defaultGlobalBtn:hover{background-color:#000}.defaultGlobalBtn:disabled{background-color:gray;opacity:.7}.craneOperatorRegularWorkersChanger{display:flex;gap:5px}.craneOperatorRegularWorkersChanger button.active{color:#fff;background-color:#7dad7a}.craneOperatorRegularWorkersChanger button.active:hover{background-color:#000}.craneOperatorRegularWorkersChanger.menuPlace button{padding:2px 10px;font-size:14px}.wrapperLocality{margin:0;padding:80px 20px 40px}.selectInput{background:url(/img/svg/downSelect.svg) 10px no-repeat transparent;padding-left:22px;background-size:8px;font-size:15px!important;color:gray!important}.localityPageIndex{background:#fff;width:100%;min-height:calc(100vh - 125px);border-radius:20px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.localityPageIndex .panelWrap{padding:10px}.localityPageIndex .noResultsWorkers{padding:40px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column}.localityPageIndex .noResultsWorkers .header{margin:0 0 30px}.localityPageIndex .noResultsWorkers .header h2{font-size:30px;color:#07443b;margin:0}.localityPageIndex .noResultsWorkers .changeLocalityMenuBar ul{justify-content:center;gap:20px}.localityPageIndex .noResultsWorkers .changeLocalityMenuBar ul li .changeProject{min-width:470px}.localityPageIndex .filterBar{padding:30px;background:#f1f1f1;border:1px solid #d3d3d3;margin:0 0 20px 10px;border-radius:20px;position:relative;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.localityPageIndex .filterBar .selectInput{background-color:#fff}.localityPageIndex .filterBar .iconClose{position:absolute;top:7px;left:7px;color:gray;cursor:pointer}.localityPageIndex .filterBar .iconClose:hover{color:#000}.localityPageIndex .filterBar .autocompleteInput{background:#fff;width:100%}.localityPageIndex .tableWorkers{width:100%;font-size:16px}.localityPageIndex .tableWorkers .MuiSwitch-colorPrimary.Mui-checked{color:#7dad7a}.localityPageIndex .tableWorkers .MuiSwitch-switchBase{color:#fb8282}.localityPageIndex .tableWorkers .MuiSwitch-colorPrimary.Mui-checked+.MuiSwitch-track{background-color:#a3a3a3}.localityPageIndex .tableWorkers .extendedMenue{padding:5px;text-align:right}.localityPageIndex .tableWorkers .extendedMenue .openBtn{color:#fff;padding:6px}.localityPageIndex .tableWorkers .extendedMenue .openBtn:hover{background:#9d9d9d}.localityPageIndex .tableWorkers .titTable th{background:gray;color:#fff;font-weight:400;border-left:1px solid #fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.localityPageIndex .tableWorkers .titTable th:first-child{border-radius:0 10px 0 0}.localityPageIndex .tableWorkers .titTable th:last-child{border-radius:10px 0 0 0;border-left:none}.localityPageIndex .tableWorkers .titTableSeccond th{border-top:3px solid #fff;background:#deebe9;font-weight:400;border-left:1px solid gray;border-bottom:10px solid #fff;font-size:14px;line-height:1;padding:5px 2px;position:-webkit-sticky;position:sticky;top:45px;z-index:3}.localityPageIndex .tableWorkers .titTableSeccond th:last-child{border-left:none}.localityPageIndex .tableWorkers th{padding:0 10px;text-align:center}.localityPageIndex .tableWorkers td{text-align:center;padding:5px;font-size:14px;border-bottom:1px solid #dedede}.localityPageIndex .tableWorkers tr{cursor:pointer}.localityPageIndex .tableWorkers tr.active td,.localityPageIndex .tableWorkers tr:hover td{background:#ededed}.localityPageIndex .tableWorkers .tableBtn{border:none;color:#fff;background:#92ada9;border-radius:3px;min-width:80px}.localityPageIndex .tableWorkers .tableBtn .icon{width:30px;color:#fff}.localityPageIndex .tableWorkers .tableBtn:hover{background:#07443b;color:#fff}.localityPageIndex .tableWorkers .tableBtn:hover .icon{color:#fff}.localityPageIndex .tableWorkers .moreData{padding:10px 2%;display:flex;justify-content:space-between;background:#fefee3}.localityPageIndex .tableWorkers .moreData ul{width:47%}.localityPageIndex .tableWorkers .moreData ul:first-child{padding-top:5px}.localityPageIndex .tableWorkers .moreData ul li{padding:4px 0;text-align:right;border-bottom:1px solid #c9c9c9;display:flex;flex-wrap:wrap}.localityPageIndex .tableWorkers .moreData ul li strong{margin:0 0 0 10px;min-width:100px}.localityPageIndex .tableWorkers .moreData ul li strong.tit{font-size:18px}.localityPageIndex .hoursPannel{background:#deebe9;min-height:calc(100vh - 125px);border-radius:20px 0 0 20px;border-right:1px solid #d3d3d3;padding:0 0 10px}.localityPageIndex .hoursPannel header{border-radius:20px 0 0 0;min-height:34px;background:gray;display:flex;justify-content:space-between;align-items:center;gap:10px}.localityPageIndex .hoursPannel header .center{display:flex;gap:5px;align-items:center}.localityPageIndex .hoursPannel header .rCol{padding-right:20px;display:flex;gap:5px;align-items:center}.localityPageIndex .hoursPannel header .lCol{display:flex;align-items:center;gap:0}.localityPageIndex .hoursPannel header .lCol .selectChangeHours{color:#fff;display:flex;gap:10px}.localityPageIndex .hoursPannel header .lCol .selectChangeHours .selectBtn{display:flex;gap:5px;align-items:center;font-size:14px;cursor:pointer}.localityPageIndex .hoursPannel header .lCol .selectChangeHours .selectBtn.active,.localityPageIndex .hoursPannel header .lCol .selectChangeHours .selectBtn:hover{color:#fbfbc6}.localityPageIndex .hoursPannel header .lCol .selectChangeHours .openModal.newEntry button{background-color:#f50057}.localityPageIndex .hoursPannel header .lCol .selectChangeHours .openModal.newEntry button:hover{background-color:#000}.localityPageIndex .hoursPannel header .lCol .selectChangeHours .openModal button{border:1px solid #fff;background-color:#0e3aaa;text-wrap:nowrap;color:#fff;font-size:14px;padding:5px 15px;border-radius:15px;line-height:1;display:flex;gap:5px;align-items:center}.localityPageIndex .hoursPannel header .lCol .selectChangeHours .openModal button:hover{background-color:#000}.localityPageIndex .hoursPannel header .extendedMenue{padding:5px}.localityPageIndex .hoursPannel header .extendedMenue .openBtn{color:#fff;padding:6px}.localityPageIndex .hoursPannel header .extendedMenue .openBtn:hover{background:#9d9d9d}.localityPageIndex .hoursPannel header .tit{color:#fff}.localityPageIndex .hoursPannel .hoursCont{margin:10px;padding:0 5px 0 0}.localityPageIndex .hoursPannel .hoursCont .btnsDownRow{padding:5px 0 10px;display:flex;justify-content:center;gap:8px}.localityPageIndex .hoursPannel .hoursCont .btnsDownRow .deleteRow{margin:0}.localityPageIndex .hoursPannel .hoursCont .btnsDownRow .greenBtn{border-radius:8px;border:none;background:#517d77;color:#fff;padding:0 10px;font-size:14px}.localityPageIndex .hoursPannel .hoursCont .btnsDownRow .greenBtn:hover{background:#07443b}.localityPageIndex .hoursPannel .tableHours{width:100%;font-size:16px}.localityPageIndex .hoursPannel .tableHours .changeActionTypeSelect{background:url(/img/svg/downSelect.svg) 10px no-repeat transparent;padding-left:22px;background-size:8px;border:none;width:100%;font-size:14px}.localityPageIndex .hoursPannel .tableHours .breakMinutesHandler{display:flex;justify-content:center;gap:10px;align-items:center;min-width:100px}.localityPageIndex .hoursPannel .tableHours .breakMinutesHandler .breakMinutesInput{width:70px;font-size:14px;color:#000;padding:0 5px;background:transparent;border:none}.localityPageIndex .hoursPannel .tableHours .check{width:15px;color:#07443b}.localityPageIndex .hoursPannel .tableHours .check.no{opacity:.3}.localityPageIndex .hoursPannel .tableHours .noHourIcon{width:15px;color:#07443b}.localityPageIndex .hoursPannel .tableHours .clockHours{width:100%;display:flex;justify-content:center;align-items:center;gap:5px;background-color:#fff;padding:0;border-radius:0 0 7px 7px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2);color:#07443b;margin:0 0 10px}.localityPageIndex .hoursPannel .tableHours .clockHours strong{font-weight:400}.localityPageIndex .hoursPannel .tableHours .clockHours strong.noHours{padding:4px 0;font-size:13px;color:#07443b}.localityPageIndex .hoursPannel .tableHours .titTable th{padding:5px;background:gray;color:#fff;font-weight:400;border-left:1px solid #fff;text-align:center;border-bottom:5px solid #deebe9;line-height:1;position:-webkit-sticky;position:sticky;top:0;z-index:1}.localityPageIndex .hoursPannel .tableHours .titTable th:first-child{border-radius:0 10px 0 0}.localityPageIndex .hoursPannel .tableHours .titTable th:last-child{border-radius:10px 0 0 0;border-left:none}.localityPageIndex .hoursPannel .tableHours tr td{font-size:14px;text-align:center;border-bottom:1px solid #c2cfcd}.localityPageIndex .hoursPannel .tableHours tr td.showHoursRow{min-width:175px}.localityPageIndex .hoursPannel .tableHours tr td.dayTd .myCont{display:flex;gap:0;align-items:center;justify-content:center;text-align:center}.localityPageIndex .hoursPannel .tableHours tr td.dayTd .myCont.showSelectHours{justify-content:flex-start}.localityPageIndex .hoursPannel .tableHours tr td.dayTd .redCircleDay{margin:0;background:#d32f2f;color:#fff;border-radius:50%;width:25px;height:25px;text-align:center;letter-spacing:-1px;padding-right:1px;display:flex;justify-content:center;justify-items:center;align-items:center;font-weight:400;font-family:fb,helvetica,arial}.localityPageIndex .hoursPannel .tableHours tr.isDuplicateRow td.dayTd{font-family:fb_bold,helvetica,arial}.localityPageIndex .hoursPannel .tableHours tr.isDuplicateRow td.dayTd .myCont{display:flex;gap:0;align-items:center;justify-content:center;text-align:center}.localityPageIndex .hoursPannel .tableHours tr.isNightHours td{background-color:#ffffd7}.localityPageIndex .hoursPannel .tableHours tr.isSofShavua td{background:#b6c1bf}.localityPageIndex .hoursPannel .tableHours tr.isSofShavua:hover td{background:#fff}.localityPageIndex .hoursPannel .tableHours tr.isRowDeleted td{background:#efc1c1}.localityPageIndex .hoursPannel .tableHours tr:hover{background:#fff}.localityPageIndex .hoursPannel .tableHours tr.showOtherProjectHours.title td{background:gray;color:#fff;text-align:right;font-size:16px;padding:6px 15px}.localityPageIndex .hoursPannel .tableHours tr.showOtherProjectHours td{background:#f1f7ff;color:#000}.localityPageIndex .hoursPannel .tableHours tr.showOtherProjectHours td .changeActionTypeSelect,.localityPageIndex .hoursPannel .tableHours tr.showOtherProjectHours td .noHourIcon{color:#000}.localityPageIndex .hoursPannel .tableHours .showHoursErrors .errorIcon{color:#d32f2f}.localityPageIndex .hoursPannel .tableHours .editHoursBtn{border:none;padding:0;font-size:14px;border-radius:5px;background:transparent}.localityPageIndex .hoursPannel .tableHours .editHoursBtn .editOpenIcon{color:#517d77}.localityPageIndex .hoursPannel .tableHours .editHoursBtn .iconEdit{width:15px;margin:0 0 2px 5px;color:#517d77}.localityPageIndex .hoursPannel .tableHours .editHoursBtn span{color:#07443b;font-size:14px}.localityPageIndex .hoursPannel .tableHours .editHoursBtn:hover span{color:#000;text-decoration:underline}.localityPageIndex .hoursPannel .tableHours .editHoursBtn:hover .iconEdit{color:#000}.localityPageIndex .hoursPannel .tableHours .editHoursBtn.active{background:#fab652;box-shadow:-1px 0 4px 1px rgba(58,86,122,.6)}.localityPageIndex .hoursPannel .tableHours .formHours{padding:5px 0;max-width:260px}.localityPageIndex .hoursPannel .tableHours .formHours .hourChangeInput{padding:5px 10px;border-radius:5px}.localityPageIndex .hoursPannel .tableHours .topFormHeader{padding:5px 0 0;margin:1px auto 0;display:flex;justify-content:center;gap:20px;align-items:center}.localityPageIndex .hoursPannel .tableHours .topFormHeader span{border-right:1px solid #000;padding:0 10px 0 0;line-height:.8;cursor:pointer}.localityPageIndex .hoursPannel .tableHours .topFormHeader span:hover{color:red;text-decoration:underline}.localityPageIndex .hoursPannel .tableHours .topFormHeader .icon{font-size:20px;cursor:pointer}.localityPageIndex .hoursPannel .tableHours .topFormHeader .icon:hover{color:#d32f2f}.localityPageIndex .hoursPannel .tableHours .topFormHeader .ruShure{display:flex;gap:5px}.localityPageIndex .hoursPannel .tableHours .topFormHeader .ruShure div{display:flex;align-items:center}.localityPageIndex .hoursPannel .tableHours .topFormHeader .ruShure div.myBtn{background:#d3d3d3;text-align:center;color:#000;padding:5px 10px;line-height:1;border:none;border-radius:5px;cursor:pointer}.localityPageIndex .hoursPannel .tableHours .topFormHeader .ruShure div.myBtn.ok{background:#ff4343;color:#fff}.localityPageIndex .hoursPannel .tableHours .topFormHeader .ruShure div.myBtn:hover{background:#000;color:#fff}.localityPageIndex .hoursPannel .tableHours .topFormHeader .ruShure div.myBtn.q{cursor:default;color:#000}.localityPageIndex .hoursPannel .tableHours .topFormHeader .closeInputs{padding:0;font-size:18px;display:block;cursor:pointer}.localityPageIndex .hoursPannel .tableHours .topFormHeader .closeInputs:hover{color:red}.localityPageIndex .contOverflow{position:relative;height:78vh;overflow:hidden;overflow-y:auto;padding-left:10px}.localityPageIndex .contOverflow2{height:84vh;overflow:hidden;overflow-y:auto;padding-left:10px}.extendedMenueItems .MuiPaper-root{border-radius:8px}.extendedMenueItems .activeIcon{color:#7dad7a}.extendedMenueItems ul{padding:10px 0}.extendedMenueItems ul li{padding:5px;margin:0;min-width:150px}.extendedMenueItems ul li button{margin:0;background:transparent;color:#000;border:none;width:100%;text-align:right}.extendedMenueItems ul li button.active{color:#7dad7a;font-weight:700}.extendedMenueItems ul li:hover{background:#7dad7a;color:#fff}.extendedMenueItems ul li:hover .activeIcon,.extendedMenueItems ul li:hover button{color:#fff}.extendedMenueItems ul li.noBgHover{color:#000!important;background:#fff!important}.isAprovalMenuShow{display:flex;align-items:center;gap:5px;border-right:1px solid gray;padding:0 5px 0 0}.isAprovalMenuShow .icon{color:green}.popUpRight .MuiPaper-root{padding:0 40px}.popUpRight .openClose{padding:10px 0 0;display:flex;justify-content:flex-end;margin-bottom:-10px}.popUpRight .openClose .icon{font-size:30px;color:gray;cursor:pointer}.popUpRight .openClose .icon:hover{color:#000}.popUpRight .headerPopUp{min-width:500px;border-bottom:1px solid #d3d3d3}.popUpRight .headerPopUp h2{color:#07443b;letter-spacing:-1px;margin:0}.popUpRight .headerPopUp>div{font-size:16px;display:flex;align-items:center;justify-content:flex-start;gap:5px}.popUpRight .myForm{padding:20px 0}.popUpRight .myForm button.sendBtn{width:100%;background:#07443b;color:#fff;border:none;border-radius:15px;padding:5px 0}.popUpRight .myForm button.sendBtn.error{background:#d32f2f}.popUpRight .myForm button.sendBtn:hover{background:#000}.popUpRight .contractingPopUp{width:1000px}.popUpRight .contractingPopUp .headerPopUp{padding:10px 0}.popUpRight .contractingPopUp .addBtn{margin:10px 0 0;display:flex;justify-content:flex-end}.popUpRight .contractingPopUp .addBtn button{display:flex;justify-content:flex-end;align-items:center;gap:5px;border:none;color:#000;padding:0;background:transparent;font-size:16px}.popUpRight .contractingPopUp .addBtn button:hover .iconAdd,.popUpRight .contractingPopUp .addBtn button:hover span{color:green}.popUpRight .contractingPopUp .panels{margin:20px 0 0}.popUpRight .contractingPopUp .panels .myPanel{width:100%;margin:0 0 14px}.popUpRight .contractingPopUp .panels .myPanel h3{font-size:18px;background:#deebe9;padding:10px;border-radius:10px}.popUpRight .contractingPopUp .panels .myPanel.addHours{padding-left:20px}.popUpRight .contractingPopUp .tableContractingHoursCont.showOverflow .contOverflow3{height:344px;overflow:hidden;overflow-y:auto;padding:0 0 10px 10px;border-bottom:1px solid #ced4da}.popUpRight .contractingPopUp .tableContractingHours{width:100%;font-size:16px}.popUpRight .contractingPopUp .tableContractingHours .titTable th{background:gray;padding:8px 0;font-size:14px;color:#fff;font-weight:400;border-left:1px solid #fff;text-align:center}.popUpRight .contractingPopUp .tableContractingHours .titTable th:first-child{border-radius:0 10px 10px 0}.popUpRight .contractingPopUp .tableContractingHours .titTable th:last-child{border-radius:10px 0 0 10px;border-left:none}.popUpRight .contractingPopUp .tableContractingHours tr td{font-size:14px;text-align:center;border-bottom:1px solid #c2cfcd;padding:5px 0;cursor:pointer}.popUpRight .contractingPopUp .tableContractingHours tr td .icon{color:#b3b3b3;margin:0 0 0 20px}.popUpRight .contractingPopUp .tableContractingHours tr td .jobDescription{width:150px;color:#000;padding:0 5px;text-align:right}.popUpRight .contractingPopUp .tableContractingHours tr:last-child td{border:none}.popUpRight .contractingPopUp .tableContractingHours tr.good td{color:green}.popUpRight .contractingPopUp .tableContractingHours tr.bad td{color:red}.popUpRight .contractingPopUp .tableContractingHours tr.active,.popUpRight .contractingPopUp .tableContractingHours tr:hover{background:#ffffde}.popUpRight .contractingPopUp .tableContractingHours tr.active .icon,.popUpRight .contractingPopUp .tableContractingHours tr:hover .icon{color:#000}.popUpRight .contractingPopUp .tableContractingHours .moreData{padding:10px;display:flex;justify-content:space-between;background:#fefee3}.popUpRight .contractingPopUp .tableContractingHours .moreData ul{width:50%}.popUpRight .contractingPopUp .tableContractingHours .moreData ul li{width:100%;padding:4px 0;text-align:right;display:flex;flex-wrap:wrap}.popUpRight .contractingPopUp .tableContractingHours .moreData ul li strong{margin:0 0 0 10px;min-width:100px}.popUpRight .contractingPopUp .tableContractingHours .moreData ul li strong.tit{font-size:18px}.popUpRight .contractingPopUp .tableContractingHours .moreData ul li.comments{width:100%;min-height:45px;border-radius:4px}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow{background:#fefee3;padding:10px}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .buttons{display:flex;gap:10px;justify-content:space-between}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .buttons button{width:50%;border:none;color:#000;border-radius:5px;padding:8px 0}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .buttons button.edit{background:gray;color:#fff}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .buttons button.del{background:#d32f2f;color:#fff}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .buttons button:hover{background:#000;color:#fff}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .rUsure h4{font-size:20px}.popUpRight .contractingPopUp .tableContractingHours .deleteModifyRow .rUsure .yes{background:#d32f2f;color:#fff}.popUpRight .contractingPopUp .callendarContractingHours{border:1px solid #d3d3d3;border-radius:20px;padding:10px 20px;margin:0}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid{display:grid;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(7,1fr)}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button,.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid>div{font-size:16px;width:100%;text-align:center}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.tit,.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid>div.tit{font-weight:700}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.tit.sabat,.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid>div.tit.sabat{color:#d32f2f}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button{background:transparent;border:none;color:#000;padding:5px;transition:all .1s ease-in-out}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.showHover:hover{background:#07443b;color:#fff}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.used{background:#d3d3d3;color:#000}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.noWorkedDays{color:gray;background:#fff}.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.middle,.popUpRight .contractingPopUp .callendarContractingHours .callendarGrid button.selected{background:#c4e8fd;color:#000}.popUpRight .callendarForm{padding:10px 0 0}.popUpRight .callendarForm .rUsure h4{text-align:#d32f2f;text-align:center}.popUpRight .callendarForm .rUsure .buttons{display:flex;justify-content:center;gap:10px}.popUpRight .callendarForm .rUsure .buttons button{background:#d3d3d3;color:#000;border:none;border-radius:10px;padding:5px 20px}.popUpRight .callendarForm .rUsure .buttons button.yes{background:#d32f2f;color:#fff}.popUpRight .callendarForm .rUsure .buttons button:hover{background-color:#000;color:#fff}.popUpRight .callendarForm .callendarFormCont .changeProject{background:url(/img/svg/downSelect.svg) 10px no-repeat transparent;padding-left:22px;background-size:8px}.popUpRight .callendarForm .callendarFormCont .changeProject:disabled{background-color:#e9ecef}.popUpRight .callendarForm .callendarFormCont .item strong{font-size:16px}.popUpRight .callendarForm .callendarFormCont .sendBtn{width:100%;border:none;color:#000;background:#bdbaba;border-radius:10px;padding:5px 0;font-size:16px}.popUpRight .callendarForm .callendarFormCont .sendBtn.areErrors,.popUpRight .callendarForm .callendarFormCont .sendBtn.cancel,.popUpRight .callendarForm .callendarFormCont .sendBtn.delete{background:#bdbaba}.popUpRight .callendarForm .callendarFormCont .sendBtn.delete:hover{background:#d32f2f}.popUpRight .callendarForm .callendarFormCont .sendBtn:hover{color:#fff;background:#07443b}.MuiTooltip-popper .MuiTooltip-tooltip{background:#07443b;font-size:14px;padding:5px 10px}.reportCont{padding:0 30px 40px;margin:20px 0 10px}.reportCont h3{font-size:25px;color:#07443b;border-bottom:1px solid #d3d3d3;padding:0 0 10px}.reportCont .projectRow{display:flex;gap:10px;align-items:center;margin:0 0 10px}.reportCont .projectRow h4{font-size:20px;margin:0}.reportCont .projectRow span{color:#d32f2f;font-size:18px}.reportCont .projectData{margin:30px 0 20px;border-radius:15px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.reportCont .projectData .projectCard{border-radius:15px}.reportCont .projectData .projectCard .projectDataCont{border-radius:15px;padding:10px;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center}.reportCont .projectData .projectCard .projectDataCont .R{display:flex;justify-content:space-between;gap:10px;align-items:center}.reportCont .projectData .projectCard .projectDataCont .R .btnOpenClose{background:none;border:none;padding:0;color:#07443b}.reportCont .projectData .projectCard .projectDataCont .R .btnOpenClose .MuiSvgIcon-root{font-size:30px}.reportCont .projectData .projectCard .projectDataCont .R .btnOpenClose:hover{color:#393939}.reportCont .projectData .projectCard .projectDataCont .R h4{font-size:20px;margin:0}.reportCont .projectData .projectCard .projectDataCont .L{display:flex;gap:8px;align-items:center}.reportCont .projectData .projectCard .card-body{padding:0}.reportCont .projectData .projectCard .card-body .tableCont{background:#f3f4f6;padding:20px}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport{background:#fff;width:100%;font-size:16px}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .yes{color:#7dad7a}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .no{color:gray;opacity:.3}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .titTable th{background:gray;color:#fff;font-weight:400;border-left:1px solid #fff}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .titTable th:first-child{border-radius:0 10px 0 0}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .titTable th:last-child{border-radius:10px 0 0 0;border-left:none}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .titTableSeccond th{border-top:3px solid #fff;background:#ededed;font-weight:400;border-left:1px solid gray;border-bottom:10px solid #fff;font-size:14px;line-height:1;padding:5px 2px}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .titTableSeccond th:last-child{border-left:none}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport th{padding:0 10px;text-align:center}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport td{text-align:right;padding:5px;font-size:14px;border-bottom:1px solid #dedede}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport td.centerTd{text-align:center}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport tr{cursor:default}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport tr.active td,.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport tr:hover td{background:#ededed}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .tableBtn{border:none;color:#fff;background:#92ada9;border-radius:3px}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .tableBtn .icon{width:30px;color:#fff}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .tableBtn:hover{background:#07443b;color:#fff}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .tableBtn:hover .icon{color:#fff}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .moreData{padding:10px 2%;display:flex;justify-content:space-between;background:#fefee3}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .moreData ul{width:47%}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .moreData ul:first-child{padding-top:5px}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .moreData ul li{padding:4px 0;text-align:right;border-bottom:1px solid #c9c9c9;display:flex;flex-wrap:wrap}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .moreData ul li strong{margin:0 0 0 10px;min-width:100px}.reportCont .projectData .projectCard .card-body .tableCont .tableWorkersReport .moreData ul li strong.tit{font-size:18px}.excelDownload button{background:none;border:none;color:#000;display:flex;gap:10px;align-items:center}.excelDownload button span{font-size:16px;color:#07443b}.excelDownload button:hover span{text-decoration:underline}.showTableProjects{margin:0 auto 30px;width:100%}.showTableProjects .tableWorkers{width:100%;font-size:16px}.showTableProjects .tableWorkers .titTable th{background:#deebe9;color:#000;font-weight:400;border-left:1px solid #fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.showTableProjects .tableWorkers .titTable th:first-child{border-radius:0 10px 0 0}.showTableProjects .tableWorkers .titTable th:last-child{border-radius:10px 0 0 0;border-left:none}.showTableProjects .tableWorkers th{padding:0 10px;text-align:center}.showTableProjects .tableWorkers td{text-align:right;padding:5px;font-size:14px;border-bottom:1px solid #dedede}.showTableProjects .tableWorkers tr{cursor:pointer}.showTableProjects .tableWorkers tr:hover{background:#fbfbc6}.showTableProjects .tableWorkers tr.active td{background:#07443b;color:#fff}.showConfirmationStatus{display:flex;gap:5px;font-size:12px;align-items:center}.showConfirmationStatus strong{border-radius:15px;padding:2px 10px;background:#c4e8fd}.monthHoursIndex .printHeader{padding:20px 30px;display:none}.monthHoursIndex .showProjects .searchBtnCont{text-align:left}.monthHoursIndex .showProjects .searchBtnCont button{background-color:#fab652;border:none;border-radius:20px;padding:5px 30px;color:#000}.monthHoursIndex .showProjects .searchBtnCont button:hover{color:#fff;background-color:#000}.monthHoursIndex .showProjects .allWorkersBtn{background:#7dad7a;border:none;border-radius:10px;color:#fff;width:100%;padding:10px 5px}.monthHoursIndex .showProjects .allWorkersBtn.active,.monthHoursIndex .showProjects .allWorkersBtn:hover{background:#000}.printBtnCont{padding:0 30px}.printBtnCont button{border:none;border-radius:30px;padding:5px 20px;font-size:16px;background-color:#517d77;color:#fff}.printBtnCont button:hover{background:#000}.printBtnCont button .icon{width:18px;margin:0 0 0 5px}.workersShowReportIndex{padding:10px 30px}.workersShowReportIndex h3{font-size:20px;color:#07443b;margin:0}.workersShowReportIndex h4{margin:0 0 20px;display:block;font-size:18px;text-decoration:underline}.workersShowReportIndex .line{margin:30px 0 0}.workersShowReportIndex .workerReportCont{margin:0}.workersShowReportIndex .workerReportCont .item{padding:10px 0}.workersShowReportIndex .workerReportCont .item:last-child{max-height:inherit!important}.workersShowReportIndex .workerReportCont .item .counter{background:#fab652;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;width:30px;height:30px;border-radius:50%;margin:0 -15px -15px 0;box-shadow:-1px 0 4px 1px rgba(58,86,122,.6);z-index:2;position:relative;font-size:16px}.workersShowReportIndex .workerReportCont .item .noUserProject{color:red;margin:20px 0 10px}.workersShowReportIndex .workerReportCont .item .WorkerReportIndex{border-bottom:2px solid #07443b;padding:0 0 50px;margin:0}.workersShowReportIndex .myTableReports{width:100%;font-size:16px}.workersShowReportIndex .myTableReports .titTable th{background:#deebe9;font-weight:400;border-left:1px solid #fff;position:-webkit-sticky;position:sticky;top:0;z-index:1}.workersShowReportIndex .myTableReports .titTable th:first-child{border-radius:0 10px 0 0}.workersShowReportIndex .myTableReports .titTable th:last-child{border-radius:10px 0 0 0;border-left:none}.workersShowReportIndex .myTableReports th{padding:0 10px;text-align:center}.workersShowReportIndex .myTableReports td{text-align:center;padding:5px;font-size:14px;border-bottom:1px solid #dedede}.workersShowReportIndex .myTableReports .yes{color:#7dad7a}.workersShowReportIndex .myTableReports .no{color:gray;opacity:.3}.workersShowReportIndex .myTableReports tr.titWorker td{background:#07443b;color:#fff}.workersShowReportIndex .myTableReports tr.sofshavua td{background-color:#f0f0f0}.workersShowReportIndex .myTableReports tr.bgHeader2 td{padding:2px 0;background-color:#e0e0e0}.workersShowReportIndex .showReportTotals{margin:20px 0 50px;max-width:600px}.workersShowReportIndex .showReportTotals .showMapSearchs{margin:5px 0 0;line-height:1.2}.workersShowReportIndex .showReportTotals .myTableReports{margin:5px 0 0}.workersShowReportIndex .showReportTotals .myTableReports .titTable th{background-color:#fab652}.workersShowReportIndex .showReportTotals .myTableReports td{padding-right:20px;text-align:right;background-color:#f3f3f3}.workersShowReportIndex .showReportTotals .myTableReports td.totals span{display:inline-block;min-width:100px}.workersShowReportIndex .showReportTotals .myTableReports .contTableCols{display:flex;gap:10px;justify-content:space-between}.reportsIndexLayout{display:flex;height:100vh}.reportsIndexLayout>div{width:15%;background:#deebe9;box-shadow:-1px 0 4px 1px rgba(58,86,122,.2)}.reportsIndexLayout>main{width:85%;padding:40px 10%}.reportsIndexLayout>main .myOverflow{height:calc(100vh - 40px);overflow:hidden;overflow-y:auto;padding:0 0 20px 10px}.ReportsMenu{padding:5px 0}.ReportsMenu .header .goBackCont{display:flex;align-items:center;font-size:14px;padding:0 20px;margin:0 0 10px}.ReportsMenu .header .goBackCont>div{margin:0 0 0 5px}.ReportsMenu .header .goBackCont>div:hover{text-decoration:underline;cursor:pointer}.ReportsMenu .header .title{background-color:#517d77;padding:4px 0 8px}.ReportsMenu .header .title h1{line-height:1;color:#fff;text-align:center;font-size:18px;padding:0;margin:0}.ReportsMenu .imageCont{margin:20px 0 0}.ReportsMenu .imageCont .image{box-shadow:-1px 0 4px 1px rgba(58,86,122,.6);border-radius:10px;margin:0 auto;display:block}.ReportsMenu ul{margin:20px 0 0;padding:0}.ReportsMenu ul li{background:#fff;padding:10px 10% 10px 10px;cursor:pointer;margin:0 0 10px;text-align:right;border-bottom:1px solid #7dad7a}.ReportsMenu ul li a{color:#000;text-decoration:none}.ReportsMenu ul li a.active{color:#7dad7a}.ReportsMenu ul li:hover{background:#7dad7a}.ReportsMenu ul li:hover a{color:#fff}.modalEditSelectHours .modalEditSelectHoursCont>header h2{font-size:24px;color:#5d7fd5}.modalEditSelectHours .modalEditSelectHoursCont .btnCont{margin:20px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.modalEditSelectHours .modalEditSelectHoursCont .listMe{display:flex;flex-direction:column;align-items:flex-start;width:50%;margin:20px auto}.modalEditSelectHours .modalEditSelectHoursCont .listMe button{color:#000;background-color:transparent;padding:0;margin:0 0 10px;border-radius:0}.modalEditSelectHours .modalEditSelectHoursCont .listMe button:hover{color:#0e3aaa;background-color:transparent}.modalEditSelectHours .modalEditSelectHoursCont .actionCont .cancel{margin:0 0 10px}.modalEditSelectHours .modalEditSelectHoursCont .actionCont .cancel>div{color:red;cursor:pointer}.modalEditSelectHours .modalEditSelectHoursCont .actionCont .cancel>div:hover{text-decoration:underline}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .myWrapper{width:300px;margin:-10px auto 0}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .actionTypeInsert{text-align:center}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .actionTypeInsert .selectInput{margin:0 0 10px}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .actionTypeInsert .sendBtn{padding:10px 0}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .insertHours h3{font-size:20px;text-decoration:underline;margin:0 0 30px}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .insertHours .sendBtn{width:100%;background-color:#56bfb5;border-radius:20px;border:none;color:#fff}.modalEditSelectHours .modalEditSelectHoursCont .changeHours .insertHours .sendBtn:hover{background-color:#000}.modalEditSelectHours .modalEditSelectHoursCont .defaultBtn{background-color:gray;color:#fff;border:none;border-radius:20px;font-size:16px;padding:7px 20px}.modalEditSelectHours .modalEditSelectHoursCont .defaultBtn.green{background-color:#56bfb5}.modalEditSelectHours .modalEditSelectHoursCont .defaultBtn.red{background-color:#e16b6b}.modalEditSelectHours .modalEditSelectHoursCont .defaultBtn:hover{background-color:#000}@font-face{font-family:fb;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Regular.cb74e82f.woff) format("opentype")}@font-face{font-family:fb_light;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Light.c7da9a63.woff) format("opentype")}@font-face{font-family:fb_medium;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Bold.6f6f8325.woff) format("opentype")}@font-face{font-family:fb_bold;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/_next/static/media/OpenSansHebrew-Bold.6f6f8325.woff) format("opentype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v15/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format("woff")}@media print{@page{size:auto;margin:10mm!important}.isPrinting .printHeader{display:block}.printHeader{padding:20px 30px;display:flex;justify-content:center;gap:5px;align-items:center}.printHeader .imgLogoUser{border-radius:10px;box-shadow:-1px 0 4px 1px rgba(58,86,122,.6)}.printHeader h1{text-align:center;font-size:28px;color:#07443b;display:inline-block;margin:0 20px 0 0}.printHeader .reclaim{position:absolute;left:-140px;font-size:10px;color:gray;top:500px;transform:rotate(-90deg)}.workersShowReportIndex h4{margin:0 0 10px;font-size:16px}.workersShowReportIndex .workerReportCont .item{min-height:2090px}.workersShowReportIndex .workerReportCont .item:first-child{min-height:1820px!important}.workersShowReportIndex .workerReportCont .item:last-child{min-height:0!important}.myTableReports th{font-size:10px;line-height:1.4;padding:5px 2px}.myTableReports td{padding:0 2px;line-height:1;font-size:9px!important}.myTableReports .no,.myTableReports .yes{width:15px}}@media (max-width:1100px){body main.userConsole{padding-bottom:10px!important}.leadsClientIndex{min-width:100%}.OrdersTopCards ul{width:100%;margin:0 0 20px}.OrdersTopCards ul li{padding:0;margin:0;width:100%}.OrdersTopCards ul li.quad1{display:none}.showLeadMoreData ul li{width:100%}.showLeads .leadLine .leadCard .leadContent{padding-left:0;align-items:center}.showLeads .leadLine .leadCard .leadContent ul.leadData{gap:0;padding:5px 0}.showLeads .leadLine .leadCard .leadContent ul.leadData li{border-left-color:transparent;padding:5px 0 5px 10px}.showLeads .leadLine .leadCard .leadContent ul.leadData li.channel{min-width:inherit}.showLeads .leadLine .leadCard .leadContent ul.leadData li.campaign,.showLeads .leadLine .leadCard .leadContent ul.leadData li.delLead,.showLeads .leadLine .leadCard .leadContent ul.leadData li.editLead,.showLeads .leadLine .leadCard .leadContent ul.leadData li.sourceLead,.showLeads .leadLine .leadCard .leadContent ul.leadData li.utm_source{display:none}}