@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{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);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)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);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{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-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)}}@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{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-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)}}@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{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-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)}}@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{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-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)}}@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{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@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;-webkit-animation-name:swing;animation-name:swing}@-webkit-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)}}@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{-webkit-animation-name:tada;animation-name:tada}@-webkit-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)}}@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{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-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)}}@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{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@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{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@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{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@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{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@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{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@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{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@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{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@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{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@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{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@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{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);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{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-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)}}@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{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-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)}}@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{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-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)}}@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{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;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;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;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;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-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)}}@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{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-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)}}@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{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@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{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@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{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}html{font-size:75%}body,html{height:100%!important}body{padding:0;line-height:1.5;scroll-behavior:smooth;overflow-x:hidden;clear:both}code{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}*{box-sizing:border-box}a{text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}@font-face{font-family:"SilkSerifLight";src:url(/fonts/SilkSerif-Light.otf);font-weight:200}@font-face{font-family:"SilkSerif";src:url(/fonts/SilkSerif-Regular.otf);font-weight:400}@font-face{font-family:"SilkSerifSemiBold";src:url(/fonts/SilkSerif-SemiBold.otf);font-weight:600}@font-face{font-family:"SilkSerifBold";src:url(/fonts/SilkSerif-Bold.otf);font-weight:700}@font-face{font-family:"OpenSansLight";src:url(/fonts/OpenSans-Light.ttf);font-weight:200}@font-face{font-family:"OpenSans";src:url(/fonts/OpenSans-Regular.ttf);font-weight:400}@font-face{font-family:"OpenSansSemiBold";src:url(/fonts/OpenSans-SemiBold.ttf);font-weight:600}@font-face{font-family:"OpenSansBold";src:url(/fonts/OpenSans-Bold.ttf);font-weight:700}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}input:focus{outline:0}input[type=checkbox]{background:#900;width:20px!important;height:20px;align-self:center;margin-right:10px}.flex-column,.flex-row{display:flex;flex-direction:row}.margin-right-10{margin-right:10px}.flex-1{flex:1 1}.margin-0{margin:0!important}.spinner-border{color:#dfbe6d}.react-datepicker-wrapper{width:100%}.space-between{justify-content:space-between}.disabled{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.disabled input,.disabled select{background:#f2f2f2;pointer-events:none;border:1px solid #ccc!important}@-webkit-keyframes scroll-left{0%{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(-100%)}}@keyframes scroll-left{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.primary-gold-btn{background-color:#dfbe6d;width:265px;font-size:12px}.primary-gold-btn,.primary-green-btn{color:#fff;padding:10px;border-radius:20px;outline:0!important;margin:5px auto;border:0;text-transform:uppercase}.primary-green-btn{background-color:#189e8e;width:100%;font-size:.7rem;font-family:OpenSans}@media(max-width:600px){.primary-green-btn{width:100%}}.fourty{width:40%}@media(max-width:600px){.fourty{width:100%}}.sixty{width:300px}.primary-white-btn{background-color:#fff;color:#dfbe6d;padding:10px;width:15rem;border-radius:20px;outline:0!important;margin:5px auto;font-size:12px;border:1}.delay-1{transition:all .8s cubic-bezier(.23,1,.32,1)}.hr-line{margin:.5rem!important}.hr-line-2{margin:.5rem 0!important}::-webkit-input-placeholder{text-transform:none}:-moz-placeholder,::-moz-placeholder{text-transform:none}:-ms-input-placeholder{text-transform:none}@supports(-webkit-touch-callout:none){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px}}.auth-container{padding:0!important;display:flex;overflow:hidden;flex-direction:column;height:100%!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.center-container{height:100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.main-container{padding:0!important;display:flex;flex-direction:column;height:100%!important;width:1378px!important;overflow:hidden;border-left:.25px solid #e6e6e6;border-right:.25px solid #e6e6e6;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.header-container{background-color:#1a9f8e;max-width:100%;padding:12px 15px}.header-container .header-row{display:flex;align-items:center;margin:0;height:100%}.header-container .header-row .bu-selector-container{display:flex;align-items:center;justify-content:center;overflow:visible}.header-container .header-row .header-divider{background-color:#e6e6e6;opacity:.3;margin-left:12px;margin-right:12px;width:1px;height:100%}.header-container .header-row .header-right-container{display:flex;flex-direction:row;flex:1 1;height:100%;justify-content:space-between}.header-container .header-row .header-right-container .lead-container{display:flex;flex-direction:row;align-self:center;height:100%;cursor:pointer}@media(max-width:1251px){.header-container .header-row .header-right-container .lead-container{display:none}}.header-container .header-row .header-right-container .lead-container .lead-title{font-size:14px;color:#fff;margin-left:12px;font-family:OpenSansSemiBold;display:flex;justify-content:center;align-items:center;white-space:nowrap}.header-container .header-row .header-right-container .header-search-details-bar{display:flex;height:100%;flex-direction:row}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container{position:relative;align-self:center;flex:1 1;border-radius:15px;margin-right:50px}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container svg{vertical-align:top!important}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .oc-search-bar{border-radius:15px;background-color:#fff;height:24px;width:350px}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .oc-search-bar .input-group .form-control{border-radius:15px;font-size:12px;height:22px}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .input-group::-webkit-input-placeholder{color:#1a9f8e;opacity:1}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .input-group:-ms-input-placeholder{color:#1a9f8e;opacity:1}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .input-group::-ms-input-placeholder{color:#1a9f8e;opacity:1}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .input-group::placeholder{color:#1a9f8e;opacity:1}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .btn{color:#1a9f8e;width:18px;height:18px;margin-top:2px;margin-left:5px}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .form-control:focus{background-color:#fff;outline-color:#fff;outline-style:#fff;outline-width:0;box-shadow:0 0 0 0 #fff}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .search-modal-title{margin:7px;height:200px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0xp 0 10px #ccc;border-radius:10px}.header-container .header-row .header-right-container .header-search-details-bar .searchbar-container .search-modal-results{height:100%;padding:7px;overflow-y:hidden;overflow-x:hidden}.header-container .header-row .header-right-container .header-search-details-bar .details-container{display:flex;flex-direction:row;justify-content:space-evenly;font-size:11px;align-items:center;color:#fff;flex:1 1}@media(max-width:900px){.header-container .header-row .header-right-container .header-search-details-bar .details-container{display:none}}.header-container .header-row .header-right-container .header-search-details-bar .details-container .header-divider{background-color:#fff;margin-left:12px;margin-right:12px;width:2px;height:14px;opacity:1}.header-container .header-row .header-right-container .header-search-details-bar .details-container .header-user{font-size:13px;font-family:OpenSans}.header-container .header-row .header-right-container .header-search-details-bar .details-container .header-role{font-size:12px;font-weight:600}.header-container .header-row .header-right-container .header-search-details-bar .logout-button{cursor:pointer;color:#fff;margin-left:20px}.leads-card-container{border-radius:10px;width:100%;margin-bottom:14px;overflow:hidden}.leads-card-container:hover{cursor:pointer}.leads-card-container .card-upper-container{border-bottom:1px solid #e6e6e6;width:100%;margin:0;justify-content:space-between}.leads-card-container .card-upper-container .card-upper-avatar{background-color:#e6e6e6;border-radius:60px;text-align:center;height:50px;width:50px;padding:15px;margin:15px 0 0 10px;color:#fff;font-size:15px}.leads-card-container .card-upper-container .card-upper-details{padding:10px 0;flex:1 1;max-width:55%}.leads-card-container .card-upper-container .card-upper-details .card-upper-fullname{color:#1a9f8e;font-size:14px;font-weight:700;max-width:100%;overflow-wrap:break-word;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.leads-card-container .card-upper-container .card-upper-details .card-upper-modified{font-weight:700;margin-top:3px}.leads-card-container .card-upper-container .card-upper-details .card-upper-created{font-style:italic;overflow:hidden;white-space:nowrap}.leads-card-container .card-upper-container .card-upper-priority-container{padding:10px 10px 0 0;flex:.2 1}.leads-card-container .card-upper-container .card-upper-priority-container .card-upper-priority{padding:2px 10px;border-radius:5px;color:#fff;font-size:14px;font-weight:700}.leads-card-container .card-middle-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #e6e6e6;width:100%;padding:5px;background-color:#fafafa}.leads-card-container .card-middle-container .card-middle-avatar{background-color:#3b5998;border-radius:60px;text-align:center;height:25px;width:25px;padding-top:2.5px;color:#fff}.leads-card-container .card-middle-container .card-source-label{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leads-card-container .card-middle-container .card-source-value{font-style:italic;overflow:hidden;width:80%}.leads-card-container .card-bottom-container{display:flex;align-items:center;margin:5px;justify-content:space-between;min-height:30px;padding:0 15px}.leads-card-container .card-bottom-container .card-bottom-details{display:flex;flex-direction:row}.leads-card-container .card-bottom-container .card-bottom-details .card-name-role{padding:0 0 0 20px}.leads-card-container .card-bottom-container .card-bottom-details .card-name-role .card-role{font-weight:700;margin-left:10px}.leads-card-container .card-bottom-container .card-bottom-checkbtn{display:flex;justify-content:flex-end;align-items:center}.action-buttons{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 2px;position:absolute;bottom:10px;width:90%;height:4rem}.action-buttons .action-buttons-wrapper{align-items:center;flex-direction:row;display:flex;justify-content:center;padding:5px;color:#fff;width:100%;box-shadow:0 0 10px #ccc}.action-buttons .action-buttons-wrapper:first-child{border-top-left-radius:6px}.action-buttons .action-buttons-wrapper:last-child{border-top-right-radius:6px}.action-buttons .action-buttons-wrapper.updatestatus{background-color:#dbb255}.action-buttons .action-buttons-wrapper.reassign{background-color:#1a9f8e}.action-buttons .action-buttons-wrapper .action-buttons-wrapper-text{padding-left:1rem}.action-buttons .action-buttons-wrapper .icon-img{height:30px!important;width:30px!important;align-self:center}.icon-group-container{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:0 2px}.icon-group-container .icon-empty{height:20px;width:20px;border-radius:50%}.icon-group-container .icon-bg{background-color:#1a9f8e;align-items:center;position:absolute;flex-direction:row;bottom:10px;display:flex;justify-content:flex-end;padding:5px;color:#fff;width:95%;border-radius:5px}.icon-group-container .icon-bg .icon-text{font-size:14px;margin-right:20px}.icon-group-container .icon-bg .icon-img{height:35px!important;width:35px!important;align-self:center}.icon-group-container .icon-container{justify-content:center;display:flex;height:60px;width:60px;border:1px solid #1a9f8e;border-radius:45px}.icon-group-container .icon-text{font-size:10px;height:14px;margin:10px}.icon-img{width:50%}.searchbar-modal-container{position:absolute;z-index:9997;top:40px;box-shadow:0 3px 20px rgba(0,0,0,.08);width:350px}.searchbar-modal-container .show-search-backdrop{position:fixed;top:10;left:0;width:100%;height:100vh;z-index:9998;background:rgba(0,0,0,.6);left:50%;width:1378px!important;top:calc(50% + 56px);transform:translate(-50%,-50%)}.searchbar-modal-container .searchbar-notfound-body{border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fff;z-index:9999;position:absolute;width:350px}.searchbar-modal-container .searchbar-notfound-body .searchbar-notfound-results{padding:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:auto}.searchbar-modal-container .searchbar-notfound-body .searchbar-notfound-results .searchbar-notfound{margin-top:20px!important;font-size:13px}.searchbar-modal-container .searchbar-found-body{border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fff;padding:10px;z-index:9999;position:absolute;width:350px;overflow:auto;overflow-y:scroll;max-height:600px}.searchbar-modal-container .searchbar-found-body .searchbar-found-title{margin:7px;height:200px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 0 10px #ccc;border-radius:10px}.searchbar-modal-container .searchbar-found-body .searchbar-found-title .searchbar-found-searchtext{font-size:28px;color:#1a9f8e;margin:0 20px;font-weight:700;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis}.searchbar-modal-container .searchbar-found-body .searchbar-found-results{height:100%;padding:7px}.searchbar-modal-container .searchbar-found-body .searchbar-found-results .leads-card-container{margin-bottom:20px}.searchbar-modal-container .searchbar-found-body .searchbar-found-results .card-upper-avatar{margin:10px 0 10px 10px}.update-status-modal .modal-dialog{width:600px;max-width:600px}.update-status-modal .modal-header{align-items:center;padding-left:30px;padding-right:30px}.update-status-modal .modal-header .modal-title{font-size:16px;color:#1a9f8e;font-weight:700}.update-status-modal .modal-header .modal-close{font-size:14px;cursor:pointer}.update-status-modal .add-activity-label-container{display:flex;justify-content:center}.transfer-modal-container .modal-content{border-radius:10px}.transfer-modal-container .modal-title{font-size:16px;color:#1a9f8e;font-weight:700}.transfer-modal-container .staff-list-container{display:flex;flex-direction:row;margin:0 15px;flex-wrap:wrap}.transfer-modal-container .staff-list-container .staff-label-container{width:50%;margin-bottom:10px;display:flex;align-items:center}.transfer-modal-container .staff-list-container .staff-label-container .staff-img{width:20px;height:20px}.transfer-modal-container .staff-list-container .staff-label-container .staff-name{font-size:12px;margin-left:20px}.transfer-modal-container .staff-list-container .bu-list-container{display:flex;flex-direction:column;width:33%}.transfer-modal-container .staff-list-container .bu-list-container .bu-label-container{margin-bottom:10px;display:flex;align-items:center}.transfer-modal-container .staff-list-container .bu-list-container .bu-label-container .bu-img{width:20px;height:20px}.transfer-modal-container .staff-list-container .bu-list-container .bu-label-container .bu-name{font-size:12px;margin-left:20px}.transfer-modal-container .settransfer-btn-container{display:flex;flex-direction:row;width:calc(100% + 54px);justify-content:space-evenly;border-top:1px solid #e6e6e6;padding-top:20px;padding-left:40px;padding-right:40px;margin-left:-27px;margin-right:-27px}.remark-modal .remark-body-container{padding:1.5em 3.5em}.remark-modal .remark-large-title{color:#1a9f8e;font-size:24px;display:flex;flex-direction:row;justify-content:space-between}.remark-modal .modal-body{height:65vh;overflow:auto}@media only screen and (max-width:1300px){.remark-modal .modal-body{height:40vh}}.remark-modal .remark-question-container{width:100%;height:50%;border:1px solid #dededf;margin:10px auto;border-radius:5px}.remark-modal .remark-question-text{display:flex;flex-direction:row;min-height:25%;align-items:center;background-color:#f9f9f9;border-bottom:1px solid #dededf;font-weight:450;font-size:1em;padding:1em}.remark-modal .remark-selections-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:1.5em;min-height:0}.remark-modal .remark-selections{display:flex;flex-direction:row;margin:.75em;width:40%;flex-wrap:wrap}.remark-modal .remark-selection-text{padding:0 7px;font-size:13px}.remark-modal .checkbox-radio-selector{height:20px;width:20px;color:#1a9f8e}.remark-modal .remark-answer-form-box{width:100%;margin:10px 0;height:90%;border-radius:15px;border:1px solid #dededf;background-color:#f9f9f9;text-align:start;padding:10px;white-space:pre-wrap;word-wrap:break-word}.remark-modal .remarks-switch-container{display:flex;flex-direction:row;justify-content:space-evenly;margin:10px 0}.remark-modal .remarks-switch-btn{background-color:#fff;color:#dbb255}.remark-modal .remarks-switch-btn,.remark-modal .remarks-switch-selected{width:45%;height:40px;border-radius:10px;font-size:12;border:1px solid #dbb255}.remark-modal .remarks-switch-selected{background-color:#dbb255;color:#fff}.remark-modal-selector{height:100%}.remark-modal-selector .modal-content{position:absolute;bottom:0;height:50%}.remark-modal-selector .modal-dialog{height:95vh}.remark-modal-selector .modal-dialog-select{height:50%;flex:1 1;background-color:#fff;display:flex;flex-direction:column;border-radius:5px;margin:0 15px;overflow:auto}.remark-modal-selector .modal-dialog-select-title{border-bottom:1px solid rgba(0,0,0,.08);color:#1a9f8e;font-weight:500;padding:15px}.remark-modal-selector .modal-dialog-select-container{display:flex;flex-direction:row;padding:1.25rem;border-bottom:1px solid rgba(0,0,0,.08)}.existing-lead-modal .existing-lead-body-container{padding:1.5em 4em}.existing-lead-modal .existing-lead-bu-switch{display:flex;flex-direction:row;margin:12px 0;justify-content:space-evenly}.reassign-modal-container{z-index:9999}.reassign-modal-container .modal-dialog{max-width:400px}.reassign-modal-container .modal-content{border-radius:10px}.reassign-modal-container .modal-header{align-items:center;padding-left:30px;padding-right:30px}.reassign-modal-container .modal-header .modal-title{font-size:16px;color:#1a9f8e;font-weight:700}.reassign-modal-container .modal-header .modal-close{font-size:14px;cursor:pointer}.reassign-modal-container .staff-list-container{display:flex;flex-direction:row;margin:0 15px;flex-wrap:wrap}.reassign-modal-container .staff-list-container .staff-label-container{width:50%;margin-bottom:10px;display:flex;align-items:center}.reassign-modal-container .staff-list-container .staff-label-container .staff-img{width:20px;height:20px}.reassign-modal-container .staff-list-container .staff-label-container .staff-name{font-size:12px;margin-left:20px}.reassign-modal-container .setreassign-btn-container{display:flex;flex-direction:row;width:calc(100% + 24px);justify-content:space-evenly;border-top:1px solid #e6e6e6;padding-top:12px;padding-left:20px;padding-right:20px;margin-left:-12px;margin-right:-12px}.confirm-transfer-modal-container .modal-content{border-radius:10px}.confirm-transfer-modal-container .modal-footer{padding:0!important}.confirm-transfer-modal-container .confirm-transfer-container{margin-top:20px;padding-bottom:20px;display:flex;flex-direction:column;width:100%;justify-content:flex-start;align-items:flex-start;overflow-y:scroll;max-height:80vh}.confirm-transfer-modal-container .confirm-transfer-container .confirm-transfer-title{margin:15px;font-size:14px;color:#1a9f8e}.confirm-transfer-modal-container .confirm-transfer-container .confirm-transfer-content{margin-left:15px;margin-bottom:10px;display:flex;flex-direction:row}.confirm-transfer-modal-container .confirm-transfer-container .confirm-transfer-btngrp{padding:0;justify-content:space-between}.confirm-reassign-modal-container{z-index:9999}.confirm-reassign-modal-container .modal-dialog{max-width:400px}.confirm-reassign-modal-container .modal-content{border-radius:10px}.confirm-reassign-modal-container .modal-footer{padding:0!important}.confirm-reassign-modal-container .modal-header{align-items:center;padding-left:30px;padding-right:30px}.confirm-reassign-modal-container .modal-header .modal-title{font-size:16px;color:#1a9f8e;font-weight:700}.confirm-reassign-modal-container .modal-header .modal-close{font-size:14px;cursor:pointer}.confirm-reassign-modal-container .confirm-reassign-container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.confirm-reassign-modal-container .confirm-reassign-container .confirm-reassign-title{margin:15px;font-size:14px;color:#1a9f8e}.confirm-reassign-modal-container .confirm-reassign-container .confirm-reassign-current{display:flex;flex-direction:column;width:90%;max-height:50vh;overflow-y:auto}.confirm-reassign-modal-container .confirm-reassign-container .confirm-reassign-current .confirm-reassign-content{margin-left:15px;margin-bottom:10px;display:flex;flex-direction:row}.confirm-reassign-modal-container .confirm-reassign-container .confirm-reassign-to{display:flex;flex-direction:row;justify-content:center;width:100%}.confirm-reassign-modal-container .confirm-reassign-container .confirm-reassign-to .right-arrow{height:20px;width:20px;align-self:center}.confirm-reassign-modal-container .confirm-reassign-container .confirm-reassign-btn-container{padding:0;justify-content:space-between}.carousel-wrapper{height:220px;display:flex;flex:1 1;margin-left:0;margin-right:0;border:1px solid #e6e6e6;border-right:none;border-left:none}.carousel-wrapper .left-arrow{height:27px;width:15px}.carousel-wrapper .left-arrow:after{content:"<";font-size:27px;color:#1a9f8e}.carousel-wrapper .left-arrow:hover{cursor:pointer}.carousel-wrapper .right-arrow{height:27px;width:15px}.carousel-wrapper .right-arrow:after{content:">";font-size:27px;color:#1a9f8e}.carousel-wrapper .right-arrow:hover{cursor:pointer}.carousel-wrapper .empty-arrow{height:27px;width:15px}.carousel-wrapper .outer-wrapper{display:flex;height:125px;width:125px;border-radius:55px;background-color:#fff;box-shadow:0 3px 20px rgba(0,0,0,.08);justify-content:center;align-items:center}.carousel-wrapper .outer-wrapper .inner-wrapper{height:105px;width:105px;border-radius:55px;text-align:center;font-size:35px;letter-spacing:0}.carousel-wrapper .outer-wrapper .inner-wrapper,.carousel-wrapper .status-wrapper{background-color:#1a9f8e;color:#fff;display:flex;align-items:center;justify-content:center}.carousel-wrapper .status-wrapper{width:70px;height:20px;margin-left:auto;margin-right:auto}.sorter-filter{padding-left:10px;padding-right:10px;background-color:#fff}.sorter-filter .sorter-filter-container{border:none;border-bottom:1px solid #e6e6e6}.sorter-filter .sorter-filter-container .filter-row{padding:2.5px;display:flex;justify-content:space-between;margin:0}.sorter-filter .sorter-filter-container .filter-row .custom-menu{position:absolute;top:39px;right:20px;z-index:2;width:252px;padding:10px;background-color:#f9f9f9;border:1px solid #414141}.sorter-filter .sorter-filter-container .filter-row .custom-menu--future-purchase-date{position:absolute;top:-80px;right:30px;z-index:2;width:252px;padding:10px;background-color:#f9f9f9;border:1px solid #414141}.section-a-container{opacity:1;width:420px;padding:0;background-color:#fafafa;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 95px)}@media(max-width:1251px){.section-a-container{display:none}}.sub-display-container{margin:5px 0;padding-left:10px;padding-right:10px;display:flex}.edit-address-container .modal-dialog{max-width:500px}.edit-address-container .edit-address-header{align-items:center;padding-left:30px;padding-right:30px}.edit-address-container .edit-address-header .edit-address-title{font-size:16px;color:#1a9f8e;font-weight:700}.edit-address-container .edit-address-header .close-icon{font-size:14px;cursor:pointer}.edit-address-container .center{background-color:grey;color:#fff;padding:15px}.edit-address-container .edit-address-body{height:100%}.edit-address-container .edit-address-body .body-container{display:flex;flex-direction:row;flex-wrap:wrap}.edit-address-container .edit-address-body .body-container .field-container-w-100{display:flex;flex-direction:column;padding:5px;margin-bottom:10px}.edit-address-container .edit-address-body .body-container .field-container-w-100 .edit-address-input{width:100%;margin-top:10px}.edit-address-container .edit-address-body .body-container .field-container{width:50%;display:flex;flex-direction:row;padding:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.edit-address-container .edit-address-body .body-container .field-container .field-label{width:30%}.edit-address-container .edit-address-body .body-container .field-container .select-container{display:flex;flex-direction:column;width:70%}.edit-address-container .edit-address-body .body-container .field-container .edit-address-input{width:100%;margin-top:10px}.add-activity-header-title{display:flex;padding-left:10px;align-items:center;height:50px;width:100%;border:1px solid #e6e6e6;border-right:none;border-left:none;font-weight:700}.add-activity-label-container{width:100%;padding-bottom:10px;border-bottom:1px solid #e6e6e6;padding-left:15px;display:flex;flex-direction:row;align-items:center;overflow:hidden}.add-activity-status{margin-right:25px}.add-activity-label,.add-activity-status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;margin-bottom:0;margin-top:10px}.add-activity-label{margin-right:30px}.add-activity-span{font-size:12px;margin-left:10px;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reassign-reset-container{display:flex;justify-content:space-between;padding-left:15px;padding-right:15px}.reassign-reset-container .reassign-checkbox{padding:2.5px}.reassign-reset-container .reassign-checkbox .checkbox-container{align-self:center;padding:0}.reassign-reset-container .reassign-checkbox .checkbox-container .styled-input{justify-content:flex-end;padding:5px}.reassign-reset-container .reassign-checkbox .checkbox-container .styled-input .input-group-text{background-color:#fff;border:none;padding:0}.reassign-reset-container .reassign-checkbox .checkbox-container .checkbox-input{height:20px;width:20px;margin-right:10px}.reassign-reset-container .reassign-checkbox .label-container{align-self:center;padding:5px 20px 5px 5px}.reassign-reset-container .reassign-checkbox .label-container .label-text{font-size:11px;text-align:center;font-family:"OpenSansSemiBold"}.reassign-reset-container .reset-container{display:flex;justify-content:flex-end}.reassign-reset-container .reset-container .reset-btn{padding:2.5px;justify-content:flex-end;align-content:center;align-items:center;cursor:pointer}.reassign-reset-container .reset-container .reset-btn .label-text{font-size:13px;text-align:center;font-family:"OpenSansSemiBold";margin-left:5px;color:#dbb255}.reassign-reset-container .reset-container .reset-btn .label-icon{height:14px;width:14px;color:#dbb255;fill:#dbb255;-webkit-filter:invert(81%) sepia(46%) saturate(594%) hue-rotate(341deg) brightness(89%) contrast(92%);filter:invert(81%) sepia(46%) saturate(594%) hue-rotate(341deg) brightness(89%) contrast(92%)}.pagination{margin:15px auto;display:flex;list-style:none;outline:none}.pagination>.active>a{background-color:#1a9f8e;border-color:#1a9f8e;color:#fff}.pagination>li>a{border:1px solid #1a9f8e;padding:5px 10px;outline:none;cursor:pointer}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#1a9f8e;border-color:#1a9f8e;outline:none}.pagination>li>a,.pagination>li>span{color:#1a9f8e}.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{border-radius:unset}.lead-filter-accordion .card{overflow:visible}.lead-filter-accordion .card-header{font-size:1.5rem;font-weight:600;position:relative}.lead-filter-accordion .card-header:before{content:"";width:2rem;height:2rem;-webkit-clip-path:polygon(82% 2%,52% 41%,22% 2%);clip-path:polygon(82% 2%,52% 41%,22% 2%);background-color:#aaa;position:absolute;top:40%;right:2%}.lead-filter-accordion__body{padding:0;margin-top:1rem}.lead-filter-accordion__date-picker{padding:4.5px 23px;width:120px;font-size:12px;border:1px solid #fff;color:#fff;background-color:#dbb255;text-align:center;border-radius:10px;display:flex;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s ease}.lead-filter-accordion__date-picker:active,.lead-filter-accordion__date-picker:hover{box-shadow:0 2px 3px rgba(0,0,0,.1)}.access-container{justify-content:center;margin-left:auto;margin-right:auto;height:100%;width:100%}.access-container,.access-container .access-form{display:flex;flex-direction:column;align-items:center}.access-container .access-form{background-color:#fff;padding:35px 30px 50px;border-radius:30px;width:400px;box-shadow:0 3px 20px rgba(0,0,0,.08)}.access-container .access-form .access-logo{width:100%}.access-container .access-form .access-title{font-size:14px;font-weight:300;letter-spacing:.5px;text-align:center;font-family:OpenSansBold;text-transform:uppercase;margin:20px}.access-container .access-footer-img{width:100%}.login-container{justify-content:center;margin-left:auto;margin-right:auto;height:100%;width:100%}.login-container,.login-container .login-form{display:flex;flex-direction:column;align-items:center}.login-container .login-form{background-color:#fff;padding:50px 30px;border-radius:30px;width:400px;box-shadow:0 3px 20px rgba(0,0,0,.08)}.login-container .login-form .login-error{color:#c00;text-align:left;width:100%;font-size:13px;margin-left:40px}.login-container .login-form .login-logo{width:100%}.login-container .login-form .login-title{font-size:14px;font-weight:300;letter-spacing:.5px;text-align:center;font-family:OpenSansBold;text-transform:uppercase;margin:20px}.login-container .login-form .login-field{padding:10px 20px;border-radius:30px;font-size:16px;border:1px solid #1a9f8e;width:100%}.login-container .login-form .login-field :focus{outline:none}.login-container .login-form .password-container{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;border-radius:30px;font-size:16px;border:1px solid #1a9f8e;margin-top:20px}.login-container .login-form .password-container .password-field{padding:10px 20px;border-radius:30px;font-size:16px;width:100%;border:unset}.login-container .login-form .password-container .password-field :focus{outline:none}.login-container .login-form .password-container .password-show{display:flex;align-items:center;justify-content:center;margin-right:20px;position:absolute;right:0}.login-container .login-form .login-tips{font-size:14px;margin:20px 0;font-weight:500;color:#aaa;width:80%}.login-container .login-form .signin-button{width:60%;background-color:#1a9f8e;height:40px;border-radius:30px;color:#fff;font-size:16px;border:unset}.login-container .login-footer-img{padding-top:50px;width:100%}.dashboard-status-container{display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex:1 1 auto;border-top:1px solid #e6e6e6}.dashboard-status-container .render-left-logo-title{display:flex;flex-direction:column;width:330px;height:250px;justify-content:center;align-items:center;border-bottom:1px solid #e6e6e6}.dashboard-status-container .render-left-logo-title .render-left-icon{display:flex;justify-content:center;align-items:center;height:125px;width:125px;box-shadow:0 3px 20px rgba(0,0,0,.08);border:1px solid #e6e6e6;border-radius:60px;margin:20px}.dashboard-status-container .render-left-logo-title .render-left-title{font-size:18;font-weight:700}.dashboard-status-container .render-left-selection{padding:10px;margin:10px;box-shadow:0 3px 20px rgba(0,0,0,.08);display:flex;flex-direction:row;align-items:center;border:1px solid #1a9f8e}.dashboard-status-container .render-left-selection .total-leads-icon{margin:0 10px}.dashboard-status-container .render-left-selection .total-leads-title{display:flex;flex-direction:column}.dashboard-status-container .render-center-container{display:flex;flex-direction:column;border:1px solid #e6e6e6;width:450px;line-height:1.2}.dashboard-status-container .render-center-container .piechart-container{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;border-bottom:1px solid #e6e6e6}.dashboard-status-container .render-center-container .piechart-container .piechart-title{position:absolute;left:83px;font-size:24px;font-weight:700;width:68px;display:flex;justify-content:center}.dashboard-status-container .render-center-container .piechart-container .piechart-pie{font-family:"Nunito Sans",-apple-system,Helvetica,Arial,sans-serif;font-size:8px;padding:20px}.dashboard-status-container .render-center-container .piechart-container .piechart-data{display:flex;flex-direction:column;width:100%}.dashboard-status-container .render-center-container .piechart-container .chart-label{font-weight:700}.dashboard-status-container .render-center-container .piechart-container .chart-title{font-size:20px;font-weight:700}.dashboard-status-container .render-center-container .piechart-container .chart-type{margin-bottom:10px}.dashboard-status-container .render-center-container .piechart-container .item-details{display:flex;flex-direction:row;padding-top:5px;align-items:center}.dashboard-status-container .render-center-container .piechart-container .item-title{border-radius:10px;color:#fff;width:50px;display:flex;justify-content:center;padding:5px}.dashboard-status-container .render-center-container .piechart-container .item-value{margin-left:10px;font-weight:700}.dashboard-status-container .render-center-container .total-title{padding:10px;font-size:16px;font-weight:700}.dashboard-status-container .render-center-container .total-container{display:flex;flex-direction:row}.dashboard-status-container .render-center-container .statistic-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f3f3f3;border:1px solid #e6e6e6;width:30%;margin-left:10px;padding:10px}.dashboard-status-container .render-center-container .statistic-container .statistic-value{font-size:32px;font-weight:700}.dashboard-status-container .render-center-container .statistic-container .statistic-label{font-weight:700}.dashboard-status-container .render-right-container{flex-grow:1;border-bottom:1px solid #e6e6e6}.dashboard-status-container .render-right-container .render-right-header{border-bottom:1px solid #e6e6e6;padding:20px}.dashboard-status-container .render-right-container .render-right-header .header-date-filter{display:flex}.dashboard-status-container .render-right-container .render-right-header .header-date-filter .date-btn{border:1px solid #e6e6e6;flex-grow:1;padding:10px;display:flex;justify-content:center;font-weight:700;cursor:pointer}.dashboard-status-container .render-right-container .render-right-header .header-details{margin-top:20px;display:flex;justify-content:space-between}.dashboard-status-container .render-right-container .render-right-header .header-details .details-label-container{display:flex;flex-direction:column}.dashboard-status-container .render-right-container .render-right-header .header-details .details-label-container .total-leads{font-size:20px;font-weight:700}.dashboard-status-container .render-right-container .render-right-header .header-details .details-value-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.dashboard-status-container .render-right-container .render-right-header .header-details .details-value-container .total-value{font-size:28px;font-weight:700}.dashboard-status-container .render-right-container .render-right-content{border-bottom:1px solid #e6e6e6;padding:20px}.dashboard-status-container .render-right-container .render-right-content .leads-status-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid #e6e6e6;box-shadow:0 3px 20px rgba(0,0,0,.08);padding:20px}.dashboard-status-container .render-right-container .render-right-content .leads-status-card .leads-status-label{display:flex;flex-direction:row;align-items:center;font-size:14px}.dashboard-status-container .render-right-container .render-right-content .leads-status-card .leads-status-label .leads-status{padding:5px;border-radius:10px;color:#fff;margin-right:10px}.dashboard-status-container .render-salescenter-container{display:flex;flex-direction:column;border:1px solid #e6e6e6;width:450px;line-height:1.2}.dashboard-status-container .render-salescenter-container .render-salescenter-title{padding:10px;font-size:16px;font-weight:700}.dashboard-status-container .render-salescenter-container .render-salescenter-content{display:flex;flex-direction:row;flex-wrap:wrap}.dashboard-status-container .render-salescenter-container .render-salescenter-content .salescenter-card,.dashboard-status-container .render-salescenter-container .render-salescenter-content .salescenter-label{display:flex;flex-direction:column;background-color:#f3f3f3;width:45%;margin:10px;padding:20px}.dashboard-status-container .render-salesright-container{flex-grow:1;border-bottom:1px solid #e6e6e6}.dashboard-status-container .render-salesright-container .render-right-header{border-bottom:1px solid #e6e6e6;padding:20px}.dashboard-status-container .render-salesright-container .render-right-header .header-date-filter{display:flex}.dashboard-status-container .render-salesright-container .render-right-header .header-date-filter .date-btn{border:1px solid #e6e6e6;flex-grow:1;padding:10px;display:flex;justify-content:center;font-weight:700;cursor:pointer}.dashboard-status-container .render-salesright-container .render-right-header .header-details{margin-top:20px;display:flex;justify-content:space-between}.dashboard-status-container .render-salesright-container .render-right-header .header-details .details-label-container{display:flex;flex-direction:column}.dashboard-status-container .render-salesright-container .render-right-header .header-details .details-label-container .total-leads{font-size:20px;font-weight:700}.dashboard-status-container .render-salesright-container .render-right-header .header-details .details-value-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.dashboard-status-container .render-salesright-container .render-right-header .header-details .details-value-container .total-value{font-size:28px;font-weight:700}.dashboard-status-container .render-salesright-container .render-right-content{border-bottom:1px solid #e6e6e6;padding:20px;height:calc(100vh - 252px);overflow-y:auto}.dashboard-status-container .render-salesright-container .render-right-content .leads-status-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid #e6e6e6;box-shadow:0 3px 20px rgba(0,0,0,.08);padding:20px;margin-bottom:10px;font-size:14px}.main-display{flex-wrap:nowrap;margin-right:0;margin-left:0;display:flex;height:calc(100vh - 93px)}.loader-center-leads{position:fixed;top:50%;left:50%;margin-left:-100px;float:inline-start;display:flex}.newleads-container{height:768px;border-top:1px solid #e6e6e6;overflow-y:auto}.newleads-container .form-container{width:575px;height:560px;margin:25px auto;border:1px solid #e6e6e6}.newleads-container .form-container .form-title{font-size:14px;color:#1a9f8e;padding:15px;border-bottom:1px solid #e6e6e6}.newleads-container .form-container .center{float:center;background-color:#00f;top:50%;left:50%;margin-top:-100px;margin-left:-100px;display:flex}.newleads-container .form-container .field-container{display:flex;flex-direction:row;justify-content:space-between;margin:10px;padding:3px}.newleads-container .form-container .field-container .field-label,.newleads-container .form-container .field-container .field-text{margin-top:auto;margin-bottom:auto;font-size:12px}.newleads-container .form-container .field-container .field-size{width:390px;height:30px}.newleads-container .form-container .field-container.required .field-label:after{content:"*";color:red}.newleads-container .form-container .button-container{display:flex;justify-content:space-between;border-top:1px solid #e6e6e6;padding:20px}.newleads-container .form-container .button-container .cancel-btn{height:30px;width:262px;border-radius:30px;margin:1px;color:#189e8e;border:1px solid #189e8e;background-color:#fff}.newleads-container .form-container .button-container .submit-btn{height:30px;width:262px;border-radius:30px;margin:1px;border:1px solid #189e8e;background-color:#189e8e}.terms-condition-container{border-top:1px solid #e6e6e6;min-height:80vh;background-color:#f9f9f9;overflow:auto}.terms-condition-container .terms-condition-modal{background-color:#fff;width:70%;border-radius:7px;border:1px solid #e6e6e6;box-shadow:0 4px 8px 0 #f9f9f9,0 6px 10px 0 #d3d3d3;margin:1% auto}.terms-condition-container .terms-condition-header{color:#1a9f8e;border-bottom:1px solid #e6e6e6;font-size:14px;height:50px;padding:11px;display:flex;align-items:center}.terms-condition-container .terms-condition-wrap{display:flex;flex-direction:column;padding:10px 35px 35px}.terms-condition-container .terms-condition-text{font-size:12px;margin:15px 0}.terms-condition-container .terms-condition-title{color:#189e8e;font-size:14px;font-weight:500;margin:5px 0}.privacy-notice-container{border-top:1px solid #e6e6e6;min-height:80vh;background-color:#f9f9f9;overflow:auto}.privacy-notice-container .privacy-notice-modal{max-width:70%;flex:1 1;background-color:#fff;border-radius:7px;border:1px solid #e6e6e6;box-shadow:0 4px 8px 0 #f9f9f9,0 6px 10px 0 #d3d3d3;margin:1% auto}.privacy-notice-container .privacy-notice-header{color:#1a9f8e;border-bottom:1px solid #e6e6e6;font-size:14px;height:50px;padding:11px;display:flex;align-items:center}.privacy-notice-container .privacy-notice-wrap{white-space:pre-wrap;flex:12 1}.privacy-notice-container .privacy-text-container{display:flex;flex-direction:row;margin:10px 0}.privacy-notice-container .privacy-sub-notice-wrap{white-space:pre-wrap;flex:10 1}.privacy-notice-container .privacy-sub-notice-container{display:flex;flex-direction:row;margin:2px 0}.pdpa-container{border-top:1px solid #e6e6e6;min-height:80vh;background-color:#f9f9f9;overflow:auto}.pdpa-container .pdpa-modal{background-color:#fff;width:75%;border-radius:7px;border:1px solid #e6e6e6;box-shadow:0 4px 8px 0 #f9f9f9,0 6px 10px 0 #d3d3d3;margin:1% auto}.pdpa-container .pdpa-header{color:#1a9f8e;border-bottom:1px solid #e6e6e6;font-size:14px;height:50px;padding:11px;display:flex;align-items:center}.pdpa-container .pdpa-text-wrap{margin:10px 0}.visitor-registration-container{border-top:1px solid #e6e6e6;min-height:80vh;background-color:#f9f9f9}.visitor-registration-container .visitor-modal{margin:15px auto;background-color:#fff;min-height:950px;width:50%;border-radius:7px;border:1px solid #e6e6e6;box-shadow:0 4px 8px 0 #f9f9f9,0 6px 10px 0 #d3d3d3}@media only screen and (max-width:1300px){.visitor-registration-container .visitor-modal{width:85%}}.visitor-registration-container .visitor-header{color:#1a9f8e;border-bottom:1px solid #e6e6e6;font-size:1.25em;height:40px;padding:10px;font-weight:700}.visitor-registration-container .visitor-form-container{padding:.75em 0;display:flex;flex-direction:column}.visitor-registration-container .form-content{display:flex;flex-direction:row;justify-content:space-between;flex:1 1;margin:5px 0;padding:0 15px}@media only screen and (max-width:1300px){.visitor-registration-container .form-content{flex-direction:column}}.visitor-registration-container .visitor-field-text{width:35%;font-size:1em;font-weight:400;display:flex;flex-direction:row;margin:5px;height:30px;align-items:center}@media only screen and (max-width:1300px){.visitor-registration-container .visitor-field-text{width:100%}}.visitor-registration-container .visitor-form-answers{width:60%;margin:5px auto}@media only screen and (max-width:1300px){.visitor-registration-container .visitor-form-answers{width:100%}}.visitor-registration-container .answer-form-box,.visitor-registration-container .answer-form-box-greyed-out{height:30px;padding:10px;display:flex;align-items:center;font-size:1em;border:1px solid #dededf;border-radius:2px;width:100%}.visitor-registration-container .answer-form-box-greyed-out{background-color:#f9f9f9}.visitor-registration-container .remark-container{display:flex;flex-direction:row;width:60%;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:5px auto}@media screen and (max-width:1300px){.visitor-registration-container .remark-container{flex-direction:column;width:100%}}.visitor-registration-container .grey-divider{background-color:#e6e6e6;margin:10px 0;height:1px;width:100%}.visitor-registration-container .visitor-button-wrap{display:flex;flex-direction:row;padding:5px 30px;justify-content:space-between}.visitor-registration-container .remark-history-btn{margin:5px 0;width:100%;color:#dbb255;background-color:#fff;border:1px solid #dbb255}.visitor-registration-container .remark-history-btn:hover{color:#fff;background-color:#dbb255;border:1px solid #dbb255}.visitor-registration-container .remark-button{color:#dbb255;background-color:#fff;border:1px solid #dbb255;width:45%}.visitor-registration-container .remark-button:hover{color:#fff;background-color:#dbb255;border:1px solid #dbb255}@media screen and (max-width:1300px){.visitor-registration-container .remark-button{margin:5px;width:100%}}.visitor-registration-container .visitor-field-existing-purchaser{display:flex;flex-direction:row;width:60%;margin:5px auto;justify-content:space-between}.visitor-registration-container .visitor-field-existing-purchaser button{width:45%}@media screen and (max-width:1300px){.visitor-registration-container .visitor-field-existing-purchaser{width:100%}}.visitor-registration-container .visitor-field-existing-purchaser-btn-selected{width:50%;border:1px solid #dbb255;background-color:#dbb255;color:#fff}.visitor-registration-container .visitor-field-existing-purchaser-btn{width:50%;border:1px solid #dbb255;background-color:#fff;color:#dbb255}.visitor-registration-container .visitor-checkbox-wrap{display:flex;flex-direction:row;padding:5px 2.5em;height:4em;text-overflow:ellipsis;margin:5px auto;width:85%}.visitor-registration-container .visitor-checkbox-wrap input[type=checkbox]{background-color:#fff}.visitor-registration-container .visitor-checkbox-wrap input[type=checkbox]:checked{background-color:#dfbe6d}.visitor-registration-container .visitor-checkbox-wrap input[type=checkbox]:checked:after{content:"✔";color:#fff}.visitor-registration-container .visitor-checkbox-wrap input[type=checkbox]{text-align:center;display:table-cell;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:10%;border:1px solid #dfbe6d;box-shadow:none;font-size:1em;width:17px;height:17px}.visitor-registration-container .visitor-registration-checkbox-mandatory-text{width:90%;margin:auto}@media screen and (max-width:400px){.visitor-registration-container .visitor-registration-checkbox-mandatory-text{font-size:10px}}.visitor-registration-container .links-style{color:#189e8e;cursor:pointer}.visitor-registration-container .links-style :hover{text-decoration:underline}.blockedContact-container{border-top:1px solid #e6e6e6;overflow-y:auto;min-height:80vh}.blockedContact-container .table-auto-resize-column{overflow:auto;table-layout:auto}.blockedContact-container .table-header-wrapper{background-color:#189e8e}.modal-container .modal-content{border-radius:10px}.modal-container .dialog-content{margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;height:auto;width:100%}.modal-container .dialog-content .dialog-title{margin-top:20px;font-size:13px}.modal-container .modal-footer{padding:0;justify-content:space-between}.modal-container .modal-footer .cancel-btn{flex:1 1;margin:0;border-bottom-left-radius:9px;height:39px;color:#000;background-color:#fff;border:none}.modal-container .modal-footer .ok-btn{flex:1 1;margin:0;border-bottom-right-radius:9px;height:39px;color:#fff;background-color:#1a9f8e;border:none}.modal-container .block-form-container{margin:25px auto;border:1px solid #e6e6e6}.modal-container .block-form-container .block-form-title{font-size:14px;color:#1a9f8e;padding:15px;border-bottom:1px solid #e6e6e6}.modal-container .block-form-container .block-form-field-container{display:flex;flex-direction:row;justify-content:space-between;margin:10px;padding:3px}.modal-container .block-form-container .block-form-field-container .block-form-field-label{margin-top:auto;margin-bottom:auto;font-size:12px}.modal-container .block-form-container .block-form-field-container.required .block-form-field-label:after{content:"*";color:red}.modal-container .block-form-container .block-form-button-container{display:flex;justify-content:space-between;border-top:1px solid #e6e6e6;padding:20px}.modal-container .block-form-container .block-form-button-container .block-form-cancel-btn{height:30px;width:262px;border-radius:30px;margin:1px;color:#189e8e;border:1px solid #189e8e;background-color:#fff}.modal-container .block-form-container .block-form-button-container .block-form-submit-btn{height:30px;width:262px;border-radius:30px;margin:1px;border:1px solid #189e8e;background-color:#189e8e}.block-form-modal{min-width:35%}.notif-status-container{display:flex;flex-direction:row;height:768px;border-top:1px solid #746e6e;justify-content:center}.notif-status-container .render-left{display:flex;flex-direction:row;align-items:center;box-shadow:0 3px 20px rgba(0,0,0,.08);border:1px solid #e6e6e6;margin:10px;width:60vw;padding:20px}.notif-status-container .render-left .notif-icon{width:30px;height:30px;border-radius:30px;background-color:#1a9f8e;display:flex;align-items:center;justify-content:center;margin-right:20px;margin-left:20px}.notif-status-container .render-left .notif-popdown{display:flex;flex-direction:column}.notif-status-container .render-left .notif-popdown .notif-name{font-weight:700;margin-right:20px}.notif-status-container .render-left .notif-popdown .notif-date{font-style:italic}.setstatus-container{display:flex;flex-direction:row;height:90%;border-top:1px solid #e6e6e6}.setstatus-container .status-image-container{display:flex;flex-direction:column;width:330px;height:250px;justify-content:center;align-items:center;border-bottom:1px solid #e6e6e6;font-size:18px}.setstatus-container .status-image-container .status-image{display:flex;justify-content:center;align-items:center;height:125px;width:125px;box-shadow:0 3px 20px rgba(0,0,0,.08);border:1px solid #e6e6e6;border-radius:60px;margin:20px}.setstatus-container .staff-picker-container{display:flex;flex-direction:column;border:1px solid #e6e6e6;width:375.5px}.setstatus-container .staff-picker-container .staff-picker-header{display:flex;flex-direction:row;height:80px;justify-content:space-between;padding:15px;border-bottom:1px solid #e6e6e6}.setstatus-container .staff-picker-container .staff-picker-search{display:flex;align-items:center;justify-content:center;padding:20px;border-bottom:1px solid #e6e6e6}.setstatus-container .staff-picker-container .staff-picker-select{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;border-bottom:1px solid #e6e6e6;margin-top:10px;padding-bottom:10px}.setstatus-container .staff-picker-container .staff-picker-list{display:flex;flex-direction:column;align-items:center;overflow-y:auto;flex-grow:1;padding-top:10px;margin-bottom:50px}.setstatus-container .staff-picker-container .staff-picker-list .staff-card{display:flex;flex-direction:column;width:336px;box-shadow:0 0 10px rgba(0,0,0,.15);border-radius:10px;margin:10px}.setstatus-container .staff-picker-container .staff-picker-list .staff-card .staff-card-container{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e6e6e6;width:100%;padding:20px}.setstatus-container .staff-picker-container .staff-picker-list .staff-card .staff-card-container .staff-card-details{display:flex;flex-direction:row;align-items:center}.setstatus-container .staff-picker-container .staff-picker-list .staff-card .staff-card-container .staff-card-details .staff-card-status{width:10px;height:10px;border-radius:50%;margin-right:10px}.setstatus-container .staff-picker-container .staff-picker-list .staff-card .staff-card-container .staff-card-btn{border:1px solid #1a9f8e;color:#1a9f8e;border-radius:30px;height:20px;width:50px;text-align:center;cursor:pointer}.setstatus-container .staff-picker-container .staff-picker-list .staff-card .staff-card-lastactivity{padding:5px 5px 5px 20px;display:flex;flex-direction:row}.setstatus-container .set-staff-container{display:flex;flex-direction:column;flex:1 1;background-color:#fafafa;overflow-y:auto}.setstatus-container .set-staff-container .set-staff-header{height:96px;display:flex;flex-direction:row;border-bottom:1px solid #e6e6e6;align-items:center;background-color:#fff}.setstatus-container .set-staff-container .set-staff-header .staff-dp{height:50px;width:50px;border:1px solid #1a9f8e;background-color:#1a9f8e;border-radius:25px;text-align:center;align-items:center;justify-content:center;display:flex;margin:15px;color:#fff;font-size:20px}.setstatus-container .set-staff-container .set-staff-header .staff-subdetails{font-size:11px;display:flex;flex-direction:row;align-items:center}.setstatus-container .set-staff-container .set-staff-form{margin:25px;border:1px solid #e6e6e6;border-radius:10px;background-color:#fff;box-shadow:0 3px 20px rgba(0,0,0,.08)}.setstatus-container .set-staff-container .set-staff-form .form-title{color:#1a9f8e;font-size:14px;height:40px;font-weight:500;border-bottom:1px solid #e6e6e6;margin-top:20px;padding-left:20px}.setstatus-container .set-staff-container .set-staff-form .date-time-picker-container{display:flex;flex-direction:row;justify-content:space-between;margin:10px 10px 0;align-items:center}.setstatus-container .set-staff-container .set-staff-form .picker-container{margin-left:10px;width:40%}.setstatus-container .set-staff-container .set-staff-form .picker-container .style-datepicker{width:100%}.setstatus-container .set-staff-container .set-staff-form .picker-container .style-datepicker .react-date-picker__wrapper{border:3px solid #f4f4f4;border-radius:5px}.setstatus-container .set-staff-container .set-staff-form .picker-container .style-timepicker{width:100%}.setstatus-container .set-staff-container .set-staff-form .picker-container .style-timepicker .react-time-picker__wrapper{border:3px solid #f4f4f4;border-radius:5px}.setstatus-container .set-staff-container .set-staff-form .characters-left{text-align:end;margin-right:20px;color:#bbb;font-size:14px}.setstatus-container .set-staff-container .set-staff-form .btn-container{display:flex;width:100%;padding-bottom:10px;justify-content:center;align-items:center}.setstatus-container .set-staff-container .set-staff-form .btn-container .submit-btn{margin:10px;padding:5px 60px;color:#fff;background-color:#1a9f8e;border-radius:30px}.summary-container{display:flex;flex-direction:row;border-top:1px solid #e6e6e6;height:100%}.summary-container .render-left-logo-title{display:flex;flex-direction:column;width:330px;height:250px;justify-content:center;align-items:center;border-bottom:1px solid #e6e6e6}.summary-container .render-left-logo-title .render-left-icon{display:flex;justify-content:center;align-items:center;height:125px;width:125px;box-shadow:0 3px 20px rgba(0,0,0,.08);border:1px solid #e6e6e6;border-radius:60px;margin:20px}.summary-container .render-left-logo-title .render-left-title{font-size:18;font-weight:700}.summary-container .render-left-selection{padding:10px;margin:10px;box-shadow:0 3px 20px rgba(0,0,0,.08);display:flex;flex-direction:row;align-items:center}.summary-container .render-left-selection .total-leads-icon{margin:0 10px}.summary-container .render-left-selection .total-leads-title{display:flex;flex-direction:column}.summary-container .render-center-container{display:flex;flex-direction:column;border:1px solid #e6e6e6;width:450px;line-height:1.2}.summary-container .render-center-container .piechart-container{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;border-bottom:1px solid #e6e6e6}.summary-container .render-center-container .piechart-container .piechart-title{position:absolute;left:83px;font-size:24px;font-weight:700;width:68px;display:flex;justify-content:center}.summary-container .render-center-container .piechart-container .piechart-pie{font-family:"Nunito Sans",-apple-system,Helvetica,Arial,sans-serif;font-size:8px;padding:20px}.summary-container .render-center-container .piechart-container .piechart-data{display:flex;flex-direction:column;width:100%;margin-top:10px;margin-bottom:10px}.summary-container .render-center-container .piechart-container .chart-label{font-weight:700}.summary-container .render-center-container .piechart-container .chart-title{font-size:20px;font-weight:700}.summary-container .render-center-container .piechart-container .chart-type{margin-bottom:10px}.summary-container .render-center-container .piechart-container .item-details{display:flex;flex-direction:row;padding-top:5px;align-items:center}.summary-container .render-center-container .piechart-container .item-title{border-radius:10px;color:#fff;width:10px;height:10px}.summary-container .render-center-container .piechart-container .item-value{margin-left:10px;font-weight:700}.summary-container .render-center-container .total-title{padding:10px;font-size:16px;font-weight:700}.summary-container .render-center-container .total-container{display:flex;flex-direction:row}.summary-container .render-center-container .statistic-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f3f3f3;border:1px solid #e6e6e6;width:30%;margin-left:10px;padding:10px}.summary-container .render-center-container .statistic-container .statistic-value{font-size:32px;font-weight:700}.summary-container .render-center-container .statistic-container .statistic-label{font-weight:700}.summary-container .render-right-container{flex-grow:1;border-bottom:1px solid #e6e6e6;overflow-y:auto;max-height:calc(100vh - 96px)}.summary-container .render-right-container .render-right-header{border-bottom:1px solid #e6e6e6;padding:20px}.summary-container .render-right-container .render-right-header .render-date-filter{display:flex}.summary-container .render-right-container .render-right-header .render-date-filter .date-btn{border:1px solid #e6e6e6;flex-grow:1;padding:10px;display:flex;justify-content:center;font-weight:700;cursor:pointer}.summary-container .render-right-container .render-right-header .header-details{margin-top:20px;display:flex;justify-content:space-between}.summary-container .render-right-container .render-right-header .header-details .details-label-container{display:flex;flex-direction:column}.summary-container .render-right-container .render-right-header .header-details .details-label-container .total-leads{font-size:20px;font-weight:700}.summary-container .render-right-container .render-right-header .header-details .details-value-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.summary-container .render-right-container .render-right-header .header-details .details-value-container .total-value{font-size:28px;font-weight:700}.summary-container .render-right-container .render-right-content{border-bottom:1px solid #e6e6e6;padding:20px}.summary-container .render-right-container .render-right-content .leads-status-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid #e6e6e6;box-shadow:0 3px 20px rgba(0,0,0,.08);padding:20px;font-size:14px}.summary-container .render-right-container .render-right-content .leads-status-card .leads-status-label{display:flex;flex-direction:row;align-items:center}.summary-container .render-right-container .render-right-content .leads-status-card .leads-status-label .leads-status{display:flex;align-items:center;width:30px;height:30px;justify-content:center;border-radius:30px;color:#fff;margin-right:10px}.summary-container .render-category-container{width:50%;border:1px solid #e6e6e6;display:flex;flex-direction:column}.summary-container .render-category-container .render-category-header{border-bottom:1px solid #e6e6e6;padding:20px}.summary-container .render-category-container .render-category-header .time-picker-container{display:flex}.summary-container .render-category-container .render-category-header .time-picker-container .time-picker{border:1px solid #e6e6e6;flex-grow:1;padding:10px;display:flex;justify-content:center;font-weight:700;cursor:pointer}.summary-container .render-category-container .render-category-header .header-details-container{margin-top:10px;display:flex;justify-content:space-between}.summary-container .render-category-container .render-category-header .header-details-container .total-title-container{display:flex;flex-direction:column}.summary-container .render-category-container .render-category-header .header-details-container .total-title-container .total-title{font-size:20px;font-weight:700}.summary-container .render-category-container .render-category-header .header-details-container .total-value-container{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.summary-container .render-category-container .render-category-header .header-details-container .total-value-container .total-value{font-size:28px;font-weight:700}.summary-container .render-category-container .render-category-details{overflow-y:auto;height:calc(100vh - 243px);display:flex;flex-direction:column}.summary-container .render-category-container .render-category-details .category-card{display:flex;flex-direction:row;border:1px solid #e6e6e6;justify-content:space-between;box-shadow:0 3px 20px rgba(0,0,0,.08);padding:20px}.summary-container .render-category-container .render-category-details .category-card .category-label-container{display:flex;flex-direction:row}.summary-container .render-category-container .render-category-details .category-card .category-label-container .category-title{color:#1a9f8e;width:150px;font-weight:700}.summary-container .render-category-container .render-category-details .category-card .category-label-container .category-list-container{display:flex;flex-direction:column;margin-right:40px}.summary-container .render-category-container .render-category-details .category-card .category-label-container .category-list-container .category-list{margin-bottom:10px;padding:2px 10px}.summary-container .render-category-container .render-category-details .category-card .category-value-container{display:flex;flex-direction:column;align-self:flex-end}.summary-container .render-category-container .render-category-details .category-card .category-value-container .category-value{margin-bottom:10px;background-color:#f3f3f3;border-radius:10px;padding:2px 10px}.appointment-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-top:1px solid #e6e6e6;overflow-y:auto}.appointment-container .loader-center{position:fixed;top:50%;left:50%;margin-left:-100px;float:inline-start;display:flex}.appointment-container .form-container{width:600px;height:100%;margin:25px auto;border:1px solid #e6e6e6}.appointment-container .form-container .form-title{font-size:14px;color:#1a9f8e;padding:15px;border-bottom:1px solid #e6e6e6}.appointment-container .form-container .field-container{display:flex;flex-direction:row;justify-content:space-between;margin:10px;padding:3px}.appointment-container .form-container .field-container .field-label,.appointment-container .form-container .field-container .field-text{margin-top:auto;margin-bottom:auto;font-size:12px}.appointment-container .form-container .field-container .field-size{width:390px;height:30px}.appointment-container .form-container .field-container.required .field-label:after{content:"*";color:red}.appointment-container .form-container .button-container{display:flex;justify-content:space-between;border-top:1px solid #e6e6e6;padding:20px}.appointment-container .form-container .button-container .cancel-btn{height:30px;width:252px;border-radius:30px;margin:1px;color:#189e8e;border:1px solid #189e8e;background-color:#fff}.appointment-container .form-container .button-container .submit-btn{height:30px;width:252px;border-radius:30px;margin:1px;border:1px solid #189e8e;background-color:#189e8e}.style-datepicker{width:40%}.style-datepicker .react-date-picker__wrapper{border:3px solid #f4f4f4;border-radius:5px}.style-timepicker{width:40%}.style-timepicker .react-time-picker__wrapper{border:3px solid #f4f4f4;border-radius:5px}.calendar-container{width:20%;max-height:calc(100vh - 96px)}.calendar-container .form-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border:1px solid #e6e6e6;height:100%}.calendar-container .form-container .form-title{font-size:14px;color:#1a9f8e;padding:15px;border-bottom:1px solid #e6e6e6}.fc-toolbar{text-transform:uppercase}.fc-button-primary{text-transform:uppercase!important}.rdt{width:100%}.addRemarks_formHeader__MJky3{display:flex;justify-content:space-between;align-items:center;font:normal normal 600 18px/20px OpenSans;color:#1a9f8e;margin-bottom:17px}.addRemarks_remarkQuestionList__3dMk4{display:flex;flex-direction:column;grid-gap:11px;gap:11px}.addRemarks_remarkQuestionFrame__1_prZ{border:1px solid #dededf;border-radius:6px}.addRemarks_remarkQuestionFrame__1_prZ .addRemarks_remarkQuestionTitle__31kSa{background-color:#f9f9f9;border-radius:6px 6px 0 0;border-bottom:1px solid #dededf;display:flex;grid-gap:5px;gap:5px;padding:20px;font:normal normal 600 14px/20px OpenSans}.addRemarks_remarkQuestionFrame__1_prZ .addRemarks_remarkQuestionOptions__nJrbO{padding:20px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:10px;row-gap:10px;font:normal normal normal 12px/20px OpenSans;color:#414141}.addRemarks_remarkQuestionFrame__1_prZ .addRemarks_remarkQuestionOptions__nJrbO>div:first-child{grid-column:1/span 2}.addRemarks_remarkQuestionFrame__1_prZ .addRemarks_remarkQuestionOptions__nJrbO .addRemarks_remarkQuestionOption__1Z_DW{display:flex;align-items:center;grid-gap:15px;gap:15px}.addRemarks_remarkAnswerFormBox__1MXEj{width:100%;height:50vh;border:1px solid #dededf;border-radius:6px;background-color:#f9f9f9;padding:30px;font:normal normal 600 12px/18px OpenSans}.addRemarks_modalDialogSelectTitle__mL2qe{color:#1a9f8e;font:normal normal 600 14px/19px OpenSans;margin:14px 15px}.addRemarks_modalDialogSelectContainer__2YiUJ{border-top:1px solid #dededf;padding:10px 15px;display:flex;font:normal normal 600 12px/20px OpenSans;color:#414141}.addRemarks_modalDialogSelectContainer__2YiUJ:hover{cursor:pointer}.RemarkQuestion_mainContainer__1herz{padding:19px 50px;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.RemarkQuestion_mainContainer__1herz h1{padding:0;margin:0 0 5px;color:#1a9f8e;font:normal normal 600 18px/20px OpenSans}.RemarkQuestion_mainContainer__1herz{max-height:75vh;overflow-y:auto}.RemarkQuestion_tocCardContainer__50ZP2{background-color:rgba(0,0,0,.452);z-index:100;position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex}.RemarkQuestion_tocCard__1ccJ5{background-color:#fff;width:54.3%;max-width:1000px;margin-left:auto;margin-right:auto;border:1px solid #000;border-bottom:none;border-radius:6px 6px 0 0;margin-top:auto}.RemarkHistory_mainContainer__3bGYm{padding:19px 50px;display:flex;flex-direction:column;grid-gap:15px;gap:15px}.RemarkHistory_mainContainer__3bGYm h1{padding:0;margin:0 0 5px;color:#1a9f8e;font:normal normal 600 18px/20px OpenSans}.RemarkHistory_mainContainer__3bGYm .RemarkHistory_hrBtnGroup__3u3eA{display:flex;grid-gap:15px;gap:15px}.RemarkHistory_mainContainer__3bGYm .RemarkHistory_hrBtnGroup__3u3eA .RemarkHistory_tab__1mOww{flex:1 1;display:grid;place-items:center;color:#dbb255;border:1px solid #dbb255;border-radius:6px;height:37px;cursor:pointer;font:normal normal 600 12px/16px OpenSans;font-weight:400}.RemarkHistory_mainContainer__3bGYm .RemarkHistory_hrBtnGroup__3u3eA .RemarkHistory_tab__1mOww.RemarkHistory_active__1vOzR{background-color:#dbb255;color:#fff}.RemarkHistory_remarkHistoryList__23nHr{display:flex;flex-direction:column;grid-gap:5px;gap:5px;max-height:33.33vh;overflow-y:auto}.RemarkHistory_remarkHistoryListItm__3c2JN{border:1px solid #dededf;padding:15px 20px;border-radius:0 0 6px 6px;display:flex;justify-content:space-between;font:normal normal normal 13px/34px OpenSans}.RemarkHistory_remarkHistoryListItmAction__1eTDc{color:#dbb255;cursor:pointer}.RemarkHistoryModal_remarkHistoryModal__2zk9T{display:grid!important;place-items:center}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-dialog{width:54.3%;max-width:1000px;margin:0}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-dialog .modal-content{border-radius:6px}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-content>header{text-transform:uppercase;color:#1a9f8e;padding:14px 20px 14px 30px;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;align-items:center;font-family:OpenSans;font-weight:700;font-size:10px}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-content>header h1{margin:0;font-family:OpenSans}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-content>header .RemarkHistoryModal_remarkHistoryModalCloseBtn__3CwZZ{color:#000;cursor:pointer}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-content>footer{border-top:1px solid #e6e6e6;padding:15px 0;display:grid;place-items:center}.RemarkHistoryModal_remarkHistoryModal__2zk9T .modal-content>footer .btn{width:37.7%;height:30px;border-radius:30px;background-color:#1a9f8e;border-color:#1a9f8e}.btn{border-radius:6px}.btn,.btn:focus{border-color:#dbb255}.btn:focus{box-shadow:0 0 .2rem rgba(130,138,145,.5);background-color:#dbb255;color:#fff}.btn:active{background-color:#545b62!important;border-color:#545b62!important}.btn:hover{border-color:#dbb255}.btn-primary,.btn:hover{background-color:#dbb255}.btn-outline-primary{color:#dbb255}.btn-outline-primary:hover{background-color:#dbb255;border-color:#dbb255}.leadDetailCard_remarkBtnContainer__QtUOE{display:flex}.leadDetailCard_remarkBtn__2K5PM{flex:1 1;border-radius:40px}.BUSelector_buSelectorContainer__hTQaC{width:200px;height:34px;border-radius:3px;background-color:rgba(64,64,64,.5);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:13px;padding-right:13px;color:#fff;font:normal normal 600 14px/19px OpenSans;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.BUSelector_buSelectorContainer__hTQaC:hover{cursor:pointer}.BUSelector_buName__SCjwL{overflow-x:hidden;white-space:nowrap;max-width:80%}.BUSelector_buSelectorList__1fLld{position:absolute;display:block;background-color:#fff;margin-top:5px;width:200px;border:1px solid #dbb255;border-radius:3px;padding:10px 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;grid-gap:10px;gap:10px;z-index:99}.BUSelector_buSelectorList__1fLld>div>.BUSelector_buItem__TqN82{color:#414141;font:normal normal normal 14px/20px OpenSans;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.BUSelector_buSelectorList__1fLld>div>.BUSelector_buItem__TqN82:hover{color:#dbb255;cursor:pointer}.BUSelector_buSelectorSubMenu__1-O4U{position:absolute;top:0;left:calc(100% + 5px);color:#414141;background-color:#fff;padding:10px 20px;width:200px;border-radius:3px;border:1px solid #dbb255;display:flex;flex-direction:column;grid-gap:10px;gap:10px;font:normal normal normal 14px/20px OpenSans}.BUSelector_buSelectorSubMenu__1-O4U>div:hover{color:#dbb255;cursor:pointer}.existingLead_appointmentItem__J4xxg{display:grid;grid-template-columns:1.5fr 1fr 1fr .65fr;padding-left:30px;padding-right:30px;align-items:center;background-color:#f9f9f9;border:1px solid #dededf;border-radius:6px;font:normal normal 600 12px/17px OpenSans;margin-bottom:5px;height:37px}.existingLead_appointmentHeader__1FT7A{border:none;background-color:#1a9f8e;color:#fff}.existingLead_checkInButton__Ncphg{background-color:#fff;border:1px solid #dbb255;color:#dbb255;padding:5px 18px;width:100%;border-radius:6px;cursor:pointer}.existingLead_checkInButton__Ncphg.existingLead_active__1hA-r{background-color:#dbb255;color:#fff}.visitorRegistraton_selectBox__5TlJ_.visitorRegistraton_darkenField__rFxKs .MuiInputBase-root{background-color:#f9f9f9}.visitorRegistraton_selectBox__5TlJ_ .MuiInputBase-root{min-height:30px;display:flex;align-items:center;padding:0 0 0 10px!important;color:#dbb255;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.visitorRegistraton_selectBox__5TlJ_ .MuiInputBase-root .visitorRegistraton_dropdownIcon__XoyB9{color:#dbb255}.visitorRegistraton_selectBox__5TlJ_ .MuiInputBase-root .MuiOutlinedInput-notchedOutline{border-color:#dededf}.visitorRegistraton_selectBox__5TlJ_ .MuiInputBase-root .MuiAutocomplete-input{padding:2px 0 0!important}.visitorRegistraton_selectBox__5TlJ_ .MuiInputBase-root .MuiAutocomplete-endAdornment{position:static;padding-right:12px;margin-left:auto}.visitorRegistraton_selectBox__5TlJ_.Mui-focused .MuiOutlinedInput-notchedOutline,.visitorRegistraton_selectBox__5TlJ_.MuiAutocomplete-root[aria-expanded=true] .MuiOutlinedInput-notchedOutline,.visitorRegistraton_selectBox__5TlJ_:hover .MuiOutlinedInput-notchedOutline{border:1px solid #dededf!important}.visitorRegistraton_selectBoxPopup__1EMZR{border-radius:3px;border:1px solid #dbb255;padding:0;margin-top:3px;margin-bottom:3px;background-color:#fff;font:normal normal 600 OpenSans;color:#414141}.visitorRegistraton_selectBoxPopup__1EMZR *{background-color:#fff!important;border-radius:3px}
/*# sourceMappingURL=main.07609991.chunk.css.map */