@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@font-face{font-family:"productfont";src:url(../../static/media/productfont.096f4f56.eot);src:url(../../static/media/productfont.096f4f56.eot#iefix) format("embedded-opentype"),url(../../static/media/productfont.af689031.woff2) format("woff2"),url(../../static/media/productfont.7ad29d5c.woff) format("woff"),url(../../static/media/productfont.3f63941e.ttf) format("truetype"),url(../../static/media/productfont.a9ada022.svg#productfont) format("svg");font-weight:400;font-style:normal}.icon-language:before{content:"\e800"}.icon-involved:before{content:"\e801"}.icon-nearme:before{content:"\e802"}.icon-login:before{content:"\e803"}.icon-settings:before{content:"\e804"}.icon-report:before{content:"\e805"}.icon-chat:before{content:"\e806"}.icon-information:before{content:"\e807"}.icon-tos:before{content:"\e808"}.icon-tracing:before{content:"\e809"}.icon-calendar:before{content:"\e80a"}.icon-sos:before{content:"\e80b"}.icon-reset:before{content:"\e80c"}.icon-survey:before{content:"\e80d"}.icon-user:before{content:"\e80e"}.icon-rights:before{content:"\e80f"}.icon-theme:before{content:"\e810"}.icon-version:before{content:"\e811"}.icon-i-restaurant:before{content:"\e812"}.icon-restrooms:before{content:"\e813"}.icon-smoking:before{content:"\e814"}.icon-socialservices:before{content:"\e815"}.icon-stairs:before{content:"\e816"}.icon-surgery:before{content:"\e817"}.icon-texttelephone:before{content:"\e818"}.icon-ultrasound:before{content:"\e819"}.icon-volumecontrol:before{content:"\e81a"}.icon-waitingarea:before{content:"\e81b"}.icon-womenshealth:before{content:"\e81c"}.icon-accessibility:before{content:"\e81d"}.icon-administration:before{content:"\e81e"}.icon-alternativecomplementary:before{content:"\e81f"}.icon-ambulance:before{content:"\e820"}.icon-anesthesia:before{content:"\e821"}.icon-billing:before{content:"\e822"}.icon-cardiology:before{content:"\e823"}.icon-carestaffarea:before{content:"\e824"}.icon-cathlab:before{content:"\e825"}.icon-chapel:before{content:"\e826"}.icon-coffeeshop:before{content:"\e827"}.icon-dental:before{content:"\e828"}.icon-dermatology:before{content:"\e829"}.icon-diabeteseducation:before{content:"\e82a"}.icon-drinkingfountain:before{content:"\e82b"}.icon-earnosethroat:before{content:"\e82c"}.icon-elevators:before{content:"\e82d"}.icon-emergency:before{content:"\e82e"}.icon-familypractice:before{content:"\e82f"}.icon-fireextinguisher:before{content:"\e830"}.icon-firstaid:before{content:"\e831"}.icon-genetics:before{content:"\e832"}.icon-giftshop:before{content:"\e833"}.icon-healtheducation:before{content:"\e834"}.icon-healthservices:before{content:"\e835"}.icon-hearingassistance:before{content:"\e836"}.icon-hospital:before{content:"\e837"}.icon-imagingct:before{content:"\e838"}.icon-i-imagingmri:before{content:"\e839"}.icon-imagingmritwo:before{content:"\e83a"}.icon-imagingpet:before{content:"\e83b"}.icon-imagingrootcategory:before{content:"\e83c"}.icon-immunizations:before{content:"\e83d"}.icon-infectiousdiseases:before{content:"\e83e"}.icon-information-us:before{content:"\e83f"}.icon-inpatient:before{content:"\e840"}.icon-intensivecare:before{content:"\e841"}.icon-internalmedicine:before{content:"\e842"}.icon-interpreterservices:before{content:"\e843"}.icon-kidney:before{content:"\e844"}.icon-laboratory:before{content:"\e845"}.icon-labordelivery:before{content:"\e846"}.icon-mammography:before{content:"\e847"}.icon-medicallibrary:before{content:"\e848"}.icon-medicalrecords:before{content:"\e849"}.icon-mentalhealth:before{content:"\e84a"}.icon-mripet:before{content:"\e84b"}.icon-neurology:before{content:"\e84c"}.icon-nosmoking:before{content:"\e84d"}.icon-nursery:before{content:"\e84e"}.icon-nutrition:before{content:"\e84f"}.icon-oncology:before{content:"\e850"}.icon-ophthalmology:before{content:"\e851"}.icon-outpatient:before{content:"\e852"}.icon-pediatrics:before{content:"\e853"}.icon-pathology:before{content:"\e854"}.icon-physicaltherapy:before{content:"\e855"}.icon-registration:before{content:"\e856"}.icon-radiology:before{content:"\e857"}.icon-respiratory:before{content:"\e858"}.icon-pharmacy:before{content:"\e859"}@font-face{font-family:"productfont";src:url(../../static/media/productfont.096f4f56.eot);src:url(../../static/media/productfont.096f4f56.eot#iefix) format("embedded-opentype"),url(../../static/media/productfont.7ad29d5c.woff) format("woff"),url(../../static/media/productfont.3f63941e.ttf) format("truetype"),url(../../static/media/productfont.a9ada022.svg#productfont) format("svg");font-weight:400;font-style:normal}.demo-icon,[class*=" icon-"]:before,[class^=icon-]:before{font-family:"productfont";font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;text-align:center;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" icon-"]:before,[class^=icon-]:before{width:1em;margin-right:.2em}.mapfilterviewcontainer{height:calc(100vh - 180px);overflow-y:auto}.pl-0px{padding-left:0!important}.pr-0px{padding-right:0!important}.ml-0px{margin-left:0!important}.mr-0px{margin-right:0!important}.MuiSelect-select:focus{border-radius:0;background-color:initial!important}html{scroll-behavior:smooth}body.mobile-frame{border:1px solid #ddd;border-radius:0!important}body.mobile-frame .MuiDrawer-root .MuiDrawer-paperAnchorLeft{left:calc(50vw - 200px)}body.mobile-frame .bottommenudrawer .MuiPaper-root.MuiDrawer-paper.MuiDrawer-paperAnchorBottom{width:400px;left:calc(50vw - 200px)}body.mobile-frame .whatsappfabbtn{right:calc(50vw - 188px)!important}body.mobile-frame .getaccessmapholder{width:calc(50vw - 320px)!important}body.mobile-frame .skip-block{width:360px!important;background-color:#fff}body.mobile-frame .bottommenudiv{position:inherit!important}body.mobile-frame .getaccessmapholder{width:400px!important}iframe[style="position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; border: none; z-index: 2147483647;"]{display:none}body.mobile-frame #root{position:relative}.disabled{opacity:.2}[data-theme=template1]{--primary-bg-color:#f1f3f6;--base-font-family:"museo_sans500",sans-serif;--body-font-family:"museo_sans500",sans-serif;--heading-font-family:"Roboto",sans-serif;--base-dark-color:#1d2028;--base-dark-grey:#8d9093;--input-border-grey:#b5b8bc;--button-primary-color:#000;--back-arrow-color:#aeb1b4;--lang-border-grey:#ddd;--lang-icon-background:#fff;--search-box-background:#e5e7ea;--bottomnav-active-color:#a50021;--color-white:#fff;--bottomsheet-bg-color:#fff;--chat-header-background:#f1f3f6;--chat-sentmsg-background:#c50027;--chat-sentmsg-color:#fff;--chat-repliesmsg-background:#f1f3f6;--chat-repliesmsg-color:#1d2028;--button-secondary-color:#c3c5c8;--bottompaper-nav-color:#1d2028;--card-icon-color:#8d9093;--swal-bg-color:#fff;--reportbutton-secondary-color:#c3c5c8;--chat-bg-screen-color:#fff;--color-black:#1d2028;--kenyagreen-primary-color:#076625;--kenyared-primary-color:#a50021}body[data-theme~=template1] body,body[data-theme~=template1] html{overflow:hidden!important}body[data-theme~=template1] .msg-info span.fa.fa-comments{font-size:24px!important}body[data-theme~=template1] .msg-info span.reporticon{padding-right:10px}body[data-theme~=template1] .bg-logo{position:absolute;height:100%;width:100%}body[data-theme~=template1] .reporticondiv{padding-left:5px!important}@media(max-width:700px)and (orientation:portrait){body[data-theme~=template1] #skitt-ui{border-radius:4px;font-size:35px;height:56px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:8px!important;border-radius:10px;box-shadow:none;z-index:1500}body[data-theme~=template1] #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}}@media(min-width:700px)and (orientation:portrait){body[data-theme~=template1] #skitt-ui{border-radius:4px;font-size:35px;height:64px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:8px!important;border-radius:10px;box-shadow:none;z-index:1500}body[data-theme~=template1] #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}}@media(max-width:1200px)and (orientation:landscape){body[data-theme~=template1] #skitt-ui{border-radius:4px;font-size:35px;height:64px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:8px!important;border-radius:10px;box-shadow:none;z-index:1500}body[data-theme~=template1] #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}}body[data-theme~=template1] .regsubmit-wrap .regdiv{bottom:0}body[data-theme~=template1] .reg-form-wrap{height:calc(100vh - 326px);overflow:auto}body[data-theme~=template1] .skitt-ui--listening #skitt-toggle-button:hover,body[data-theme~=template1] .skitt-ui--not-listening #skitt-toggle-button{background-color:transparent!important}body[data-theme~=template1] #skitt-toggle-button{animation:pulse-blue 2s infinite}body[data-theme~=template1] #skitt-listening-text{display:none}body[data-theme~=template1] .header{background-color:#fff!important;color:#212529!important;top:0!important}body[data-theme~=template1] .headerContianer{position:relative}body[data-theme~=template1] .MuiAutocomplete-endAdornment svg.MuiSvgIcon-root path{fill:#333!important}body[data-theme~=template1] .MuiAutocomplete-endAdornment svg.MuiSvgIcon-root{background:transparent!important}body[data-theme~=template1] .headerContianer .MuiGrid-grid-xs-11{flex-basis:80.666667%}body[data-theme~=template1] div#attachedscrssnhot{width:100%;overflow:hidden;height:calc(100vh - 240px)}body[data-theme~=template1] .feedbackIcon{position:absolute;right:20px;top:20px;fill:var(--button-primary-color)}body[data-theme~=template1] .mr-10{margin-right:10px}body[data-theme~=template1] .homepageheaderdiv .feedbackIcon{position:relative;left:7px;top:12px}body[data-theme~=template1] .homepageInnderheaderdiv .feedbackIcon{top:11px;left:5px}body[data-theme~=template1] .template1-hader{width:100%}body[data-theme~=template1] .gridcontainer{width:100%!important;margin:0!important}body[data-theme~=template1] .main{background-color:#fff!important}body[data-theme~=template1] .MuiButton-root,body[data-theme~=template1] button{font-family:var(--heading-font-family)!important}body[data-theme~=template1] #root,body[data-theme~=template1] body{font-family:var(--body-font-family)!important;background-color:#f1f3f6!important;height:100vh}body[data-theme~=template1] .MuiFormLabel-root.Mui-focused{color:#2196f3!important}body[data-theme~=template1] .getaccess-page,body[data-theme~=template1] .gklist-page,body[data-theme~=template1] .tos-page{padding-top:56px!important}body[data-theme~=template1] .privacy-content a{color:var(--button-primary-color)}body[data-theme~=template1] .homepageheaderdiv .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;fill:var(--color-white)!important}body[data-theme~=template1] .MuiAppBar-positionFixed .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important}body[data-theme~=template1] a.active>div{background-color:hsla(0,0%,100%,.4)!important}body[data-theme~=template1] .headerbackbtn{padding-left:6px;position:relative}body[data-theme~=template1] .iphone .headerbackbtn{padding-left:15px!important;position:relative}body[data-theme~=template1] .headerbackbtn:before{content:"";position:absolute;top:-10px;bottom:-10px;right:-15px;left:-10px}body[data-theme~=template1] a{text-decoration:none;color:inherit;word-break:break-word}body[data-theme~=template1] .text-center{text-align:center}body[data-theme~=template1] .mb-0{margin-bottom:0!important}body[data-theme~=template1] .zero{padding:0!important;margin:0!important}body[data-theme~=template1] .multilinewrap{word-break:break-all;white-space:normal}body[data-theme~=template1] .fs-0_9375rem{font-size:.9375rem!important}body[data-theme~=template1] [data-tour-elem=navigation]{width:100%}body[data-theme~=template1] [data-tour-elem=dot]{margin-left:5%;margin-right:5%}body[data-theme~=template1] .TOStext{font-weight:600;line-height:2.7;margin-left:-6px;font-size:12px;text-decoration:underline;color:#0c37b6;color:var(--base-dark-color)!important}body[data-theme~=template1] .surveytitlediv{background-color:var(--lang-icon-background);border-radius:10px;color:var(--button-primary-color)!important;text-transform:capitalize;height:30px;padding:10px;text-align:center;font-weight:600;margin-bottom:10px;margin-left:10px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:18px}body[data-theme~=template1] .skip-block{position:fixed;bottom:0;width:100%}body[data-theme~=template1] .reactour__helper.reactour__helper--is-open{margin-right:20px;padding:30px 10px 15px;border-radius:6px}body[data-theme~=template1] .fw-600{font-weight:600}body[data-theme~=template1] .w-100{width:100%}body[data-theme~=template1] .menubtn{margin-right:.5rem!important;z-index:9;color:var(--button-primary-color)!important}body[data-theme~=template1] .commentUserImg{width:30px!important;height:30px!important}body[data-theme~=template1] .application-title{flex-grow:1}body[data-theme~=template1] .applogoimg{height:44px;margin-right:-25px}body[data-theme~=template1] .secondary-header{background-color:#009596!important;color:#fff!important;box-shadow:none!important;position:fixed!important;top:56px}body[data-theme~=template1] .secondary-header .application-title{font-size:.9375rem!important;color:#fff!important}body[data-theme~=template1] .homeicon-btn{padding-right:0!important;margin-right:0!important}body[data-theme~=template1] .bottom-appbar{top:auto!important;bottom:0!important;box-shadow:none!important}body[data-theme~=template1] .bottom-toolbar{display:flex;width:100%;justify-content:space-evenly}body[data-theme~=template1] .bottom-toolbar button span svg{width:33px;height:33px;color:#fff;padding-top:3px}body[data-theme~=template1] .green-page .bottom-toolbar{background-color:#009596}body[data-theme~=template1] .red-page .bottom-toolbar,body[data-theme~=template1] .red-page .secondary-header{background-color:#d50032!important}body[data-theme~=template1] .bg-light-teal{background-color:#eafffd!important}body[data-theme~=template1] .bottonnavPopup p{background-color:#4e61bf}body[data-theme~=template1] .bottonnavPopup p svg{color:#fff}body[data-theme~=template1] [data-rsbs-overlay]{z-index:1200;background:var(--bottomsheet-bg-color)!important}body[data-theme~=template1] [data-rsbs-content]{overflow:hidden;overflow-y:auto;padding-left:15px;padding-right:15px;padding-bottom:15px}body[data-theme~=template1] [data-rsbs-header]:before{background-color:var(--base-dark-color)!important}body[data-theme~=template1] [data-rsbs-backdrop]{z-index:1100}body[data-theme~=template1] .getstarted-page{height:100vh;display:flex;align-items:center}body[data-theme~=template1] .applogo{height:70px}body[data-theme~=template1] .flaglogo{border-radius:50%;width:80px;height:80px;background:#fff;border:2px solid #ddd;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;margin-bottom:5px!important}body[data-theme~=template1] .selectlangcontainer{flex-direction:row!important;justify-content:space-around}body[data-theme~=template1] .selectlangcontainer label span{font-size:.875rem!important}body[data-theme~=template1] .selectlangtitle{font-size:1.25rem!important;margin-bottom:1.5rem!important}body[data-theme~=template1] .versioninfo span{font-size:.8125rem!important;margin-right:5px}body[data-theme~=template1] .getstarted-form .inputlabel{color:rgba(0,0,0,.65)}body[data-theme~=template1] .getstarted-form .MuiSelect-select.MuiSelect-select{padding-left:5px}body[data-theme~=template1] .getstarted-form .MuiInput-underline:before{border-bottom:1px solid rgba(244,67,54,.82)}body[data-theme~=template1] .getstarted-form .MuiInput-underline:after{border-bottom:2px solid #f44336}body[data-theme~=template1] .getstarted-btn-holder{padding-left:30px;padding-right:30px}body[data-theme~=template1] .servicesPreviewForm .MuiSelect-icon,body[data-theme~=template1] .surveyPreviewForm .MuiSelect-icon{display:none}body[data-theme~=template1] .getstarted-btn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;width:100%;padding:0 8px!important}body[data-theme~=template1] .poweredbyimg{max-width:60%;height:auto;margin-top:10px}body[data-theme~=template1] .communityList-conatiner{padding:10px;background:hsla(0,0%,100%,.5);background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;margin:10px 25px;height:calc(100vh - 280px)}body[data-theme~=template1] .communityList-conatiner>div{font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template1] .community-searchbar input{font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--base-dark-color)!important;font-family:var(--body-font-family)!important}body[data-theme~=template1] .communityList-conatiner .MuiFormControlLabel-root{margin-left:0}body[data-theme~=template1] .communityList-conatiner .MuiFormControlLabel-root span.MuiFormControlLabel-label{font-size:14px!important;line-height:22px;letter-spacing:.5px}body[data-theme~=template1] .communityList-conatiner .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root,body[data-theme~=template1] .registration_details_page .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root{background:var(--button-primary-color)!important}body[data-theme~=template1] .communityList-conatiner .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)!important}body[data-theme~=template1] .communityList-conatiner .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme~=template1] .communityList-conatiner .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:50%}body[data-theme~=template1] .communitylistpage.onboarding-page.langpref-page .skipbtnholder{position:fixed;width:100%;bottom:20px}body[data-theme~=template1] .community-searchbar{background-color:var(--search-box-background)!important;border-radius:12px;box-shadow:none;margin-bottom:10px;margin-top:5px}body[data-theme~=template1] .padding10{padding:10px}body[data-theme~=template1] .homemenu-page{overflow-x:hidden}body[data-theme~=template1] .homemenulist{width:100%;height:calc(100vh - 110px);padding-top:0!important;padding-bottom:0!important;background-position:50%;background-size:80%;background-repeat:no-repeat}body[data-theme~=template1] .nested-list-item{padding-left:32px!important}body[data-theme~=template1] .homemenu-linkbtn{height:calc(16vh - 14px)!important;padding-left:0!important}body[data-theme~=template1] .homemenulisting .homemenu-linkbtn{height:calc(19vh - 13px)!important;padding-left:0!important;opacity:.9!important}body[data-theme~=template1] .homemenulisting .homemenuicon{display:flex;align-items:center;justify-content:center;height:calc(19vh - 14px)!important;min-width:75px!important}body[data-theme~=template1] .homemenutext span{font-size:20px!important;padding-left:20px!important}body[data-theme~=template1] .homemenuicon svg{width:35px!important;height:35px!important;color:#fff!important}body[data-theme~=template1] .homemenuicon{display:flex;align-items:center;justify-content:center;height:calc(16vh - 14px)!important;min-width:75px!important}body[data-theme~=template1] .greenbg-menu-text{background:#0a8182!important;color:#fff!important}body[data-theme~=template1] .greenbg-menu-icon{background:#019495}body[data-theme~=template1] .redbg-menu-text{background:#b40a32!important;color:#fff!important}body[data-theme~=template1] .redbg-menu-icon{background:#d50032!important}body[data-theme~=template1] .bluebg-menu-text{background:#0a559d!important;color:#fff!important}body[data-theme~=template1] .bluebg-menu-icon{background:#005eb8!important}body[data-theme~=template1] .yellowbg-menu-text{background:#cc910a!important;color:#fff!important}body[data-theme~=template1] .yellowbg-menu-icon{background:#f2a900!important}body[data-theme~=template1] .brownbg-menu-text{background:#6b4e44!important;color:#fff!important}body[data-theme~=template1] .brownbg-menu-icon{background:#795548!important}body[data-theme~=template1] .blackbg-menu-text{background:#000!important;color:#fff!important}body[data-theme~=template1] .homemenulisting .blackbg-menu-text{background:rgba(0,0,0,.9)!important;color:#fff!important}body[data-theme~=template1] .blackbg-menu-icon{background:#000!important}body[data-theme~=template1] .greay-menu-icon{background:grey!important;color:#fff!important}body[data-theme~=template1] .greay-menu-text{background:#a9a9a9!important;color:#fff!important}body[data-theme~=template1] .redbg{background:#d50032!important;color:#fff!important}body[data-theme~=template1] .redbg>div{padding-left:75px!important}body[data-theme~=template1] .yellowbg{background:#f2a900!important;color:#fff!important}body[data-theme~=template1] .yellowbg>div{padding-left:75px!important}body[data-theme~=template1] .borderbottom:after{content:"";border-bottom:1px solid hsla(0,0%,100%,.62);width:80%;display:inline-block;position:absolute;bottom:0}body[data-theme~=template1] .gklist-page{height:calc(100vh - 120px);overflow-y:auto}body[data-theme~=template1] .kblist{flex-grow:1}body[data-theme~=template1] .kblistitem span{font-size:14px!important}body[data-theme~=template1] .kblisticon svg{fill:#fff!important;width:16px}body[data-theme~=template1] .kblistitem{background:rgba(0,149,150,.9)!important;color:#fff!important;border-radius:4px!important;margin-bottom:15px}body[data-theme~=template1] .gklistdetails-root{width:100%}body[data-theme~=template1] .gklistdetails-accordion-header,body[data-theme~=template1] p.gklistdetails-accordion-header{font-size:15px!important;flex-basis:100%;flex-shrink:0;font-size:18px!important;line-height:24px;color:var(--color-white)!important}body[data-theme~=template1] .gklistdetails-accordion-headerlink{background:#4e61bf!important;background:var(--base-dark-grey)!important;color:var(--color-white)!important;border-radius:4px!important}body[data-theme~=template1] .gklistdetails-root svg{fill:#fff!important}body[data-theme~=template1] .offline-icon svg{fill:var(--base-dark-color)!important}body[data-theme~=template1] .getinfocommentsec textarea{background:var(--lang-icon-background)!important;border-radius:5px}body[data-theme~=template1] .getinfocommentbutton{margin-top:5px}body[data-theme~=template1] .resetgridcontainer{margin:0 10px!important}body[data-theme~=template1] .gklistdetails-root>div{margin-bottom:15px!important;box-shadow:none!important}body[data-theme~=template1] .gklistdetails-root>div:last-child{margin-bottom:0!important;box-shadow:none!important}body[data-theme~=template1] .gklistdetails-root .MuiAccordion-root:before{background-color:transparent!important}body[data-theme~=template1] .gklistdetails-summary{background:hsla(0,0%,100%,.02)!important;border:1px solid #efdfdf!important;border-top:0!important;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);border-radius:4px!important}body[data-theme~=template1] .gklistdetails-summary p{word-break:break-word;color:var(--base-dark-color)!important}body[data-theme~=template1] .gklistdetails-summary p.gklistdetails-accordion-header{color:var(--color-white)!important}body[data-theme~=template1] .gklistsubdetails-summary{background:rgba(0,0,0,.02)!important;border:1px solid #ddd!important;border-top:0!important}body[data-theme~=template1] .gklistsubdetails-summary p{font-size:14px!important}body[data-theme~=template1] .gklistsubdetails-accordion-headerlink{background:rgba(0,149,150,.7)!important;color:#fff!important;border-radius:4px!important}body[data-theme~=template1] .getaccess-page{height:calc(100vh - 120px);overflow-y:auto}body[data-theme~=template1] .bottom-tabs-bar{background-color:#fff}body[data-theme~=template1] .bottom-tabs-bar-appbar{position:fixed!important;bottom:58px}body[data-theme~=template1] .bottom-tabs-bar span.MuiTabs-indicator{top:0;background-color:#d50032}body[data-theme~=template1] .bottom-tabs-bar .Mui-selected{color:#d50032!important}body[data-theme~=template1] .getaccesstabs-container>div{height:calc(100vh - 245px);overflow-y:auto}body[data-theme~=template1] .getaccess-floatingbtn{bottom:150px;right:15px;position:fixed!important;background-color:#d50032!important}body[data-theme~=template1] .googlemapimg{height:calc(100vh - 245px);background-position-x:30%}body[data-theme~=template1] .getaccesstabs-container.zero>div{padding:0!important}body[data-theme~=template1] .getaccess-searchbar{background-color:#fff!important;box-shadow:none!important;border:2px solid #eee!important}body[data-theme~=template1] .getaccess-searchbar button{color:#fff}body[data-theme~=template1] .getaccess-searchbar input{font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#fff!important;color:var(--base-dark-color)!important;font-family:var(--body-font-family)!important}body[data-theme~=template1] .getaccess-searchbar svg{fill:var(--base-dark-color)!important}body[data-theme~=template1] .proximityslider{color:#d50032!important}body[data-theme~=template1] .proximity-slidercontainer{padding:0 8px}body[data-theme~=template1] .getaccess-page .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .getaccess-page .MuiRadio-colorSecondary.Mui-checked{color:#d50032}body[data-theme~=template1] .getaccess-settings-actionbtn{background-color:#d50032!important}body[data-theme~=template1] .getaccess-page .MuiFormControlLabel-label{font-size:14px!important}body[data-theme~=template1] #link-reset{font-weight:600!important;font-family:"Karla"!important;color:#000!important;position:relative;padding-top:30px!important;float:right}body[data-theme~=template1] .welcomeslider-container button.slick-next,body[data-theme~=template1] .welcomeslider-container button.slick-prev{display:none!important}body[data-theme~=template1] .swalUser{color:var(--button-primary-color)}body[data-theme~=template1] .skipbtnholder{position:fixed;width:100%;bottom:10px}body[data-theme~=template1] .welcomeslider-container p{font-size:.875rem!important}body[data-theme~=template1] .welcomeslider-container h3{text-align:center!important}body[data-theme~=template1] .welcomeslider-imageholder{height:calc(100vh - 300px)}body[data-theme~=template1] .welcomepage{color:#fff;color:var(--base-dark-color)!important}body[data-theme~=template1] .welcomepage p{margin-left:0!important}body[data-theme~=template1] .welcomepage h3{font-weight:500!important}body[data-theme~=template1] .regform-skiptext{color:#9e9e9e;font-size:14px;font-weight:600}body[data-theme~=template1] .regformheader{border-bottom:1px solid #ddd;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}body[data-theme~=template1] .regformquestionimg{height:100px}body[data-theme~=template1] .steptitle{color:#1a90ff}body[data-theme~=template1] .regtextfield{width:100%}body[data-theme~=template1] .report-user{display:inline-block;font-weight:700;color:#fff!important;box-sizing:border-box;padding:10px;background:grey;width:100%;border-radius:4px;margin-top:12px}body[data-theme~=template1] .regtextfield .MuiInput-formControl{width:80%;margin-left:10%}body[data-theme~=template1] .regtextfield .MuiInput-formControl input{background-color:rgba(0,0,0,.02);border-radius:4px;border:2px solid #ddd;padding:10px}body[data-theme~=template1] .regtextfield .MuiInput-formControl.MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .regformquestioncalimg{height:80px;margin:10px 0}body[data-theme~=template1] .backarrow-container{padding:0 12px!important;display:flex;align-items:center;color:#9e9e9e}body[data-theme~=template1] .genderdiv{margin-top:20px}body[data-theme~=template1] .genderdiv label{background-color:rgba(0,0,0,.02);border-radius:4px;padding-left:5px;border:2px solid #ddd;margin-right:20px;margin-left:20px;margin-bottom:10px}body[data-theme~=template1] .oneimpactlogoimg{max-width:30%;height:auto}body[data-theme~=template1] .avatarholder .oneimpactlogoimg{max-width:100%;height:auto}body[data-theme~=template1] .onboardingheaderdiv{background-color:#009596;color:#fff;padding:10px;position:relative}body[data-theme~=template1] .custom-shape-divider-bottom-1599722124{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}body[data-theme~=template1] .custom-shape-divider-bottom-1599722124 svg{position:relative;display:block;width:calc(100% + 1.3px);height:50px}body[data-theme~=template1] .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#fff}body[data-theme~=template1] .progressbarcontainer{margin-top:10px;margin-bottom:0}body[data-theme~=template1] .getonboardedtext{margin-top:10px;margin-bottom:10px;font-weight:600;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;text-align:center;color:var(--base-dark-color)!important}body[data-theme~=template1] .onboardingslider-container p,body[data-theme~=template1] .patientslider-container p{color:#7c7172}body[data-theme~=template1] .onboardingslider-container button.slick-next,body[data-theme~=template1] .onboardingslider-container button.slick-prev{display:none!important}body[data-theme~=template1] .imgmiddle{margin:0 auto}body[data-theme~=template1] .onboardingslider-container .slick-dots li button:before{font-family:"slick";font-size:15px}body[data-theme~=template1] .onboardingslider-container .slick-dots li.slick-active button:before{opacity:.75;color:#009596}body[data-theme~=template1] .onboarding-page .skipbtnholder,body[data-theme~=template1] .patientonboarding-page .skipbtnholder{position:fixed;width:100%;bottom:5px}body[data-theme~=template1] .onboarding-page .slick-dots,body[data-theme~=template1] .patientonboarding-page .slick-dots{position:fixed;bottom:40px}body[data-theme~=template1] .onboarding-page .stoptblogodiv,body[data-theme~=template1] .patientonboarding-page .stoptblogodiv{position:fixed;bottom:55px}body[data-theme~=template1] .onboarding-page .MuiInput-underline:after,body[data-theme~=template1] .patientonboarding-page .MuiInput-underline:after{left:0;right:0;bottom:0;content:"";position:absolute;transform:scaleX(0);transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;border-bottom:2px solid #009596;pointer-events:none}body[data-theme~=template1] .onboardingsliderdivcontent,body[data-theme~=template1] .patientsliderdivcontent{height:calc(100vh - 300px);overflow-y:auto}body[data-theme~=template1] .onboarding-page .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .onboarding-page .MuiRadio-colorSecondary.Mui-checked,body[data-theme~=template1] .patientonboarding-page .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .patientonboarding-page .MuiRadio-colorSecondary.Mui-checked{color:#009596}body[data-theme~=template1] .onboarding-page label span.MuiTypography-body1,body[data-theme~=template1] .patientonboarding-page label span.MuiTypography-body1{font-size:14px;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1.5}body[data-theme~=template1] .onboarding-page fieldset,body[data-theme~=template1] .patientonboarding-page fieldset{width:-webkit-fill-available}body[data-theme~=template1] .termsdivcontent{height:calc(100vh - 200px);overflow-y:auto;font-size:14px}body[data-theme~=template1] .terms-condition-container{height:calc(100vh - 170px)}body[data-theme~=template1] .onboardingback{margin-left:5px;margin-top:25px}body[data-theme~=template1] .homepagedivcontent{height:calc(100vh - 105px);height:calc(100vh - 68px);overflow-y:auto;overflow-y:hidden;padding:0!important}body[data-theme~=template1] .homepageheaderdiv .apptitle{font-weight:700;font-size:20px}body[data-theme~=template1] .disabled-link{pointer-events:none}body[data-theme~=template1] .homepageheaderdiv .custom-shape-divider-bottom-1599722124 svg{position:relative;display:block;width:calc(100% + 1.3px);height:30px}body[data-theme~=template1] .homepageheaderdiv .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#0a8182}body[data-theme~=template1] .gk-page .MuiAppBar-colorPrimary{color:#fff;background-color:#009596}body[data-theme~=template1] .bottom-toolbar a.active{background-color:#007a7a;border-radius:0}body[data-theme~=template1] .gktabs{background-color:#007a7a!important;box-shadow:none!important}body[data-theme~=template1] .gkbottomheaderdiv{position:relative}body[data-theme~=template1] .custom-shape-divider-top-1599740811{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}body[data-theme~=template1] .custom-shape-divider-top-1599740811 svg{position:relative;display:block;width:calc(100% + 1.3px);height:150px}body[data-theme~=template1] .custom-shape-divider-top-1599740811 .shape-fill{fill:#fff}body[data-theme~=template1] .gk-page .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#007a7a}body[data-theme~=template1] .gk-page .gktabs .MuiTab-textColorPrimary.Mui-selected span{color:#fff!important}body[data-theme~=template1] .gk-page .gktabs button span{color:hsla(0,0%,100%,.5)!important}body[data-theme~=template1] .gk-page .gktabs .PrivateTabIndicator-colorPrimary-3,body[data-theme~=template1] .gk-page .gktabs .PrivateTabIndicator-colorPrimary-4{background-color:#fff!important;height:2px;bottom:3px}body[data-theme~=template1] .gk-page .getaccess-searchbar{margin:10px}body[data-theme~=template1] .gkdivcontent{height:calc(100vh - 166px)}body[data-theme~=template1] .gkdivcontent.knowledge-detail{height:calc(100vh - 138px);position:relative}body[data-theme~=template1] .gkdivcontent.champion-detail,body[data-theme~=template1] .gkdivcontent.chat-container{height:calc(100vh - 137px)}body[data-theme~=template1] .infotabcontainer{height:calc(100vh - 214px)}body[data-theme~=template1] .nearmepage .infotabcontainer{height:auto;padding-left:0;padding-right:0}body[data-theme~=template1] .neameContactview{position:relative}body[data-theme~=template1] .nearmeSpeedDial{z-index:1111;position:absolute;bottom:160px;right:10px}body[data-theme~=template1] .filterBottomSheet .MuiDrawer-paperAnchorBottom{border-top-left-radius:16px;border-top-right-radius:16px}body[data-theme~=template1] .nearmeSpeedDial .MuiSpeedDialAction-fab{background-color:var(--button-primary-color)!important}body[data-theme~=template1] .nearmeSpeedDial .MuiSpeedDialAction-fab svg{fill:#fff}body[data-theme~=template1] .mapfiltercheckboxlist{padding:10px}body[data-theme~=template1] .infotabcontainer.chat-list-swipe{height:calc(100vh - 186px);overflow-y:hidden;padding-left:0;padding-right:0}body[data-theme~=template1] .infotitle>span{color:#009596!important;font-weight:600!important}body[data-theme~=template1] .infodesc{display:block;margin:5px 0!important}body[data-theme~=template1] .infoupdatedate{display:block;margin:5px 0!important;font-weight:600!important;font-size:12px!important;color:#deac36!important}body[data-theme~=template1] .infoviewmorebtn{background-color:#009596!important;font-size:12px!important;margin-top:3px!important}body[data-theme~=template1] .breadcrumbholder{background:#007a7a;padding:10px}body[data-theme~=template1] .breadcrumbholder ol li a{color:#fff!important;font-size:12px!important;font-weight:600!important}body[data-theme~=template1] .breadcrumbholder ol li{color:#fff!important}body[data-theme~=template1] .infolinkcontainer{text-align:right;margin-top:10px;margin-left:10px;margin-right:10px;justify-content:flex-end}body[data-theme~=template1] .infolinkcontainer a{margin:10px;display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .infolinkcontainer svg{fill:#fff!important;fill:var(--card-icon-color)!important}body[data-theme~=template1] .getknowiconcontainer span.likecountholder{display:block;margin-top:-20px}body[data-theme~=template1] .infolinkcontainer span.likecountholder{margin-left:3px;color:#fff;color:var(--card-icon-color)!important;display:block;margin-top:0}body[data-theme~=template1] .infolinkcontainer.content-detail-action{margin-left:0;margin-right:0}body[data-theme~=template1] .getknowiconcontainer.bottomsheeticon{justify-content:flex-start}body[data-theme~=template1] .infolinkcontainer.content-detail-action button{background-color:var(--primary-bg-color)!important;margin-right:15px;padding:5px 10px;border-radius:6px;margin-top:0;color:var(--card-icon-color)!important;margin-bottom:10px}body[data-theme~=template1] .avatarholder{float:left;width:30%}body[data-theme~=template1] .avatarholder img{border-radius:4px}body[data-theme~=template1] .postcontainer{float:none}body[data-theme~=template1] .infodetailedpostcontainer{padding-left:16px;padding-right:16px}body[data-theme~=template1] .posttitle{color:#009596!important;margin-bottom:0!important}body[data-theme~=template1] .postdesc a{text-decoration:underline;color:#00f}body[data-theme~=template1] .postinfo{font-size:14px!important;margin-bottom:5px!important;margin-top:0!important;line-height:1.4;font-weight:500;margin-top:5px;margin-bottom:10px;font-size:.875rem;font-size:16px!important;color:var(--base-dark-color)}body[data-theme~=template1] .infodetailedpostcontainer .infoupdatedate{margin-top:20px!important}body[data-theme~=template1] .posticoncontainer{padding-left:16px;padding-right:16px;margin-top:20px}body[data-theme~=template1] .mapiconcontainer svg{fill:#103caf}body[data-theme~=template1] .mapiconcontainer{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;margin-right:20px}body[data-theme~=template1] .mapiconcontainer span{display:block;font-size:14px;color:#888181;font-weight:600}body[data-theme~=template1] .mapiconcontainer img{width:30px}body[data-theme~=template1] .scrollablepost{height:calc(100vh - 262px);overflow-y:auto}body[data-theme~=template1] .mapfilterbtn{left:20px!important;z-index:2;color:#fff!important;position:absolute!important;bottom:180px!important}body[data-theme~=template1] .nearmeslider{width:80%!important;padding-left:8%;padding-right:8%;padding-top:2%;height:20vh}body[data-theme~=template1] .reportchatslider{width:100%;padding:20px 0}body[data-theme~=template1] .MuiSlider-root{color:#009596}body[data-theme~=template1] .MuiInputBase-input{font:inherit;color:#333;width:100%;border:2;height:2.1876em;margin:0;display:block;min-width:0;background:none;box-sizing:initial;animation-name:mui-auto-fill-cancel;letter-spacing:inherit;white-space:normal;animation-duration:10ms;-webkit-tap-highlight-color:rgba(0,0,0,0)}body[data-theme~=template1] .mapsliderbackbtn{left:0!important;z-index:2;color:#fff!important;margin-top:5%}body[data-theme~=template1] .onboarding-page fieldset label{margin-left:5px!important;margin-right:-10px!important;border:0 solid #009596;border-radius:5px;margin-bottom:10px}body[data-theme~=template1] .MuiFormLabel-root{color:rgba(0,0,0,.54);padding:0;font-size:1.1rem;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1}body[data-theme~=template1] .questionRow{padding-block:5px}body[data-theme~=template1] .questionRow input[type=date]{width:100vw}body[data-theme~=template1] .mapslidersubmitbtn,body[data-theme~=template1] .reportbtn{left:0!important;z-index:2;color:#fff!important;margin-top:1%}body[data-theme~=template1] .reportbtn{width:100%}body[data-theme~=template1] .swal2-close{z-index:2;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:red;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}body[data-theme~=template1] .feedbacktitle{padding-top:10px;padding-left:15px;padding-bottom:10px;align-items:center}body[data-theme~=template1] .MuiTypography-h6{font-size:1.125rem;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:600;line-height:2.05}body[data-theme~=template1] .Component-closeButton-2{color:#9e9e9e;right:0;position:absolute;margin-top:0}body[data-theme~=template1] .feedback-dialog .MuiIconButton-label svg.MuiSvgIcon-root{width:1em!important;height:1em!important}body[data-theme~=template1] .nearmemapcontainer{margin:0}body[data-theme~=template1] .getaccesstabspage .MuiBox-root{padding:0}body[data-theme~=template1] .MuiRating-root{font-size:1rem!important}body[data-theme~=template1] .maplistcontainerdiv{border-bottom:1px solid #ddd;background-color:var(--lang-icon-background)!important;box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;margin-bottom:20px!important;border-bottom:none!important;padding:15px 10px 10px!important}body[data-theme~=template1] .mapbottomsheet .maplistcontainerdiv{border:1px solid #ddd!important}body[data-theme~=template1] .mapbottomsheet .listsubtext svg{color:var(--back-arrow-color)!important;width:20px;height:20px}body[data-theme~=template1] .mapbottomsheet .listsubtext{margin-top:0!important}body[data-theme~=template1] .mapbottomsheet .nearmebutton{background-color:var(--button-primary-color)!important;border-radius:10px!important;margin-top:5px!important;margin-bottom:10px!important;background-image:none!important;font-size:14px!important;padding:8px 10px!important;text-transform:capitalize!important;font-weight:400!important;letter-spacing:.7px;width:auto;height:auto;display:flex;align-items:center}body[data-theme~=template1] .mapbottomsheet .listname{font-family:var(--heading-font-family)!important;font-weight:500!important}body[data-theme~=template1] .mapbottomsheet .nearmebutton svg{width:18px;height:18px;padding-top:0;margin-right:5px}body[data-theme~=template1] .mb-15px{margin-bottom:15px!important}body[data-theme~=template1] .mapbottomsheet .getaccess-searchbar{border-bottom:none!important;background-color:var(--search-box-background)!important;border-radius:12px!important;margin-bottom:20px}body[data-theme~=template1] .listname{color:#103caf!important;font-size:18px}body[data-theme~=template1] .nearmeDesc{margin:0}body[data-theme~=template1] .listsubtext{font-size:16px!important;font-family:var(--body-font-family)!important;margin-top:5px!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .leaflet-popup-content .distancetext,body[data-theme~=template1] .leaflet-popup-content .listsubtext{color:var(--color-black)!important}body[data-theme~=template1] .listsubtext b{color:var(--base-dark-grey)!important}body[data-theme~=template1] .distancetext{font-size:15px;font-family:var(--body-font-family)!important}body[data-theme~=template1] .hospitalicon svg{fill:#f1b214!important;font-size:2rem!important}body[data-theme~=template1] .hospitalicon img{width:30px}body[data-theme~=template1] .hospitalicon img.defulticon{width:40px}body[data-theme~=template1] .markerList{height:calc(100vh - 178px)}body[data-theme~=template1] .maplistcontainerdiv.maplistingitems .distancetext{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;margin-top:5px!important}body[data-theme~=template1] .distancetext{font-size:12px;color:#bf9000}body[data-theme~=template1] .maplistcontainerdiv.maplistingitems .nearmebutton{padding:0;border:none;background:none;background-color:rgba(0,0,0,.26);border-radius:50%;width:20px;height:20px;width:auto;height:auto;margin-bottom:5px}body[data-theme~=template1] .maplistcontainerdiv.maplistingitems .nearmebutton svg{fill:#fff;width:20px;height:20px;padding-top:0;margin-right:0}body[data-theme~=template1] .mapbottomsheet .maplistcontainerdiv.maplistingitems .listsubtext svg{margin-left:5px}body[data-theme~=template1] .mapbottomsheet .maplistcontainerdiv.maplistingitems .listsubtext.desc_icon svg{width:25px;height:25px;margin-left:3px}body[data-theme~=template1] .word-break-word{word-break:break-word}body[data-theme~=template1] .testingcicon svg{fill:#f87273!important;font-size:2rem!important}body[data-theme~=template1] .leaflet-container{width:100%;height:100vh;z-index:1}body[data-theme~=template1] .getaccesssettingscontainer{padding-left:16px;padding-right:16px}body[data-theme~=template1] .MuiToolbar-gutters{padding-left:0!important;padding-right:0!important}body[data-theme~=template1] .getaccesssettingscontainer .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .getaccesssettingscontainer .MuiRadio-colorSecondary.Mui-checked,body[data-theme~=template1] .getaccesssettingscontainer .proximityslider{color:#009596!important}body[data-theme~=template1] .getaccesssettingscontainer .getaccess-settings-actionbtn{background-color:#009596!important;margin-right:10px!important}body[data-theme~=template1] .bottom-appbar{color:#fff;background-color:#009596!important}body[data-theme~=template1] .stoptblogoimg{max-width:100px;height:auto}body[data-theme~=template1] .homepageheaderdiv .stoptblogoimg{max-width:200px;height:30px}body[data-theme~=template1] .onboarding-page .progressbarcontainer .MuiCircularProgress-root{border:2px solid hsla(0,0%,100%,.5);border-radius:50%}body[data-theme~=template1] .languageoptionselector{display:flex;align-items:center;justify-content:center;vertical-align:middle;border:2px solid #009596;border-radius:5px;margin:0 10px 10px!important}body[data-theme~=template1] .languageoptionselector label{border:none!important;border-radius:0!important;margin:0!important;width:calc(100% - 60px)}body[data-theme~=template1] .onboarding-page fieldset .languageoptionselector label{margin-left:0!important}body[data-theme~=template1] .languageoptionselector img{display:inline-block!important;width:60px!important;float:right;margin-right:10px;height:30px!important}body[data-theme~=template1] .onboarding-page.langpref-page .skipbtnholder{bottom:105px}body[data-theme~=template1] .onboarding-page.langpref-page .skipbtnholder button{color:#fff!important}body[data-theme~=template1] .onboarding-page.langpref-page .stoptblogodiv{position:fixed;bottom:5px}body[data-theme~=template1] .w-30percent{width:30%!important}body[data-theme~=template1] .mt-60px{margin-top:60px!important}body[data-theme~=template1] .w-90percent{width:90%!important}body[data-theme~=template1] .w-50percent{width:50%!important}body[data-theme~=template1] .color-white{color:#fff!important}body[data-theme~=template1] h3.color-green{color:var(--base-dark-color)!important;font-family:var(--heading-font-family)!important;font-weight:500;background-color:transparent!important}body[data-theme~=template1] .tutorialpage .welcomeslider-imageholder{height:calc(100vh - 350px)}body[data-theme~=template1] .onboarding-page.langpref-page.tutorialpage .skipbtnholder{position:fixed;width:100%;bottom:10px}body[data-theme~=template1] .tutorialpage.onboarding-page .slick-dots{position:fixed;bottom:80px}body[data-theme~=template1] .registaionsubmit{bottom:110px}body[data-theme~=template1] .registaionskip{color:#fff!important;width:100%;padding:6px 0!important;position:fixed;bottom:63px;z-index:1111}body[data-theme~=template1] .registaionskip button{color:#fff!important;background-color:#4e61bf!important;padding:11px 8px!important;width:35%!important;background-color:var(--button-primary-color)!important;margin-left:200px;border-radius:10px!important;font-size:18px!important}body[data-theme~=template1] .pregistaionsubmit{bottom:110px}body[data-theme~=template1] .sliderpagecontent.welcomepage{height:calc(100vh - 85px)!important;display:flex;align-items:center;justify-content:space-between;flex-direction:column}body[data-theme~=template1] .registaionsubmit button{color:#fff!important;background-color:#4e61bf!important;padding:11px 27px!important;width:100%!important;background-color:var(--button-primary-color)!important;border-radius:10px!important;font-size:18px!important}body[data-theme~=template1] .regdiv{display:flex;align-items:center;margin-left:33%;margin-top:10%}body[data-theme~=template1] .pregistaionsubmit button{color:#fff!important;background-color:#4e61bf!important;padding:11px 8px!important;width:50%!important;background-color:var(--button-primary-color)!important;border-radius:10px!important;font-size:18px!important}body[data-theme~=template1] .chattabsholder>div{width:100%!important}body[data-theme~=template1] .chattabs .MuiTabs-fixed{text-align:right!important}body[data-theme~=template1] .chattabs .MuiTabs-flexContainer{display:block!important}body[data-theme~=template1] .gktabs.bgwhitetabs{background-color:#fff!important}body[data-theme~=template1] .gk-page .gktabs.bgwhitetabs .MuiTab-textColorPrimary.Mui-selected span{color:#009596!important}body[data-theme~=template1] .gk-page .gktabs.bgwhitetabs .MuiTab-textColorPrimary span{color:#9a9292!important}body[data-theme~=template1] .chattabsholder{height:calc(100vh - 215px);overflow:hidden}body[data-theme~=template1] .profile-icon img{border-radius:50%}body[data-theme~=template1] #frame{height:calc(100vh - 321px)}body[data-theme~=template1] #frame .content{float:right;width:100%;height:100%;overflow:hidden;position:relative}body[data-theme~=template1] #frame .content .contact-profile{width:100%;height:60px;line-height:60px;background:#8c0000;padding:0 12px;color:#fff;font-weight:700;font-size:18px}body[data-theme~=template1] #frame .content .contact-profile img{width:40px;border-radius:50%;float:left;margin:9px 12px 0 9px}body[data-theme~=template1] #frame .content .contact-profile p{float:left}body[data-theme~=template1] #frame .content .messages{height:auto;min-height:calc(100% - 5px);max-height:calc(100% - 5px);overflow-y:scroll;overflow-x:hidden}body[data-theme~=template1] #frame .content .messages::-webkit-scrollbar{width:0;background:transparent}body[data-theme~=template1] #frame .content .messages::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}body[data-theme~=template1] #frame .content .messages ul li{display:inline-block;clear:both;float:left;margin:15px 15px 5px;width:calc(100% - 25px);font-size:.9em}body[data-theme~=template1] #frame .content .messages ul li:last-child{margin-bottom:20px}body[data-theme~=template1] #frame .content .messages ul li.sent img{margin:6px 8px 0 0}body[data-theme~=template1] #frame .content .messages ul li.sent .msg-wrap{color:#f5f5f5;float:right}body[data-theme~=template1] li.sent .msg{border-radius:20px;background:#8c0000;background:#3e828f;box-shadow:none!important}body[data-theme~=template1] #frame .content .messages ul li.replies img{float:right;margin:6px 0 0 8px}body[data-theme~=template1] li.replies .msg{background:#fff}body[data-theme~=template1] #frame .content .messages ul li img{width:22px;border-radius:50%;float:left}body[data-theme~=template1] .popup-title{color:var(--button-primary-color)}body[data-theme~=template1] #chatBox .chatimag{width:100%!important;height:100px;object-fit:cover;border-radius:5px!important;margin-bottom:8px!important}body[data-theme~=template1] .chatimagediv,body[data-theme~=template1] .newforumchatpage .chatimag{width:100%!important}body[data-theme~=template1] #frame .content .messages ul li .msg-wrap{display:inline-block;border-radius:20px;max-width:70%;line-height:130%;width:60%}body[data-theme~=template1] #frame .content .message-input{position:fixed;bottom:0;width:100%;z-index:99}body[data-theme~=template1] #frame .content .message-input .wrap{position:relative}body[data-theme~=template1] .slick-next:before,body[data-theme~=template1] .slick-prev:before{color:#009596!important}body[data-theme~=template1] .attach-btn{width:50px;text-align:center;float:left;padding:13px;box-sizing:border-box;background:#e0e0e0}body[data-theme~=template1] #frame .content .message-input .wrap input{font-family:"proxima-nova","Source Sans Pro",sans-serif;float:left;border:none;padding:17px 32px 17px 8px;font-size:.8em;color:#32465a;width:calc(100% - 100px)}body[data-theme~=template1] #frame .content .message-input .wrap input:focus{outline:none}body[data-theme~=template1] #frame .content .message-input .wrap .attachment{position:absolute;right:60px;z-index:4;margin-top:10px;font-size:1.1em;color:#435f7a;opacity:.5;cursor:pointer}body[data-theme~=template1] #frame .content .message-input .wrap .attachment:hover{opacity:1}body[data-theme~=template1] #frame .content .message-input .wrap button{float:right;border:none;width:50px;padding:16px 0;cursor:pointer;color:#f5f5f5}body[data-theme~=template1] #frame .content .message-input .wrap button:hover{background:#435f7a}body[data-theme~=template1] #frame .content .message-input .wrap button:focus{outline:none}body[data-theme~=template1] .msg-info{padding:0 10px;font-size:16px!important}body[data-theme~=template1] .replies .msg-info{color:#000;padding-top:3px}body[data-theme~=template1] .msg{padding:7px 10px;position:relative;border-radius:12px!important;background:var(--button-primary-color)!important}body[data-theme~=template1] .msg-info{color:#5f5f71;font-size:12px;padding:0 0 10px;font-weight:700;color:#8c2a2a;color:#fff}body[data-theme~=template1] .chattextmsg{width:100%;height:50px}body[data-theme~=template1] .chat-time{position:relative;text-align:right;font-size:12px;line-height:14px;text-transform:capitalize;font-family:var(--heading-font-family)!important;width:90%;padding:10px 10px 0;margin-top:0!important;margin-bottom:0!important}body[data-theme~=template1] .sent .msg-info{color:#fff;margin-left:30px;padding-top:3px}body[data-theme~=template1] div#frame:before{content:"";position:absolute;z-index:0;height:100%;width:100%;opacity:.07}body[data-theme~=template1] .messages ul{padding:0;width:inherit;margin:0}body[data-theme~=template1] .attacment-menu{position:absolute;width:100%;background:#e0e0e0;bottom:47px;padding:12px}body[data-theme~=template1] .show-attacment-menu{bottom:47px}body[data-theme~=template1] .attacment-menu .icon{padding:14px;font-size:18px}body[data-theme~=template1] .img-preview-container{width:100%}body[data-theme~=template1] .msg-img-wrap img{width:100%!important;border-radius:3px!important}body[data-theme~=template1] .popup.image-previw-popup{background:#000}body[data-theme~=template1] .img-preview-footer-wrap{position:fixed;bottom:14px;width:calc(100% - 20px);left:14px}body[data-theme~=template1] .caption-input input{width:calc(100% - 66px);background:transparent;border:none;border-bottom:2px solid #fff;padding:10px;box-sizing:border-box;color:#fff}body[data-theme~=template1] .patientusergrid{overflow:auto;height:calc(65vh - 100px)}body[data-theme~=template1] .caption-input .submit-media{background:#8c0000;color:#fff;border-radius:50%;padding:17px;font-size:22px}body[data-theme~=template1] .image-preview-img{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}body[data-theme~=template1] li.replies .msg{background:#86d7e6;border-radius:20px;box-shadow:none!important}body[data-theme~=template1] #frame .content .messages ul li div.msg-txt{font-size:16px!important;word-break:break-word;margin-top:8px;margin-left:3px}body[data-theme~=template1] .chatavatar{float:left}body[data-theme~=template1] #frame .content .messages ul li div.msg-txt a{text-decoration:underline;color:#103caf}body[data-theme~=template1] .chatbtmmenu .MuiFormControl-root{width:100%!important}body[data-theme~=template1] .color-yellow{color:#deac36!important}body[data-theme~=template1] .chatbtmmenu .MuiInput-underline:after{border-bottom:2px solid #009596!important}body[data-theme~=template1] .chatusericon svg{width:45px;height:45px}body[data-theme~=template1] .chatusername{font-weight:600!important;font-family:var(--body-font-family)!important;line-height:22px;color:var(--base-dark-color)!important;cursor:pointer}body[data-theme~=template1] .chatusername svg{fill:#09b256!important}body[data-theme~=template1] .chatusername button{padding-bottom:0!important;margin-left:10px!important;padding-top:0!important;padding-left:0!important;position:absolute!important}body[data-theme~=template1] .chatlastactive{font-size:18px!important;margin:0 0 0 25px}body[data-theme~=template1] .chatdistance{font-weight:600!important;font-size:14px!important;color:#000!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .chatuserlistdiv{display:flex;align-items:center;vertical-align:middle;padding-bottom:5px}body[data-theme~=template1] .maplistcontainerdiv.repostListContainer{display:block;height:calc(100vh - 230px);border-bottom:none!important}body[data-theme~=template1] .servicespage .maplistcontainerdiv.repostListContainer{height:calc(100vh - 200px)}body[data-theme~=template1] .servicespage .maplistcontainerdiv.repostListContainer,body[data-theme~=template1] .surveypage .maplistcontainerdiv.repostListContainer{background-color:transparent!important;padding:0 20px!important;box-shadow:none!important}body[data-theme~=template1] .surveypage .maplistcontainerdiv.repostListContainer.case-report{padding:0 20px!important;height:calc(100vh - 210px)}body[data-theme~=template1] .surveypage .forumlistdivholder.servicesList .getinvo_inner_questiondiv{height:calc(100vh - 345px);padding-left:20px;padding-right:20px}body[data-theme~=template1] .surveypage .infotabcontainer{height:calc(100vh - 210px);padding-left:0;padding-right:0;overflow-y:hidden}body[data-theme~=template1] .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background:#fff;border-radius:10px;height:-webkit-max-content;height:max-content;padding:10px 0;margin-bottom:20px!important}body[data-theme~=template1] .userprofilefieldset .MuiFormControl-root,body[data-theme~=template1] .userprofilefieldset .MuiInputBase-root{width:100%}body[data-theme~=template1] .forumlistdivholder.userprofileholder{height:calc(100vh - 220px)}body[data-theme~=template1] .gridcontainer.chatuserlistdiv{background-color:var(--lang-icon-background);border-radius:10px;margin-top:0;margin-bottom:20px!important;padding:10px;box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme~=template1] .chatuserlistdiv.borderbottomgrey{border-bottom:none!important}body[data-theme~=template1] .borderbottomgrey{border-bottom:2px solid rgba(0,0,0,.12)}body[data-theme~=template1] .chatuserlistdivholder{height:calc(100vh - 288px);overflow-y:auto}body[data-theme~=template1] .forumlistdivholder{height:calc(100vh - 240px);overflow-y:auto;padding:10px}body[data-theme~=template1] .forumicon svg{width:25px;height:25px;background:#103caf;background:var(--card-icon-color)!important;fill:#fff;border-radius:50%;padding:7px}body[data-theme~=template1] .unreadmsgicon{margin:5px 5px 0!important}body[data-theme~=template1] .ChatWindow .chatheader,body[data-theme~=template1] .Informationpage .tabheader,body[data-theme~=template1] .nearmepage .tabheader{display:none}body[data-theme~=template1] .ChatWindow .react-swipeable-view-container{background:#fff}body[data-theme~=template1] .ChatWindow .chatgallerybutton{background:none;box-shadow:none}body[data-theme~=template1] .unreadmsgicon .MuiBadge-badge{background-color:#009596!important}body[data-theme~=template1] .onboardingheaderdiv a button{color:#fff}body[data-theme~=template1] .homemenulisting.MuiList-padding{padding-top:0;padding-bottom:0}body[data-theme~=template1] .onboardingsliderdivcontent.onboardingscrollcontent{height:calc(100vh - 350px);overflow-y:auto}body[data-theme~=template1] .patientsliderdivcontent.patientscrollcontent{height:calc(100vh - 200px);overflow-y:auto}body[data-theme~=template1] .loading{position:absolute;z-index:2000;top:50%;margin-top:-50px;left:40%;color:var(--base-dark-color)!important}body[data-theme~=template1] .block-loading{top:0;left:0;position:absolute;background:#fff;display:inline-block;z-index:11111111111;height:100vh;width:100vw;box-sizing:border-box}body[data-theme~=template1] .loading svg{z-index:2000;fill:var(--kenyared-primary-color)!important}body[data-theme~=template1] .chat-list-swipe .loading{top:200px}body[data-theme~=template1] .chat-list-swipe .peer-list .loading{left:137%}body[data-theme~=template1] .pendinguserlist{border-radius:10px;height:-webkit-max-content;height:max-content;padding:10px 0;margin:10px 15px}body[data-theme~=template1] .pendinguserlist .pendinguserlistdiv{padding:10px}body[data-theme~=template1] .forumname{padding:10px;font-weight:700;color:#fff}body[data-theme~=template1] .pendinguserlist .self-conform-bg{height:100%;width:120px;background:green;color:#fff;vertical-align:middle;padding-top:44px;text-align:center;font-size:1rem}body[data-theme~=template1] .pendinguserlist .self-not-conform-bg{background:#deac36!important}body[data-theme~=template1] .pendinguserlist .swipeable-list{margin-bottom:10px}body[data-theme~=template1] .tbchamptitle{color:#009596!important;font-weight:600!important}body[data-theme~=template1] .tbchampdesc{color:rgba(0,0,0,.87);font-size:.875rem;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1.43}body[data-theme~=template1] .text-left{text-align:left!important}body[data-theme~=template1] .tbchamprightdiv{border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:5px!important}body[data-theme~=template1] .tbchamprightdiv .infolinkcontainer a{margin:15px;margin-left:0!important}body[data-theme~=template1] .knowledge-accordian-row{margin-top:10px;margin-left:10px;margin-right:10px}body[data-theme~=template1] .scrollablepost.tbchamppost{height:calc(100vh - 445px);padding:10px 0}body[data-theme~=template1] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#fff;background:rgba(0,0,0,.7);border:2px solid #009596!important}body[data-theme~=template1] .leaflet-container{font:12px/1.5 "museo_sans500"!important}body[data-theme~=template1] a.leaflet-control-zoom-in,body[data-theme~=template1] a.leaflet-control-zoom-out{background:#4e61bf!important;color:#fff!important;background:var(--button-primary-color)!important}body[data-theme~=template1] .leaflet-control-zoom{border:none!important;display:none}body[data-theme~=template1] .nearmeicon{object-fit:contain;height:100px;width:50%}body[data-theme~=template1] .nearmetrig{width:100%;z-index:900;bottom:64px;text-align:center;letter-spacing:-5px;background-color:#fff;position:fixed;margin-top:36px;border-top-left-radius:15px;border-top-right-radius:15px}body[data-theme~=template1] .mapreset{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;background:#4e61bf!important;background:var(--button-primary-color)!important}body[data-theme~=template1] .championvidoholder{display:flex;align-items:center;justify-content:center;pointer-events:none!important}body[data-theme~=template1] .championvideobig .react-player__preview,body[data-theme~=template1] .championvidoholder .react-player__preview{border-radius:5px!important}body[data-theme~=template1] .championvideobig{padding-left:30px!important;padding-right:30px!important;padding-bottom:30px;overflow:hidden;margin:60px 0 0}body[data-theme~=template1] .championvideobig.championimge{width:75vw;margin-top:20px!important;margin:0 auto}body[data-theme~=template1] .subnavcontainer{justify-content:start}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window{overflow:hidden;height:100vh;padding:0}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window .newforumchatpage .MuiTypography-root{margin-left:0!important}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window .newforumchatpage .MuiTypography-root .chatmsgtextboxholder{background-color:#fff6f4;border-radius:20px}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .showgroupaction{height:calc(100vh - 182px)!important;padding-top:10px;padding-bottom:10px}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .showgroupactionforblocked{height:calc(100vh - 112px)!important;padding-top:10px;padding-bottom:10px}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .peeraction{height:calc(100vh - 182px)!important;padding-top:10px;padding-bottom:10px}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page{padding-left:0;padding-right:0}body[data-theme~=template1] .invisible{visibility:hidden!important}body[data-theme~=template1] .group-list{margin:10px 15px;padding:10px;background:#fff;height:100vh;text-align:left}body[data-theme~=template1] .peer-list{margin:10px 15px}body[data-theme~=template1] .group-list .no-internet{text-align:center;transform:none!important;position:inherit!important;left:50%;margin-top:200px}body[data-theme~=template1] form#chat-profile{padding-left:20px;padding-right:20px;height:calc(100vh - 160px)}body[data-theme~=template1] .profileformholder .d-flex{flex:0 1 33%;margin-bottom:5px}body[data-theme~=template1] .commentinputholder .MuiFormControl-root{width:100%;padding-bottom:13px}body[data-theme~=template1] .unreadnoticon{background-color:#aaa!important;color:#fff;font-size:11px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .reportmiddle{display:flex;align-items:center;justify-content:space-around;vertical-align:middle}body[data-theme~=template1] .reportform fieldset{margin-top:10px;margin-left:15px}body[data-theme~=template1] .reportform fieldset label span.MuiFormControlLabel-label{font-size:14px;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1.5}body[data-theme~=template1] .reportform fieldset .MuiCheckbox-colorSecondary.Mui-checked{color:#009596}body[data-theme~=template1] .case-status-label{text-transform:capitalize;color:var(--base-dark-color)!important}body[data-theme~=template1] .msg-del-btn{background:#ddd;background:var(--button-primary-color);border-radius:50%;position:absolute;bottom:73px;right:-8px;color:#fff;display:flex}body[data-theme~=template1] .reportsubmitbtn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;width:100%;padding:0 8px!important;width:50%}body[data-theme~=template1] .MuiListItem-root.Mui-selected,body[data-theme~=template1] .MuiListItem-root.Mui-selected:hover,body[data-theme~=template1] .MuiMenuItem-root{color:var(--base-dark-color)!important}body[data-theme~=template1] .MuiMenuItem-root{font-family:var(--body-font-family)!important}body[data-theme~=template1] .forumlistdivholder.reportlistformdivholder{height:calc(100vh - 384px);overflow-y:auto;padding:10px}body[data-theme~=template1] .reportform-actionbtndiv{background-color:#f2f2f2;padding:2px}body[data-theme~=template1] .reportform-actionbtndiv a svg{fill:#7f7f7f!important}body[data-theme~=template1] .reportform-actionbtndiv a span{color:#0e0e0e;display:block;font-size:10px}body[data-theme~=template1] .reportsubmitbtn-divholder{margin-bottom:0;display:flex;justify-content:center;width:100%;left:0;z-index:9}body[data-theme~=template1] .delete-account{margin-top:20px;display:flex;justify-content:center;width:100%;left:0;z-index:9;background:#f1f3f6}body[data-theme~=template1] .display-flex{display:flex!important}body[data-theme~=template1] .responselisticon svg{width:35px;height:35px}body[data-theme~=template1] .hourglassiconbig svg{width:1.2em;height:1.2em}body[data-theme~=template1] .profileformholder .MuiFormControl-root{width:100%}body[data-theme~=template1] .profileformholder .MuiInputLabel-shrink{transform:translateY(1.5px) scale(.95);transform-origin:top left}body[data-theme~=template1] .avatar-img{max-width:60px;border-radius:50%;width:40px;height:40px;object-fit:cover}body[data-theme~=template1] .profileformholder label{font-weight:600;color:#7c7172}body[data-theme~=template1] .profileformholder label+.MuiInput-formControl{margin-top:28px}body[data-theme~=template1] .profileformholder legend.MuiFormLabel-root{color:#7c7172}body[data-theme~=template1] .profileformholder .MuiFormLabel-root.Mui-focused{color:#009596!important}body[data-theme~=template1] .profileformholder .MuiInput-underline:after{left:0;right:0;bottom:0;content:"";position:absolute;transform:scaleX(0);transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;border-bottom:2px solid #009596;pointer-events:none}body[data-theme~=template1] .profileformholder .MuiRadio-colorSecondary.Mui-checked{color:#009596}body[data-theme~=template1] .profilesubmitbtn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;width:50%;padding:0 8px!important}body[data-theme~=template1] .mapfilterdialogtitle{padding:10px!important;background:#103caf!important;background:var(--button-primary-color)!important;color:#fff!important;font-family:Karla!important}body[data-theme~=template1] .mapfilterdialogtitle h2{font-size:1rem!important;font-size:18px!important;line-height:24px;font-family:Karla!important}body[data-theme~=template1] .mapfiltercheckboxlist fieldset{margin:0!important;width:100%}body[data-theme~=template1] .mapfiltercheckboxlist fieldset label span.MuiTypography-root{font-size:16px!important;font-family:Karla!important;font-weight:500;margin-top:0;margin-bottom:0;color:var(--color-black);margin-left:10px}body[data-theme~=template1] .mapfiltercheckboxlist .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;background:#d8dde4;border-radius:50%}body[data-theme~=template1] .mapfiltercheckboxlist .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme~=template1] .mapfiltercheckboxlist .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)}body[data-theme~=template1] .mapfiltercheckboxlist .Mui-checked svg.MuiSvgIcon-root{background:none!important}body[data-theme~=template1] .mapfiltercheckboxlist .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .MuiCheckbox-colorSecondary.Mui-checked{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme~=template1] .mapfiltercheckboxlist label.MuiFormControlLabel-root{border-bottom:1px solid #ddd;margin-right:0;margin-bottom:10px;padding-bottom:10px;margin-left:0}body[data-theme~=template1] .bg-green{background-color:#009596!important}body[data-theme~=template1] .reportform .MuiRadio-colorSecondary.Mui-checked{color:#009596!important}body[data-theme~=template1] .reportlistformdivholder .gridcontainer.chatuserlistdiv{margin-bottom:0!important}body[data-theme~=template1] .getinvolvedtextboxholder{width:100%}body[data-theme~=template1] .getinvolvedtextboxholder .MuiInputLabel-shrink{transform:translateY(1.5px) scale(.95);transform-origin:top left}body[data-theme~=template1] .getinvolvedtextboxholder label{font-size:14px!important;font-weight:400;color:#009596}body[data-theme~=template1] .getinvolvedtextboxholder input ::placeholder{font-size:14px!important;font-weight:400;color:#000;color:var(--base-dark-color)!important;font-family:var(--body-font-family)!important}body[data-theme~=template1] .getinvolvedtextboxholder>div{margin-top:10px;margin-left:15px;width:90%}body[data-theme~=template1] .getinvolvedtextboxholder .MuiFormLabel-root.Mui-focused{color:#009596!important}body[data-theme~=template1] .getinvolvedtextboxholder .MuiInput-underline:after{left:0;right:0;bottom:0;content:"";position:absolute;transform:scaleX(0);transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;border-bottom:2px solid #009596;pointer-events:none}body[data-theme~=template1] .forumlistdivholder,body[data-theme~=template1] .repostListContainer{overflow-y:auto;padding:10px}body[data-theme~=template1] .forumlistdivholder.servicesList{height:calc(100vh - 240px);height:calc(100vh - 200px);overflow:hidden;padding-top:0}body[data-theme~=template1] .forumlistdivholder.servicesList.servicecontainer{overflow:auto!important}body[data-theme~=template1] .forumlistdivholder.servicesList .getknowledge-page{height:calc(100vh - 220px);overflow:hidden}body[data-theme~=template1] .forumlistdivholder.servicesList .getknowledge-page #surveyform{position:relative;padding-bottom:0;height:calc(100vh - 225px);overflow-y:hidden;overflow-x:hidden}body[data-theme~=template1] .surveypage .forumlistdivholder.servicesList .getknowledge-page #surveyform{position:relative;padding-bottom:0;height:calc(100vh - 185px);overflow-y:hidden;overflow-x:hidden}body[data-theme~=template1] .surveypage .forumlistdivholder.servicesList{height:calc(100vh - 180px)}body[data-theme~=template1] .forumlistdivholder.servicesList .getinvo_inner_questiondiv{height:calc(100vh - 240px)}body[data-theme~=template1] .forumlistdivholder .getinvo_inner_questiondiv .infocard{margin-top:0}body[data-theme~=template1] .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 200px)}body[data-theme~=template1] #surveyform{height:calc(100vh - 170px)}body[data-theme~=template1] .forumlistdivholder,body[data-theme~=template1] .repostListContainer{border-radius:10px}body[data-theme~=template1] img.serviceImg{width:30px;height:30px}body[data-theme~=template1] .forumlistdivholder.servicesList{margin:0 15px}body[data-theme~=template1] .servicesList .chatusername{text-align:left;font-family:var(--body-font-family)!important;cursor:pointer}body[data-theme~=template1] .servicesList .chatusername .servicename svg{margin-left:10px}body[data-theme~=template1] #surveyCasePreviewform,body[data-theme~=template1] #surveyform{position:relative;padding-bottom:100px}body[data-theme~=template1] #surveyform{overflow-y:auto}body[data-theme~=template1] .regnotificdiv{padding:10px;border-top:1px solid #ddd}body[data-theme~=template1] .regnotificdiv button{margin-left:10px;height:38px;line-height:38px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 8px!important}body[data-theme~=template1] .evidancbtn{height:48px;margin-right:10px;box-shadow:none}body[data-theme~=template1] .homepage_icon svg{fill:#fff;font-size:50px;padding:6px;border:2px solid #545454;border-radius:4px;background:#545454;margin-bottom:0}body[data-theme~=template1] .homepage_menutitle{color:#615e5e;font-weight:500;font-size:18px;font-family:"museo_sans500"}body[data-theme~=template1] .homemenucontainer_grid{height:calc(25vh + 12px);justify-content:start;flex-direction:column}body[data-theme~=template1] .orangebg svg{background-color:#ef6c00;border:2px solid #ef6c00}body[data-theme~=template1] .greenbg svg{background-color:#019495;border:2px solid #019495}body[data-theme~=template1] .bluebg svg{background-color:#005eb8;border:2px solid #005eb8}body[data-theme~=template1] .redbgcolor svg{background-color:#d50032;border:2px solid #d50032}body[data-theme~=template1] .yellowbgcolor svg{background-color:#f2a900;border:2px solid #f2a900}body[data-theme~=template1] .homepagegrid-page .homepageheaderdiv{background-color:#f6f6f6;background-color:#670185;color:#fff}body[data-theme~=template1] .homepagegrid-page .homepageheaderdiv .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#fff}body[data-theme~=template1] .mt-8px{margin-top:8px!important}body[data-theme~=template1] .mb-10px{margin-bottom:10px!important}body[data-theme~=template1] .bg-light-grey{background-color:#f9f9f9!important}body[data-theme~=template1] .bg-white{background-color:#fff!important}body[data-theme~=template1] .border-topleft-30px-radius{border-top-left-radius:30px}body[data-theme~=template1] .border-topright-30px-radius{border-top-right-radius:30px}body[data-theme~=template1] .termstext{padding-left:10px;padding-right:10px}body[data-theme~=template1] .h-100percent{height:100%}body[data-theme~=template1] .tosbtnholder button{height:60px;width:100%}body[data-theme~=template1] .getstarted-btn-holder .skipbtn span,body[data-theme~=template1] .thankspage{color:#fff;color:var(--base-dark-color)!important}body[data-theme~=template1] .skipslidertext{position:fixed;bottom:20px;right:20px}body[data-theme~=template1] .rsc-footer input{display:block;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background-color:#f2f2f2}body[data-theme~=template1] .rsc-footer input:disabled{background-color:#c3c3c3}body[data-theme~=template1] .rsc-container{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;box-shadow:none!important}body[data-theme~=template1] .rsc-content{height:calc(100vh - 150px)!important;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88'%3E%3Cpath fill-rule='evenodd' d='M29.42 29.41c.36-.36.58-.85.58-1.4V0h-4v26H0v4h28c.55 0 1.05-.22 1.41-.58h.01zm0 29.18c.36.36.58.86.58 1.4V88h-4V62H0v-4h28c.56 0 1.05.22 1.41.58zm29.16 0c-.36.36-.58.85-.58 1.4V88h4V62h26v-4H60c-.55 0-1.05.22-1.41.58h-.01zM62 26V0h-4v28c0 .55.22 1.05.58 1.41.37.37.86.59 1.41.59H88v-4H62zM18 36c0-1.1.9-2 2-2h10a2 2 0 110 4H20a2 2 0 01-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 110 4H20a2 2 0 01-2-2zm16-26a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zm16 0a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zM34 58a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zm16 0a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zM34 78a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2v-6zm16 0a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2v-6zM34 4a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2V4zm16 0a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2V4zm-8 82a2 2 0 114 0v2h-4v-2zm0-68a2 2 0 114 0v10a2 2 0 11-4 0V18zM66 4a2 2 0 114 0v8a2 2 0 11-4 0V4zm0 72a2 2 0 114 0v8a2 2 0 11-4 0v-8zm-48 0a2 2 0 114 0v8a2 2 0 11-4 0v-8zm0-72a2 2 0 114 0v8a2 2 0 11-4 0V4zm24-4h4v2a2 2 0 11-4 0V0zm0 60a2 2 0 114 0v10a2 2 0 11-4 0V60zm14-24c0-1.1.9-2 2-2h10a2 2 0 110 4H58a2 2 0 01-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 110 4H58a2 2 0 01-2-2zm-28-6a2 2 0 100-4 2 2 0 000 4zm8 26a2 2 0 100-4 2 2 0 000 4zm16 0a2 2 0 100-4 2 2 0 000 4zM36 20a2 2 0 100-4 2 2 0 000 4zm16 0a2 2 0 100-4 2 2 0 000 4zm-8-8a2 2 0 100-4 2 2 0 000 4zm0 68a2 2 0 100-4 2 2 0 000 4zm16-34a2 2 0 100-4 2 2 0 000 4zm16-12a2 2 0 100 4 6 6 0 110 12 2 2 0 100 4 10 10 0 100-20zm-64 0a2 2 0 110 4 6 6 0 100 12 2 2 0 110 4 10 10 0 110-20zm56-12a2 2 0 100-4 2 2 0 000 4zm0 48a2 2 0 100-4 2 2 0 000 4zm-48 0a2 2 0 100-4 2 2 0 000 4zm0-48a2 2 0 100-4 2 2 0 000 4zm24 32a10 10 0 110-20 10 10 0 010 20zm0-4a6 6 0 100-12 6 6 0 000 12zm36-36a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zM10 44c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm56 0c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm8 24c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zM3 68c0-1.1.9-2 2-2h8a2 2 0 110 4H5a2 2 0 01-2-2zm0-48c0-1.1.9-2 2-2h8a2 2 0 110 4H5a2 2 0 01-2-2zm71 0c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm6 66a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zM8 86a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zm0-68A6 6 0 118 2a6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zm36 36a2 2 0 100-4 2 2 0 000 4z' fill='%23ddd' fill-opacity='.19'/%3E%3C/svg%3E")}body[data-theme~=template1] .rsc-ts-bubble{border:1px solid #ddd!important}body[data-theme~=template1] .homepagedivcontent{margin-top:0!important}body[data-theme~=template1] .appnameholder{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .homepagegrid-page{background:#fff}body[data-theme~=template1] .getknowledge_page{height:calc(100vh - 155px);background:#fff}body[data-theme~=template1] .getknowledge-page{background:#fff}body[data-theme~=template1] .getknowledge-page .MuiTabs-flexContainer{display:flex;justify-content:space-between}body[data-theme~=template1] .getknowledgetabsmainholder{height:calc(100vh - 204px);overflow-y:auto;padding:10px}body[data-theme~=template1] .infocard{border:1px solid #ddd;box-shadow:0 1px 1px rgba(0,0,0,.15),0 10px 0 -5px #eee,0 10px 1px -4px rgba(0,0,0,.15),0 20px 0 -10px #eee,0 20px 1px -9px rgba(0,0,0,.15)!important;margin-bottom:10px!important}body[data-theme~=template1] .infocard .MuiCardHeader-root{border-bottom:1px solid #ddd}body[data-theme~=template1] .infocard .MuiCardHeader-title{font-size:1rem}body[data-theme~=template1] .infocard .MuiCardHeader-subheader{font-size:.875rem}body[data-theme~=template1] .infocard .MuiCardContent-root{padding-left:0;padding-right:0}body[data-theme~=template1] .infocard p{color:#000;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template1] span.responseComment{font-weight:400}body[data-theme~=template1] .bginfoimg{background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:70%}body[data-theme~=template1] .questiontitle{color:#670185!important}body[data-theme~=template1] .getstarted-btn{background-color:#670185!important}body[data-theme~=template1] .MuiAppBar-colorPrimary,body[data-theme~=template1] .MuiFab-primary{background-color:#670185}@media(hover:none){body[data-theme~=template1] .MuiFab-primary:hover{background-color:var(--button-primary-color)!important}}body[data-theme~=template1] .regformquestionimg{height:50px!important}body[data-theme~=template1] .steptitle{font-size:14px;font-weight:600;color:#999;margin-top:5px!important}body[data-theme~=template1] .picker-container{height:174px!important}body[data-theme~=template1] .picker-highlight{margin-top:2px!important}body[data-theme~=template1] .homemenucontainer_grid{height:calc(16vh - 6px);display:flex;align-items:center;justify-content:center;flex-direction:row;background:#fff;border-bottom:1px solid #ddd}body[data-theme~=template1] .vert-center{display:flex;align-items:center}body[data-theme~=template1] .color-purple{color:#670185!important}body[data-theme~=template1] .questiontitle.color-purple{color:#670185!important;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .steptitle.text-version{color:#999!important}body[data-theme~=template1] .MuiButton-outlinedPrimary{color:#670185!important;border:1px solid #670185!important}body[data-theme~=template1] .getstarted-btn.bg-purple{background-color:#670185!important}body[data-theme~=template1] .MuiCheckbox-colorPrimary.Mui-checked{color:#670185!important}body[data-theme~=template1] .MuiAppBar-colorPrimary,body[data-theme~=template1] .MuiFab-primary{color:#fff;background-color:#670185!important}body[data-theme~=template1] .MuiTab-textColorPrimary.Mui-selected{color:#670185!important}body[data-theme~=template1] .MuiTabs-indicator{background-color:#670185!important}body[data-theme~=template1] .infotitletext{font-size:1rem;color:#670185!important;font-weight:600;margin-bottom:5px!important;margin-top:0!important}body[data-theme~=template1] .infosubtitletext{font-size:1rem;color:#999!important;font-weight:600;margin-bottom:5px!important;margin-top:0!important}body[data-theme~=template1] .border-bottom-grey{border-bottom:1px solid #ddd}body[data-theme~=template1] .pt-0px{padding-top:0!important}body[data-theme~=template1] .pb-0px{padding-bottom:0!important}body[data-theme~=template1] .infodetailedtextholder{height:calc(100vh - 400px);overflow-y:auto;border-bottom:1px solid #ddd}body[data-theme~=template1] .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;border:2px solid #ddd!important;border-radius:4px;margin-top:0}body[data-theme~=template1] .embed-container embed,body[data-theme~=template1] .embed-container iframe,body[data-theme~=template1] .embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}body[data-theme~=template1] .championtext{padding-left:10px!important;padding-right:10px!important}body[data-theme~=template1] .mapdiv{height:calc(100vh - 115px);background-position:50%;background-repeat:no-repeat;background-size:cover}body[data-theme~=template1] .maplisting{position:fixed;bottom:100px;width:100%}body[data-theme~=template1] .maplistdetails{display:flex;flex-wrap:wrap;flex-direction:column;overflow-x:auto;height:125px;margin-right:12px!important}body[data-theme~=template1] .maplistdetails div{background-color:#fff;padding:10px;margin-right:10px;border-radius:4px;overflow-y:hidden;border:2px solid #670185;text-align:left}body[data-theme~=template1] .hospitalname{font-size:16px;color:#670185}body[data-theme~=template1] .hospitalinfo,body[data-theme~=template1] .hospitalname{font-weight:600;margin-bottom:5px!important;margin-top:0!important}body[data-theme~=template1] .mapfilterfloatbtn{position:absolute!important;top:74px;right:10px;z-index:2}body[data-theme~=template1] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary{background-color:#e0e0e0!important}body[data-theme~=template1] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary svg{color:rgba(0,0,0,.87)!important}body[data-theme~=template1] .maplistviewfloatbtn{position:absolute!important;top:10px;right:10px;z-index:2}body[data-theme~=template1] .maplistingdivmainholder{height:calc(100vh - 155px);overflow-y:auto}body[data-theme~=template1] .hospitaliconholder{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .getinvolved_page{height:calc(100vh - 155px);background:#fff}body[data-theme~=template1] .p-0{padding:0!important}body[data-theme~=template1] .getinvolved-page{background:#fff;height:calc(100vh - 56px)}body[data-theme~=template1] .getinvolved-page .MuiTabs-flexContainer{display:flex;justify-content:flex-start}body[data-theme~=template1] .getinvolvedtabsmainholder{height:calc(100vh - 204px);overflow-y:auto;padding:10px 0}body[data-theme~=template1] .MuiCheckbox-colorSecondary.Mui-checked{color:#670185!important}body[data-theme~=template1] .MuiFormControlLabel-label{font-size:14px!important}body[data-theme~=template1] .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important}body[data-theme~=template1] .reportdetailedtextholder{height:auto;overflow-y:auto;margin-bottom:10px!important}body[data-theme~=template1] .reportquestionsholder{height:calc(100vh - 280px);overflow-y:auto}body[data-theme~=template1] .mt-20px{margin-top:20px!important}body[data-theme~=template1] .border-top-grey{border-top:1px solid #ddd}body[data-theme~=template1] .MuiButton-containedPrimary{background-color:#670185!important}body[data-theme~=template1] .calendartabmainholder{padding-bottom:50px}body[data-theme~=template1] .calendarholder .statusheaderimg{width:40px}body[data-theme~=template1] .reminderpagecontentholder .MuiFormControl-root{width:100%}body[data-theme~=template1] .reminderpagecontentholder .MuiInput-underline:after,body[data-theme~=template1] .reminderpagecontentholder .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .reminderpagecontentholder .MuiInputBase-root{border:1px solid #ddd;border-radius:4px;padding:5px 10px}body[data-theme~=template1] .reminderpagecontentholder .MuiFormControl-marginNormal{margin-top:0;margin-bottom:8px}body[data-theme~=template1] .MuiPickersClock-pin,body[data-theme~=template1] .MuiPickersClockPointer-pointer,body[data-theme~=template1] .MuiPickersDay-daySelected,body[data-theme~=template1] .MuiPickersToolbar-toolbar{background-color:#670185!important;background-color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiPickersModal-dialogRoot .MuiButton-textPrimary,body[data-theme~=template1] .MuiPickersModal-dialogRoot .MuiTypography-colorPrimary{color:#670185!important}body[data-theme~=template1] .MuiPickersClockPointer-thumb{border:14px solid #670185!important}body[data-theme~=template1] .basic-swipeable-list__container{outline:none!important}body[data-theme~=template1] .swipeable-list-item{border-radius:4px;padding:0;margin-bottom:30px;background-color:#fff}body[data-theme~=template1] .swipeable-list-item--remove{max-height:0;transition:max-height .35s ease-out;padding:0;border:none!important}body[data-theme~=template1] .swipeable-list-item.swipeable-list-item--remove{margin-bottom:0!important}body[data-theme~=template1] .swipeable-list-item__trailing-actions{display:flex;width:0;position:absolute;right:0;top:0;justify-content:flex-end;overflow:hidden;height:100%;background:red;padding:10px 0}body[data-theme~=template1] .swipe-action.swipe-action__trailing .icon{position:absolute;top:50%;left:70%;transform:translateX(-50%) translateY(-50%)}body[data-theme~=template1] .swipeable-list-item__leading-actions{position:absolute;display:flex;width:0;overflow:hidden;height:100%;background:green;padding:0;left:0;top:0}body[data-theme~=template1] .swipe-action.swipe-action__leading .icon{position:absolute;top:50%;left:70%;transform:translateX(-50%) translateY(-50%)}body[data-theme~=template1] .remindername{font-size:14px;font-weight:600;color:#670185;margin-bottom:5px!important;margin-top:0!important}body[data-theme~=template1] .reminderdetails{font-weight:600;margin-bottom:5px!important;margin-top:0!important;color:rgba(0,0,0,.8705882353)!important;font-size:12px}body[data-theme~=template1] .forumtitle{font-weight:600;margin-bottom:0!important;margin-top:0!important}body[data-theme~=template1] .forumtabsmainholder{height:calc(100vh - 204px);overflow-y:auto;padding:10px 0}body[data-theme~=template1] .chatlastseeninfo{font-weight:600;margin-bottom:0!important;margin-top:0!important;color:rgba(0,0,0,.8705882353)!important;font-size:12px}body[data-theme~=template1] .chatnameholder{display:flex;align-items:center;justify-content:left}body[data-theme~=template1] .chatbottommenuholderdiv{position:fixed;bottom:91px;width:100%}body[data-theme~=template1] .chatmsgtextboxholder .MuiFormControl-root{width:100%}body[data-theme~=template1] .chatmsgtextboxholder .MuiInput-underline:after,body[data-theme~=template1] .chatmsgtextboxholder .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .chatmsgtextboxholder input{border:1px solid #ddd;border-radius:5px!important;background-color:#f9f9f9!important;padding-left:5px;padding-right:5px}body[data-theme~=template1] .chatmsglistholdermain{overflow-y:auto;overflow-x:hidden;border-radius:10px}body[data-theme~=template1] .chatmsglistholdermain .replies .msg-info,body[data-theme~=template1] .chatmsglistholdermain .sent .msg-info{color:#670185!important}body[data-theme~=template1] .chatmsglistholdermain #frame .content .messages ul li div.msg-txt,body[data-theme~=template1] .chatmsglistholdermain .sent .chat-time{color:rgba(0,0,0,.8705882353)!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .chatmsglistholdermain li.replies .msg{background:#fff;border:2px solid #ddd}body[data-theme~=template1] .text-capitalize{text-transform:capitalize!important}body[data-theme~=template1] .picker-container .picker-highlight:after,body[data-theme~=template1] .picker-container .picker-highlight:before{content:" ";position:absolute;left:0;right:auto;display:block;width:100%;height:1px;background-color:#615f5f!important;transform:scaleY(.5)}body[data-theme~=template1] .chatbottommenuholderdiv,body[data-theme~=template1] .chatmsglistholdermain,body[data-theme~=template1] .forumtabsmainholder,body[data-theme~=template1] .fulllengthpage,body[data-theme~=template1] .getinvolved-page,body[data-theme~=template1] .getinvolvedtabsmainholder,body[data-theme~=template1] .getknowledge-page,body[data-theme~=template1] .getknowledge_page,body[data-theme~=template1] .getknowledgetabsmainholder,body[data-theme~=template1] .homepagedivcontent,body[data-theme~=template1] .maplistingdivmainholder,body[data-theme~=template1] .MuiDialog-paperFullScreen{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88'%3E%3Cpath fill-rule='evenodd' d='M29.42 29.41c.36-.36.58-.85.58-1.4V0h-4v26H0v4h28c.55 0 1.05-.22 1.41-.58h.01zm0 29.18c.36.36.58.86.58 1.4V88h-4V62H0v-4h28c.56 0 1.05.22 1.41.58zm29.16 0c-.36.36-.58.85-.58 1.4V88h4V62h26v-4H60c-.55 0-1.05.22-1.41.58h-.01zM62 26V0h-4v28c0 .55.22 1.05.58 1.41.37.37.86.59 1.41.59H88v-4H62zM18 36c0-1.1.9-2 2-2h10a2 2 0 110 4H20a2 2 0 01-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 110 4H20a2 2 0 01-2-2zm16-26a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zm16 0a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zM34 58a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zm16 0a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zM34 78a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2v-6zm16 0a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2v-6zM34 4a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2V4zm16 0a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2V4zm-8 82a2 2 0 114 0v2h-4v-2zm0-68a2 2 0 114 0v10a2 2 0 11-4 0V18zM66 4a2 2 0 114 0v8a2 2 0 11-4 0V4zm0 72a2 2 0 114 0v8a2 2 0 11-4 0v-8zm-48 0a2 2 0 114 0v8a2 2 0 11-4 0v-8zm0-72a2 2 0 114 0v8a2 2 0 11-4 0V4zm24-4h4v2a2 2 0 11-4 0V0zm0 60a2 2 0 114 0v10a2 2 0 11-4 0V60zm14-24c0-1.1.9-2 2-2h10a2 2 0 110 4H58a2 2 0 01-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 110 4H58a2 2 0 01-2-2zm-28-6a2 2 0 100-4 2 2 0 000 4zm8 26a2 2 0 100-4 2 2 0 000 4zm16 0a2 2 0 100-4 2 2 0 000 4zM36 20a2 2 0 100-4 2 2 0 000 4zm16 0a2 2 0 100-4 2 2 0 000 4zm-8-8a2 2 0 100-4 2 2 0 000 4zm0 68a2 2 0 100-4 2 2 0 000 4zm16-34a2 2 0 100-4 2 2 0 000 4zm16-12a2 2 0 100 4 6 6 0 110 12 2 2 0 100 4 10 10 0 100-20zm-64 0a2 2 0 110 4 6 6 0 100 12 2 2 0 110 4 10 10 0 110-20zm56-12a2 2 0 100-4 2 2 0 000 4zm0 48a2 2 0 100-4 2 2 0 000 4zm-48 0a2 2 0 100-4 2 2 0 000 4zm0-48a2 2 0 100-4 2 2 0 000 4zm24 32a10 10 0 110-20 10 10 0 010 20zm0-4a6 6 0 100-12 6 6 0 000 12zm36-36a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zM10 44c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm56 0c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm8 24c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zM3 68c0-1.1.9-2 2-2h8a2 2 0 110 4H5a2 2 0 01-2-2zm0-48c0-1.1.9-2 2-2h8a2 2 0 110 4H5a2 2 0 01-2-2zm71 0c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm6 66a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zM8 86a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zm0-68A6 6 0 118 2a6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zm36 36a2 2 0 100-4 2 2 0 000 4z' fill='%23ddd' fill-opacity='.18'/%3E%3C/svg%3E")}body[data-theme~=template1] .swipeable-list-item{margin-bottom:0!important}body[data-theme~=template1] .homemenucontainer_grid{background:transparent}body[data-theme~=template1] .fulllengthpage{height:calc(100vh - 318px)}body[data-theme~=template1] body{font-family:var(--body-font-family)!important}body[data-theme~=template1] #customSlider .contentL1,body[data-theme~=template1] #customSlider .contentL2{font-family:var(--heading-font-family)!important}body[data-theme~=template1] #customSlider .contentL3,body[data-theme~=template1] .rsc-os-option-element{font-family:var(--body-font-family)!important}body[data-theme~=template1] .appnameholder h3,body[data-theme~=template1] .infocard .MuiCardHeader-title,body[data-theme~=template1] button.MuiTab-root{font-family:var(--heading-font-family)!important}body[data-theme~=template1] .homepage_menutitle,body[data-theme~=template1] .rsc-footer input{font-family:var(--body-font-family)!important}body[data-theme~=template1] .appnameholder h3{font-weight:600!important;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:20px;line-height:28px;color:var(--color-white)!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body[data-theme~=template1] .questiontitle.color-purple{color:#129a7f!important}body[data-theme~=template1] .MuiButton-outlinedPrimary{color:#129a7f!important;border:1px solid #129a7f!important}body[data-theme~=template1] .MuiCheckbox-colorPrimary.Mui-checked{color:#129a7f!important}body[data-theme~=template1] .getstarted-btn.bg-purple,body[data-theme~=template1] .MuiAppBar-colorPrimary{background-image:linear-gradient(90deg,#4cb8c4 0,#3cd3ad 51%,#4cb8c4);background-color:transparent!important}body[data-theme~=template1] .homepagegrid-page .homepageheaderdiv,body[data-theme~=template1] .MuiButton-containedPrimary,body[data-theme~=template1] .MuiFab-primary{background-color:#4e61bf!important;background-color:var(--button-primary-color)!important}body[data-theme~=template1] .loadmore{color:#fff!important;background-color:var(--button-primary-color)!important;margin-bottom:20px}body[data-theme~=template1] .gobutton{height:39px!important;margin-right:10px!important;margin-top:12px!important}body[data-theme~=template1] .feedback-btn,body[data-theme~=template1] .gobutton{color:#fff!important;background-color:var(--button-primary-color)!important}body[data-theme~=template1] .feedback-btn.feedback-screenshot-btn{color:#fff!important;background-color:var(--base-dark-grey)!important}body[data-theme~=template1] .color-purple,body[data-theme~=template1] .hospitalname,body[data-theme~=template1] .infocard .MuiCardHeader-title,body[data-theme~=template1] .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .MuiTab-textColorPrimary.Mui-selected{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .hospitaliconholder.color-purple{color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiTabs-indicator{background-color:#129a7f!important}body[data-theme~=template1] .chatmsglistholdermain li.sent .msg,body[data-theme~=template1] .maplistdetails div{border:2px solid #129a7f!important}body[data-theme~=template1] .chatmsglistholdermain .replies .msg-info,body[data-theme~=template1] .chatmsglistholdermain .sent .msg-info,body[data-theme~=template1] .infotitletext,body[data-theme~=template1] .remindername{color:#129a7f!important;color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiPickersClock-pin,body[data-theme~=template1] .MuiPickersClockPointer-pointer,body[data-theme~=template1] .MuiPickersDay-daySelected,body[data-theme~=template1] .MuiPickersToolbar-toolbar{background-color:#129a7f!important}body[data-theme~=template1] .MuiPickersModal-dialogRoot .MuiButton-textPrimary,body[data-theme~=template1] .MuiPickersModal-dialogRoot .MuiTypography-colorPrimary{color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiPickersClockPointer-thumb{border:14px solid #129a7f!important}body[data-theme~=template1] .backgroundivholder{height:100vh;position:absolute;background-color:var(--primary-bg-color)}body[data-theme~=template1] .userprofile_page .backgroundivholder{background-color:var(--primary-bg-color)}body[data-theme~=template1] .backgroundivholder .bgdiv1{height:40vh;background-color:#fed095}body[data-theme~=template1] .backgroundivholder .bgdiv2{height:25vh;background-color:#aebecc}body[data-theme~=template1] .backgroundivholder .bgdiv3{height:35vh;background-color:#4e61bf}body[data-theme~=template1] .welcometopcurve{position:absolute;top:calc(40vh - 150px);left:0;width:100%;overflow:hidden;line-height:0;background-color:#fed095}body[data-theme~=template1] .welcometopcurve svg{position:relative;display:block;width:calc(100% + 1.3px);height:150px}body[data-theme~=template1] .welcometopcurve .shape-fill{fill:#aebecc}body[data-theme~=template1] .skewed{position:absolute;top:65vh;bottom:0;right:0;left:0;width:100%;height:100%;background:#4e61bf;z-index:0;transform:skewY(-13deg);transform-origin:top left}body[data-theme~=template1] .welcome-login-page{position:absolute;height:100vh;width:100%}body[data-theme~=template1] .questiontitle.color-darkblue{color:#103caf!important}body[data-theme~=template1] .loginheaderimg{background-position:50%;background-repeat:no-repeat;background-size:contain;height:150px;height:calc(100vh - 430px)}body[data-theme~=template1] .h-65px{height:65px!important}body[data-theme~=template1] .loginwelcomeformmaindiv{background:#fff;margin-left:10px;margin-right:10px;border-radius:8px;padding:10px 15px}body[data-theme~=template1] .logintitle{color:#103caf;margin-bottom:25px!important}body[data-theme~=template1] .color-dark-blue{color:#103caf}body[data-theme~=template1] .textboxholder .MuiFormControl-root{width:100%}body[data-theme~=template1] .textboxholder .MuiOutlinedInput-input{padding:14px;font-size:14px}body[data-theme~=template1] .textboxholder .MuiFormLabel-root{font-size:14px}body[data-theme~=template1] .textboxholder .MuiInputLabel-outlined{z-index:1;transform:translate(14px,14px) scale(1);pointer-events:none}body[data-theme~=template1] .textboxholder .MuiFormLabel-root.Mui-focused{color:#103caf!important}body[data-theme~=template1] .text-right{text-align:right}body[data-theme~=template1] .login_btn{padding:8px!important;font-size:18px!important}body[data-theme~=template1] .color-muted-grey{color:#828080!important}body[data-theme~=template1] .ml-10px{margin-left:10px}body[data-theme~=template1] .fw-500{font-weight:500!important}body[data-theme~=template1] .fs-08125rem{font-size:.8125rem}body[data-theme~=template1] .logintoppart{height:calc(100vh - 400px)}body[data-theme~=template1] .selectlangpage{background-image:none}body[data-theme~=template1] .color-darkblue{color:#103caf!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .px-30px{padding-left:30px;padding-right:30px}body[data-theme~=template1] .py-20px{padding-top:20px;padding-bottom:20px}body[data-theme~=template1] .selectlanginputdivholder{display:flex;margin-left:10px;margin-right:10px;border-radius:4px;background:#fff;padding:7px 10px;background:hsla(0,0%,100%,.3294117647);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme~=template1] .selectlanginputdivholder .img-fluid{max-width:70%}body[data-theme~=template1] .selectlanginputdivholder .MuiFormControl-root{width:100%}body[data-theme~=template1] .selectlanginput{display:flex;align-items:center;justify-content:center;padding-left:15px}body[data-theme~=template1] .selectlanginputdivholder .MuiFormControl-root .MuiInput-underline:after,body[data-theme~=template1] .selectlanginputdivholder .MuiFormControl-root .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .selectlanginputdivholder .MuiFormControl-root .MuiInput-underline{color:#103caf!important;font-size:14px;font-family:var(--body-font-family)!important;font-style:normal;font-weight:400;font-size:18px;line-height:20px;color:var(--base-dark-grey)!important}body[data-theme~=template1] .tosbtnholder button{font-size:12px;text-transform:capitalize;height:auto;border:none!important}body[data-theme~=template1] .tostitletext svg{font-size:20px;margin-right:10px}body[data-theme~=template1] .MuiCheckbox-colorPrimary.Mui-checked,body[data-theme~=template1] .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme~=template1] .MuiRadio-colorSecondary.Mui-checked{color:var(--kenyared-primary-color)!important}body[data-theme~=template1] .bottomfixeddiv{position:fixed;bottom:20px}body[data-theme~=template1] .vertical-align-center{display:flex;align-items:center;justify-content:center;line-height:1.2}body[data-theme~=template1] .chatheader_holder{background-color:var(--chat-header-background)!important;border-bottom-left-radius:42px;border-bottom:1px solid var(--chat-header-background);border-bottom-right-radius:42px;position:relative;z-index:9}body[data-theme~=template1] .chatheader_background_div{background:var(--bottomsheet-bg-color);height:42px;margin-top:-42px;position:absolute;width:100%}body[data-theme~=template1] .chatuserimg svg{font-size:40px;color:var(--back-arrow-color)!important}body[data-theme~=template1] .chat_username{font-family:var(--base-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template1] .onboarding-page .onboardingslider-container .MuiFormControlLabel-root,body[data-theme~=template1] .patientonboarding-page .patientslider-container .MuiFormControlLabel-root{margin-left:-5px}body[data-theme~=template1] .onboarding-page .onboardingslider-container fieldset.MuiFormControl-root{width:90%;margin-left:2%}body[data-theme~=template1] .patientonboarding-page .patientslider-container fieldset.MuiFormControl-root{width:90%;margin-left:5%}body[data-theme~=template1] .onboarding-page .onboardingslider-container fieldset.MuiFormControl-root label,body[data-theme~=template1] .patientonboarding-page .patientslider-container fieldset.MuiFormControl-root label{margin-right:0;background:#fff;margin-bottom:10px;padding:5px;border:1px solid #ddd;border-radius:4px}body[data-theme~=template1] .onboarding-page .onboardingslider-container .slick-dots li.slick-active button:before,body[data-theme~=template1] .patientonboarding-page .patientslider-container .slick-dots li.slick-active button:before{opacity:.75;color:#103caf;color:var(--button-primary-color)!important}body[data-theme~=template1] .onboarding-page .onboardingslider-container .MuiFormControlLabel-label,body[data-theme~=template1] .patientonboarding-page .patientslider-container .MuiFormControlLabel-label{font-size:14px!important}body[data-theme~=template1] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root path,body[data-theme~=template1] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)!important}body[data-theme~=template1] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root path,body[data-theme~=template1] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme~=template1] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root,body[data-theme~=template1] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:50%}body[data-theme~=template1] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiIconButton-label svg.MuiSvgIcon-root,body[data-theme~=template1] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:10%}body[data-theme~=template1] fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiIconButton-label svg.MuiSvgIcon-root{border-radius:10%}body[data-theme~=template1] .thanks-page-btn-div{margin-top:12%}body[data-theme~=template1] .homepageheaderdiv{background-color:var(--button-primary-color)}body[data-theme~=template1] .homemenu_gridpage{background-color:transparent!important;background-image:none!important}body[data-theme~=template1] .homemenu_gridpage .backgroundivholder .bgdiv1{height:50vh;background-color:#fff}body[data-theme~=template1] .homemenu_gridpage .backgroundivholder .welcometopcurve{position:absolute;top:calc(50vh - 150px);left:0;width:100%;overflow:hidden;line-height:0;background-color:#fff}body[data-theme~=template1] .homemenu_gridpage .backgroundivholder .bgdiv2{height:50vh;background-color:#4e61bf}body[data-theme~=template1] .homemenu_gridpage .backgroundivholder .welcometopcurve .shape-fill{fill:#4e61bf}body[data-theme~=template1] .homemenu_gridpage .MuiGrid-spacing-xs-3>.MuiGrid-item{padding:0}body[data-theme~=template1] .listdiv{position:relative}body[data-theme~=template1] .searchlist{position:absolute!important;color:#000;z-index:10;background-color:#fff;overflow-y:auto;border:1px solid #ff6300;top:-8px;border-radius:10px;width:-webkit-fill-available}body[data-theme~=template1] .welcome-login-page .getstartedsection img{width:100%;height:100px;border-radius:15px}body[data-theme~=template1] .homepagegridmaindiv{background:#aebecc;border-radius:8px;padding:10px 15px;margin:0 10px 30px;height:calc(100vh - 180px);display:flex;flex-direction:column;justify-content:space-evenly}body[data-theme~=template1] .homepagegridinnerdiv{height:calc(100vh - 200px)}body[data-theme~=template1] .homepagegrid_bgmenu{background-color:#4e61bf;font-size:17px;color:#fff}body[data-theme~=template1] .homepagegrid_bgmenu i.demo-icon{font-size:40px;color:#103caf;color:var(--button-primary-color)!important}body[data-theme~=template1] .homepagegrid_bgmenu img.img-fluid{max-height:60px;margin-bottom:10px}body[data-theme~=template1] .homepagegrid_bgmenu svg{fill:#4e61bf}body[data-theme~=template1] .tabheader{padding:0 20px}body[data-theme~=template1] .tabheader .MuiTabs-indicator{background-color:transparent!important}body[data-theme~=template1] .tabheader .MuiTab-root.Mui-selected{color:#103caf!important;color:var(--color-white)!important;font-weight:500!important}body[data-theme~=template1] .tabheader button.MuiTab-root{min-height:30px;color:#fff;text-transform:none;margin-right:10px!important;color:var(--base-dark-grey)!important}body[data-theme~=template1] .getknowledgeable_page{background-color:transparent!important;background-image:none!important}body[data-theme~=template1] .getknowledgeable_page .backgroundivholder .bgdiv1{height:50vh;background-color:#4e61bf}body[data-theme~=template1] .getknowledgeable_page .backgroundivholder .welcometopcurve{position:absolute;top:calc(50vh - 150px);left:0;width:100%;overflow:hidden;line-height:0;background-color:#4e61bf}body[data-theme~=template1] .getknowledgeable_page .backgroundivholder .bgdiv2{height:50vh;background-color:#f8f5fb}body[data-theme~=template1] .getknowledgeable_page .backgroundivholder .welcometopcurve .shape-fill{fill:#f8f5fb}body[data-theme~=template1] .homepageInnderheaderdiv.homepageheaderdiv{background-color:var(--kenyagreen-primary-color);color:#fff;padding:10px;position:relative}body[data-theme~=template1] .getknowledgepagemaindiv{background:transparent;margin-left:10px;margin-right:10px;border-radius:8px;padding:0;height:calc(100vh - 160px);display:flex;flex-direction:column;justify-content:space-evenly;position:relative;width:100%}body[data-theme~=template1] .getknowledgepagemaindiv.gkmaindiv_holder{margin-left:0;margin-right:0;height:calc(100vh - 130px)}body[data-theme~=template1] .getknowledgepagemaindiv.gkmaindiv_holder .infotabcontainer{padding-left:0;padding-right:0}body[data-theme~=template1] .getknowledgepagemaindiv.gkmaindiv_holder .infotabcontainer .getknowledgetabsmainholder{padding-left:20px;padding-right:20px;height:calc(100vh - 155px)}body[data-theme~=template1] .getknowledgepagemaindiv .getknowledgetabsmainholder{padding:0;background-color:transparent;background-image:none;height:calc(100vh - 220px)}body[data-theme~=template1] .getknowledgepagemaindiv .makeStyles-root-1{background-color:transparent}body[data-theme~=template1] .getknowledgepagemaindiv .MuiAppBar-colorDefault{color:rgba(0,0,0,.87);background-color:transparent;box-shadow:none}body[data-theme~=template1] .getknowledgepagemaindiv .MuiTab-textColorPrimary.Mui-selected{color:#103caf!important}body[data-theme~=template1] .getknowledgepagemaindiv .MuiAppBar-root .MuiTab-root.Mui-selected{background-color:#fff;border-radius:10px;color:#103caf!important;color:var(--base-dark-color)!important;font-weight:500!important;background-color:var(--lang-icon-background);background-color:var(--button-primary-color)!important;border-radius:12px}body[data-theme~=template1] .avatarmainholder{flex-direction:row;display:flex}body[data-theme~=template1] .avatarmainholder .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:50%}body[data-theme~=template1] .avatarmainholder .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme~=template1] .avatarmainholder .Mui-checked svg.MuiSvgIcon-root path{fill:var(--kenyared-primary-color)}body[data-theme~=template1] .getknowledgepagemaindiv .MuiAppBar-root button.MuiTab-root{min-height:30px;color:#fff;color:var(--base-dark-grey)!important}body[data-theme~=template1] .getknowledgepagemaindiv .MuiTabs-indicator{background-color:transparent!important}body[data-theme~=template1] .informationcardholder{background-color:#fff;padding:10px 20px!important;border-radius:10px;margin-top:10px!important;margin-bottom:10px!important;padding-bottom:15px;position:relative}body[data-theme~=template1] .informationcardholder,body[data-theme~=template1] .inner-informationcardholder{height:160px;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;align-items:center;justify-content:center;flex-direction:column}body[data-theme~=template1] .informationcardholder .getknowiconcontainer button.MuiIconButton-root,body[data-theme~=template1] .inner-informationcardholder .getknowiconcontainer button.MuiIconButton-root{margin-right:10px;font-size:20px!important;color:var(--color-white)!important}body[data-theme~=template1] .inner-informationcardholder .getknowiconcontainer button.MuiIconButton-root svg{fill:var(--color-white)!important}body[data-theme~=template1] .informationcardholder .card_iconholdertop,body[data-theme~=template1] .inner-informationcardholder .card_iconholdertop{position:absolute;top:25px;right:20px}body[data-theme~=template1] .informationcardholder .card_icons_holder,body[data-theme~=template1] .inner-informationcardholder .card_icons_holder,body[data-theme~=template1] .inner-informationcardholder.no-img .card_icons_holder{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .informationcardholder .card_icons_holder .MuiIconButton-label,body[data-theme~=template1] .inner-informationcardholder .card_icons_holder .MuiIconButton-label{color:var(--color-white)!important}body[data-theme~=template1] .informationcardholder .card_icons_holder .MuiIconButton-label svg,body[data-theme~=template1] .inner-informationcardholder .card_icons_holder .MuiIconButton-label svg,body[data-theme~=template1] .inner-informationcardholder.no-img .card_icons_holder .MuiIconButton-label svg{margin-right:5px}body[data-theme~=template1] .inner-informationcardholder .card_icons_holder .MuiIconButton-label svg{fill:var(--color-white)!important}body[data-theme~=template1] .inner-informationcardholder.no-img .card_icons_holder button{background-color:var(--primary-bg-color)!important;margin-right:15px;padding:5px 10px;border-radius:6px;margin-top:10px;color:var(--card-icon-color)!important}body[data-theme~=template1] .inner-informationcardholder.no-img .card_icons_holder .MuiIconButton-label{color:var(--card-icon-color)!important}body[data-theme~=template1] .inner-informationcardholder.no-img .card_icons_holder .MuiIconButton-label svg{fill:var(--card-icon-color)!important}body[data-theme~=template1] .informationcardholder .card_icons_holder button,body[data-theme~=template1] .inner-informationcardholder .card_icons_holder button{padding-top:5px}body[data-theme~=template1] .inner-informationcardholder{position:relative}body[data-theme~=template1] .rightarrowicon{position:absolute;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;margin-left:20px!important}body[data-theme~=template1] .inner-informationcardholder.no-img .card_icons_holder{justify-content:flex-start}body[data-theme~=template1] .informationcardholder .getknwtitle,body[data-theme~=template1] .inner-informationcardholder .posttitle{font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;font-style:normal;font-size:20px;line-height:24px;color:var(--color-white);margin-bottom:0;text-align:center!important;width:100%}body[data-theme~=template1] .inner-informationcardholder{background-color:var(--lang-icon-background);padding:20px!important;border-radius:10px;margin-top:10px!important;margin-bottom:10px!important;padding-bottom:15px}body[data-theme~=template1] .informationcardholder.no-img .card_icons_holder .MuiIconButton-label,body[data-theme~=template1] .informationcardholder.no-img .getknwtitle,body[data-theme~=template1] .inner-informationcardholder.no-img .getknowiconcontainer button.MuiIconButton-root,body[data-theme~=template1] .inner-informationcardholder.no-img .posttitle{color:var(--base-dark-color)!important}body[data-theme~=template1] .inner-informationcardholder.no-img .getknowiconcontainer button.MuiIconButton-root svg{fill:var(--base-dark-color)!important}body[data-theme~=template1] .inner-informationcardholder.no-img svg{font-size:35px!important}body[data-theme~=template1] .inner-informationcardholder.no-img{height:auto}body[data-theme~=template1] .inner-informationcardholder.no-img .posttitle{font-size:16px;line-height:22px;font-weight:500!important;text-align:left!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body[data-theme~=template1] .inner-informationcardholder.no-img .content_holder{margin-top:10px!important}body[data-theme~=template1] .inner-informationcardholder.no-img .libicon svg{background:var(--button-primary-color)!important;padding:10px;border-radius:50%;fill:var(--color-white)!important}body[data-theme~=template1] .inner-informationcardholder .posttitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px;font-style:normal;font-size:20px;line-height:24px;color:var(--color-white)!important;margin-bottom:0!important}body[data-theme~=template1] .gklistdetails-root .inner-informationcardholder svg{fill:var(--card-icon-color)!important}body[data-theme~=template1] .pillQuestionnaire{padding:10px;background:#fff;margin:20px 0}body[data-theme~=template1] .reminderselect{width:100%}body[data-theme~=template1] .tos_header{border-bottom:1px solid #ddd;width:100%;display:block;padding-bottom:10px}body[data-theme~=template1] .getknwtitle,body[data-theme~=template1] .tos_header{font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px;font-style:normal;font-size:18px;line-height:24px;color:var(--base-dark-color)}body[data-theme~=template1] .getknwsubtitle{font-weight:500;margin-top:5px;margin-bottom:10px;font-size:.875rem;font-size:16px;color:var(--base-dark-color)}body[data-theme~=template1] .commentHeader{font-family:var(--base-font-family)!important;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:var(--base-dark-color)!important;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .informationcardholder img{max-width:100%;width:100%;border-radius:10px;margin-top:0;margin-bottom:0}body[data-theme~=template1] .getknowupdatedate{font-size:.875rem;text-align:right;color:#103caf!important;margin-top:0;margin-bottom:0}body[data-theme~=template1] .getknowiconcontainer button.MuiIconButton-root{padding:0;color:#4e61bf!important;color:var(--card-icon-color)!important;margin-right:5px}body[data-theme~=template1] .getknowiconcontainer{display:flex;align-items:flex-end;justify-content:space-evenly}body[data-theme~=template1] .bottom-navigation-menu{margin-left:10px;margin-right:10px}body[data-theme~=template1] .bottom-navigation-menu i.demo-icon{font-size:35px;color:#103caf;color:var(--button-primary-color)!important}body[data-theme~=template1] .bottom-navigation-menu svg{color:#fff}body[data-theme~=template1] .bottom-navigation-menu p{font-size:12px;text-align:center;color:#fff}body[data-theme~=template1] .bottom-navigation-menu .moremenu{background:none;box-shadow:none;filter:brightness(0) saturate(100%) invert(73%) sepia(13%) saturate(4015%) hue-rotate(108deg) brightness(104%) contrast(65%)}body[data-theme~=template1] .botnavmainholder{background:#f8f5fb}body[data-theme~=template1] .botnavinnerholder .active{background-color:hsla(0,0%,100%,.2)}body[data-theme~=template1] .botnavinnerholder{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .pt-5px{padding-top:5px!important}body[data-theme~=template1] .pb-5px{padding-bottom:5px!important}body[data-theme~=template1] .botnavinnerholder .pt-5px.pb-5px{height:76px;padding-top:6px!important}body[data-theme~=template1] .getknowledgepagedetailedmaindiv{background:transparent;margin-left:10px;margin-right:10px;border-radius:8px;padding:0;height:calc(100vh - 160px)}body[data-theme~=template1] .getknowledgepagemaindiv .getinvolvedtabsmainholder{padding:0;background-color:transparent;background-image:none;height:calc(100vh - 220px)}body[data-theme~=template1] .white_bg{background-color:#fff;background-color:var(--bottomsheet-bg-color)}body[data-theme~=template1] .border-radius-10px{border-radius:10px}body[data-theme~=template1] .getinvo_listholder{height:calc(100vh - 241px);overflow-y:auto}body[data-theme~=template1] [data-rsbs-content] .gk_details_description .gklistdetails-root li,body[data-theme~=template1] [data-rsbs-content] .gk_details_description .gklistdetails-root p{font-family:var(--body-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template1] .gk_details_description .gklistdetails-root p a{word-break:break-all;color:#00f!important}body[data-theme~=template1] .gk_bottomsheet_desc_text{font-family:var(--body-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important;margin-top:15px}body[data-theme~=template1] #surveyCasePreviewform .getinvo_inner_questiondiv{height:calc(100vh - 160px)}body[data-theme~=template1] .getinvo_inner_questiondiv{overflow-y:auto}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard{margin-top:10px;border:none!important}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard p{font-family:var(--heading-font-family)!important;font-weight:500}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .MuiFormControlLabel-label{font-size:14px!important}body[data-theme~=template1] .chatmsgwrap{width:90%;flex-direction:column;margin:0 5%;padding-top:10px;padding-bottom:10px;word-wrap:break-word!important}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .MuiButton-contained{box-shadow:none!important;background-color:#4e61bf!important;color:#fff!important}body[data-theme~=template1] .getknowledgepagemaindiv .forumtabsmainholder{padding:0;background-color:transparent;background-image:none;height:calc(100vh - 220px)}body[data-theme~=template1] .border-topleftradius-10px{border-top-left-radius:10px}body[data-theme~=template1] .border-toprightradius-10px{border-top-right-radius:10px}body[data-theme~=template1] .border-bottomleftradius-10px{border-bottom-left-radius:10px}body[data-theme~=template1] .border-bottomrightradius-10px{border-bottom-right-radius:10px}body[data-theme~=template1] .bgimg_none{background-image:none!important}body[data-theme~=template1] .chatmsglistholdermain li.sent .msg{border:2px solid #103caf!important;border:2px solid var(--button-primary-color)!important;background:var(--chat-sentmsg-background)!important;border:none!important;color:var(--chat-sentmsg-color)!important;border-radius:12px!important;border-bottom-right-radius:0!important}body[data-theme~=template1] .chatmsglistholdermain .sent .msg-info{color:var(--chat-sentmsg-color)!important;font-style:normal;font-weight:500;font-size:15px;line-height:22px;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .chatmsglistholdermain li.replies .msg{background:var(--chat-repliesmsg-background)!important;border-radius:12px!important;border:none!important;border-bottom-left-radius:0!important}body[data-theme~=template1] .chatmsglistholdermain .replies .msg-info{color:var(--base-dark-color)!important;display:flex;justify-content:space-between;align-items:center;font-style:normal;font-weight:500;font-size:15px;line-height:22px;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .chatmsglistholdermain #frame .content .messages .replies div.msg-txt{font-style:normal;font-weight:400;font-size:17px!important;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template1] .chatmsglistholdermain .replies .chat-time{color:var(--chat-repliesmsg-color)!important}body[data-theme~=template1] .chatDate{font-style:normal;font-weight:400;font-size:15px!important;line-height:22px;color:#715856!important;font-family:var(--heading-font-family)!important;margin-bottom:20px!important;margin-top:30px!important}body[data-theme~=template1] .sentchatimage{width:50px;height:50px;border-radius:50%}body[data-theme~=template1] .forumchatimg{width:40px;height:auto}body[data-theme~=template1] .chatDate span{padding:5px 10px;border-radius:12px}body[data-theme~=template1] .chatmsglistholdermain #frame .content .messages .sent div.msg-txt{font-style:normal;font-weight:400;font-size:17px!important;line-height:22px;color:var(--chat-sentmsg-color)!important}body[data-theme~=template1] .chatmsglistholdermain .sent .chat-time{color:var(--chat-sentmsg-color)!important}body[data-theme~=template1] .chatmsgtextboxholder input{border:none!important;background:var(--chat-header-background)!important;border-radius:12px!important;padding:9px 5px 9px 15px;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--base-dark-grey)!important;margin-left:10px;height:25px}body[data-theme~=template1] .textfieldwrap{height:48px!important;overflow-y:hidden}body[data-theme~=template1] .Regdropdown{white-space:normal!important}body[data-theme~=template1] .chatbtmmenu button,body[data-theme~=template1] .chatbtmmenu label{margin-right:0!important;margin-left:0!important}body[data-theme~=template1] .chatbtmmenu .hospitaliconholder svg{fill:var(--button-primary-color)!important;font-size:25px!important}body[data-theme~=template1] .chatbtmmenu .hospitaliconholder .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;font-size:20px!important}body[data-theme~=template1] .getknowledgepagemaindiv .MuiIconButton-label svg.MuiSvgIcon-root,body[data-theme~=template1] .userprofilefieldset .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;border-radius:50%}body[data-theme~=template1] .userprofilefieldset .MuiFormGroup-root .MuiFormControlLabel-root{color:var(--base-dark-color)}body[data-theme~=template1] .pillstatusholder{background:#fff;margin:20px 0}body[data-theme~=template1] .pillstatus-header{width:100%;border-bottom:2px solid #ddd!important;margin-bottom:10px;padding:10px 0;display:flex;align-items:center;justify-content:center;vertical-align:middle}body[data-theme~=template1] .MuiPickersStaticWrapper-staticWrapperRoot{width:100%;border-radius:10px!important}body[data-theme~=template1] .MuiPickersDay-daySelected{color:#fff;font-weight:500;background-color:#3f51b5!important;background-color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiPickersToolbar-toolbar{background-color:#f8f5fb!important}body[data-theme~=template1] h4.MuiPickersToolbarText-toolbarBtnSelected,body[data-theme~=template1] h6.MuiPickersToolbarText-toolbarTxt{color:var(--button-primary-color)!important}body[data-theme~=template1] .remindersettingiconholder{position:fixed;z-index:9;right:10px;top:20px}body[data-theme~=template1] .remindersettingiconholder button{background-image:none!important;background-color:#4e61bf!important}body[data-theme~=template1] .MuiDialog-container header.MuiAppBar-colorPrimary{background-image:none!important;background-color:#4e61bf!important;background-color:var(--button-primary-color)!important;box-shadow:none!important}body[data-theme~=template1] .MuiDialog-paperFullScreen{background-color:#f8f5fb!important}body[data-theme~=template1] .informationcardholder .MuiTextField-root,body[data-theme~=template1] .informationcardholder .reminderpicker .MuiTextField-root{width:100%;margin-top:0;margin-bottom:0;border:1px solid #ddd;border-radius:4px;padding:5px 10px}body[data-theme~=template1] .informationcardholder .MuiTextField-root .MuiInput-underline:after,body[data-theme~=template1] .informationcardholder .MuiTextField-root .MuiInput-underline:before,body[data-theme~=template1] .informationcardholder .reminderpicker .MuiTextField-root .MuiInput-underline:after,body[data-theme~=template1] .informationcardholder .reminderpicker .MuiTextField-root .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .mb-25px{margin-bottom:25px!important}body[data-theme~=template1] .informationcardholder .reminderselect .MuiInputBase-root{border:1px solid #ddd;border-radius:4px;padding:5px 10px;margin-top:3px;margin-bottom:8px}body[data-theme~=template1] .informationcardholder .reminderselect .MuiInput-underline:after,body[data-theme~=template1] .informationcardholder .reminderselect .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .remindericonholder .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;color:#4e61bf!important;margin-right:10px!important}body[data-theme~=template1] .addreminderdivholder{position:fixed;width:100%;text-align:right}body[data-theme~=template1] .addreminderdivholder>div{position:fixed;margin-left:calc(100% - 66px);margin-top:20px}body[data-theme~=template1] .remindertabpanel{padding:20px}body[data-theme~=template1] .remindertabpanel .w-100 .MuiInputBase-root{margin-top:0;margin-bottom:0;width:-webkit-fill-available;border:1px solid #ddd;border-radius:4px;padding:5px 10px}body[data-theme~=template1] .informationcardholder .noboxshadwo{box-shadow:none}body[data-theme~=template1] .addreminderdivholder button{background-image:none!important;background-color:#4e61bf!important}body[data-theme~=template1] .remindertitleholder .MuiTextField-root{padding:5px 0!important}body[data-theme~=template1] .remindertitleholder .MuiTextField-root .MuiInputBase-root{padding:0 10px!important}body[data-theme~=template1] .MuiPickersModal-dialogRoot .MuiButton-textPrimary{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiPickersToolbarText-toolbarBtnSelected,body[data-theme~=template1] .MuiPickersToolbarText-toolbarTxt{color:var(--button-primary-color)!important}body[data-theme~=template1] .MuiPickersClock-pin,body[data-theme~=template1] .MuiPickersClockPointer-pointer{background-color:#103caf!important}body[data-theme~=template1] .settingmenulist{background:#fff;margin-left:15px;margin-right:15px}body[data-theme~=template1] .seetingMenuIcons{width:25px;height:25px}body[data-theme~=template1] .MuiPickersClockPointer-thumb{border:14px solid #103caf!important}body[data-theme~=template1] .overflowy_hidden{overflow-y:hidden}body[data-theme~=template1] .questiontitle.color-darkblue{font-size:24px;line-height:28px}body[data-theme~=template1] .questiontitle.color-darkblue,body[data-theme~=template1] .steptitle.text-version{color:#fff!important;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;color:var(--base-dark-color)!important}body[data-theme~=template1] .steptitle.text-version{font-size:16px;line-height:22px;text-align:center}body[data-theme~=template1] .onboardingsliderdivcontent h4.color-darkblue,body[data-theme~=template1] .patientsliderdivcontent h4.color-darkblue{color:#fff!important;font-style:normal;font-weight:500;color:var(--base-dark-color)!important;font-size:18px;line-height:20px;margin-bottom:16px}body[data-theme~=template1] .tostitletext{display:flex;align-items:center;font-family:var(--heading-font-family)!important;font-size:12px;margin:10px 0 0 10px;color:#fff!important}body[data-theme~=template1] .tos-content p{font-family:var(--body-font-family)!important}body[data-theme~=template1] .onboardingsliderdivcontent .MuiFormControlLabel-label,body[data-theme~=template1] .patientsliderdivcontent .MuiFormControlLabel-label{font-size:14px!important;color:#000;letter-spacing:.5px;color:var(--base-dark-color)!important}body[data-theme~=template1] .onboardingslider-container p,body[data-theme~=template1] .patientslider-container p{font-size:1rem!important;font-weight:600;color:#fff}body[data-theme~=template1] .MuiDialog-paperFullScreen{background-color:#4e61bf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%234e61bf'/%3E%3Cstop offset='1' stop-color='%23aebecc'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h2v1H0z'/%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23b)' d='M0 1V0h2z'/%3E%3Cpath fill='url(%23c)' d='M2 1V0H0z'/%3E%3C/g%3E%3C/svg%3E")!important;background-attachment:fixed;background-size:cover;color:#fff!important;background-color:var(--primary-bg-color)!important;background-image:none!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .homemenu_gridpage .backgroundivholder .bgdiv1,body[data-theme~=template1] .homemenu_gridpage .backgroundivholder .bgdiv2{display:none}body[data-theme~=template1] .fullpage{background-color:#4e61bf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%234e61bf'/%3E%3Cstop offset='1' stop-color='%23aebecc'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h2v1H0z'/%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23b)' d='M0 1V0h2z'/%3E%3Cpath fill='url(%23c)' d='M2 1V0H0z'/%3E%3C/g%3E%3C/svg%3E")!important;background-attachment:fixed;background-size:cover;height:100vh;background-image:none!important;background-color:#fff!important}body[data-theme~=template1] .homepageheaderdiv{background-color:var(--kenyagreen-primary-color);color:#fff;padding:10px;position:relative}body[data-theme~=template1] .cmssearchbardiv,body[data-theme~=template1] .homesearchbardiv{width:100%;height:40px;display:flex;justify-content:space-between;border-radius:40px;box-shadow:none;border:1px solid #ddd}body[data-theme~=template1] .homepagegridmaindiv{background-color:transparent;margin-left:0;margin-right:0;overflow:auto}body[data-theme~=template1] .homepagegrid_bgmenu{background-color:hsla(0,0%,100%,.4);padding:10px;border-radius:10px;font-size:16px;display:flex;justify-content:space-around;flex-direction:column;font-weight:700;color:#333;height:calc(100% - 20px);background-color:var(--lang-icon-background)!important;box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;line-height:22px;text-align:center;color:var(--base-dark-color)!important}body[data-theme~=template1] .right_menudiv .homepagegrid_bgmenu{height:calc(20vh - 20px);margin-top:0}body[data-theme~=template1] .right_menudiv a{width:100%}body[data-theme~=template1] .right_menudiv .MuiGrid-grid-xs-12:first-child{height:calc(50vh - 100px);display:flex;align-items:flex-end}body[data-theme~=template1] .right_menudiv .MuiGrid-grid-xs-12:nth-child(2){height:calc(50vh - 100px);display:flex;align-items:self-start}body[data-theme~=template1] .getknowledgeable_page .backgroundivholder .bgdiv1,body[data-theme~=template1] .getknowledgeable_page .backgroundivholder .bgdiv2{display:none}body[data-theme~=template1] .getinfopage .getknowledgepagemaindiv{margin-left:0;margin-right:0;height:calc(100vh - 130px)}body[data-theme~=template1] .getinfopage .getknowledgepagemaindiv .MuiTabs-root{padding:0 10px}body[data-theme~=template1] .botnavmainholder{position:fixed;bottom:10px;bottom:0;width:100%;top:auto;background:transparent;box-shadow:none}body[data-theme~=template1] .bottom-navigation-menu{background-color:#4e61bf;padding:0;margin-left:0;margin-right:0;border-radius:10px;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background)!important;overflow:hidden!important}body[data-theme~=template1] .botnavinnerholder .pt-5px.pb-5px{height:auto;padding:0!important}body[data-theme~=template1] .botnavinnerholder .pt-5px.pb-5px a p:nth-child(2){height:36px;display:flex;align-items:center;display:none}body[data-theme~=template1] .infotabcontainer{height:calc(100vh - 130px);padding-left:20px;padding-right:20px}body[data-theme~=template1] .infotabcontainer ul.MuiList-padding{padding-top:0;padding-bottom:0}body[data-theme~=template1] .infotabcontainer .informationcardholder{background-color:#fff;padding:10px 20px!important;border-radius:10px;margin-top:0!important;margin-bottom:20px!important;padding-bottom:15px;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme~=template1] .bg-knowledge-tab .MuiBox-root{padding:10px}body[data-theme~=template1] .gkdivcontent{height:calc(100vh - 120px);overflow-y:hidden;overflow-x:hidden}body[data-theme~=template1] .onboarding-page.homemenu_gridpage .gridcontainer.welcome-login-page{background-color:#4e61bf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%234e61bf'/%3E%3Cstop offset='1' stop-color='%23aebecc'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h2v1H0z'/%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23b)' d='M0 1V0h2z'/%3E%3Cpath fill='url(%23c)' d='M2 1V0H0z'/%3E%3C/g%3E%3C/svg%3E")!important;background-attachment:fixed;background-size:cover;height:100vh;background-color:#fff!important;background-image:none!important}body[data-theme~=template1] .gkdivcontent.knowledge-detail .scrollablepost{height:calc(100vh - 180px);height:calc(100vh - 200px);height:calc(100vh - 230px);margin-left:0;margin-right:0;border-radius:10px;height:calc(100vh - 145px);border-radius:12px;padding-left:20px;padding-right:20px;background-color:var(--primary-bg-color)!important}body[data-theme~=template1] .posticoncontainer ul{background-color:transparent}body[data-theme~=template1] .markerList{background:#fff;margin-left:15px;margin-right:15px;border-radius:8px;height:calc(100vh - 223px);height:calc(100vh - 145px);position:relative;padding:5px 0 0;overflow-y:auto;background-color:hsla(0,0%,100%,.4);background-color:transparent}body[data-theme~=template1] .distancetext{font-size:14px;color:#000;color:var(--base-dark-color)!important;font-weight:700;letter-spacing:1.3px}body[data-theme~=template1] .listname{color:#000!important;color:var(--base-dark-color)!important;font-weight:600!important;font-family:var(--body-font-family)!important}body[data-theme~=template1] .forum-container .group-list{margin-top:10px;padding:10px;background:#fff;height:100vh;text-align:left;border-radius:10px;height:calc(100vh - 216px);overflow-y:auto;background-color:hsla(0,0%,100%,.4);background-color:transparent!important}body[data-theme~=template1] .infotabcontainer.chat-list-swipe .peer-list{height:calc(100vh - 206px);margin:0!important;padding-left:20px;padding-right:20px}body[data-theme~=template1] .peer-list{padding:10px;margin:0 15px 10px}body[data-theme~=template1] .peer-list,body[data-theme~=template1] form#chat-profile{position:relative;background:#fff;text-align:left;border-radius:10px;background-color:hsla(0,0%,100%,.4);background-color:transparent}body[data-theme~=template1] form#chat-profile{margin-left:0;margin-right:0;height:calc(100vh - 186px)}body[data-theme~=template1] .profileformholder legend.MuiFormLabel-root{font-size:1rem!important;font-weight:600;color:#000;font-family:museo_sans300,museo_sans500,museo_sans900;font-family:var(--body-font-family)!important;line-height:1;font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px;font-style:normal;font-size:18px!important;line-height:24px;color:var(--base-dark-color);text-transform:capitalize}body[data-theme~=template1] .profileformholder{background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;margin-top:20px;padding:20px;border:1px solid #ddd!important}body[data-theme~=template1] .pinsubmitbtn{background-color:transparent!important;box-shadow:8px 8px 20px var(--primary-bg-color)!important}body[data-theme~=template1] .profileformholder.bg-transparent{background-color:transparent!important;box-shadow:none!important}body[data-theme~=template1] .MuiDialogContent-root{padding:8px}body[data-theme~=template1] .profileformholder input{font-style:normal;font-weight:400;font-size:18px;line-height:20px;color:var(--base-dark-color)!important;font-weight:500;font-family:var(--body-font-family)!important}body[data-theme~=template1] .bgtransparent{background-color:transparent!important}body[data-theme~=template1] .boxshadownone{box-shadow:none!important}body[data-theme~=template1] .onboardingheaderdiv.homepageheaderdiv.homepageInnderheaderdiv img.oneimpactlogoimg{height:60px!important;max-width:100%}body[data-theme~=template1] #frame{width:100%;height:calc(100vh - 270px)}body[data-theme~=template1] .chatmsglistholdermain{background-image:none!important;background-color:hsla(0,0%,100%,.4);background-color:var(--chat-bg-screen-color)}body[data-theme~=template1] .chatheader_holder .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;fill:var(--base-dark-color)!important}body[data-theme~=template1] .chatheader_holder .homeicon-btn{padding-left:0;padding-right:10px!important;padding-top:0}body[data-theme~=template1] .chatheader_holder .back_arrow_btn{padding-left:10px!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;padding-top:0}body[data-theme~=template1] .chatheader_holder .chat_username.forumtitle{font-weight:500!important;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:20px;line-height:28px;color:var(--base-dark-color)!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body[data-theme~=template1] .justify-center{justify-content:center!important}body[data-theme~=template1] .pb-8px{padding-bottom:8px!important}body[data-theme~=template1] .pt-8px{padding-top:8px!important}body[data-theme~=template1] button.reactour__close{font-size:0!important;top:10px;right:10px;height:15px;position:absolute;width:20px}body[data-theme~=template1] [data-tour-elem=controls] button{font-size:0!important}body[data-theme~=template1] button.reactour__close svg{height:15px;width:15px}body[data-theme~=template1] .ChatWindow .react-swipeable-view-container{background:transparent;border-radius:10px}body[data-theme~=template1] .getinvolvedtabsmainholder{background-color:transparent;background-image:none!important}body[data-theme~=template1] .service-res-tabs .MuiBox-root,body[data-theme~=template1] .service-tabs .MuiBox-root,body[data-theme~=template1] .survey-tabs .MuiBox-root{padding:0}body[data-theme~=template1] .forumlistdivholder.servicesList{margin:0;padding-left:0;padding-right:0}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard{background-color:#fff;box-shadow:none!important;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background);border-radius:10px;margin-top:0;margin-bottom:20px!important;padding:10px;border-radius:12px;border:1px solid var(--lang-border-grey)!important}body[data-theme~=template1] .forumlistdivholder.servicesList .getinvo_inner_questiondiv{height:calc(100vh - 348px);height:calc(100vh - 375px);height:calc(100vh - 370px);padding-top:0;padding-left:20px;padding-right:20px}body[data-theme~=template1] .settingmenulist{background-color:hsla(0,0%,100%,.4);margin-left:20px;margin-right:20px;border-radius:10px;height:calc(100vh - 220px);overflow-y:auto;margin-bottom:10px;background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme~=template1] .terms-condition-container{height:calc(100vh - 160px);overflow:scroll;position:relative;background:#fff;margin-left:15px;margin-right:15px;background-color:hsla(0,0%,100%,.4);border-radius:10px;background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;overflow-x:hidden}body[data-theme~=template1] .userChatProfileCard,body[data-theme~=template1] .userProfileCard{padding:10px;margin-left:5px;margin-right:5px;background-color:hsla(0,0%,100%,.4);background-color:transparent;box-shadow:none!important;border-radius:8px}body[data-theme~=template1] .mb-20px.userProfileCard{margin-bottom:0!important}body[data-theme~=template1] .userprofile_page .forumlistdivholder.userprofileholder{height:calc(100vh - 185px)}body[data-theme~=template1] .userprofile_page #surveyform{height:calc(100vh - 190px);overflow-y:auto}body[data-theme~=template1] .profilesubmitbtn{box-shadow:none!important}body[data-theme~=template1] .posttitle{color:#000!important;font-weight:600!important;font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px!important;font-style:normal;font-size:18px;line-height:24px;color:var(--base-dark-color)!important}body[data-theme~=template1] .gklistdetails-root .MuiPaper-root{background-color:hsla(0,0%,100%,.4);border-bottom-left-radius:8px;border-bottom-right-radius:8px}body[data-theme~=template1] .gklistdetails-summary{background:transparent!important;box-shadow:none!important;border-radius:8px!important;border-top-left-radius:0!important;border-top-right-radius:0!important;padding-top:16px!important;border:1px solid #ddd!important;border-top:none!important}body[data-theme~=template1] .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:hsla(0,0%,100%,.4)}body[data-theme~=template1] .servicespage .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:var(--lang-icon-background)}body[data-theme~=template1] .servicespage .infotabcontainer{height:calc(100vh - 192px);padding-left:0;padding-right:0;overflow-y:hidden}body[data-theme~=template1] .servicespage .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{background-color:red;height:calc(100vh - 200px);padding-left:20px;padding-right:20px}body[data-theme~=template1] .surveypage .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:var(--lang-icon-background)}body[data-theme~=template1] .swipeable-list-item,body[data-theme~=template1] .swipeable-list-item__content{background:transparent!important}body[data-theme~=template1] .know-your-rights-tab-content.paddingfixes>.MuiBox-root{padding:0}body[data-theme~=template1] .caldivcontent div{background-color:transparent}body[data-theme~=template1] .calendartabmainholder{background-color:hsla(0,0%,100%,.4)!important;border-radius:8px}body[data-theme~=template1] .MuiDialog-paperFullScreen .calendartabmainholder{height:calc(100vh - 64px)!important;overflow-y:auto;background-color:transparent!important}body[data-theme~=template1] .calendartabmainholder .informationcardholder,body[data-theme~=template1] .usercalendartabmainholder .informationcardholder{background-color:#fff;padding:10px 20px!important;border-radius:10px;margin-top:10px!important;margin-bottom:10px!important;padding-bottom:15px;background-color:hsla(0,0%,100%,.4)!important;color:#000}body[data-theme~=template1] .informationcardholder .MuiTextField-root{width:100%;margin-top:0;margin-bottom:0;border:1px solid #fff;border-radius:4px;padding:5px 10px}body[data-theme~=template1] .login_btn{background-color:#4e61bf!important;background-image:none!important;width:100%;padding:0!important;font-size:14px!important;font-size:15px!important;box-shadow:none!important;color:#fff;background-color:#000!important;border-radius:10px!important;position:relative;display:flex;justify-content:center}body[data-theme~=template1] .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{height:calc(100vh - 220px);background-color:hsla(0,0%,100%,.4)!important;background-color:transparent!important;padding-top:10px;overflow-y:auto;padding-left:0;padding-right:0;margin:0}body[data-theme~=template1] .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 220px);padding-left:20px;padding-right:20px}body[data-theme~=template1] #surveyform{position:relative;padding-bottom:0;height:auto;overflow-y:hidden}body[data-theme~=template1] .searchuserDiv{padding:12px;height:calc(100vh - 160px);overflow:auto}body[data-theme~=template1] .searchuserDiv h2,body[data-theme~=template1] .searchuserDiv h4{color:#fff!important;color:var(--base-dark-color)!important;font-size:1.2rem;font-weight:500}body[data-theme~=template1] .searchuserDiv .getaccess-searchbar{background:transparent!important;background:var(--lang-icon-background)!important;margin-bottom:2%;margin-top:0;height:35px}body[data-theme~=template1] .patientMenuScreenDivWrap .userSpanDiv{background:var(--button-secondary-color);color:#fff;font-weight:500;text-align:center;padding:8px}body[data-theme~=template1] .patientMenuScreenDivWrap .patientMenuScreenDiv{padding:20px 12px;text-align:center}body[data-theme~=template1] .patientMenuScreenDivWrap .patientMenuScreenDiv .patientMenuBtn{margin-bottom:20px;border-radius:6px;border:2px solid #fff;box-shadow:0 1px 5px #bbb8b8;width:100%;display:block}body[data-theme~=template1] .patientMenuScreenDivWrap .patientMenuScreenDiv .MuiButtonGroup-contained{box-shadow:none;width:100%}body[data-theme~=template1] .patientMenuScreenDivWrap .myProfileWrap{display:flex;justify-content:end}body[data-theme~=template1] .patientMenuScreenDivWrap .myProfileWrap a{text-align:center;padding:12px;color:var(--button-primary-color)!important}body[data-theme~=template1] .patientMenuScreenDivWrap .myProfileWrap a .MuiSvgIcon-root{font-size:2.5rem}body[data-theme~=template1] .patientMenuScreenDivWrap .myProfileWrap a p{margin:0;font-size:1rem;font-weight:500;position:relative;top:-9px}body[data-theme~=template1] .calendartabpanel .MuiBox-root{padding:10px}body[data-theme~=template1] .tabheader{color:rgba(0,0,0,.87);background-color:transparent;box-shadow:none;padding:0 10px}body[data-theme~=template1] .gk-page .getaccess-searchbar{background-color:#fff!important;box-shadow:none!important;border:2px solid #ddd!important;margin:10px 0}body[data-theme~=template1] .getknowledgeable_page .bg-knowledge-tab .MuiBox-root{padding:10px 0}body[data-theme~=template1] .Informationpage .bg-knowledge-tab .MuiBox-root{padding:10px}body[data-theme~=template1] .forum-container .group-list{margin:10px 0;padding-left:20px;padding-right:20px}body[data-theme~=template1] .calendartabmainholder{padding-bottom:0;height:calc(100vh - 200px)}body[data-theme~=template1] .MuiRadio-colorSecondary.Mui-checked,body[data-theme~=template1] .reportform .MuiRadio-colorSecondary.Mui-checked{color:#4e61bf!important;color:var(--kenyared-primary-color)!important}body[data-theme~=template1] .MuiPaper-root.MuiPopover-paper.MuiPaper-rounded{background-color:#fff!important;background-color:var(--bottomsheet-bg-color)!important}body[data-theme~=template1] .mapslidermaindiv .MuiPaper-root{width:400px!important;margin:0 auto}body[data-theme~=template1] .chatslidermaindiv .MuiPaper-root{width:100%;background-color:#fff;margin:0 auto}body[data-theme~=template1] .bottonnavPopup p{background-color:transparent;color:#fff;color:#000;color:var(--bottompaper-nav-color)!important}body[data-theme~=template1] .reportactiondiv{width:90%;margin-left:5%;margin-right:5%;text-align:center}body[data-theme~=template1] .bottonnavPopup p i.demo-icon{font-size:35px;color:#103caf;color:var(--button-primary-color)!important}body[data-theme~=template1] .markerList .getaccess-searchbar{background-color:#fff!important;box-shadow:none!important;border:2px solid #ddd!important;background-color:hsla(0,0%,100%,.4)!important;margin:10px}body[data-theme~=template1] .getaccess-searchbar{background-color:hsla(0,0%,100%,.4)!important}body[data-theme~=template1] .MuiAvatar-colorDefault{color:#fff;background-color:#4e61bf;background-color:var(--card-icon-color)!important}body[data-theme~=template1] .comment-username{font-weight:700;font-size:18px;line-height:24px;color:var(--base-dark-color)!important;margin:0 0 5px}body[data-theme~=template1] .comment-description{font-size:16px!important;color:var(--base-dark-color);margin:0 0 5px}body[data-theme~=template1] #nearMe-map-conatiner{min-height:400px}body[data-theme~=template1] .mapreset{border-radius:2px;margin-left:0;border:none!important}body[data-theme~=template1] .maplistviewfloatbtn,body[data-theme~=template1] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary{background:#4e61bf!important;background:var(--button-primary-color)!important}body[data-theme~=template1] .maplistviewfloatbtn svg,body[data-theme~=template1] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary svg{color:#fff!important}body[data-theme~=template1] .nearmebutton{background:#4e61bf!important;background:var(--button-primary-color)!important;color:#fff!important;border:none!important;height:30px;width:100%;margin-top:15px;border-radius:2px}body[data-theme~=template1] .nearmebutton svg{width:18px;height:18px;padding-top:4px}body[data-theme~=template1] .skitt-ui--not-listening #skitt-toggle-button{background-color:#4e61bf}body[data-theme~=template1] p.unreadmsgicon svg{fill:#103caf;fill:var(--card-icon-color)!important}body[data-theme~=template1] .gk-page .getaccess-searchbar{background-color:hsla(0,0%,100%,.4)!important;background-color:var(--search-box-background)!important;border-radius:12px;border:none!important;margin-bottom:15px!important}body[data-theme~=template1] .color-darkblue label svg{fill:#103caf!important}body[data-theme~=template1] .chatusername svg{fill:#103caf!important;fill:var(--button-primary-color)!important;width:16px;height:16px}body[data-theme~=template1] .case-status-label svg,body[data-theme~=template1] .responselisticon svg{fill:#103caf!important;fill:var(--card-icon-color)!important}body[data-theme~=template1] .responselisticon{color:var(--base-dark-color)!important}body[data-theme~=template1] .MuiInput-underline:after{border-bottom:1px solid rgba(0,0,0,.42)!important}body[data-theme~=template1] .profileformholder .MuiFormLabel-root.Mui-focused,body[data-theme~=template1] .userProfileHeading{color:#000!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .userProfileHeading{font-size:18px;font-weight:500;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .profileformholder label{font-size:1rem!important;font-weight:500;color:#000;font-size:18px!important;line-height:24px;color:var(--base-dark-color);text-transform:capitalize;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .calendartabmainholder.remindertabpanel button.MuiButtonBase-root.MuiIconButton-root span.MuiIconButton-label svg{fill:#103caf!important}body[data-theme~=template1] .settingmenulist i.demo-icon{font-size:20px}body[data-theme~=template1] .bottom-navigation-menu svg,body[data-theme~=template1] .bottonnavPopup p svg,body[data-theme~=template1] .settingmenulist i.demo-icon{color:#103caf;color:var(--button-primary-color)!important}body[data-theme~=template1] .height500{height:500px}body[data-theme~=template1] .profileformholder label+.MuiInput-formControl{margin-top:20px!important}body[data-theme~=template1] .userprofilefieldset .MuiFormGroup-root .MuiInput-underline{border:1px solid #fff;border-radius:4px;padding-left:0;margin-top:10px;font-size:16px;line-height:20px;color:var(--base-dark-color)!important;font-weight:500;font-family:var(--body-font-family)!important;margin-bottom:10px}body[data-theme~=template1] button{text-transform:inherit}body[data-theme~=template1] header.MuiPaper-root.MuiAppBar-root .MuiTypography-h6,body[data-theme~=template1] header.MuiPaper-root.MuiAppBar-root h6{font-family:var(--heading-font-family)!important;font-weight:400}body[data-theme~=template1] .selectlangpage .onboardingsliderdivcontent{display:flex;flex-direction:column;height:calc(100vh - 245px)!important;overflow-y:auto}body[data-theme~=template1] .textfieldwrap.Regselect{border:none!important}body[data-theme~=template1] .tostitletext{background-color:hsla(0,0%,100%,.4)!important;padding:5px 10px;border-radius:4px;color:#103caf!important;margin-left:5px;font-size:14px}body[data-theme~=template1] .selectlangpage .onboardingsliderdivcontent .langdivholder{display:flex;flex-direction:column;justify-content:center;padding-bottom:70px}body[data-theme~=template1] .fulllengthpage.selectlangpage{height:calc(100vh - 252px)!important}body[data-theme~=template1] .selectlangpage .regformquestionimg{height:60px!important}body[data-theme~=template1] .forumlistdivholder.servicesList.white_bg{padding-left:20px;padding-right:20px;background-color:transparent}body[data-theme~=template1] .case-report.maplistcontainerdiv.repostListContainer{background-color:transparent!important;box-shadow:none!important}body[data-theme~=template1] .case-report.maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:var(--lang-icon-background)!important}body[data-theme~=template1] #iboxlogin{color:#fff;color:var(--base-dark-color);font-weight:700;padding-top:15px;display:flex;justify-content:center;align-items:center;font-weight:500;margin-bottom:10px;margin-top:60px}body[data-theme~=template1] #iboxlogin a{display:flex}body[data-theme~=template1] #iboxlogin .MuiSvgIcon-fontSizeLarge{font-size:1.1875rem}body[data-theme~=template1] .newloginpage .selectlanginputdivholder .MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-3{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .newloginpage .selectlanginputdivholder .MuiSelect-select.MuiSelect-select{display:flex;align-items:center}body[data-theme~=template1] .powertext{font-size:14px;padding:10px;color:#333;color:var(--base-dark-color)!important}body[data-theme~=template1] .commentText .MuiFormControl-root.MuiTextField-root{width:100%}body[data-theme~=template1] .commentText .MuiFormControl-root.MuiTextField-root .MuiInputBase-root{border:none!important;background:var(--chat-header-background)!important;border-radius:12px!important;padding:9px 5px;font-size:16px;line-height:22px;color:var(--base-dark-grey)!important;width:100%;font-style:normal;font-weight:400;color:var(--base-dark-color)!important;font-family:var(--base-font-family)!important}body[data-theme~=template1] .commentText .MuiFormControl-root.MuiTextField-root .MuiInputBase-root:after,body[data-theme~=template1] .commentText .MuiFormControl-root.MuiTextField-root .MuiInputBase-root:before{border-bottom:none!important}body[data-theme~=template1] .commentsend_btn{width:40px;border-radius:50%;height:40px;min-width:30px}body[data-theme~=template1] .commentText{padding-bottom:18px;padding-left:0;padding-right:0;margin-top:50px!important}body[data-theme~=template1] .posticoncontainer.commentsholder .postinfo{font-style:normal;font-weight:500;font-size:18px!important;line-height:22px;color:var(--base-dark-color)!important;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .posticoncontainer.commentsholder{padding-left:0;padding-right:0;margin-top:0!important}body[data-theme~=template1] .mt-0{margin-top:0!important}body[data-theme~=template1] .pl-0{padding-left:0!important}body[data-theme~=template1] .onboarding-page.langpref-page .skipbtnholder{position:fixed;width:100%;bottom:70px}body[data-theme~=template1] .onboarding-page .onboardingslider-container p,body[data-theme~=template1] .patientonboarding-page .patientslider-container p{margin-left:5%;background:transparent!important;color:#fff!important;font-family:var(--body-font-family)!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .registaionsubmit{color:#fff!important;width:100%;padding:6px 20px!important;position:static;z-index:1111}body[data-theme~=template1] .pregistaionsubmit{color:#fff!important;width:100%;padding:6px 20px!important;position:fixed;bottom:65px;z-index:1111}body[data-theme~=template1] .ml-15px{margin-left:15px}body[data-theme~=template1] .mr-15px{margin-right:15px}body[data-theme~=template1] .scrollablepost .infodetailedpostcontainer .avatarholder{float:none;width:100%;margin-top:15px;margin-bottom:15px}body[data-theme~=template1] .font-rubik{font-family:var(--heading-font-family)!important}body[data-theme~=template1] .slick-next:before,body[data-theme~=template1] .slick-prev:before{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme~=template1] #registerform .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] #registerform input{background:hsla(0,0%,100%,.4);border-radius:4px;padding-left:10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;height:35px;color:var(--base-dark-color)}body[data-theme~=template1] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root label,body[data-theme~=template1] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root label{margin-right:0;background:hsla(0,0%,100%,.4);margin-bottom:15px;padding:0 5px;border:none;border-radius:4px;height:48px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme~=template1] .speech-btn{width:45px;height:40px;border-radius:50%;cursor:pointer;display:inline-block;background-size:66% 66%;background-position:50%;background-repeat:no-repeat;-webkit-transition:background-color .4s ease;position:fixed;right:15px;bottom:70px;-webkit-animation-delay:0;-webkit-animation-duration:.5s;-webkit-animation-name:d;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:d;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:d;animation-fill-mode:forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96.667' height='96.666' fill='%23fff'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E");background-color:rgba(255,43,43,.74)!important;border-radius:10px}body[data-theme~=template1] .bot-spiken-text{position:absolute;bottom:0;right:45px;margin:20px}body[data-theme~=template1] .bot-inner-text{padding:20px;float:right;border-radius:8px;background:hsla(0,0%,92.2%,.9098039216);color:#000;box-shadow:0 0 1px #000}body[data-theme~=template1] .home-ai .speech-btn{bottom:75px;z-index:11;right:10px}body[data-theme~=template1] .nearme-ai .speech-btn{right:auto;left:15px;bottom:100px}body[data-theme~=template1] .eJwazZ,body[data-theme~=template1] .lgyXkV{background-color:var(--button-primary-color)!important}body[data-theme~=template1] .infolinkcontainer a.active svg,body[data-theme~=template1] .infolinkcontainer button.active svg{fill:var(--button-primary-color)!important}body[data-theme~=template1] .rcw-launcher{position:fixed!important;margin:0;bottom:170px;right:10px;width:55px;height:55px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23fff'%3E%3Cpath d='M54.072 2.535l-34.142-.07c-3.27 0-5.93 2.66-5.93 5.93v3.124l26.065-.054c4.377 0 7.935 3.557 7.935 7.929v21.142c0 .634-.083 1.248-.224 1.84l3.484 3.833a.998.998 0 001.1.26 1 1 0 00.64-.933v-10h1.07c3.27 0 5.93-2.66 5.93-5.93V8.465c0-3.27-2.66-5.93-5.928-5.93z'/%3E%3Cpath d='M40.069 13.465l-34.139.07c-3.27 0-5.93 2.66-5.93 5.93v21.141c0 3.27 2.66 5.93 5.929 5.93H12v10a1 1 0 001.74.673l9.704-10.675 16.626-.068c3.27 0 5.93-2.66 5.93-5.93V19.394c0-3.27-2.66-5.929-5.931-5.929zM12 34.449c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm11 0c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm11 0c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.4)!important;background-color:var(--button-primary-color)!important;border-radius:50%;background-size:62% 62%;background-repeat:no-repeat;background-position:50%;display:none}body[data-theme~=template1] button.rcw-launcher img{max-width:72%;display:none}body[data-theme~=template1] .unreadmsgicon .MuiBadge-badge{background:var(--button-primary-color)!important}body[data-theme~=template1] .rcw-widget-container{height:auto!important}body[data-theme~=template1] .rcw-messages-container{background-color:var(--lang-icon-background)}body[data-theme~=template1] .rcw-client .rcw-message-text{background:var(--chat-sentmsg-background)!important;border:none!important;color:var(--chat-sentmsg-color)!important;border-radius:12px!important;border-bottom-right-radius:0!important}body[data-theme~=template1] .rcw-response .rcw-message-text{background:var(--chat-repliesmsg-background)!important;border-radius:12px!important;border:none!important;border-bottom-left-radius:0!important}body[data-theme~=template1] .rcw-client .rcw-timestamp,body[data-theme~=template1] .rcw-response .rcw-message-text p,body[data-theme~=template1] .rcw-timestamp{color:var(--base-dark-color)!important}body[data-theme~=template1] .rcw-conversation-container.active{height:100vh}body[data-theme~=template1] .mapfilterviewcontainer{background-color:transparent!important}body[data-theme~=template1] .mapfilterviewcontainer .MuiFormControl-root{border:1px solid #fff;border-radius:4px;padding-left:10px;margin-top:10px;margin-left:0;width:calc(100% - 15px);font-family:var(--body-font-family)!important}body[data-theme~=template1] .mapfilterviewcontainer .MuiInputBase-root{font-family:var(--body-font-family)!important}body[data-theme~=template1] .mapfilterviewcontainer .MuiInput-underline:after,body[data-theme~=template1] .mapfilterviewcontainer .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .mapfilterviewcontainer .MuiButtonBase-root.MuiAccordionSummary-root{background:#4e61bf!important;color:#fff!important;border-radius:4px!important;margin-bottom:10px}body[data-theme~=template1] .mapfilterviewcontainer .MuiPaper-root{background-color:transparent!important;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:none!important;margin-bottom:5px}body[data-theme~=template1] .mapfilterviewcontainer .MuiPaper-root.MuiAccordion-root.Mui-expanded{background-color:hsla(0,0%,100%,.4)!important;margin-bottom:15px}body[data-theme~=template1] .mapfilterviewcontainer .MuiButtonBase-root.MuiAccordionSummary-root svg{fill:#fff!important}body[data-theme~=template1] .mapfilterviewcontainer .MuiPaper-root>div{box-shadow:none!important}body[data-theme~=template1] .mapfilterviewcontainer .contactcard{background-color:hsla(0,0%,100%,.8)!important;margin-bottom:10px;padding:10px;border-radius:8px}body[data-theme~=template1] .mapfilterviewcontainer .MuiAccordionDetails-root{display:flex;flex-direction:column;padding-left:0;padding-right:0}body[data-theme~=template1] .infotabcontainer .informationcardholder.mapfilterviewcontainer{margin-bottom:0!important}body[data-theme~=template1] .cantactfloatbtn{position:absolute!important;top:140px;right:10px;z-index:2}body[data-theme~=template1] .mapfilterviewcontainer{height:calc(100vh - 170px);overflow-y:auto;margin-bottom:0!important}body[data-theme~=template1] .maplistcontactviewpage{height:calc(100vh - 140px);background-color:hsla(0,0%,100%,.4)!important}body[data-theme~=template1] .Regselect .MuiInputBase-root{padding-left:10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;height:48px;width:100%;color:var(--base-dark-color)}body[data-theme~=template1] .MuiSelect-select.MuiSelect-select{font-family:var(--body-font-family)!important}body[data-theme~=template1] .repostListContainer .MuiFormControl-root{border:1px solid #fff;border-radius:4px;padding-left:10px;margin-top:10px;margin-left:5px;width:calc(100% - 15px);font-family:var(--body-font-family)!important;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background);margin-bottom:10px}body[data-theme~=template1] .repostListContainer .MuiInputBase-root{font-family:var(--body-font-family)!important}body[data-theme~=template1] .repostListContainer .MuiInput-underline:after,body[data-theme~=template1] .repostListContainer .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .repostListContainer.maplistcontainerdiv.repostListContainer .chatuserlistdiv{margin-bottom:10px!important}body[data-theme~=template1] .MuiTypography-body1{font-size:16px;margin-left:10px!important}body[data-theme~=template1] .MuiTab-root{font-size:16px;min-width:0}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .MuiFormControlLabel-label,body[data-theme~=template1] button{font-size:16px!important}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .MuiFormControlLabel-label{font-weight:400;margin-top:0;margin-bottom:0;color:var(--base-dark-color);margin-left:5px}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard label.MuiFormControlLabel-root{margin-right:0;margin-bottom:15px}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;background:#d8dde4;border-radius:50%}body[data-theme~=template1] .homesettings{padding-left:10px!important}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme~=template1] .getinvo_inner_questiondiv .infocard .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)}body[data-theme~=template1] .swal-button{color:var(--color-white)}body[data-theme~=template1] .swal-button,body[data-theme~=template1] .swal-button:hover{background-color:var(--button-primary-color)}body[data-theme~=template1] .settingmenulist span.MuiTypography-body1{font-size:18px!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .notification_icon_holder svg{width:25px;height:25px;background:#103caf;background:var(--button-primary-color)!important;fill:#fff;border-radius:50%;padding:7px}body[data-theme~=template1] .notifications_heading{font-weight:600!important;margin-bottom:5px!important}body[data-theme~=template1] .notifications_heading,body[data-theme~=template1] .notifications_subheading{font-family:var(--body-font-family)!important;margin-top:0!important;color:var(--base-dark-color)!important}body[data-theme~=template1] .notifications_subheading{font-weight:400!important;margin-bottom:0!important;font-size:15px}body[data-theme~=template1] .MuiBadge-badge{font-family:var(--body-font-family)!important}body[data-theme~=template1] .notification_info_maindiv{border-bottom:1px solid #ddd}body[data-theme~=template1] .notification_info_maindiv.read,body[data-theme~=template1] .notification_info_maindiv.unread{background-color:hsla(0,0%,100%,.4);position:relative}body[data-theme~=template1] .notification_info_maindiv.unread:before{height:10px;width:10px;position:absolute;background:red;border-radius:50%;content:"";top:12px;left:37px}body[data-theme~=template1] .notification_bg_image{height:calc(100vh - 350px);width:100%;background-image:url(../../static/media/notification.2b036895.svg);background-position:50%;background-size:90%;background-repeat:no-repeat}body[data-theme~=template1] .border-bottom-none{border-bottom:none}body[data-theme~=template1] .fs-25px{font-size:25px}body[data-theme~=template1] .flex-direction-column{flex-direction:column}body[data-theme~=template1] .attach_icon_holder{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--button-primary-color);border-radius:6px;padding:10px;color:#fff;margin-top:5px!important}body[data-theme~=template1] .services_bottomsheet .getknowledge-page{height:auto}body[data-theme~=template1] .services_bottomsheet .backgroundivholder{background-color:transparent}body[data-theme~=template1] .services_bottomsheet .forumlistdivholder.getinvo_inner_questiondiv{padding-left:15px;padding-right:15px;overflow:auto;height:calc(100vh - 270px)!important;padding-bottom:140px}body[data-theme~=template1] .services_bottomsheet #surveyform{height:auto}body[data-theme~=template1] .services_bottomsheet .getinvo_inner_questiondiv .infocard{border:1px solid #ddd!important;border-radius:12px!important;padding:0!important}body[data-theme~=template1] .services_bottomsheet .reportdetailedtextholder{margin-bottom:0!important;padding-bottom:0!important}body[data-theme~=template1] .services_bottomsheet .reportsubmitbtn-divholder{position:static;bottom:-5px;flex-direction:column;background-color:transparent;align-items:center}body[data-theme~=template1] .pt-reportsubmitbtn-divholder{bottom:65px}body[data-theme~=template1] #profileform .reportsubmitbtn-divholder{position:inherit}body[data-theme~=template1] .services_bottomsheet .gridcontainer.chatuserlistdiv{border:1px solid #ddd;margin-bottom:10px!important}body[data-theme~=template1] .evidencebtn_holder .buttondiv,body[data-theme~=template1] .services_bottomsheet .evidencebtn_holder .buttondiv{background-color:var(--button-secondary-color)!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px;border-radius:10px;margin-bottom:10px;color:var(--base-dark-color)!important;font-size:10px;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .services_bottomsheet [data-rsbs-content]{padding-left:0;padding-right:0}body[data-theme~=template1] .servicespage .maplistcontainerdiv.repostListContainer .chatuserlistdiv .msg-count{top:-22px;right:-8px}body[data-theme~=template1] .services_bottomsheet #surveyCasePreviewform .getinvo_inner_questiondiv{height:auto}body[data-theme~=template1] .services_bottomsheet .forumlistdivholder.getinvo_inner_questiondiv{padding-bottom:0}body[data-theme~=template1] .services_bottomsheet .MuiAutocomplete-root{width:100%!important}body[data-theme~=template1] .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot{padding-right:0!important}body[data-theme~=template1] .services_bottomsheet #surveyform{height:calc(100vh - 105px)}body[data-theme~=template1] .surveypage .reportsubmitbtn-divholder{flex-direction:column;background:transparent;align-items:center}body[data-theme~=template1] .surveypage .forumlistdivholder.servicesList .getknowledge-page{height:calc(100vh - 180px);overflow:hidden}body[data-theme~=template1] .surveypage .forumlistdivholder.servicesList{padding-bottom:0!important}body[data-theme~=template1] .surveypage .infotabcontainer{height:calc(100vh - 190px)}body[data-theme~=template1] .surveyevidencebtn_holder .buttondiv{background-color:var(--button-secondary-color)!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;border-radius:10px;margin-bottom:0;color:var(--base-dark-color)!important;font-size:14px;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 344px)}body[data-theme~=template1] .surveypage .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 364px)}body[data-theme~=template1] .serviceform .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 345px)}body[data-theme~=template1] .chatmsgholdermaindiv{position:relative}body[data-theme~=template1] .chatmsgholdermaindiv .msg-del-btn{right:-8px;top:-8px;bottom:auto}body[data-theme~=template1] .chatheader.username{overflow:hidden;width:calc(100% - 62px);text-overflow:ellipsis}body[data-theme~=template1] .servicesPreviewForm .servicepre{height:calc(100vh - 160px)}body[data-theme~=template1] .surveypage .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{height:calc(100vh - 200px);padding-left:20px;padding-right:20px}body[data-theme~=template1] .survey_bottomsheet .getknowledge-page{height:auto}body[data-theme~=template1] .survey_bottomsheet .forumlistdivholder.getinvo_inner_questiondiv{height:auto;padding-left:15px;padding-right:15px}body[data-theme~=template1] .survey_bottomsheet #surveyform{height:auto}body[data-theme~=template1] .survey_bottomsheet [data-rsbs-content]{padding-left:0;padding-right:0}body[data-theme~=template1] .survey_bottomsheet .getinvo_inner_questiondiv .infocard{border:1px solid #ddd!important;border-radius:12px!important;padding:0!important}body[data-theme~=template1] .survey_bottomsheet .reportdetailedtextholder{margin-bottom:0!important;padding-bottom:0!important}body[data-theme~=template1] .survey_bottomsheet .reportsubmitbtn-divholder{position:inherit;flex-direction:column;background-color:transparent;align-items:center}body[data-theme~=template1] .survey_bottomsheet .gridcontainer.chatuserlistdiv{border:1px solid #ddd;margin-bottom:10px!important}body[data-theme~=template1] .survey_bottomsheet .surveyevidencebtn_holder .buttondiv{background-color:var(--button-secondary-color)!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;border-radius:10px;margin-bottom:10px;color:var(--base-dark-color)!important;font-size:14px;font-family:var(--heading-font-family)!important}body[data-theme~=template1] .survey_bottomsheet #surveyCasePreviewform .getinvo_inner_questiondiv{height:auto}body[data-theme~=template1] #registerform.lastslide ul.slick-dots{display:none}body[data-theme~=template1] .createpollcontainer{width:90%;padding-left:5%;padding-right:5%}body[data-theme~=template1] .menubtn.mr-0,body[data-theme~=template1] .mr-0{margin-right:0!important}body[data-theme~=template1] .createpollcontainer .MuiFormControl-root.MuiTextField-root{width:100%;margin-bottom:10px}body[data-theme~=template1] .createpollcontainerbtn .MuiButton-root{background:#fff6f4;border:1px solid;width:135px}body[data-theme~=template1] .createpollcontainerbtn{margin-top:20px}body[data-theme~=template1] .select-polldropddown{padding:30px}body[data-theme~=template1] .select-polldropddown input{display:block!important}body[data-theme~=template1] .select-polldropddown .react-dropdown-select-dropdown{width:100%}body[data-theme~=template1] .select-polldropddown svg{color:#ff6300}body[data-theme~=template1] .select-polldropddown .css-wmy1p7-ReactDropdownSelect:hover{border-color:#ff6300}body[data-theme~=template1] .select-polldropddown .react-dropdown-select{margin-left:16px;width:90%}body[data-theme~=template1] .polloptionholder{max-height:calc(100vh - 360px);overflow-y:auto}body[data-theme~=template1] .createpollcontainerbtn .MuiButton-root .MuiSvgIcon-root{margin-left:10px}body[data-theme~=template1] .chat-poll .menubtn{z-index:1!important;font-size:13px}body[data-theme~=template1] .pollviewcontainer{width:85%;margin:0 12% 0 auto}body[data-theme~=template1] .pollviewcontainer .MuiFormLabel-root{color:#000;font-weight:500;font-family:"Roboto";margin-bottom:10px;display:block;font-size:15px}body[data-theme~=template1] .pollview{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 20px}body[data-theme~=template1] .polloptionview{width:100%;margin:0;font-weight:700}body[data-theme~=template1] .pollresultview{width:100%;margin:20px}body[data-theme~=template1] .polldialogcontainer{padding:35px 20px 20px}body[data-theme~=template1] .dialogCloseBtn{position:absolute;top:10px;right:20px;fill:#ff6300}body[data-theme~=template1] .polldialog .MuiDialog-paperWidthSm{width:100%}body[data-theme~=template1] .pollresultprogress{width:100%;display:flex;justify-content:center}body[data-theme~=template1] .pollresulttext{margin:14px 0}body[data-theme~=template1] .pollheadertext{padding-bottom:10px;text-align:center;font-weight:700;font-size:18px}body[data-theme~=template1] .polltimeselect{padding-bottom:30%}body[data-theme~=template1] .polltimetext{padding-left:16px}body[data-theme~=template1] .previewattachment{margin-top:10px!important}body[data-theme~=template1] .emptysummarymsg{font-size:.9rem;font-weight:300;padding:5px 15px;color:#636a70}body[data-theme~=template1] .resyesbtn{background:green}body[data-theme~=template1] .resnobtn,body[data-theme~=template1] .resyesbtn{border-radius:3px;font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff!important;padding:5px 15px!important}body[data-theme~=template1] .resnobtn{background:red}body[data-theme~=template1] .verifiedicon{color:#00ae00;display:flex;justify-content:center;align-items:center;margin-bottom:10px}body[data-theme~=template1] .respcontainer{width:90%;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column}body[data-theme~=template1] .resbtncontainer{display:flex;align-items:center;justify-content:space-evenly;width:100%;margin-bottom:10px}body[data-theme~=template1] .restextarea{width:80%;margin-bottom:10px;height:100px;border-radius:10px;background:#fff;padding:10px}body[data-theme~=template1] .responseForm{display:flex;align-items:center;justify-content:flex-start;flex-direction:column}body[data-theme~=template1] .MuiPaper-root.MuiDialog-paper{background-color:hsla(0,0%,100%,.9)}body[data-theme~=template1] .filterdialog .MuiPaper-root.MuiDialog-paper{background-color:#fff!important}body[data-theme~=template1] .commentdialogtext{padding:10px;color:var(--button-primary-color);font-size:18px;font-weight:500}body[data-theme~=template1] .thankyoutxt{padding:0 10px;color:var(--button-primary-color);font-size:18px;font-weight:500}body[data-theme~=template1] .ressubmitbtn{background:green;border-radius:3px;font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff!important;padding:12px 15px!important;margin:15px!important}body[data-theme~=template1] .responseForm .MuiInput-underline:before{border-bottom:none}body[data-theme~=template1] .responseForm .MuiInput-underline:after{border-bottom:none!important}body[data-theme~=template1] .verifiedicon .MuiSvgIcon-root{height:50px;width:50px}body[data-theme~=template1] .ressecontques{color:var(--button-primary-color)}body[data-theme~=template1] .flagimg{width:60px;margin:0 10px}body[data-theme~=template1] .flagcontainer{display:flex;align-items:center;flex-direction:row}body[data-theme~=template1] .langContainer{display:flex;align-items:center;flex-direction:column;justify-content:center}body[data-theme~=template1] .langContainer:first-child img{margin-left:0}body[data-theme~=template1] .langContainer:nth-child(2) img{margin-right:0}body[data-theme~=template1] .flagcontainer .MuiFormControlLabel-root{margin-right:0!important}body[data-theme~=template1] .flagcontainer .MuiFormControlLabel-label{margin-left:0!important}body[data-theme~=template1] .display-flex,body[data-theme~=template1] .display-flex-row{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .display-flex-row{flex-direction:row}body[data-theme~=template1] .users-center{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .filterModalContent{background:#fff!important}body[data-theme~=template1] .filterbtndiv{text-align:right}body[data-theme~=template1] .advancefilterBtn{background-color:var(--button-primary-color);color:#fff;border-radius:5px;margin-right:15px;margin-bottom:10px}body[data-theme~=template1] .filterBtn{background-color:var(--button-primary-color);color:#fff;border-radius:5px;margin-right:0;margin-bottom:0}body[data-theme~=template1] .clearfilterBtn{background-color:#fff!important;color:var(--button-primary-color);border-radius:5px;margin-right:0;margin-bottom:0;border:1px solid var(--button-primary-color)}body[data-theme~=template1] .filterbtncontainer{display:flex;align-items:center;justify-content:space-evenly;margin-bottom:40px}body[data-theme~=template1] .mr-0{margin-right:0!important}body[data-theme~=template1] .mb-20px{margin-bottom:20px!important}body[data-theme~=template1] .modalclosebtn{margin-left:auto;display:flex;padding-bottom:15px;padding-top:15px}body[data-theme~=template1] .filterdialog .MuiPaper-root{width:100%;min-height:50%}body[data-theme~=template1] .filterdialog .MuiTabs-indicator{background-color:#695f5f!important}body[data-theme~=template1] #dateform{display:flex;flex-direction:column}body[data-theme~=template1] #dateform .MuiFormControl-root.MuiTextField-root{margin-bottom:20px}body[data-theme~=template1] #advanceFilter,body[data-theme~=template1] .filterModalContent .rct-node-icon{display:none}body[data-theme~=template1] .MuiTypography-body1{font-family:var(--body-font-family)!important}body[data-theme~=template1] .react-checkbox-tree{font-size:17px!important;max-height:600px;overflow-y:auto}body[data-theme~=template1] .rct-icon-check{color:var(--kenyagreen-primary-color)}body[data-theme~=template1] .rct-collapse.rct-collapse-btn{display:flex;padding-top:5px}body[data-theme~=template1] .ml-2px{margin-left:2px}body[data-theme~=template1] .freqcont .MuiSelect-select.MuiSelect-select option.placeholdertext{color:#a9a9a9!important}body[data-theme~=template1] .remindercont .MuiInput-underline:after{border-bottom:none!important}#registerform .MuiFormControl-root.MuiTextField-root{padding-left:10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;height:48px;color:var(--base-dark-color);border:1px solid #ddd}.Regselect .MuiInputBase-root{border:1px solid #ddd!important}.fullpage{background-color:#fff!important}.gridcontainer.chatuserlistdiv,.patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root label,.searchuserDiv .gridcontainer.chatuserlistdiv.borderbottomgrey{border:1px solid #ddd!important}.iphone .benfslidertopheader,.iphone .homepageheaderdiv,.iphone .newregpagetopheader,.iphone .onboardingheaderdiv{padding-top:45px!important}body[data-theme~=template1].iphone .onboarding-page.fulllengthpage.selectlangpage,body[data-theme~=template1].iphone .selectlangpage .onboardingsliderdivcontent{height:calc(100vh - 230px)!important}.iphone[data-theme=template1] .getaccessmapholder{position:absolute;top:90px;width:100vw;height:calc(100vh - 180px);border:none;background-image:url(../../static/media/Map.c964317c.png);background-repeat:no-repeat;background-position:50%;background-size:cover}.iphone[data-theme=template1] .newforumchatpage .hometopheader{padding-top:30px}body[data-theme~=template1].iphone .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 360px)}body[data-theme~=template1].iphone .forumlistdivholder.servicesList .getknowledge-page #surveyform{height:calc(100vh - 225px);overflow:hidden}body[data-theme~=template1].iphone .forumlistdivholder.servicesList .getknowledge-page .surveyform{height:calc(100vh - 282px);overflow:hidden}body[data-theme~=template1].iphone .privacy_links_holder{margin-bottom:45px}body[data-theme~=template1].iphone #surveyinfotabcontainer .no-internet{margin-top:calc(100vh - 900px)}body[data-theme~=template1].iphone .newforumchatpage .pagecontentholder.servicechat{height:calc(100vh - 290px)}.toggle-pw-visibility{position:absolute!important;bottom:25px;right:5px}body[data-theme~=template1] .slider-question .MuiGrid-spacing-xs-3>.MuiGrid-item{padding:0}body[data-theme~=template1] .slider-question .infocard{padding:5px 0 0!important;margin-bottom:5px!important}body[data-theme~=template1] .servicepageimg .report_card_div{margin:0}body[data-theme~=template1] .servicepageimg .imgholder{display:none}body[data-theme~=template1] .servicesimgpage .infotabcontainer{height:calc(100vh - 195px);overflow-y:auto}body[data-theme~=template1] .reportimgtext{font-family:var(--base-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template1] .servicesimgpage .reportsubmitbtn-divholder.q-next-prev-holder{padding:0;margin-top:50px;background:transparent}body[data-theme~=template1] .servicesimgpage .q-next-prev-holder .next-prev-btn{width:40%}body[data-theme~=template1] .servicesimgpage .q-next-prev-holder .next-prev-btn.next{background-color:var(--button-primary-color)!important;color:var(--color-white);font-family:var(--heading-font-family)!important}body[data-theme~=template1] .servicesimgpage .q-next-prev-holder .next-prev-btn.prev{background-color:var(--button-secondary-color)!important;color:var(--base-dark-color);font-family:var(--heading-font-family)!important}body[data-theme~=template1] .survey-list-btns .chatuserlistdiv .chatusername{color:var(--color-white)!important}body[data-theme~=template1] .servicepageimg .MuiCardContent-root,body[data-theme~=template1] .servicepageimg .survey-list-btns{background-color:var(--lang-icon-background);color:var(--base-dark-color)!important}body[data-theme~=template1] .servicepageimg .contentholder{flex-grow:0;max-width:100%;flex-basis:100%;text-align:center}body[data-theme~=template1] .servicesimgpage .maplistcontainerdiv.repostListContainer{height:calc(100vh - 195px);margin-bottom:0!important}body[data-theme~=template1] .servicepageimg .contentholder .chatusername{font-family:var(--heading-font-family)!important;font-weight:500!important}body[data-theme~=template1] .servicepageimg .report_card_img_div{width:100%;height:300px;overflow:hidden}body[data-theme~=template1] .servicepageimg .report_card_img_div img{width:100%;height:300px;object-fit:cover}body[data-theme~=template1] .servicepageimg h2{margin-bottom:0;font-family:var(--heading-font-family)!important;text-transform:capitalize;font-size:1.4rem}body[data-theme~=template1] .servicepageimg .report_action_btn_div{padding-top:0;padding-bottom:0}body[data-theme~=template1] .servicepageimg .report_action_btn_div button .MuiButton-label{font-size:12px}body[data-theme~=template1] .servicepageimg .bottom_strip_btn{display:flex;justify-content:flex-end;padding-bottom:8px;border-top:1px solid #eee;background-color:var(--lang-icon-background)}body[data-theme~=template1] .servicepageimg .bottom_strip_btn .start_btn{background:var(--button-primary-color)!important;padding:10px 20px;border-radius:6px}body[data-theme~=template1] .servicepageimg .bottom_strip_btn .start_btn .MuiButton-label{font-size:12px}body[data-theme~=template1] .servicepageimg .MuiCardContent-root{padding:16px 10px}body[data-theme~=template1] .survey-list-btns{display:flex;justify-content:space-between;padding:8px}body[data-theme~=template1] .survey-list-btns .chatuserlistdiv{background-color:var(--reportbutton-secondary-color);padding:10px 0;width:49%!important;border-radius:6px;margin-bottom:0!important}body[data-theme~=template1] .survey-list-btns .service.active{background-color:var(--button-primary-color)}body[data-theme~=template1] .survey-list-btns .forumicon,body[data-theme~=template1] .survey-list-btns .servicetooltip{display:none}.cmsimage{height:110px;width:100%}.getconnected header{display:none}body[data-theme~=template1] .getaccesssection .leaflet-container{height:300px}body[data-theme~=template1] .getconnected .forum-container .group-list,body[data-theme~=template1] .getconnected .gkdivcontent.chat-container,body[data-theme~=template1] .getconnected .infotabcontainer.chat-list-swipe{height:100%}body[data-theme~=template1] .cmsimage,body[data-theme~=template1] .forumchatimg,body[data-theme~=template1] .peeruserimg img,body[data-theme~=template1] .welcome-login-page .getstartedsection img,body[data-theme~=template1] img.serviceImg{object-fit:cover}body[data-theme~=template1] .case-report.maplistcontainerdiv.repostListContainer .gridcontainer,body[data-theme~=template1] .forumlistdivholder.servicesList .gridcontainer{border:1px solid #505050;border-radius:10px;padding:6px 0;display:flex;align-items:center;margin-bottom:15px!important;min-height:60px}body[data-theme~=template1] .case-report.maplistcontainerdiv.repostListContainer .gridcontainer .getinforightcolumn{padding-left:15px!important}body[data-theme~=template1].mobile-browser form#chat-profile{height:auto}body[data-theme~=template1].mobile-browser .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 300px)}body[data-theme~=template1].mobile-browser .pagecontentholder{height:calc(100vh - 182px);overflow-y:auto}.searchbardiv .MuiInputBase-input{font-size:14px!important}.share-icon svg{width:20px!important;height:25px!important}.selectlanginput2{visibility:hidden}.patient-search .MuiInputBase-input{line-height:1.1876em}.patient-servicelist.gridcontainer{border:1px solid #505050;border-radius:10px;padding:6px 0;display:flex;align-items:center;margin-bottom:15px!important;min-height:60px}.inbox-page{height:calc(100vh - 128px);overflow-y:auto}.CardImg{padding-top:12px}.CardImg .img-avatar{text-align:center}.CardImg .MuiCard-root{margin-top:-30px;padding-top:20px}.CallLogs svg,.CRP svg,.Inbox svg{font-size:53px;fill:#fff!important}.case-info-container{padding:20px;font-size:20px}.case-title{font-size:15px}.case-info{margin:50px 0 20px;border-radius:20px!important}.call-btn,.msg-btn{text-align:center}.call-btn svg,.msg-btn svg{background:red;padding:10px;border-radius:50%;color:#fff;background-color:#009596;text-align:center}.call-btn svg{background-color:green}.case-avatar{height:50px;width:50px;background:#fff;border-radius:50%}.case-list-count{background:#fff;padding:21px 10px;margin:13px;border-radius:20px;font-size:26px;font-weight:700;box-shadow:1px 1px 5px #928b8b;display:flex;align-items:center;justify-content:space-around}.case-list-count span{display:inline-flex;align-items:center;justify-content:center}.case-list-labels{margin:13px;padding:10px 5px}.case-list-labels span{background:#a09a9a;border-radius:12px;padding:3px 10px;margin:0 0 0 6px;color:#fff;overflow:hidden;display:inline-block}.case-list-labels .red-bg{background-color:#f86c6b;color:#fff}.case-list-labels .yellow-bg{background-color:#ffb400;color:#fff}.case-list-labels .blue-bg{background-color:#63c2de;color:#fff}.case-list-labels .green-bg{background-color:#4dbd74;color:#fff}.case-list-labels.inboxitem{display:flex;align-items:center;justify-content:space-evenly}.case-list-labels.inboxitem span{overflow:inherit;position:relative;font-size:16px;padding:7px 10px;border-radius:6px}.case-list-labels.inboxitem .chat-bg{background-color:#019495;display:flex;align-items:center;font-size:16px;padding:7px 10px;border-radius:6px}.case-list-labels.inboxitem .chat-bg svg{font-size:16px;margin-right:5px}.case-list-labels.inboxitem .chat-bg .unreadCount{position:absolute;right:-7px;top:-14px;font-size:11px;background:#e73e3e;padding:5px 10px}.case-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:8px;margin-bottom:10px}.case-label{color:var(--kenyared-primary-color);font-weight:700}.case-date{font-size:14px;color:#5b5757}.red{color:#f86c6b}.blue{color:#63c2de}.green{color:#4dbd74}.yellow{color:#ffb400}.inboxcard{margin:10px 15px;border-radius:20px 0 0 20px!important;border-right:7px solid #a09a9a}.fallbackimg{width:50px!important;height:50px!important}.nobar{border-right:0}.bluebar{border-right:7px solid #63c2de}.greenbar{border-right:7px solid #4dbd74}.redbar{border-right:7px solid #f86c6b}.yellowbar{border-right:7px solid #ffb400}.question-preview.disabled{pointer-events:none}.callend-btn{background-color:red!important;color:#fff!important}.mute-unmute{height:48px;width:48px;background:grey!important;color:#fff!important}.middleContent{height:80vh}.middleContent .case-avatar{position:absolute;height:150px;width:150px;top:41%;left:36%}.calllog-item{border-bottom:1px solid #dcdcdc;padding:16px!important}.missed{color:red}.dialled{color:green}.call-wrap{padding:20px}.tot-calls{background-color:green;margin-right:20px!important}.missed-calls,.tot-calls{padding:20px!important;color:#fff;border-radius:10px}.missed-calls{background-color:red}[data-theme=template1] div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{background-color:var(--button-primary-color);font-family:var(--base-font-family)}[data-theme=template1] div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{background-color:var(--kenyared-primary-color);font-family:var(--base-font-family)}.swal2-input-label,.swal2-textarea{font-family:var(--base-font-family)}.additionalpopup .swal2-confirm{background-color:green!important}@media only screen and (min-width:768px)and (max-width:1100px){.cmsimage,.welcome-login-page .getstartedsection img{object-fit:cover}.getstartedsection.homepage.mt-15px.getinfolistholder .tagdetailholder svg{display:none}.getstartedsection.homepage.mt-15px.getinfolistholder .likesholder{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 20px 0 0}}.mic-holder img{width:50px}.mic-holder{border-radius:50%;box-shadow:0 0 1px 1px rgba(0,0,0,.1019607843);width:90px;height:90px;display:flex;align-items:center;justify-content:center;animation:pulse-animation 2s infinite;margin:20px auto 25px;background:#ff6301}.micicon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAFpQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////WTK3vQAAAB50Uk5TAP9VK/ningQWCez0120hEGJEloBPesO0JjOLPqvN0ECMggAAAsxJREFUeJztmemSqyAQhUVAEHdj1Jjk/V/zgiCajBuBVE3N5fxKKssH3dA2hyDw8jpWTCGEOY2/RyiqR8oAAAlLo+o7nP6SgIWSS+8cEb8iJMbxbCB+Rwhh6JIRrjI4JXTHyH6ESocsc8W4sy0GAOzuhlFsxEpFrHACeewxAHi4YNz2GQDc7BmkPYK0xBoC0REE2e+W6xEDgKs15HkMSW0Z9JgBALWE3M9AbDdkeAZiW8E8xEM8xEM8xEM85G9B+uZGzCDk1hieIksMWG0GqRnApQmjGhvgqwlkbGdRZQCRDXBbnIcUsvk3aYsv4y9Seh5C0/HV5XdCWB4EzRkIz0SPjCFq/Pyg1p+B9LoxN9kx6pzIVyTZOV5PYnxHlXpYp5XLv474y+gYMuiviQCfVtyNv0mLU0nhKSlk3jsjS0dmHjVHVoGQsAsa87zzLQ90vLIjSKajBUw2PI+XTAriOyU+mArmaadyIszQABvmqVSbHpFQUs0TGcwYk0eQQL6Khz3IQPQwjF0DItcXeJJgdxmLqRJ11u+M/Y/JtxFPlXiTEoks1OrNB06OcqCQqN7xRsQGwbiieTimytWqSkIeBVKmPxFpKT4J1brAH/kSU5WXPiMd3qoYG8Z/1f7kh93EFGtQy0FmLVaRQbiVDiedv/MZY6pgXE/lnhSwzKIoK6EyHu/aQzKrWkvR2bWLVuprPi+61sIoorPblXRvhanq5krwtDKj6NJKxV3WQP4U7GGTdcuKFlkaXnENlkIMpylmr75kbX0xQLZ8ej2/0N5NFfndKcPJ2or4SPfHhm+LHo6s+lEwWgkajpzen3DFVf1SvtL6S9daAVTtVel6Cq8UCfkqw0M8xEP+BwjJQyl1WMnU29zF82pSuXWLbWSm7AtuHoGZu8Dt3DXa3zFO2jk2OruP1w3+SlJctRFc1cYtc2t23D1QAVfl5sLf66/qHy91HueCYjlKAAAAAElFTkSuQmCC);background-size:contain;height:55px;width:55px}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(255,0,0,.7)}to{box-shadow:0 0 0 20px rgba(255,0,0,0)}}.oifamilybannerdiv{background-color:#fff6f4;width:90%;margin-left:5%;margin-right:5%;margin-top:20px;border-radius:10px}.oifamilybannerdiv img{max-width:100%;height:auto}.oifamilybannerdiv p{margin:0;font-size:13px;width:100%}.oilogoblackmarginfix{max-width:80%!important}.familyfirstline{margin-top:15px!important;font-size:14px;margin-bottom:8px!important;text-align:right}.joinfamilybtn{background:#ff6301;color:#fff;padding:10px;border-radius:5px;text-align:center;margin-top:10px!important;margin-bottom:10px!important;width:90%!important}.surveycontainer .MuiAccordion-root{width:90%!important}.forumlistdivholder.surveycontainer .MuiAccordion-root,.surveycontainer .MuiAccordion-root{border:1px solid #505050!important;border-radius:10px!important;box-shadow:none;padding:0;margin:0 auto 10px!important}.forumlistdivholder.surveycontainer .MuiAccordion-root{width:100%!important}.surveycontainer .MuiAccordionSummary-root{background:var(--kenyared-primary-color)!important;height:60px;border-radius:10px}.surveycontainer .MuiAccordionSummary-root .forumtitle{color:#fff!important}.surveycontainer .MuiAccordionSummary-root svg{fill:#fff!important}.surveycontainer .MuiAccordionSummary-root.Mui-expanded{margin-bottom:10px}.newgetinvolvedpage .getinfotabsmaindiv.mainreportcontainer .tabcontent.surveycontainer{height:calc(100vh - 200px)!important;overflow-y:auto;padding-bottom:10px;padding-top:20px!important}.err-msg{color:red;font-size:14px}.err-block{background-color:#ecc8c8!important}.MuiAutocomplete-inputRoot{width:calc(100% - 60px)!important;text-overflow:ellipsis;overflow:hidden;position:static!important}.reward{width:100%;border-radius:4px;background:#ffd400;height:30px;display:flex;align-items:center;justify-content:center;padding:0;padding:0!important;background:#ffef9f!important;border-radius:4px!important;margin-left:0!important;margin-top:8px!important;display:flex!important;align-items:center!important;justify-content:space-around!important;border:1px solid #ffd400!important;border-radius:20px!important}.reward img{width:20px;height:20px}.reward .reward-count{color:#000;font-size:13px;padding-right:5px}.result-date{color:#55297e;font-size:11px;display:block;margin-top:5px;width:85px;margin-left:-16px;font-weight:700;display:flex;justify-content:flex-end}@media(max-width:400px){.result-date{margin-left:-30px}}.rewardspage img.rewards{width:80px;display:block;margin:10px auto}.pointsnumber{display:flex;align-items:center;justify-content:center;font-size:18px;margin:0;color:#55297e;padding-top:0;font-weight:700}.rewardsearneddiv{background-color:#fff;width:90%;margin:15px auto;padding:20px 0;box-shadow:8px 8px 20px rgba(6,13,48,.1);border-radius:12px;border:1px solid #ddd}.rewardshowtext{padding:0 10px;margin-top:0!important;padding-bottom:10px!important}.howitworkstext{margin:0;padding:10px;font-size:15px}.rewardspage{height:calc(100svh - 125px);overflow-y:hidden}.rewardstabcontainer{height:calc(100svh - 440px);overflow-y:auto}.rewardspage .MuiTabs-scroller .MuiTabs-indicator{background-color:#670185!important}.rewardsearneddiv .getknwtitle{font-size:15px!important}.rewardstabcontainer .rewardsearneddiv{padding-top:10px}.rewards.smallimg{width:30px!important;margin:0!important}.rewardsinglediv{border-bottom:1px solid #ddd!important;width:95%;padding-bottom:5px;margin:0 auto 10px}.redeemed{color:red}.disabled{opacity:.5;pointer-events:none}.rewardsinglediv:last-child{margin-bottom:0;border-bottom:none!important;padding-bottom:0}.pb-10px{padding-bottom:10px!important}.rewardstopdiv{display:flex;align-items:center;justify-content:center;box-shadow:8px 8px 20px rgba(6,13,48,.09);background-color:#fff;margin:12px 20px;padding:10px 6px;border-radius:12px;border:1px solid #ddd}.w-30px{width:30px!important}.pointspara{margin:0;display:flex;align-items:center;justify-content:center}.text-left{text-align:left}.px-5px{padding-left:5px;padding-right:5px}.scoretext{color:var(--kenyagreen-primary-color);padding-left:3px;padding-right:2px;font-weight:700;text-decoration:underline}.m-0{margin:0!important}.pl-5px{padding-left:5px!important}.leaderboardnumber{background:#55297e;height:30px;width:30px;border-radius:50%;padding:0;color:#fff;display:flex;align-items:center;justify-content:center;margin:0}.flex-column{flex-direction:column}.catsinglediv{border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:5px;background:#f1f3f6;margin-bottom:10px;width:70%;font-size:14px}.w-25px{width:25px!important}.redeemlink{background:#55297e;width:70%;display:block;margin:0 auto;padding:5px;border:1px solid #ddd;border-radius:4px;color:#fff!important;height:30px;display:flex;align-items:center;justify-content:center;font-size:14px}.rewardEnabled .homepagegridmaindiv{height:calc(100vh - 230px)!important}.rewardEnabled .homepagegrid_bgmenu{height:calc(100% - 40px)!important;background-color:hsla(0,0%,100%,.7)!important}.rewardEnabled .homepagegrid_bgmenu img.img-fluid{max-height:40px!important;margin-bottom:10px!important}@media(max-width:380px){.rewardEnabled .homepagegridmaindiv{height:calc(100vh - 210px)!important}.rewardEnabled .homepagegrid_bgmenu{height:calc(100% - 30px)!important}.rewardEnabled .homepagegrid_bgmenu img.img-fluid{max-height:30px!important;margin-bottom:10px!important}}@media(max-width:360px){.rewardEnabled .homepagegridmaindiv{height:calc(100vh - 200px)!important}.rewardEnabled .homepagegrid_bgmenu{height:calc(100% - 20px)!important}.rewardEnabled .homepagegrid_bgmenu img.img-fluid{max-height:30px!important;margin-bottom:10px}}.homesharebtn{position:fixed;right:20px;bottom:30px;background:#55297e;color:#fff!important;height:30px;width:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.homesharebtn svg{width:18px;height:18px}.refertext{position:fixed;bottom:10px;right:10px;font-size:13px;color:#55297e;font-weight:700}body.mobile-frame .homesharebtn,body.mobile-frame .refertext{right:calc(50vw - 180px)}body.mobile-frame .nearmetrig{width:400px}.redeembox{background:#f1b367;padding-top:20px;padding-bottom:20px;border-top-right-radius:12px;border-bottom-right-radius:12px}.redeembox .pointsnumber{color:#fff!important}.ptb-20px{padding-top:20px;padding-bottom:20px}.useravatar{height:20px}.useravatardiv{display:flex;align-items:center;justify-content:center;padding-top:10px}.colorgold{color:#db8700}.awardsinglediv{justify-content:space-between!important;padding:10px 0}.voucherdetailstext{font-size:14px;font-weight:700;text-align:center;margin:15px 0 0;padding-right:10px}.rewardsdetailholder img.rewards{width:40px}.starsign{color:#55297e;font-size:20px;top:5px;position:relative}.rewardsdetailholder{height:calc(100svh - 350px);overflow-y:auto}.color-violet{color:#55297e!important}.rewardsdetailholder .pointsnumber{font-size:16px}.rewardsdetailholder .voucherdetailstext{font-size:12px}.enrolldiv p{font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:14px;line-height:22px;text-align:center;color:var(--base-dark-color)!important;width:100%;margin-bottom:0}.enrolldiv{width:100%;margin-top:10px}.w-60px{width:60px}.mt-15px{margin-top:15px}.hatdiv{text-align:right;z-index:3}.xmastreediv{position:fixed;bottom:5px}.w-80px{width:80px}.rewardEnabled .homepagegridinnerdiv.mtminus40px.gridcontainer{margin-top:-40px!important}.rewardEnabled .homepagegridinnerdiv{background-image:url(../../static/media/sack.b8a3dc86.png);background-position:50%;background-size:90%;background-repeat:no-repeat}.topscoretext{font-weight:700;color:#55297e!important}.redeempointtext{width:90%;margin:0 auto 16px;padding-left:10px}.text-red{color:var(--button-primary-color)}.logintopheader .stoptblogoimg{max-height:80px}.headtxtdiv{width:100%;text-align:center}.headtxtdiv .headtxt{color:#c60027;font-size:25px;font-weight:500;margin:0}.logintopsection{width:90%}.newloginpage .loginformtitle{text-align:center;margin-bottom:0!important}.newloginpage .loginformsectionholder{padding-top:10px;padding-bottom:10px}.newloginpage .privacy_links_holder .TOStext{color:#056523!important}.registerconfirmtext{font-size:14px!important;margin-bottom:0!important}.newloginpage .loginformholder{width:90%}.newloginpage .loginformholder .loginformsectionholder .gridcontainer.loginformsection{width:100%!important;margin:0!important}.communityuserpage .loginformholder .loginformsectionholder .gridcontainer.loginformsection,.forgotid-page .loginformholder .loginformsectionholder .gridcontainer.loginformsection{margin-top:10px!important}.users-center{flex-direction:column;margin-top:15px!important}.users-center button{background-color:#056523!important;color:#fff;width:40px!important;height:35px;min-width:30px!important}.users-center p{color:#056523!important;font-size:14px;margin:5px 0 0!important}.newloginpage .loginformsectionholder,.onboardingsliderdivcontent2{padding-bottom:0!important}.newloginpage .login_btn{height:38px!important;display:flex;align-items:center}.newloginpage .MuiRadio-root{padding-bottom:0!important;padding-top:0!important}.newloginpage .privacy_links_holder{margin-top:20px!important;margin-bottom:15px!important;display:flex;justify-content:center}.newloginpage .loginformholder.loginformlogoholder .loginformsectionholder{padding-top:0!important}.adminsignuppage .stoptblogoimg,.communityuserpage .stoptblogoimg{max-height:80px;object-fit:contain}.adminsignuppage .template1-hader p,.communityuserpage .template1-hader p{margin:10px 0 0!important}.adminsignuppage .template1-hader button svg,.communityuserpage .template1-hader button svg{font-size:16px!important;fill:#c50027}.adminsignuppage .redtitle,.communityuserpage .redtitle{text-align:center;font-size:18px;font-weight:700;color:#c60027;margin-top:20px!important}.adminsignuppage .blacktitle,.communityuserpage .blacktitle{text-align:center;font-size:18px;font-weight:500;margin-top:30px}.adminsignuppage .page-content,.communityuserpage .page-content{width:90%;margin-left:5%;margin-right:5%}.adminsignuppage .useridcont,.communityuserpage .useridcont{display:flex;margin-bottom:20px}.adminsignuppage .useridcont p,.communityuserpage .useridcont p{width:30%;font-size:14px}.adminsignuppage .useridcont .MuiFormControl-root,.communityuserpage .useridcont .MuiFormControl-root{width:100%;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:5px;border:1px solid #ddd;font-size:14px!important}.adminsignuppage .useridcont .MuiFormControl-root .MuiInputBase-root,.communityuserpage .useridcont .MuiFormControl-root .MuiInputBase-root{font-size:14px!important;font-family:var(--body-font-family)!important;font-weight:500!important}.adminsignuppage .useridcont .MuiFormControl-root input,.communityuserpage .useridcont .MuiFormControl-root input{padding:5px 10px;font-family:var(--body-font-family)!important;background-color:#fff}.adminsignuppage .useridcont .MuiFormControl-root .MuiInput-underline:after,.adminsignuppage .useridcont .MuiFormControl-root .MuiInput-underline:before,.communityuserpage .useridcont .MuiFormControl-root .MuiInput-underline:after,.communityuserpage .useridcont .MuiFormControl-root .MuiInput-underline:before{border-bottom:none!important}.adminsignuppage .useridcont .MuiSelect-select.MuiSelect-select,.communityuserpage .useridcont .MuiSelect-select.MuiSelect-select{padding:5px 10px;display:flex;align-items:center;background-color:#fff}.adminsignuppage .headerContianer,.communityuserpage .headerContianer{margin-top:0}.adminsignuppage,.communityuserpage{height:100vh}.adminsignuppage .usercontainer,.communityuserpage .usercontainer{margin-top:20px!important;width:100%}.adminsignuppage .userbtncont,.communityuserpage .userbtncont{margin-top:25px;text-align:center}.adminsignuppage .continuebtn,.communityuserpage .continuebtn{background-color:#000!important;border-radius:10px!important;height:38px;font-size:14px;color:#fff;padding-left:10px;padding-right:10px}.adminsignuppage .page-content,.communityuserpage .page-content{height:calc(100dvh - 295px);display:flex;align-items:center;justify-content:center;flex-direction:column;overflow-y:auto}.adminsignuppage .loginformholder.loginformlogoholder .loginformsectionholder,.communityuserpage .loginformholder.loginformlogoholder .loginformsectionholder{padding-top:0!important}.userlogin_page .communityuserpage .profileformholder{display:flex;padding:0;border:none!important;background-color:transparent;box-shadow:none}.userlogin_page .communityuserpage #chat-profile{padding-left:0;padding-right:0}.userlogin_page .communityuserpage #chat-profile p{width:35%;font-size:14px}.userlogin_page .communityuserpage .profileformholder input{padding:5px 10px;font-family:var(--body-font-family)!important;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:5px;border:1px solid #ddd;font-size:14px!important;background-color:#fff}.userlogin_page .communityuserpage .profileformholder .MuiInput-underline:after,.userlogin_page .communityuserpage .profileformholder .MuiInput-underline:before{border-bottom:none!important}.userlogin_page .communityuserpage .toggle-pw-visibility{position:absolute!important;bottom:4px;right:5px}.userlogin_page .communityuserpage .profilesubmitbtn{background-color:#000!important;border-radius:10px!important;height:38px;font-size:14px;color:#fff;padding-left:10px;padding-right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:15px}.userlogin_page .communityuserpage #chat-profile{height:auto!important}.userlogin_page .communityuserpage .page-content{height:calc(100dvh - 295px)}.forgotid{width:100%;text-align:right;color:var(--button-primary-color)!important;text-decoration:underline!important;font-size:14px!important;font-weight:500!important}.forgotid p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 0 0 auto}.forgotid-page .stoptblogoimg{max-height:80px;object-fit:contain}.forgotid-page .template1-hader button svg{font-size:16px!important;fill:#c50027}.forgotid-page .redtitle{text-align:center;font-size:18px;font-weight:700;color:#c60027;margin-top:20px!important;margin-bottom:0}.forgotid-page .blacktitle{text-align:center;font-size:18px;font-weight:500;margin-top:30px;margin-bottom:0}.forgotid-page .headerContianer{margin-top:0}.forgotid-page .useridcont p{width:30%;font-size:14px}.forgotid-page .useridcont{display:flex;margin-bottom:20px}.forgotid-page .page-content{height:calc(100dvh - 330px);display:flex;align-items:center;justify-content:center;flex-direction:column;overflow-y:auto;width:90%;margin-left:5%;margin-right:5%}.forgotid-page .usercontainer{margin-top:20px!important;width:100%}.forgotid-page .useridcont .MuiFormControl-root input{padding:5px 10px;font-family:var(--body-font-family)!important;background-color:#fff}.forgotid-page .useridcont .MuiFormControl-root{width:100%;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:5px;border:1px solid #ddd;font-size:14px!important;height:41px}.forgotid-page .useridcont .MuiSelect-select.MuiSelect-select{padding:5px 10px;display:flex;align-items:center;background-color:#fff}.forgotid-page .useridcont .MuiFormControl-root .MuiInput-underline:after,.forgotid-page .useridcont .MuiFormControl-root .MuiInput-underline:before{border-bottom:none!important}.forgotid-page .useridcont .MuiFormControl-root .MuiInputBase-root{font-size:14px!important;font-family:var(--body-font-family)!important;font-weight:500!important}.forgotid-page .userbtncont{margin-top:0;text-align:center;margin-bottom:15px}.forgotid-page .continuebtn{background-color:#000!important;border-radius:10px!important;height:38px;font-size:14px;color:#fff;padding-left:10px;padding-right:10px}.forgotid-page{height:100vh}.communityuserpage,.forgotid-page{background-image:url(../../static/media/applicationbg.849df274.png);background-position:50%;background-size:cover;background-repeat:no-repeat}.MuiSelect-select.MuiSelect-select em{color:#a9a9a9!important}.swal2-icon.swal2-error.swal2-icon-show{transform:scale(.8);margin-top:10px}.swal2-title{font-size:20px;padding-top:0}.swal2-confirm.swal2-styled,.swal2-icon-show{font-size:14px!important}.adminsignuppage{background-image:url(../../static/media/applicationbg.849df274.png);background-position:50%;background-size:cover;background-repeat:no-repeat}.adminsignuppage .rolecontainer{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:15px;padding-left:15px}.adminsignuppage .rolecontainer p{width:30%;font-size:14px;color:#000}.adminsignuppage .roleselect{width:65%;padding-right:5px}.adminsignuppage .roleselect .MuiFormControl-root .MuiSelect-root{padding:5px 10px;display:flex;align-items:center;background-color:#fff;font-size:14px!important;color:#000!important}.adminsignuppage .roleselect .MuiFormControl-root{width:100%;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:5px;border:1px solid #ddd;font-size:14px!important}.adminsignuppage .roleselect .MuiFormControl-root .MuiSelect-root em{font-size:14px!important;color:#000!important}.adminsignuppage .roleselect svg{fill:#000!important;color:#000!important}.adminsignuppage .roleselect .MuiFormControl-root .MuiInput-underline:after,.adminsignuppage .roleselect .MuiFormControl-root .MuiInput-underline:before{border-bottom:none!important}.adminsignuppage .usercontainer .useridcont{display:flex;align-items:center;justify-content:center;flex-direction:column}.adminsignuppage .useridcont #adminsignupform{width:100%}.adminsignuppage .quescont{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin-bottom:10px}.adminsignuppage .quescont>div{display:flex;align-items:center;justify-content:space-between;width:100%}.adminsignuppage .quescont>div .quesname{width:30%}.adminsignuppage .quescont>div .quesname p{width:100%}.adminsignuppage .quescont>div .quescont{width:65%;padding-right:5px;padding-left:10px}.adminsignuppage .quescont>div .MuiFormControl-root .MuiInputBase-root,.usernamedetailsholder{width:100%}.adminsignuppage .usernamedetailsholder .phonenumcont,.adminsignuppage .usernamedetailsholder .usernamecont{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}.adminsignuppage .usernamedetailsholder .phonenumcont p,.adminsignuppage .usernamedetailsholder .usernamecont p{width:30%!important}.adminsignuppage .usernamedetailsholder .phonenumcont .MuiFormControl-root,.adminsignuppage .usernamedetailsholder .usernamecont .MuiFormControl-root{background-color:#fff;width:65%;margin-right:5px;margin-left:10px;border-radius:0}.adminsignuppage .roleselect .MuiSelect-select:focus,.MuiSelect-select:focus{background-color:#fff!important}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:none!important}.mainpartici{padding:0 10px}.partilist{height:calc(100vh - 290px);margin-bottom:10px;overflow-x:hidden;overflow-y:auto}.partilist .avatarcontent .MuiAvatar-root{margin:0 auto 20px}.partilist .avatarcontent{margin:0 auto}.partilist .avatarname{max-width:115px;overflow-wrap:break-word;word-wrap:break-word;margin:0 auto;text-align:center}.partilist .avatarcontent .MuiAvatar-root{margin:0 auto 10px}.partilist .avatarsection{background-color:#112855;color:#fff;padding:10px;height:100px;border-radius:10px;display:flex;justify-content:center;align-items:center}.partilist .mainpartici{padding:0 10px}.partilist .avatgrid{padding:10px}.avatarcontent{margin:0 auto}.micicon{color:#fff;background-color:#8b8e8f;margin:-7px 6px}.enddiscusion{text-align:center;margin:-45px 112px}.endbtn{background-color:#ffafaf;color:#fff;padding:8px;border-radius:6px;height:40px;font-size:14px!important}.avatarname{max-width:115px;overflow-wrap:break-word;word-wrap:break-word;margin:0 auto;text-align:center}.usersPopUp .MuiFormGroup-root{overflow-y:auto!important;display:grid!important}.usersPopUp .userSelect{margin:2px 65px 14px!important}.roombtn,.usersPopUp .userSelect{background-color:var(--button-primary-color)!important}.roombtn{margin-bottom:20px;border-radius:0}.gobutton,.roombtn{color:#fff!important}.gobutton{height:39px!important;background-color:#273248!important;margin-right:10px!important;margin-top:12px!important}.new-admin-div .swal2-title{display:flex!important;justify-content:center!important;top:97px!important}.new-admin-div .admin-btn{display:inline-block!important;margin-top:35px!important}.new-admin-div .swal2-actions{display:flex!important;flex-direction:column!important}.new-admin-div .swal2-confirm.swal2-styled{font-size:17px!important}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:var(--kenyared-primary-color)!important;color:#fff;font-size:1em}.filterModalContent .MuiPaper-root.MuiAppBar-root.MuiAppBar-colorPrimary{background-color:#056523!important}.loginformsectionholder .btm-branding{justify-content:center}.loginformsectionholder .zero.logoholder{display:flex;align-items:center;justify-content:center;margin:15px!important}.bottomversionholder .zero img{max-width:200px;height:auto}.forgot-password .MuiButtonBase-root.MuiButton-root{left:190px;top:10px}.reminderlist{overflow-y:auto;height:calc(100vh - 135px)}.reminderlist .m-0 .MuiTypography-body1{margin-left:0!important}.addreminder .remindercont{display:flex;align-items:center;justify-content:flex-start;margin-top:20px;margin-left:20px}.remindercont .MuiFormControl-root,.remindercont .MuiFormControl-root.MuiTextField-root,.remindercont .MuiSelect-select.MuiSelect-select{width:90%}.remindercont .freqcont{margin-left:10px;width:100%}.remindercont .freqcont .MuiFormControl-root{width:92%}.remindercont .txtcountryuid{border:1px solid #ddd;height:72px;border-radius:2px}.remindercont .txtcountryuid input{border:none;box-shadow:none;height:59px}.noremindertext{text-align:center;margin-top:15px}.reminderactionbtnholder{position:fixed;bottom:80px;width:100%;text-align:center}body.mobile-frame .reminderactionbtnholder{width:400px}.addreminder{background-color:var(--kenyagreen-primary-color)!important;color:#fff!important;margin-right:15px!important}.deletereminder{background-color:var(--kenyared-primary-color)!important;color:#fff!important}.addedreminderlist{height:calc(100vh - 200px);padding-top:10px}.addedreminderlist .MuiListItemText-root{background-color:#fff6f4;border-radius:10px;padding:10px 10px 5px}.addedreminderlist .MuiListItemText-root span.MuiTypography-root{color:var(--kenyared-primary-color);border-bottom:1px solid rgba(255,99,0,.25);padding-bottom:5px;margin-bottom:10px}p.remindertext,p.remindertime{color:#000;font-family:"Roboto";font-style:normal;font-weight:400;font-size:13px;line-height:16px;margin:10px 0;display:flex;align-items:center}p.remindertext svg,p.remindertime svg{font-size:16px;margin-right:10px;fill:var(--kenyagreen-primary-color)}.addedreminderlist .MuiList-root.MuiList-padding{padding:0}.remindercont{display:flex;align-items:center;justify-content:center}.remindercont .freqcont{width:82%;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:5px 14px;margin:8px}.remindercont .freqcont label,.remindercont label{font-size:14px!important}.remindercont .freqcont .MuiFormControl-root{width:100%}.remindercont input{padding-top:5px;padding-bottom:5px;font-size:14px!important;border-radius:6px;border:1px solid #ddd;padding:5px 14px!important}.remindercont .MuiInput-underline:after,.remindercont .MuiInput-underline:before,.remindercont fieldset{border:none!important}.remindercont.flex-column .MuiInputBase-root.MuiInput-root{border-radius:6px;border:1px solid #ddd}.remindercont.flex-column .MuiInputBase-root.MuiInput-root input{border:none!important}.MuiGrid-root.remindercont select{font-size:14px;padding:0}.mt-20px{margin-top:20px}.remindercont .MuiSelect-select.MuiSelect-select{padding:0;font-size:14px;display:flex;align-items:center}.delreminderholder{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px 10px}.delreminderholder .MuiInput-underline:after,.delreminderholder .MuiInput-underline:before{border-bottom:none!important}.delreminderholder input{border:1px solid #ddd;border-radius:6px;padding:5px 14px;font-size:14px!important}.delreminderholder .MuiFormControl-root.MuiTextField-root{width:100%}.p-8px{padding:8px 30px 8px 20px}body[data-theme~=template1] .newregpage .regformtitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:16px;line-height:20px;letter-spacing:-.24px;color:#000;font-family:var(--body-font-family)!important;color:var(--base-dark-color)!important;margin:16px 0 16px 8px}.newregpage .MuiFormControl-root.MuiTextField-root.textfieldwrap{padding-left:10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;height:48px;color:var(--base-dark-color);border:1px solid #ddd}.newregpage .MuiFormControl-root.MuiTextField-root.textfieldwrap .MuiInput-underline:before{border-bottom:none!important}.newregpage .MuiFormControl-root.MuiTextField-root.textfieldwrap .MuiInput-underline{height:50px}@media screen and (min-width:767px)and (max-width:1200px){.newloginpage .getstarted-btn,.onboardingsliderdivcontent2,.usertypeselectdiv{width:50%;margin:0 auto!important;max-width:50%!important;flex-basis:50%!important}}.swal2-popup.swal2-modal.serviceSwal{width:90vw;height:65vh}.mobile-frame .swal2-popup.swal2-modal.serviceSwal{width:350px;height:65vh}div:where(.swal2-container) div:where(.swal2-html-container){font-size:15px!important;color:#000!important}.getinvolvedlistholder .getinvlinkholder .joinlink{font-size:15px;padding:6px 13px}.swal-button-container .swal-button.submitYesbtn,.swal-button-container .swal-button.submitYesbtn:hover{background-color:var(--kenyagreen-primary-color)}.swal-button-container .swal-button.submitNobtn,.swal-button-container .swal-button.submitNobtn:hover{background-color:var(--kenyared-primary-color)}.mobile-frame .swal-modal{width:350px}.surveyform .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 290px)!important}.chatmiddlesection{max-height:60vh;overflow:hidden;overflow-y:auto}.questionRow_registration{width:100%;margin-left:0}.pagecontentholder .gridcontainer.mt-15{margin-top:15px!important}.swal2-deny.swal2-styled{font-size:15px!important}.consentPopup .swal-footer{display:flex;align-items:center;justify-content:space-evenly}.opendashboardlink{padding:3px 12px}.opendashboardlink .icon{color:#daa520}.opendashboardlink .label{padding:4px 10px}input[name=escalateRole]{display:inline-block!important}body,html{overflow:hidden!important}body.mobile-frame{height:calc(100% - 94px)!important;overflow-x:hidden;overflow-y:hidden}body.mobile-frame #root{border-bottom:none!important}body.mobile-frame{background:#fff;height:100vh!important;width:400px;border-radius:14px;margin:0 auto;display:block}body.mobile-frame #root{background:#fff;height:100vh;border:none!important}body.mobile-frame .getknowledgeable_page .backgroundivholder .bgdiv1{width:396px}body.mobile-frame .getknowledgeable_page .backgroundivholder .bgdiv2,body.mobile-frame .getknowledgeable_page .backgroundivholder .welcometopcurve,body.mobile-frame .homemenu_gridpage .backgroundivholder .bgdiv1,body.mobile-frame .homemenu_gridpage .backgroundivholder .bgdiv2,body.mobile-frame .homemenu_gridpage .backgroundivholder .welcometopcurve{width:396px!important}body.mobile-frame .botnavmainholder{width:400px!important;top:auto!important;position:fixed!important;left:0!important;margin-left:calc(50vw - 200px)!important}body.mobile-frame .clearall-btn{position:inherit}body.mobile-frame .clearall-wrap{text-align:right;margin-right:17px}body.mobile-frame .rcw-conversation-container.active{margin-left:-38px;width:400px}body.mobile-frame .rcw-conversation-container .rcw-close-button{border:0;display:block;position:absolute;right:10px;top:35px;width:40px}body.mobile-frame .rcw-conversation-container .rcw-close-button img{width:20px}.mobile-frame .MuiAppBar-root.bottom-appbar,.mobile-frame .onboarding-page.langpref-page .skipbtnholder,.mobile-frame .onboarding-page.langpref-page .stoptblogodiv,.mobile-frame .onboarding-page .skipbtnholder,.mobile-frame .onboarding-page .slick-dots,.mobile-frame .onboarding-page .stoptblogodiv,.mobile-frame .patientonboarding-page.langpref-page .skipbtnholder,.mobile-frame .patientonboarding-page.langpref-page .stoptblogodiv,.mobile-frame .patientonboarding-page .skipbtnholder,.mobile-frame .patientonboarding-page .slick-dots,.mobile-frame .patientonboarding-page .stoptblogodiv,.mobile-frame .pregistaionsubmit,.mobile-frame .registaionsubmit{width:400px!important}.mobile-frame .MuiAppBar-root.bottom-appbar{right:auto!important}body.mobile-frame .MuiDialog-paperFullScreen{background-image:none!important;background-color:#f8f5fb!important;width:400px!important}body.mobile-frame .welcome-login-page{position:relative!important;height:100vh;width:100%}body.mobile-frame .bottom-navigation-menu{overflow-x:hidden!important}body.mobile-frame .championvideobig.championimge{width:190px!important;width:260px!important}body.mobile-frame #skitt-ui{margin-right:calc(50% - 210px)}#surveyinfotabcontainer .no-internet{margin-top:calc(100vh - 525px)}body.mobile-frame #skitt-ui{border-radius:4px;font-size:35px;height:64px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:20px!important;border-radius:10px;box-shadow:none;z-index:1500}body.mobile-frame #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}body.mobile-frame .rcw-launcher,body.mobile-frame .speech-btn{margin-right:calc(50% - 200px)!important}body.mobile-frame .rcw-widget-container{margin-right:calc(50% - 180px);height:100%!important;position:inherit}body.mobile-frame .rcw-messages-container{height:calc(100vh - 170px);max-height:calc(100vh - 170px)}body.mobile-frame [data-rsbs-overlay]{width:400px;margin-left:calc(50vw - 200px);margin-right:calc(50vw - 200px)}body.mobile-frame .chatDate span{background-color:var(--input-border-grey);padding:5px 10px;border-radius:12px}.internet-error{text-align:center;background:#171616;position:absolute;bottom:0;width:100%;z-index:11111;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}::-webkit-scrollbar-thumb{background:#8d9093;border-radius:10px}[data-theme=template2]{--primary-bg-color:#f1f3f6;--base-dark-color:#1d2028;--input-border-grey:#b5b8bc;--button-primary-color:#37d19f;--lang-icon-background:#fff;--search-box-background:#e5e7ea;--bottomnav-active-color:#ef550a;--bottomsheet-bg-color:#fff;--chat-header-background:#f1f3f6;--chat-sentmsg-background:#37d19f;--chat-sentmsg-color:#fff;--chat-repliesmsg-background:#f1f3f6;--chat-repliesmsg-color:#1d2028;--button-secondary-color:#c3c5c8;--bottompaper-nav-color:#1d2028;--card-icon-color:#8d9093;--swal-bg-color:#fff;--reportbutton-secondary-color:#c3c5c8;--chat-bg-screen-color:#fff}[data-colorTheme=dark],[data-theme=template2]{--base-font-family:"Karla",sans-serif;--body-font-family:"Karla",sans-serif;--heading-font-family:"Rubik",sans-serif;--base-dark-grey:#8d9093;--back-arrow-color:#aeb1b4;--lang-border-grey:#ddd;--color-white:#fff;--color-black:#1d2028}[data-colorTheme=dark]{--primary-bg-color:#1d2028;--base-dark-color:#fff;--input-border-grey:#5d6063;--button-primary-color:#ef550a;--lang-icon-background:#444548;--search-box-background:#444548;--bottomnav-active-color:#fff;--bottomsheet-bg-color:#1d2028;--chat-header-background:#444548;--chat-sentmsg-background:#ef550a;--chat-sentmsg-color:#fff;--chat-repliesmsg-background:#444548;--chat-repliesmsg-color:#fff;--button-secondary-color:#444548;--bottompaper-nav-color:#aeb1b4;--card-icon-color:#ef550a;--swal-bg-color:#1d2028;--reportbutton-secondary-color:#1d2028;--chat-bg-screen-color:#1d2028}body[data-theme=template2] body,body[data-theme=template2] html{overflow:hidden!important}body[data-theme=template2] .msg-info span.fa.fa-comments{font-size:24px!important}body[data-theme=template2] .group-list .searchbardiv,body[data-theme=template2] .peer-list .searchbardiv{margin-bottom:10px}body[data-theme=template2] .group-list .searchbardiv .homesearchbardiv,body[data-theme=template2] .peer-list .searchbardiv .homesearchbardiv{border-radius:12px}body[data-theme=template2] .msg-info span.reporticon{padding-right:10px}body[data-theme=template2] .loading svg{fill:var(--base-dark-color)!important}@media(max-width:700px)and (orientation:portrait){body[data-theme=template2] #skitt-ui{border-radius:4px;font-size:35px;height:56px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:8px!important;border-radius:10px;box-shadow:none;z-index:1500}body[data-theme=template2] #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}}@media(min-width:700px)and (orientation:portrait){body[data-theme=template2] #skitt-ui{border-radius:4px;font-size:35px;height:64px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:8px!important;border-radius:10px;box-shadow:none;z-index:1500}body[data-theme=template2] #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}}@media(max-width:1200px)and (orientation:landscape){body[data-theme=template2] #skitt-ui{border-radius:4px;font-size:35px;height:64px!important;width:50px!important;bottom:10px!important;background-color:hsla(0,0%,100%,.4);display:flex!important;align-items:center;justify-content:center;right:8px!important;border-radius:10px;box-shadow:none;z-index:1500}body[data-theme=template2] #skitt-toggle-button{width:40px;height:40px;background-position:50%;background-size:90%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 96.667 96.666' fill='%23103caf'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E")}}body[data-theme=template2] .skitt-ui--listening #skitt-toggle-button:hover,body[data-theme=template2] .skitt-ui--not-listening #skitt-toggle-button{background-color:transparent!important}body[data-theme=template2] #skitt-toggle-button{animation:pulse-blue 2s infinite}@keyframes pulse-blue{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(52,172,224,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(52,172,224,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(52,172,224,0)}}body[data-theme=template2] #skitt-listening-text{display:none}body[data-theme=template2] .header{background-color:#fff!important;color:#212529!important;top:0!important}body[data-theme=template2] .headerContianer{position:relative}body[data-theme=template2] .MuiAutocomplete-endAdornment svg.MuiSvgIcon-root path{fill:#333!important}body[data-theme=template2] .MuiAutocomplete-endAdornment svg.MuiSvgIcon-root{background:transparent!important}body[data-theme=template2] .headerContianer .MuiGrid-grid-xs-11{flex-basis:80.666667%}body[data-theme=template2] div#attachedscrssnhot{width:100%;overflow:hidden;height:calc(100vh - 240px)}body[data-theme=template2] .feedbackIcon{position:absolute;right:20px;top:20px;fill:var(--button-primary-color)}body[data-theme=template2] .homepageheaderdiv .feedbackIcon{position:relative;left:0;top:13px}body[data-theme=template2] .homepageInnderheaderdiv .feedbackIcon{top:0;left:-10px}body[data-theme=template2] .template1-hader{width:100%}body[data-theme=template2] .gridcontainer{width:100%!important;margin:0!important}body[data-theme=template2] .main{background-color:#fff!important}body[data-theme=template2] .MuiButton-root,body[data-theme=template2] button{font-family:var(--heading-font-family)!important}body[data-theme=template2] #root,body[data-theme=template2] body{font-family:var(--body-font-family)!important;background-color:#f1f3f6!important;height:100vh}body[data-theme=template2] .MuiFormLabel-root.Mui-focused{color:#2196f3!important}body[data-theme=template2] .getaccess-page,body[data-theme=template2] .gklist-page,body[data-theme=template2] .tos-page{padding-top:56px!important}body[data-theme=template2] .privacy-content a{color:var(--button-primary-color)}body[data-theme=template2] .homepageheaderdiv .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;fill:var(--button-primary-color)!important}body[data-theme=template2] .MuiAppBar-positionFixed .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important}body[data-theme=template2] a.active>div{background-color:hsla(0,0%,100%,.4)!important}body[data-theme=template2] a{text-decoration:none;color:inherit}body[data-theme=template2] .text-center{text-align:center}body[data-theme=template2] .mb-0{margin-bottom:0!important}body[data-theme=template2] .zero{padding:0!important;margin:0!important}body[data-theme=template2] .multilinewrap{word-break:break-all;white-space:normal}body[data-theme=template2] .fs-0_9375rem{font-size:.9375rem!important}body[data-theme=template2] [data-tour-elem=navigation]{width:100%}body[data-theme=template2] [data-tour-elem=dot]{margin-left:5%;margin-right:5%}body[data-theme=template2] .TOStext{font-weight:600;line-height:2.7;margin-left:-6px;font-size:12px;text-decoration:underline;color:#0c37b6;color:var(--base-dark-color)!important}body[data-theme=template2] .surveytitlediv{background-color:var(--lang-icon-background);border-radius:10px;color:var(--button-primary-color)!important;text-transform:capitalize;height:30px;padding:10px;text-align:center;font-weight:600;margin-bottom:10px;margin-left:10px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:18px}body[data-theme=template2] .reactour__helper.reactour__helper--is-open{margin-right:20px;padding:30px 10px 15px;border-radius:6px}body[data-theme=template2] .fw-600{font-weight:600}body[data-theme=template2] .w-100{width:100%}body[data-theme=template2] .menubtn{margin-right:.5rem!important;z-index:9;color:var(--button-primary-color)!important}body[data-theme=template2] .application-title{flex-grow:1}body[data-theme=template2] .applogoimg{height:44px;margin-right:-25px}body[data-theme=template2] .secondary-header{background-color:#009596!important;color:#fff!important;box-shadow:none!important;position:fixed!important;top:56px}body[data-theme=template2] .secondary-header .application-title{font-size:.9375rem!important;color:#fff!important}body[data-theme=template2] .homeicon-btn{padding-right:0!important;margin-right:0!important}body[data-theme=template2] .bottom-appbar{top:auto!important;bottom:0!important;box-shadow:none!important}body[data-theme=template2] .bottom-toolbar{display:flex;width:100%;justify-content:space-evenly}body[data-theme=template2] .bottom-toolbar button span svg{width:33px;height:33px;color:#fff;padding-top:3px}body[data-theme=template2] .green-page .bottom-toolbar{background-color:#009596}body[data-theme=template2] .red-page .bottom-toolbar,body[data-theme=template2] .red-page .secondary-header{background-color:#d50032!important}body[data-theme=template2] .bg-light-teal{background-color:#eafffd!important}body[data-theme=template2] .bottonnavPopup p{background-color:#4e61bf}body[data-theme=template2] .bottonnavPopup p svg{color:#fff}body[data-theme=template2] [data-rsbs-overlay]{z-index:1200;background:var(--bottomsheet-bg-color)!important}body[data-theme=template2] [data-rsbs-content]{overflow:hidden;overflow-y:auto;padding-left:15px;padding-right:15px;padding-bottom:15px}body[data-theme=template2] [data-rsbs-header]:before{background-color:var(--base-dark-color)!important}body[data-theme=template2] [data-rsbs-backdrop]{z-index:1100}body[data-theme=template2] .getstarted-page{height:100vh;display:flex;align-items:center}body[data-theme=template2] .applogo{height:70px}body[data-theme=template2] .flaglogo{border-radius:50%;width:80px;height:80px;background:#fff;border:2px solid #ddd;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;margin-bottom:5px!important}body[data-theme=template2] .selectlangcontainer{flex-direction:row!important;justify-content:space-around}body[data-theme=template2] .selectlangcontainer label span{font-size:.875rem!important}body[data-theme=template2] .selectlangtitle{font-size:1.25rem!important;margin-bottom:1.5rem!important}body[data-theme=template2] .versioninfo span{font-size:.8125rem!important;margin-right:5px}body[data-theme=template2] .getstarted-form .inputlabel{color:rgba(0,0,0,.65)}body[data-theme=template2] .getstarted-form .MuiSelect-select.MuiSelect-select{padding-left:5px}body[data-theme=template2] .getstarted-form .MuiInput-underline:before{border-bottom:1px solid rgba(244,67,54,.82)}body[data-theme=template2] .getstarted-form .MuiInput-underline:after{border-bottom:2px solid #f44336}body[data-theme=template2] .getstarted-btn-holder{padding-left:30px;padding-right:30px}body[data-theme=template2] .servicesPreviewForm .MuiSelect-icon,body[data-theme=template2] .surveyPreviewForm .MuiSelect-icon{display:none}body[data-theme=template2] .getstarted-btn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;width:100%;padding:0 8px!important}body[data-theme=template2] .poweredbyimg{max-width:60%;height:auto;margin-top:10px}body[data-theme=template2] .communityList-conatiner{padding:10px;background:hsla(0,0%,100%,.5);background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;margin:10px 25px;height:calc(100vh - 280px)}body[data-theme=template2] .communityList-conatiner>div{font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme=template2] .community-searchbar input{font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:var(--base-dark-color)!important;font-family:var(--body-font-family)!important}body[data-theme=template2] .communityList-conatiner .MuiFormControlLabel-root{margin-left:0}body[data-theme=template2] .communityList-conatiner .MuiFormControlLabel-root span.MuiFormControlLabel-label{font-size:14px!important;line-height:22px;letter-spacing:.5px}body[data-theme=template2] .communityList-conatiner .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root,body[data-theme=template2] .registration_details_page .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root{background:var(--button-primary-color)!important}body[data-theme=template2] .communityList-conatiner .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)!important}body[data-theme=template2] .communityList-conatiner .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme=template2] .communityList-conatiner .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:50%}body[data-theme=template2] .communitylistpage.onboarding-page.langpref-page .skipbtnholder{position:fixed;width:100%;bottom:20px}body[data-theme=template2] .community-searchbar{background-color:var(--search-box-background)!important;border-radius:12px;box-shadow:none;margin-bottom:10px;margin-top:5px}body[data-theme=template2] .padding10{padding:10px}body[data-theme=template2] .homemenu-page{overflow-x:hidden}body[data-theme=template2] .homemenulist{width:100%;height:calc(100vh - 110px);padding-top:0!important;padding-bottom:0!important;background-position:50%;background-size:80%;background-repeat:no-repeat}body[data-theme=template2] .nested-list-item{padding-left:32px!important}body[data-theme=template2] .homemenu-linkbtn{height:calc(16vh - 14px)!important;padding-left:0!important}body[data-theme=template2] .homemenulisting .homemenu-linkbtn{height:calc(19vh - 13px)!important;padding-left:0!important;opacity:.9!important}body[data-theme=template2] .homemenulisting .homemenuicon{display:flex;align-items:center;justify-content:center;height:calc(19vh - 14px)!important;min-width:75px!important}body[data-theme=template2] .homemenutext span{font-size:20px!important;padding-left:20px!important}body[data-theme=template2] .homemenuicon svg{width:35px!important;height:35px!important;color:#fff!important}body[data-theme=template2] .homemenuicon{display:flex;align-items:center;justify-content:center;height:calc(16vh - 14px)!important;min-width:75px!important}body[data-theme=template2] .greenbg-menu-text{background:#0a8182!important;color:#fff!important}body[data-theme=template2] .greenbg-menu-icon{background:#019495}body[data-theme=template2] .redbg-menu-text{background:#b40a32!important;color:#fff!important}body[data-theme=template2] .redbg-menu-icon{background:#d50032!important}body[data-theme=template2] .bluebg-menu-text{background:#0a559d!important;color:#fff!important}body[data-theme=template2] .bluebg-menu-icon{background:#005eb8!important}body[data-theme=template2] .yellowbg-menu-text{background:#cc910a!important;color:#fff!important}body[data-theme=template2] .yellowbg-menu-icon{background:#f2a900!important}body[data-theme=template2] .brownbg-menu-text{background:#6b4e44!important;color:#fff!important}body[data-theme=template2] .brownbg-menu-icon{background:#795548!important}body[data-theme=template2] .blackbg-menu-text{background:#000!important;color:#fff!important}body[data-theme=template2] .homemenulisting .blackbg-menu-text{background:rgba(0,0,0,.9)!important;color:#fff!important}body[data-theme=template2] .blackbg-menu-icon{background:#000!important}body[data-theme=template2] .greay-menu-icon{background:grey!important;color:#fff!important}body[data-theme=template2] .greay-menu-text{background:#a9a9a9!important;color:#fff!important}body[data-theme=template2] .redbg{background:#d50032!important;color:#fff!important}body[data-theme=template2] .redbg>div{padding-left:75px!important}body[data-theme=template2] .yellowbg{background:#f2a900!important;color:#fff!important}body[data-theme=template2] .yellowbg>div{padding-left:75px!important}body[data-theme=template2] .borderbottom:after{content:"";border-bottom:1px solid hsla(0,0%,100%,.62);width:80%;display:inline-block;position:absolute;bottom:0}body[data-theme=template2] .gklist-page{height:calc(100vh - 120px);overflow-y:auto}body[data-theme=template2] .kblist{flex-grow:1}body[data-theme=template2] .kblistitem span{font-size:14px!important}body[data-theme=template2] .kblisticon svg{fill:#fff!important;width:16px}body[data-theme=template2] .kblistitem{background:rgba(0,149,150,.9)!important;color:#fff!important;border-radius:4px!important;margin-bottom:15px}body[data-theme=template2] .gklistdetails-root{width:100%}body[data-theme=template2] .gklistdetails-accordion-header,body[data-theme=template2] p.gklistdetails-accordion-header{font-size:15px!important;flex-basis:100%;flex-shrink:0;font-size:18px!important;line-height:24px;color:var(--color-white)!important}body[data-theme=template2] .gklistdetails-accordion-headerlink{background:#4e61bf!important;background:var(--base-dark-grey)!important;color:var(--color-white)!important;border-radius:4px!important}body[data-theme=template2] .gklistdetails-root svg{fill:#fff!important}body[data-theme=template2] .offline-icon svg{fill:var(--base-dark-color)!important}body[data-theme=template2] .getinfocommentsec textarea{background:var(--lang-icon-background)!important;border-radius:5px}body[data-theme=template2] .getinfocommentbutton{margin-top:5px}body[data-theme=template2] .resetgridcontainer{margin:0 10px!important}body[data-theme=template2] .gklistdetails-root>div{margin-bottom:15px!important;box-shadow:none!important}body[data-theme=template2] .gklistdetails-root>div:last-child{margin-bottom:0!important;box-shadow:none!important}body[data-theme=template2] .gklistdetails-root .MuiAccordion-root:before{background-color:transparent!important}body[data-theme=template2] .gklistdetails-summary{background:hsla(0,0%,100%,.02)!important;border:1px solid #efdfdf!important;border-top:0!important;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);border-radius:4px!important}body[data-theme=template2] .gklistdetails-summary p{word-break:break-word;color:var(--base-dark-color)!important}body[data-theme=template2] .gklistdetails-summary p.gklistdetails-accordion-header{color:var(--color-white)!important}body[data-theme=template2] .gklistsubdetails-summary{background:rgba(0,0,0,.02)!important;border:1px solid #ddd!important;border-top:0!important}body[data-theme=template2] .gklistsubdetails-summary p{font-size:14px!important}body[data-theme=template2] .gklistsubdetails-accordion-headerlink{background:rgba(0,149,150,.7)!important;color:#fff!important;border-radius:4px!important}body[data-theme=template2] .getaccess-page{height:calc(100vh - 120px);overflow-y:auto}body[data-theme=template2] .bottom-tabs-bar{background-color:#fff}body[data-theme=template2] .bottom-tabs-bar-appbar{position:fixed!important;bottom:58px}body[data-theme=template2] .bottom-tabs-bar span.MuiTabs-indicator{top:0;background-color:#d50032}body[data-theme=template2] .bottom-tabs-bar .Mui-selected{color:#d50032!important}body[data-theme=template2] .getaccesstabs-container>div{height:calc(100vh - 245px);overflow-y:auto}body[data-theme=template2] .getaccess-floatingbtn{bottom:150px;right:15px;position:fixed!important;background-color:#d50032!important}body[data-theme=template2] .googlemapimg{height:calc(100vh - 245px);background-position-x:30%}body[data-theme=template2] .getaccesstabs-container.zero>div{padding:0!important}body[data-theme=template2] .getaccess-searchbar{background-color:#fff!important;box-shadow:none!important;border:2px solid #eee!important}body[data-theme=template2] .getaccess-searchbar button{color:#fff}body[data-theme=template2] .getaccess-searchbar input{font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#fff!important;color:var(--base-dark-color)!important;font-family:var(--body-font-family)!important}body[data-theme=template2] .getaccess-searchbar svg{fill:var(--base-dark-color)!important}body[data-theme=template2] .proximityslider{color:#d50032!important}body[data-theme=template2] .proximity-slidercontainer{padding:0 8px}body[data-theme=template2] .getaccess-page .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .getaccess-page .MuiRadio-colorSecondary.Mui-checked{color:#d50032}body[data-theme=template2] .getaccess-settings-actionbtn{background-color:#d50032!important}body[data-theme=template2] .getaccess-page .MuiFormControlLabel-label{font-size:14px!important}body[data-theme=template2] #link-reset{font-weight:600!important;font-family:"Karla"!important;color:#000!important;position:relative;padding-top:30px!important;float:right}body[data-theme=template2] .welcomeslider-container button.slick-next,body[data-theme=template2] .welcomeslider-container button.slick-prev{display:none!important}body[data-theme=template2] .swalUser{color:var(--button-primary-color)}body[data-theme=template2] .skipbtnholder{position:fixed;width:100%;bottom:10px}body[data-theme=template2] .welcomeslider-container p{font-size:.875rem!important}body[data-theme=template2] .welcomeslider-container h3{text-align:center!important}body[data-theme=template2] .welcomeslider-imageholder{height:calc(100vh - 300px)}body[data-theme=template2] .welcomepage{color:#fff;color:var(--base-dark-color)!important}body[data-theme=template2] .welcomepage p{margin-left:0!important}body[data-theme=template2] .welcomepage h3{font-weight:500!important}body[data-theme=template2] .regform-skiptext{color:#9e9e9e;font-size:14px;font-weight:600}body[data-theme=template2] .regformheader{border-bottom:1px solid #ddd;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}body[data-theme=template2] .regformquestionimg{height:100px}body[data-theme=template2] .steptitle{color:#1a90ff}body[data-theme=template2] .regtextfield{width:100%}body[data-theme=template2] .regtextfield .MuiInput-formControl{width:80%;margin-left:10%}body[data-theme=template2] .regtextfield .MuiInput-formControl input{background-color:rgba(0,0,0,.02);border-radius:4px;border:2px solid #ddd;padding:10px}body[data-theme=template2] .regtextfield .MuiInput-formControl.MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .regformquestioncalimg{height:80px;margin:10px 0}body[data-theme=template2] .backarrow-container{padding:0 12px!important;display:flex;align-items:center;color:#9e9e9e}body[data-theme=template2] .genderdiv{margin-top:20px}body[data-theme=template2] .genderdiv label{background-color:rgba(0,0,0,.02);border-radius:4px;padding-left:5px;border:2px solid #ddd;margin-right:20px;margin-left:20px;margin-bottom:10px}body[data-theme=template2] .oneimpactlogoimg{max-width:30%;height:auto}body[data-theme=template2] .avatarholder .oneimpactlogoimg{max-width:100%;height:auto}body[data-theme=template2] .onboardingheaderdiv{background-color:#009596;color:#fff;padding:10px;position:relative}body[data-theme=template2] .custom-shape-divider-bottom-1599722124{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}body[data-theme=template2] .custom-shape-divider-bottom-1599722124 svg{position:relative;display:block;width:calc(100% + 1.3px);height:50px}body[data-theme=template2] .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#fff}body[data-theme=template2] .progressbarcontainer{margin-top:10px;margin-bottom:0}body[data-theme=template2] .getonboardedtext{margin-top:10px;margin-bottom:10px;font-weight:600;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;text-align:center;color:var(--base-dark-color)!important}body[data-theme=template2] .onboardingslider-container p,body[data-theme=template2] .patientslider-container p{color:#7c7172}body[data-theme=template2] .onboardingslider-container button.slick-next,body[data-theme=template2] .onboardingslider-container button.slick-prev{display:none!important}body[data-theme=template2] .imgmiddle{margin:0 auto}body[data-theme=template2] .onboardingslider-container .slick-dots li button:before{font-family:"slick";font-size:15px}body[data-theme=template2] .onboardingslider-container .slick-dots li.slick-active button:before{opacity:.75;color:#009596}body[data-theme=template2] .onboarding-page .skipbtnholder,body[data-theme=template2] .patientonboarding-page .skipbtnholder{position:fixed;width:100%;bottom:5px}body[data-theme=template2] .onboarding-page .slick-dots,body[data-theme=template2] .patientonboarding-page .slick-dots{position:fixed;bottom:40px}body[data-theme=template2] .onboarding-page .stoptblogodiv,body[data-theme=template2] .patientonboarding-page .stoptblogodiv{position:fixed;bottom:55px}body[data-theme=template2] .onboarding-page .MuiInput-underline:after,body[data-theme=template2] .patientonboarding-page .MuiInput-underline:after{left:0;right:0;bottom:0;content:"";position:absolute;transform:scaleX(0);transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;border-bottom:2px solid #009596;pointer-events:none}body[data-theme=template2] .onboardingsliderdivcontent,body[data-theme=template2] .patientsliderdivcontent{height:calc(100vh - 300px);overflow-y:auto}body[data-theme=template2] .onboarding-page .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .onboarding-page .MuiRadio-colorSecondary.Mui-checked,body[data-theme=template2] .patientonboarding-page .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .patientonboarding-page .MuiRadio-colorSecondary.Mui-checked{color:#009596}body[data-theme=template2] .onboarding-page label span.MuiTypography-body1,body[data-theme=template2] .patientonboarding-page label span.MuiTypography-body1{font-size:14px;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1.5}body[data-theme=template2] .onboarding-page fieldset,body[data-theme=template2] .patientonboarding-page fieldset{width:-webkit-fill-available}body[data-theme=template2] .termsdivcontent{height:calc(100vh - 200px);overflow-y:auto;font-size:14px}body[data-theme=template2] .terms-condition-container{height:calc(100vh - 170px)}body[data-theme=template2] .onboardingback{margin-left:5px;margin-top:25px}body[data-theme=template2] .homepagedivcontent{height:calc(100vh - 105px);height:calc(100vh - 68px);overflow-y:auto;overflow-y:hidden;padding:0!important}body[data-theme=template2] .homepageheaderdiv{color:#009596}body[data-theme=template2] .disabled-link{pointer-events:none}body[data-theme=template2] .homepageheaderdiv .custom-shape-divider-bottom-1599722124 svg{position:relative;display:block;width:calc(100% + 1.3px);height:30px}body[data-theme=template2] .homepageheaderdiv .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#0a8182}body[data-theme=template2] .gk-page .MuiAppBar-colorPrimary{color:#fff;background-color:#009596}body[data-theme=template2] .bottom-toolbar a.active{background-color:#007a7a;border-radius:0}body[data-theme=template2] .gktabs{background-color:#007a7a!important;box-shadow:none!important}body[data-theme=template2] .gkbottomheaderdiv{position:relative}body[data-theme=template2] .custom-shape-divider-top-1599740811{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}body[data-theme=template2] .custom-shape-divider-top-1599740811 svg{position:relative;display:block;width:calc(100% + 1.3px);height:150px}body[data-theme=template2] .custom-shape-divider-top-1599740811 .shape-fill{fill:#fff}body[data-theme=template2] .gk-page .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#007a7a}body[data-theme=template2] .gk-page .gktabs .MuiTab-textColorPrimary.Mui-selected span{color:#fff!important}body[data-theme=template2] .gk-page .gktabs button span{color:hsla(0,0%,100%,.5)!important}body[data-theme=template2] .gk-page .gktabs .PrivateTabIndicator-colorPrimary-3,body[data-theme=template2] .gk-page .gktabs .PrivateTabIndicator-colorPrimary-4{background-color:#fff!important;height:2px;bottom:3px}body[data-theme=template2] .gk-page .getaccess-searchbar{margin:10px}body[data-theme=template2] .gkdivcontent{height:calc(100vh - 166px)}body[data-theme=template2] .gkdivcontent.knowledge-detail{height:calc(100vh - 138px);position:relative}body[data-theme=template2] .gkdivcontent.champion-detail,body[data-theme=template2] .gkdivcontent.chat-container{height:calc(100vh - 137px)}body[data-theme=template2] .infotabcontainer{height:calc(100vh - 214px)}body[data-theme=template2] .nearmepage .infotabcontainer{height:auto;padding-left:0;padding-right:0}body[data-theme=template2] .neameContactview{position:relative}body[data-theme=template2] .nearmeSpeedDial{z-index:1111;position:absolute;bottom:160px;right:10px}body[data-theme=template2] .filterBottomSheet .MuiDrawer-paperAnchorBottom{border-top-left-radius:16px;border-top-right-radius:16px}body[data-theme=template2] .nearmeSpeedDial .MuiSpeedDialAction-fab{background-color:var(--button-primary-color)!important}body[data-theme=template2] .nearmeSpeedDial .MuiSpeedDialAction-fab svg{fill:#fff}body[data-theme=template2] .mapfiltercheckboxlist{padding:10px}body[data-theme=template2] .infotabcontainer.chat-list-swipe{height:calc(100vh - 186px);overflow-y:hidden;padding-left:0;padding-right:0}body[data-theme=template2] .infotitle>span{color:#009596!important;font-weight:600!important}body[data-theme=template2] .infodesc{display:block;margin:5px 0!important}body[data-theme=template2] .infoupdatedate{display:block;margin:5px 0!important;font-weight:600!important;font-size:12px!important;color:#deac36!important}body[data-theme=template2] .infoviewmorebtn{background-color:#009596!important;font-size:12px!important;margin-top:3px!important}body[data-theme=template2] .breadcrumbholder{background:#007a7a;padding:10px}body[data-theme=template2] .breadcrumbholder ol li a{color:#fff!important;font-size:12px!important;font-weight:600!important}body[data-theme=template2] .breadcrumbholder ol li{color:#fff!important}body[data-theme=template2] .infolinkcontainer{text-align:right;margin-top:10px;margin-left:10px;margin-right:10px;justify-content:flex-end}body[data-theme=template2] .infolinkcontainer a{margin:10px;display:flex;align-items:center;justify-content:center}body[data-theme=template2] .infolinkcontainer svg{fill:#fff!important;fill:var(--card-icon-color)!important}body[data-theme=template2] .getknowiconcontainer span.likecountholder{display:block;margin-top:-20px}body[data-theme=template2] .infolinkcontainer span.likecountholder{margin-left:3px;color:#fff;color:var(--card-icon-color)!important;display:block;margin-top:0}body[data-theme=template2] .infolinkcontainer.content-detail-action{margin-left:0;margin-right:0}body[data-theme=template2] .getknowiconcontainer.bottomsheeticon{justify-content:flex-start}body[data-theme=template2] .infolinkcontainer.content-detail-action button{background-color:var(--primary-bg-color)!important;margin-right:15px;padding:5px 10px;border-radius:6px;margin-top:0;color:var(--card-icon-color)!important;margin-bottom:10px}body[data-theme=template2] .avatarholder{float:left;width:30%}body[data-theme=template2] .avatarholder img{border-radius:4px}body[data-theme=template2] .postcontainer{float:none}body[data-theme=template2] .infodetailedpostcontainer{padding-left:16px;padding-right:16px}body[data-theme=template2] .posttitle{color:#009596!important;margin-bottom:0!important}body[data-theme=template2] .postdesc a{text-decoration:underline;color:#00f}body[data-theme=template2] .postinfo{font-size:14px!important;margin-bottom:5px!important;margin-top:0!important;line-height:1.4;font-weight:500;margin-top:5px;margin-bottom:10px;font-size:.875rem;font-size:16px!important;color:var(--base-dark-color)}body[data-theme=template2] .infodetailedpostcontainer .infoupdatedate{margin-top:20px!important}body[data-theme=template2] .posticoncontainer{padding-left:16px;padding-right:16px;margin-top:20px}body[data-theme=template2] .mapiconcontainer svg{fill:#103caf}body[data-theme=template2] .mapiconcontainer{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;margin-right:20px}body[data-theme=template2] .mapiconcontainer span{display:block;font-size:14px;color:#888181;font-weight:600}body[data-theme=template2] .mapiconcontainer img{width:30px}body[data-theme=template2] .scrollablepost{height:calc(100vh - 262px);overflow-y:auto}body[data-theme=template2] .mapfilterbtn{left:20px!important;z-index:2;color:#fff!important;position:absolute!important;bottom:180px!important}body[data-theme=template2] .nearmeslider{width:80%!important;padding-left:8%;padding-right:8%;padding-top:2%;height:20vh}body[data-theme=template2] .reportchatslider{width:100%;padding:20px 0}body[data-theme=template2] .MuiSlider-root{color:#009596;width:100%;cursor:pointer;height:2px;display:inline-block;padding:13px 0;position:relative;box-sizing:initial;touch-action:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body[data-theme=template2] .MuiInputBase-input{font:inherit;color:#333;width:100%;border:2;height:2.1876em;margin:0;display:block;min-width:0;background:none;box-sizing:initial;animation-name:mui-auto-fill-cancel;letter-spacing:inherit;white-space:normal;animation-duration:10ms;-webkit-tap-highlight-color:rgba(0,0,0,0)}body[data-theme=template2] .mapsliderbackbtn{left:0!important;z-index:2;color:#fff!important;margin-top:5%}body[data-theme=template2] .onboarding-page fieldset label{margin-left:5px!important;margin-right:10px!important;border:0 solid #009596;border-radius:5px;margin-bottom:10px}body[data-theme=template2] .MuiFormLabel-root{color:rgba(0,0,0,.54);padding:0;font-size:1.1rem;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1}body[data-theme=template2] .questionRow{padding-block:5px}body[data-theme=template2] .questionRow input[type=date]{width:100vw}body[data-theme=template2] .mapslidersubmitbtn,body[data-theme=template2] .reportbtn{left:0!important;z-index:2;color:#fff!important;margin-top:1%}body[data-theme=template2] .reportbtn{width:100%}body[data-theme=template2] .swal2-close{z-index:2;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:0 0;color:red;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}body[data-theme=template2] .feedbacktitle{padding-top:10px;padding-left:15px;padding-bottom:10px;align-items:center}body[data-theme=template2] .MuiTypography-h6{font-size:1.125rem;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:600;line-height:2.05}body[data-theme=template2] .Component-closeButton-2{color:#9e9e9e;right:0;position:absolute;margin-top:0}body[data-theme=template2] .feedback-dialog .MuiIconButton-label svg.MuiSvgIcon-root{width:1em!important;height:1em!important}body[data-theme=template2] .nearmemapcontainer{margin:0}body[data-theme=template2] .getaccesstabspage .MuiBox-root{padding:0}body[data-theme=template2] .MuiRating-root{font-size:1rem!important}body[data-theme=template2] .maplistcontainerdiv{border-bottom:1px solid #ddd;background-color:var(--lang-icon-background)!important;box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;margin-bottom:20px!important;border-bottom:none!important;padding:15px 10px 10px!important}body[data-theme=template2] .mapbottomsheet .maplistcontainerdiv{border:1px solid #ddd!important}body[data-theme=template2] .mapbottomsheet .listsubtext svg{color:var(--back-arrow-color)!important;width:20px;height:20px}body[data-theme=template2] .mapbottomsheet .listsubtext{margin-top:0!important}body[data-theme=template2] .mapbottomsheet .nearmebutton{background-color:var(--button-primary-color)!important;border-radius:10px!important;margin-top:5px!important;margin-bottom:10px!important;background-image:none!important;font-size:14px!important;padding:8px 10px!important;text-transform:capitalize!important;font-weight:400!important;letter-spacing:.7px;width:auto;height:auto;display:flex;align-items:center}body[data-theme=template2] .mapbottomsheet .listname{font-family:var(--heading-font-family)!important;font-weight:500!important}body[data-theme=template2] .mapbottomsheet .nearmebutton svg{width:18px;height:18px;padding-top:0;margin-right:5px}body[data-theme=template2] .mt-5px{margin-top:5px!important}body[data-theme=template2] .mb-15px{margin-bottom:15px!important}body[data-theme=template2] .mapbottomsheet .getaccess-searchbar{border-bottom:none!important;background-color:var(--search-box-background)!important;border-radius:12px!important;margin-bottom:20px}body[data-theme=template2] .listname{color:#103caf!important;font-size:18px}body[data-theme=template2] .nearmeDesc{margin:0}body[data-theme=template2] .listsubtext{font-size:16px!important;font-family:var(--body-font-family)!important;margin-top:5px!important;color:var(--base-dark-color)!important}body[data-theme=template2] .leaflet-popup-content .distancetext,body[data-theme=template2] .leaflet-popup-content .listsubtext{color:var(--color-black)!important}body[data-theme=template2] .listsubtext b{color:var(--base-dark-grey)!important}body[data-theme=template2] .distancetext{font-size:15px;font-family:var(--body-font-family)!important}body[data-theme=template2] .hospitalicon svg{fill:#f1b214!important;font-size:2rem!important}body[data-theme=template2] .hospitalicon img{width:30px}body[data-theme=template2] .hospitalicon img.defulticon{width:40px}body[data-theme=template2] .markerList{height:calc(100vh - 178px)}body[data-theme=template2] .maplistcontainerdiv.maplistingitems .distancetext{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;margin-top:5px!important}body[data-theme=template2] .distancetext{font-size:12px;color:#bf9000}body[data-theme=template2] .maplistcontainerdiv.maplistingitems .nearmebutton{padding:0;border:none;background:none;background-color:rgba(0,0,0,.26);border-radius:50%;width:20px;height:20px;width:auto;height:auto;margin-bottom:5px}body[data-theme=template2] .maplistcontainerdiv.maplistingitems .nearmebutton svg{fill:#fff;width:20px;height:20px;padding-top:0;margin-right:0}body[data-theme=template2] .mapbottomsheet .maplistcontainerdiv.maplistingitems .listsubtext svg{margin-left:5px}body[data-theme=template2] .mapbottomsheet .maplistcontainerdiv.maplistingitems .listsubtext.desc_icon svg{width:25px;height:25px;margin-left:3px}body[data-theme=template2] .word-break-word{word-break:break-word}body[data-theme=template2] .testingcicon svg{fill:#f87273!important;font-size:2rem!important}body[data-theme=template2] .leaflet-container{width:100%;height:100vh;z-index:1}body[data-theme=template2] .getaccesssettingscontainer{padding-left:16px;padding-right:16px}body[data-theme=template2] .getaccesssettingscontainer .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .getaccesssettingscontainer .MuiRadio-colorSecondary.Mui-checked,body[data-theme=template2] .getaccesssettingscontainer .proximityslider{color:#009596!important}body[data-theme=template2] .getaccesssettingscontainer .getaccess-settings-actionbtn{background-color:#009596!important;margin-right:10px!important}body[data-theme=template2] .bottom-appbar{color:#fff;background-color:#009596!important}body[data-theme=template2] .stoptblogoimg{max-width:200px;height:auto}body[data-theme=template2] .homepageheaderdiv .stoptblogoimg{height:auto}body[data-theme=template2] .onboarding-page .progressbarcontainer .MuiCircularProgress-root{border:2px solid hsla(0,0%,100%,.5);border-radius:50%}body[data-theme=template2] .languageoptionselector{display:flex;align-items:center;justify-content:center;vertical-align:middle;border:2px solid #009596;border-radius:5px;margin:0 10px 10px!important}body[data-theme=template2] .languageoptionselector label{border:none!important;border-radius:0!important;margin:0!important;width:calc(100% - 60px)}body[data-theme=template2] .onboarding-page fieldset .languageoptionselector label{margin-left:0!important}body[data-theme=template2] .languageoptionselector img{display:inline-block!important;width:60px!important;float:right;margin-right:10px;height:30px!important}body[data-theme=template2] .onboarding-page.langpref-page .skipbtnholder{bottom:105px}body[data-theme=template2] .onboarding-page.langpref-page .skipbtnholder button{color:#fff!important}body[data-theme=template2] .onboarding-page.langpref-page .stoptblogodiv{position:fixed;bottom:5px}body[data-theme=template2] .w-30percent{width:30%!important}body[data-theme=template2] .mt-60px{margin-top:60px!important}body[data-theme=template2] .mb-20px{margin-bottom:20px!important}body[data-theme=template2] .w-90percent{width:90%!important}body[data-theme=template2] .w-50percent{width:50%!important}body[data-theme=template2] .color-white{color:#fff!important}body[data-theme=template2] h3.color-green{color:var(--base-dark-color)!important;font-family:var(--heading-font-family)!important;font-weight:500;background-color:transparent!important}body[data-theme=template2] .hide{display:none!important}body[data-theme=template2] .tutorialpage .welcomeslider-imageholder{height:calc(100vh - 350px)}body[data-theme=template2] .onboarding-page.langpref-page.tutorialpage .skipbtnholder{position:fixed;width:100%;bottom:10px}body[data-theme=template2] .tutorialpage.onboarding-page .slick-dots{position:fixed;bottom:80px}body[data-theme=template2] .registaionsubmit{bottom:110px}body[data-theme=template2] .registaionskip{color:#fff!important;width:100%;padding:6px 0!important;position:fixed;bottom:63px;z-index:1111}body[data-theme=template2] .registaionskip button{color:#fff!important;background-color:#4e61bf!important;padding:11px 8px!important;width:35%!important;background-color:var(--button-primary-color)!important;margin-left:200px;border-radius:10px!important;font-size:18px!important}body[data-theme=template2] .pregistaionsubmit{bottom:110px}body[data-theme=template2] .registaionsubmit button{width:45%!important}body[data-theme=template2] .pregistaionsubmit button,body[data-theme=template2] .registaionsubmit button{color:#fff!important;background-color:#4e61bf!important;padding:11px 8px!important;background-color:var(--button-primary-color)!important;border-radius:10px!important;font-size:18px!important}body[data-theme=template2] .pregistaionsubmit button{width:50%!important}body[data-theme=template2] .chattabsholder>div{width:100%!important}body[data-theme=template2] .chattabs .MuiTabs-fixed{text-align:right!important}body[data-theme=template2] .chattabs .MuiTabs-flexContainer{display:block!important}body[data-theme=template2] .gktabs.bgwhitetabs{background-color:#fff!important}body[data-theme=template2] .gk-page .gktabs.bgwhitetabs .MuiTab-textColorPrimary.Mui-selected span{color:#009596!important}body[data-theme=template2] .gk-page .gktabs.bgwhitetabs .MuiTab-textColorPrimary span{color:#9a9292!important}body[data-theme=template2] .chattabsholder{height:calc(100vh - 215px);overflow:hidden}body[data-theme=template2] #frame{height:calc(100vh - 321px)}body[data-theme=template2] #frame .content{float:right;width:100%;height:100%;overflow:hidden;position:relative}body[data-theme=template2] #frame .content .contact-profile{width:100%;height:60px;line-height:60px;background:#8c0000;padding:0 12px;color:#fff;font-weight:700;font-size:18px}body[data-theme=template2] #frame .content .contact-profile img{width:40px;border-radius:50%;float:left;margin:9px 12px 0 9px}body[data-theme=template2] #frame .content .contact-profile p{float:left}body[data-theme=template2] #frame .content .messages{height:auto;min-height:calc(100% - 5px);max-height:calc(100% - 5px);overflow-y:scroll;overflow-x:hidden}body[data-theme=template2] #frame .content .messages::-webkit-scrollbar{width:0;background:transparent}body[data-theme=template2] #frame .content .messages::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3)}body[data-theme=template2] #frame .content .messages ul li{display:inline-block;clear:both;float:left;margin:15px 15px 5px;width:calc(100% - 25px);font-size:.9em}body[data-theme=template2] #frame .content .messages ul li:last-child{margin-bottom:20px}body[data-theme=template2] #frame .content .messages ul li.sent img{margin:6px 8px 0 0}body[data-theme=template2] #frame .content .messages ul li.sent .msg-wrap{color:#f5f5f5;float:right}body[data-theme=template2] li.sent .msg{border-radius:20px;background:#8c0000;background:#3e828f;box-shadow:none!important}body[data-theme=template2] #frame .content .messages ul li.replies img{float:right;margin:6px 0 0 8px}body[data-theme=template2] li.replies .msg{background:#fff}body[data-theme=template2] #frame .content .messages ul li img{width:22px;border-radius:50%;float:left}body[data-theme=template2] #chatBox .chatimag{width:100%!important;height:100px;object-fit:cover;border-radius:5px!important;margin-bottom:8px!important}body[data-theme=template2] #frame .content .messages ul li .msg-wrap{display:inline-block;border-radius:20px;max-width:70%;line-height:130%;width:60%}body[data-theme=template2] #frame .content .message-input{position:fixed;bottom:0;width:100%;z-index:99}body[data-theme=template2] #frame .content .message-input .wrap{position:relative}body[data-theme=template2] .slick-next:before,body[data-theme=template2] .slick-prev:before{color:#009596!important}body[data-theme=template2] .attach-btn{width:50px;text-align:center;float:left;padding:13px;box-sizing:border-box;background:#e0e0e0}body[data-theme=template2] #frame .content .message-input .wrap input{font-family:"proxima-nova","Source Sans Pro",sans-serif;float:left;border:none;padding:17px 32px 17px 8px;font-size:.8em;color:#32465a;width:calc(100% - 100px)}body[data-theme=template2] #frame .content .message-input .wrap input:focus{outline:none}body[data-theme=template2] #frame .content .message-input .wrap .attachment{position:absolute;right:60px;z-index:4;margin-top:10px;font-size:1.1em;color:#435f7a;opacity:.5;cursor:pointer}body[data-theme=template2] #frame .content .message-input .wrap .attachment:hover{opacity:1}body[data-theme=template2] #frame .content .message-input .wrap button{float:right;border:none;width:50px;padding:16px 0;cursor:pointer;color:#f5f5f5}body[data-theme=template2] #frame .content .message-input .wrap button:hover{background:#435f7a}body[data-theme=template2] #frame .content .message-input .wrap button:focus{outline:none}body[data-theme=template2] .msg-info{padding:0 10px;font-size:16px!important}body[data-theme=template2] .replies .msg-info{color:#000;padding-top:3px}body[data-theme=template2] .msg{padding:7px 10px;position:relative;border-radius:12px!important;background:var(--button-primary-color)!important}body[data-theme=template2] .msg-info{color:#5f5f71;font-size:12px;padding:0 0 10px;font-weight:700;color:#8c2a2a;color:#fff}body[data-theme=template2] .chat-time{position:relative;text-align:right;font-size:12px;line-height:14px;padding:10px 0 0;text-transform:capitalize;font-family:var(--heading-font-family)!important}body[data-theme=template2] .sent .msg-info{color:#fff;margin-left:30px;padding-top:3px}body[data-theme=template2] div#frame:before{content:"";position:absolute;z-index:0;height:100%;width:100%;opacity:.07}body[data-theme=template2] .messages ul{padding:0;width:inherit;margin:0}body[data-theme=template2] .attacment-menu{position:absolute;width:100%;background:#e0e0e0;bottom:47px;padding:12px}body[data-theme=template2] .show-attacment-menu{bottom:47px}body[data-theme=template2] .attacment-menu .icon{padding:14px;font-size:18px}body[data-theme=template2] .img-preview-container{width:100%}body[data-theme=template2] .msg-img-wrap img{width:100%!important;border-radius:3px!important}body[data-theme=template2] .popup.image-previw-popup{background:#000}body[data-theme=template2] .img-preview-footer-wrap{position:fixed;bottom:14px;width:calc(100% - 20px);left:14px}body[data-theme=template2] .caption-input input{width:calc(100% - 66px);background:transparent;border:none;border-bottom:2px solid #fff;padding:10px;box-sizing:border-box;color:#fff}body[data-theme=template2] .patientusergrid{overflow:auto;height:calc(65vh - 100px)}body[data-theme=template2] .caption-input .submit-media{background:#8c0000;color:#fff;border-radius:50%;padding:17px;font-size:22px}body[data-theme=template2] .image-preview-img{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}body[data-theme=template2] li.replies .msg{background:#86d7e6;border-radius:20px;box-shadow:none!important}body[data-theme=template2] #frame .content .messages ul li div.msg-txt{font-size:16px!important;word-break:break-word;margin-top:8px;margin-left:3px}body[data-theme=template2] .chatavatar{float:left}body[data-theme=template2] #frame .content .messages ul li div.msg-txt a{text-decoration:underline;color:#103caf}body[data-theme=template2] .chatbtmmenu .MuiFormControl-root{width:100%!important}body[data-theme=template2] .color-yellow{color:#deac36!important}body[data-theme=template2] .chatbtmmenu .MuiInput-underline:after{border-bottom:2px solid #009596!important}body[data-theme=template2] .chatusericon svg{width:45px;height:45px}body[data-theme=template2] .chatusername{font-weight:600!important;line-height:22px;color:var(--base-dark-color)!important;cursor:pointer}body[data-theme=template2] .chatusername,body[data-theme=template2] .MuiTypography-body1{font-family:var(--body-font-family)!important}body[data-theme=template2] .chatusername svg{fill:#09b256!important}body[data-theme=template2] .chatusername button{padding-bottom:0!important;margin-left:10px!important;padding-top:0!important;padding-left:0!important;position:absolute!important}body[data-theme=template2] .chatlastactive{font-size:18px!important;margin:0 0 0 25px}body[data-theme=template2] .chatdistance{font-weight:600!important;font-size:14px!important;color:#000!important;color:var(--base-dark-color)!important}body[data-theme=template2] .chatuserlistdiv{display:flex;align-items:center;vertical-align:middle;padding-bottom:5px}body[data-theme=template2] .maplistcontainerdiv.repostListContainer{display:block;height:calc(100vh - 230px);border-bottom:none!important}body[data-theme=template2] .servicespage .maplistcontainerdiv.repostListContainer{height:calc(100vh - 200px)}body[data-theme=template2] .servicespage .maplistcontainerdiv.repostListContainer,body[data-theme=template2] .surveypage .maplistcontainerdiv.repostListContainer{background-color:transparent!important;padding:0 20px!important;box-shadow:none!important}body[data-theme=template2] .surveypage .maplistcontainerdiv.repostListContainer.case-report{padding:0 20px!important;height:calc(100vh - 210px)}body[data-theme=template2] .surveypage .forumlistdivholder.servicesList .getinvo_inner_questiondiv{height:calc(100vh - 370px);padding-left:20px;padding-right:20px}body[data-theme=template2] .surveypage .infotabcontainer{height:calc(100vh - 210px);padding-left:0;padding-right:0;overflow-y:hidden}body[data-theme=template2] .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background:#fff;border-radius:10px;height:-webkit-max-content;height:max-content;padding:10px 0;margin-bottom:20px!important}body[data-theme=template2] .userprofile_page .userChatProfileCard{padding:0 18px;margin:0 18px;border-radius:12px}body[data-theme=template2] .userprofile_page .userChatProfileCard .profileformholder{box-shadow:none}body[data-theme=template2] .userprofilefieldset .MuiFormControl-root,body[data-theme=template2] .userprofilefieldset .MuiInputBase-root{width:100%}body[data-theme=template2] .forumlistdivholder.userprofileholder{height:calc(100vh - 220px)}body[data-theme=template2] .gridcontainer.chatuserlistdiv{background-color:var(--lang-icon-background);border-radius:10px;margin-top:0;margin-bottom:20px!important;padding:10px;box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme=template2] .chatuserlistdiv.borderbottomgrey{border-bottom:none!important}body[data-theme=template2] .borderbottomgrey{border-bottom:2px solid rgba(0,0,0,.12)}body[data-theme=template2] .chatuserlistdivholder{height:calc(100vh - 288px);overflow-y:auto}body[data-theme=template2] .forumlistdivholder{height:calc(100vh - 240px);overflow-y:auto;padding:10px}body[data-theme=template2] .forumicon svg{width:25px;height:25px;background:#103caf;background:var(--card-icon-color)!important;fill:#fff;border-radius:50%;padding:7px}body[data-theme=template2] .unreadmsgicon{margin:5px 5px 0!important}body[data-theme=template2] .ChatWindow .chatheader,body[data-theme=template2] .Informationpage .tabheader,body[data-theme=template2] .nearmepage .tabheader{display:none}body[data-theme=template2] .ChatWindow .react-swipeable-view-container{background:#fff}body[data-theme=template2] .ChatWindow .chatgallerybutton{background:none;box-shadow:none}body[data-theme=template2] .unreadmsgicon .MuiBadge-badge{background-color:#009596!important}body[data-theme=template2] .onboardingheaderdiv a button{color:#fff}body[data-theme=template2] .homemenulisting.MuiList-padding{padding-top:0;padding-bottom:0}body[data-theme=template2] .onboardingsliderdivcontent.onboardingscrollcontent{height:calc(100vh - 350px);overflow-y:auto}body[data-theme=template2] .patientsliderdivcontent.patientscrollcontent{height:calc(100vh - 200px);overflow-y:auto}body[data-theme=template2] .loading{position:absolute;top:50%;margin-top:-50px;left:40%;color:var(--base-dark-color)!important}body[data-theme=template2] .chat-list-swipe .loading{top:200px}body[data-theme=template2] .chat-list-swipe .peer-list .loading{left:137%}body[data-theme=template2] .pendinguserlist{border-radius:10px;height:-webkit-max-content;height:max-content;padding:10px 0;margin:10px 15px}body[data-theme=template2] .pendinguserlist .pendinguserlistdiv{padding:10px}body[data-theme=template2] .forumname{padding:10px;font-weight:700;color:#fff}body[data-theme=template2] .pendinguserlist .self-conform-bg{height:100%;width:120px;background:green;color:#fff;vertical-align:middle;padding-top:44px;text-align:center;font-size:1rem}body[data-theme=template2] .pendinguserlist .self-not-conform-bg{background:#deac36!important}body[data-theme=template2] .pendinguserlist .swipeable-list{margin-bottom:10px}body[data-theme=template2] .tbchamptitle{color:#009596!important;font-weight:600!important}body[data-theme=template2] .tbchampdesc{color:rgba(0,0,0,.87);font-size:.875rem;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1.43}body[data-theme=template2] .text-left{text-align:left!important}body[data-theme=template2] .tbchamprightdiv{border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:5px!important}body[data-theme=template2] .tbchamprightdiv .infolinkcontainer a{margin:15px;margin-left:0!important}body[data-theme=template2] .knowledge-accordian-row{margin-top:10px;margin-left:10px;margin-right:10px}body[data-theme=template2] .scrollablepost.tbchamppost{height:calc(100vh - 445px);padding:10px 0}body[data-theme=template2] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#fff;background:rgba(0,0,0,.7);border:2px solid #009596!important}body[data-theme=template2] .leaflet-container{font:12px/1.5 "museo_sans500"!important}body[data-theme=template2] a.leaflet-control-zoom-in,body[data-theme=template2] a.leaflet-control-zoom-out{background:#4e61bf!important;color:#fff!important;background:var(--button-primary-color)!important}body[data-theme=template2] .leaflet-control-zoom{border:none!important}body[data-theme=template2] .mapreset{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;background:#4e61bf!important;background:var(--button-primary-color)!important}body[data-theme=template2] .championvidoholder{display:flex;align-items:center;justify-content:center;pointer-events:none!important}body[data-theme=template2] .championvideobig .react-player__preview,body[data-theme=template2] .championvidoholder .react-player__preview{border-radius:5px!important}body[data-theme=template2] .championvideobig{padding-left:30px!important;padding-right:30px!important;padding-bottom:30px;overflow:hidden;margin:60px 0 0}body[data-theme=template2] .championvideobig.championimge{width:75vw;margin-top:20px!important;margin:0 auto}body[data-theme=template2] .subnavcontainer{justify-content:start}body[data-theme=template2] .infotabcontainer.getaccesstabspage.forum-chat-window{overflow:hidden;height:100vh;padding:0 15px}body[data-theme=template2] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .showgroupaction{height:calc(100vh - 182px)!important;padding-top:10px;padding-bottom:10px}body[data-theme=template2] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .showgroupactionforblocked{height:calc(100vh - 112px)!important;padding-top:10px;padding-bottom:10px}body[data-theme=template2] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .peeraction{height:calc(100vh - 182px)!important;padding-top:10px;padding-bottom:10px}body[data-theme=template2] .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page{padding-left:0;padding-right:0}body[data-theme=template2] .invisible{visibility:hidden!important}body[data-theme=template2] .group-list{margin:10px 15px;padding:10px;background:#fff;height:100vh;text-align:left}body[data-theme=template2] .peer-list{margin:10px 15px}body[data-theme=template2] .group-list .no-internet{text-align:center;transform:none!important;position:inherit!important;left:50%;margin-top:200px}body[data-theme=template2] form#chat-profile{padding-left:20px;padding-right:20px;height:calc(100vh - 160px)}body[data-theme=template2] .profileformholder .d-flex{flex:0 1 33%;margin-bottom:5px}body[data-theme=template2] .commentinputholder .MuiFormControl-root{width:100%;padding-bottom:13px}body[data-theme=template2] .unreadnoticon{background-color:#aaa!important;color:#fff;font-size:11px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}body[data-theme=template2] .reportmiddle{display:flex;align-items:center;justify-content:space-around;vertical-align:middle}body[data-theme=template2] .reportform fieldset{margin-top:10px;margin-left:15px}body[data-theme=template2] .reportform fieldset label span.MuiFormControlLabel-label{font-size:14px;font-family:museo_sans300,museo_sans500,museo_sans900;font-weight:400;line-height:1.5}body[data-theme=template2] .reportform fieldset .MuiCheckbox-colorSecondary.Mui-checked{color:#009596}body[data-theme=template2] .case-status-label{text-transform:capitalize;color:var(--base-dark-color)!important}body[data-theme=template2] .msg-del-btn{background:#ddd;background:var(--button-primary-color);border-radius:50%;position:absolute;top:-7px;right:-6px;color:#fff;display:flex}body[data-theme=template2] .reportsubmitbtn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;width:100%;padding:0 8px!important;width:50%}body[data-theme=template2] .MuiListItem-root.Mui-selected,body[data-theme=template2] .MuiListItem-root.Mui-selected:hover,body[data-theme=template2] .MuiMenuItem-root{color:var(--base-dark-color)!important}body[data-theme=template2] .MuiMenuItem-root{font-family:var(--body-font-family)!important}body[data-theme=template2] .forumlistdivholder.reportlistformdivholder{height:calc(100vh - 320px);overflow-y:auto;padding:10px}body[data-theme=template2] .forumlistdivholder.surveylistformdivholder{height:calc(100vh - 370px);overflow-y:auto;padding:10px}body[data-theme=template2] .reportform-actionbtndiv{background-color:#f2f2f2;padding:2px}body[data-theme=template2] .reportform-actionbtndiv a svg{fill:#7f7f7f!important}body[data-theme=template2] .reportform-actionbtndiv a span{color:#0e0e0e;display:block;font-size:10px}body[data-theme=template2] .reportsubmitbtn-divholder{margin-bottom:0;display:flex;justify-content:center;width:100%;left:0;z-index:9;background:#f1f3f6}body[data-theme=template2] .delete-account{margin-top:20px;display:flex;justify-content:center;width:100%;left:0;z-index:9;background:#f1f3f6}body[data-theme=template2] .display-flex{display:flex!important}body[data-theme=template2] .responselisticon svg{width:35px;height:35px}body[data-theme=template2] .hourglassiconbig svg{width:1.2em;height:1.2em}body[data-theme=template2] .profileformholder .MuiFormControl-root{width:100%}body[data-theme=template2] .profileformholder .MuiInputLabel-shrink{transform:translateY(1.5px) scale(.95);transform-origin:top left}body[data-theme=template2] .avatar-img{max-width:60px;border-radius:50%;width:60px;height:60px;object-fit:cover}body[data-theme=template2] .profileformholder label{font-weight:600;color:#7c7172}body[data-theme=template2] .profileformholder label+.MuiInput-formControl{margin-top:28px}body[data-theme=template2] .profileformholder legend.MuiFormLabel-root{color:#7c7172}body[data-theme=template2] .profileformholder .MuiFormLabel-root.Mui-focused{color:#009596!important}body[data-theme=template2] .profileformholder .MuiInput-underline:after{left:0;right:0;bottom:0;content:"";position:absolute;transform:scaleX(0);transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;border-bottom:2px solid #009596;pointer-events:none}body[data-theme=template2] .profileformholder .MuiRadio-colorSecondary.Mui-checked{color:#009596}body[data-theme=template2] .profilesubmitbtn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;width:50%;padding:0 8px!important}body[data-theme=template2] .mapfilterdialogtitle{padding:10px!important;background:#103caf!important;background:var(--button-primary-color)!important;color:#fff!important;font-family:Karla!important}body[data-theme=template2] .mapfilterdialogtitle h2{font-size:1rem!important;font-size:18px!important;line-height:24px;font-family:Karla!important}body[data-theme=template2] .mapfiltercheckboxlist fieldset{margin:0!important;width:100%}body[data-theme=template2] .mapfiltercheckboxlist fieldset label span.MuiTypography-root{font-size:16px!important;font-family:Karla!important;font-weight:500;margin-top:0;margin-bottom:0;color:var(--color-black);margin-left:10px}body[data-theme=template2] .mapfiltercheckboxlist .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;background:#d8dde4;border-radius:50%}body[data-theme=template2] .mapfiltercheckboxlist .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme=template2] .mapfiltercheckboxlist .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)}body[data-theme=template2] .mapfiltercheckboxlist .Mui-checked svg.MuiSvgIcon-root{background:none!important}body[data-theme=template2] .mapfiltercheckboxlist .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .MuiCheckbox-colorSecondary.Mui-checked{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme=template2] .mapfiltercheckboxlist label.MuiFormControlLabel-root{border-bottom:1px solid #ddd;margin-right:0;margin-bottom:10px;padding-bottom:10px;margin-left:0}body[data-theme=template2] .bg-green{background-color:#009596!important}body[data-theme=template2] .reportform .MuiRadio-colorSecondary.Mui-checked{color:#009596!important}body[data-theme=template2] .reportlistformdivholder .gridcontainer.chatuserlistdiv{margin-bottom:0!important}body[data-theme=template2] .getinvolvedtextboxholder{width:100%}body[data-theme=template2] .getinvolvedtextboxholder .MuiInputLabel-shrink{transform:translateY(1.5px) scale(.95);transform-origin:top left}body[data-theme=template2] .getinvolvedtextboxholder label{font-size:14px!important;font-weight:400;color:#009596}body[data-theme=template2] .getinvolvedtextboxholder input ::placeholder{font-size:14px!important;font-weight:400;color:#000;color:var(--base-dark-color)!important;font-family:var(--body-font-family)!important}body[data-theme=template2] .getinvolvedtextboxholder>div{margin-top:10px;margin-left:15px;width:90%}body[data-theme=template2] .getinvolvedtextboxholder .MuiFormLabel-root.Mui-focused{color:#009596!important}body[data-theme=template2] .getinvolvedtextboxholder .MuiInput-underline:after{left:0;right:0;bottom:0;content:"";position:absolute;transform:scaleX(0);transition:transform .2s cubic-bezier(0,0,.2,1) 0ms;border-bottom:2px solid #009596;pointer-events:none}body[data-theme=template2] .forumlistdivholder,body[data-theme=template2] .repostListContainer{overflow-y:auto;padding:10px}body[data-theme=template2] .forumlistdivholder.servicesList{height:calc(100vh - 240px);height:calc(100vh - 200px);overflow:hidden;padding-top:0}body[data-theme=template2] .forumlistdivholder.servicesList .getknowledge-page{height:calc(100vh - 220px);overflow:hidden}body[data-theme=template2] .forumlistdivholder.servicesList .getknowledge-page #surveyform{position:relative;padding-bottom:0;height:calc(100vh - 225px);overflow-y:hidden;overflow-x:hidden}body[data-theme=template2] .surveypage .forumlistdivholder.servicesList .getknowledge-page #surveyform{position:relative;padding-bottom:0;height:calc(100vh - 185px);overflow-y:hidden;overflow-x:hidden}body[data-theme=template2] .surveypage .forumlistdivholder.servicesList{height:calc(100vh - 180px)}body[data-theme=template2] .forumlistdivholder.servicesList .getinvo_inner_questiondiv{height:calc(100vh - 240px)}body[data-theme=template2] .forumlistdivholder .getinvo_inner_questiondiv .infocard{margin-top:0}body[data-theme=template2] .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 200px)}body[data-theme=template2] #surveyform{height:calc(100vh - 170px)}body[data-theme=template2] .forumlistdivholder,body[data-theme=template2] .repostListContainer{border-radius:10px}body[data-theme=template2] img.serviceImg{width:30px;height:30px;filter:brightness(0) saturate(100%) invert(73%) sepia(13%) saturate(4015%) hue-rotate(108deg) brightness(104%) contrast(65%)}body[data-theme=template2] .forumlistdivholder.servicesList{margin:0 15px}body[data-theme=template2] .servicesList .chatusername{text-align:left;font-family:var(--body-font-family)!important;cursor:pointer}body[data-theme=template2] .servicesList .chatusername .servicename svg{margin-left:10px}body[data-theme=template2] #surveyCasePreviewform,body[data-theme=template2] #surveyform{position:relative;padding-bottom:100px}body[data-theme=template2] #surveyform{overflow-y:auto}body[data-theme=template2] .regnotificdiv{padding:10px;border-top:1px solid #ddd}body[data-theme=template2] .regnotificdiv button{margin-left:10px;height:38px;line-height:38px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 8px!important}body[data-theme=template2] .evidancbtn{height:48px;margin-right:10px;box-shadow:none}body[data-theme=template2] .homepage_icon svg{fill:#fff;font-size:50px;padding:6px;border:2px solid #545454;border-radius:4px;background:#545454;margin-bottom:0}body[data-theme=template2] .homepage_menutitle{color:#615e5e;font-weight:500;font-size:18px;font-family:"museo_sans500"}body[data-theme=template2] .homemenucontainer_grid{height:calc(25vh + 12px);justify-content:start;flex-direction:column}body[data-theme=template2] .orangebg svg{background-color:#ef6c00;border:2px solid #ef6c00}body[data-theme=template2] .greenbg svg{background-color:#019495;border:2px solid #019495}body[data-theme=template2] .bluebg svg{background-color:#005eb8;border:2px solid #005eb8}body[data-theme=template2] .redbgcolor svg{background-color:#d50032;border:2px solid #d50032}body[data-theme=template2] .yellowbgcolor svg{background-color:#f2a900;border:2px solid #f2a900}body[data-theme=template2] .homepagegrid-page .homepageheaderdiv{background-color:#f6f6f6;background-color:#37d19f;color:#fff}body[data-theme=template2] .homepagegrid-page .homepageheaderdiv .custom-shape-divider-bottom-1599722124 .shape-fill{fill:#fff}body[data-theme=template2] .mb-10px{margin-bottom:10px!important}body[data-theme=template2] .bg-light-grey{background-color:#f9f9f9!important}body[data-theme=template2] .bg-white{background-color:#fff!important}body[data-theme=template2] .border-topleft-30px-radius{border-top-left-radius:30px}body[data-theme=template2] .border-topright-30px-radius{border-top-right-radius:30px}body[data-theme=template2] .termstext{padding-left:10px;padding-right:10px}body[data-theme=template2] .h-100percent{height:100%}body[data-theme=template2] .tosbtnholder button{height:60px;width:100%}body[data-theme=template2] .getstarted-btn-holder .skipbtn span,body[data-theme=template2] .thankspage{color:#fff;color:var(--base-dark-color)!important}body[data-theme=template2] .skipslidertext{position:fixed;bottom:20px;right:20px}body[data-theme=template2] .rsc-footer input{display:block;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;background-color:#f2f2f2}body[data-theme=template2] .rsc-footer input:disabled{background-color:#c3c3c3}body[data-theme=template2] .rsc-container{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;box-shadow:none!important}body[data-theme=template2] .rsc-content{height:calc(100vh - 150px)!important;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88'%3E%3Cpath fill-rule='evenodd' d='M29.42 29.41c.36-.36.58-.85.58-1.4V0h-4v26H0v4h28c.55 0 1.05-.22 1.41-.58h.01zm0 29.18c.36.36.58.86.58 1.4V88h-4V62H0v-4h28c.56 0 1.05.22 1.41.58zm29.16 0c-.36.36-.58.85-.58 1.4V88h4V62h26v-4H60c-.55 0-1.05.22-1.41.58h-.01zM62 26V0h-4v28c0 .55.22 1.05.58 1.41.37.37.86.59 1.41.59H88v-4H62zM18 36c0-1.1.9-2 2-2h10a2 2 0 110 4H20a2 2 0 01-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 110 4H20a2 2 0 01-2-2zm16-26a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zm16 0a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zM34 58a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zm16 0a2 2 0 012-2 2 2 0 012 2v4a2 2 0 01-2 2 2 2 0 01-2-2v-4zM34 78a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2v-6zm16 0a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2v-6zM34 4a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2V4zm16 0a2 2 0 012-2 2 2 0 012 2v6a2 2 0 01-2 2 2 2 0 01-2-2V4zm-8 82a2 2 0 114 0v2h-4v-2zm0-68a2 2 0 114 0v10a2 2 0 11-4 0V18zM66 4a2 2 0 114 0v8a2 2 0 11-4 0V4zm0 72a2 2 0 114 0v8a2 2 0 11-4 0v-8zm-48 0a2 2 0 114 0v8a2 2 0 11-4 0v-8zm0-72a2 2 0 114 0v8a2 2 0 11-4 0V4zm24-4h4v2a2 2 0 11-4 0V0zm0 60a2 2 0 114 0v10a2 2 0 11-4 0V60zm14-24c0-1.1.9-2 2-2h10a2 2 0 110 4H58a2 2 0 01-2-2zm0 16c0-1.1.9-2 2-2h10a2 2 0 110 4H58a2 2 0 01-2-2zm-28-6a2 2 0 100-4 2 2 0 000 4zm8 26a2 2 0 100-4 2 2 0 000 4zm16 0a2 2 0 100-4 2 2 0 000 4zM36 20a2 2 0 100-4 2 2 0 000 4zm16 0a2 2 0 100-4 2 2 0 000 4zm-8-8a2 2 0 100-4 2 2 0 000 4zm0 68a2 2 0 100-4 2 2 0 000 4zm16-34a2 2 0 100-4 2 2 0 000 4zm16-12a2 2 0 100 4 6 6 0 110 12 2 2 0 100 4 10 10 0 100-20zm-64 0a2 2 0 110 4 6 6 0 100 12 2 2 0 110 4 10 10 0 110-20zm56-12a2 2 0 100-4 2 2 0 000 4zm0 48a2 2 0 100-4 2 2 0 000 4zm-48 0a2 2 0 100-4 2 2 0 000 4zm0-48a2 2 0 100-4 2 2 0 000 4zm24 32a10 10 0 110-20 10 10 0 010 20zm0-4a6 6 0 100-12 6 6 0 000 12zm36-36a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zM10 44c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm56 0c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm8 24c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zM3 68c0-1.1.9-2 2-2h8a2 2 0 110 4H5a2 2 0 01-2-2zm0-48c0-1.1.9-2 2-2h8a2 2 0 110 4H5a2 2 0 01-2-2zm71 0c0-1.1.9-2 2-2h8a2 2 0 110 4h-8a2 2 0 01-2-2zm6 66a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zM8 86a6 6 0 110-12 6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zm0-68A6 6 0 118 2a6 6 0 010 12zm0-4a2 2 0 100-4 2 2 0 000 4zm36 36a2 2 0 100-4 2 2 0 000 4z' fill='%23ddd' fill-opacity='.19'/%3E%3C/svg%3E")}body[data-theme=template2] .rsc-ts-bubble{border:1px solid #ddd!important}body[data-theme=template2] .homepagedivcontent{margin-top:0!important}body[data-theme=template2] .appnameholder{display:flex;align-items:center;justify-content:center}body[data-theme=template2] .homepagegrid-page{background:#fff}body[data-theme=template2] .getknowledge_page{height:calc(100vh - 155px);background:#fff}body[data-theme=template2] .getknowledge-page{background:#fff;height:calc(100vh - 56px)}body[data-theme=template2] .getknowledge-page .MuiTabs-flexContainer{display:flex;justify-content:space-between}body[data-theme=template2] .getknowledgetabsmainholder{height:calc(100vh - 204px);overflow-y:auto;padding:10px}body[data-theme=template2] .infocard{box-shadow:none;margin-bottom:10px!important}body[data-theme=template2] .infocard .MuiCardHeader-root{border-bottom:1px solid #ddd}body[data-theme=template2] .infocard .MuiCardHeader-title{font-size:1rem}body[data-theme=template2] .infocard .MuiCardHeader-subheader{font-size:.875rem}body[data-theme=template2] .infocard .MuiCardContent-root{padding-left:0;padding-right:0}body[data-theme=template2] .infocard p{color:#000;line-height:22px;color:var(--base-dark-color)!important}body[data-theme=template2] span.responseComment{font-weight:400}body[data-theme=template2] .bginfoimg{background-position:50%;background-repeat:no-repeat;background-size:cover;background-size:70%}body[data-theme=template2] .questiontitle{color:#37d19f!important}body[data-theme=template2] .getstarted-btn{background-color:#37d19f!important}body[data-theme=template2] .MuiAppBar-colorPrimary,body[data-theme=template2] .MuiFab-primary{background-color:#37d19f}@media(hover:none){body[data-theme=template2] .MuiFab-primary:hover{background-color:var(--button-primary-color)!important}}body[data-theme=template2] .regformquestionimg{height:50px!important}body[data-theme=template2] .steptitle{font-size:14px;font-weight:600;color:#999;margin-top:5px!important}body[data-theme=template2] .picker-container{height:174px!important}body[data-theme=template2] .picker-highlight{margin-top:2px!important}body[data-theme=template2] .homemenucontainer_grid{height:calc(16vh - 6px);display:flex;align-items:center;justify-content:center;flex-direction:row;background:#fff;border-bottom:1px solid #ddd}body[data-theme=template2] .vert-center{display:flex;align-items:center}body[data-theme=template2] .color-purple{color:#37d19f!important}body[data-theme=template2] .questiontitle.color-purple{color:#37d19f!important;font-family:var(--heading-font-family)!important}body[data-theme=template2] .steptitle.text-version{color:#999!important}body[data-theme=template2] .MuiButton-outlinedPrimary{color:#37d19f!important;border:1px solid #37d19f!important}body[data-theme=template2] .getstarted-btn.bg-purple{background-color:#37d19f!important}body[data-theme=template2] .MuiCheckbox-colorPrimary.Mui-checked{color:#37d19f!important}body[data-theme=template2] .MuiAppBar-colorPrimary{color:#fff;background-color:#37d19f!important}body[data-theme=template2] .assisted-menupage .MuiAppBar-colorPrimary{color:#fff;background-color:transparent!important}body[data-theme=template2] .assisted-menupage .MuiTab-root{width:50%}body[data-theme=template2] .assisted-menupage .MuiTab-wrapper{border-radius:12px;color:var(--base-dark-color)!important;padding:7px}body[data-theme=template2] .assisted-menupage .MuiTab-root.Mui-selected .MuiTab-wrapper{color:#fff!important;background-color:var(--button-primary-color)!important}body[data-theme=template2] .MuiFab-primary{color:#fff;background-color:#37d19f!important}body[data-theme=template2] .MuiTab-textColorPrimary.Mui-selected{color:#37d19f!important}body[data-theme=template2] .MuiTabs-indicator{background-color:#37d19f!important}body[data-theme=template2] .infotitletext{font-size:1rem;color:#37d19f!important;font-weight:600;margin-bottom:5px!important;margin-top:0!important}body[data-theme=template2] .infosubtitletext{font-size:1rem;color:#999!important;font-weight:600;margin-bottom:5px!important;margin-top:0!important}body[data-theme=template2] .border-bottom-grey{border-bottom:1px solid #ddd}body[data-theme=template2] .pt-0px{padding-top:0!important}body[data-theme=template2] .pb-0px{padding-bottom:0!important}body[data-theme=template2] .infodetailedtextholder{height:calc(100vh - 400px);overflow-y:auto;border-bottom:1px solid #ddd}body[data-theme=template2] .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;border:2px solid #ddd!important;border-radius:4px;margin-top:0}body[data-theme=template2] .embed-container embed,body[data-theme=template2] .embed-container iframe,body[data-theme=template2] .embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}body[data-theme=template2] .championtext{padding-left:10px!important;padding-right:10px!important}body[data-theme=template2] .mapdiv{height:calc(100vh - 115px);background-position:50%;background-repeat:no-repeat;background-size:cover}body[data-theme=template2] .maplisting{position:fixed;bottom:100px;width:100%}body[data-theme=template2] .maplistdetails{display:flex;flex-wrap:wrap;flex-direction:column;overflow-x:auto;height:125px;margin-right:12px!important}body[data-theme=template2] .maplistdetails div{background-color:#fff;padding:10px;margin-right:10px;border-radius:4px;overflow-y:hidden;border:2px solid #37d19f;text-align:left}body[data-theme=template2] .hospitalname{font-size:16px;color:#37d19f}body[data-theme=template2] .hospitalinfo,body[data-theme=template2] .hospitalname{font-weight:600;margin-bottom:5px!important;margin-top:0!important}body[data-theme=template2] .mapfilterfloatbtn{position:absolute!important;top:74px;right:10px;z-index:2}body[data-theme=template2] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary{background-color:#e0e0e0!important}body[data-theme=template2] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary svg{color:rgba(0,0,0,.87)!important}body[data-theme=template2] .maplistviewfloatbtn{position:absolute!important;top:10px;right:10px;z-index:2}body[data-theme=template2] .maplistingdivmainholder{height:calc(100vh - 155px);overflow-y:auto}body[data-theme=template2] .hospitaliconholder{display:flex;align-items:center;justify-content:center}body[data-theme=template2] .getinvolved_page{height:calc(100vh - 155px);background:#fff}body[data-theme=template2] .p-0{padding:0!important}body[data-theme=template2] .getinvolved-page{background:#fff;height:calc(100vh - 56px)}body[data-theme=template2] .getinvolved-page .MuiTabs-flexContainer{display:flex;justify-content:flex-start}body[data-theme=template2] .getinvolvedtabsmainholder{height:calc(100vh - 204px);overflow-y:auto;padding:10px 0}body[data-theme=template2] .MuiCheckbox-colorSecondary.Mui-checked{color:#37d19f!important}body[data-theme=template2] .MuiFormControlLabel-label{font-size:14px!important}body[data-theme=template2] .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important}body[data-theme=template2] .reportdetailedtextholder{height:auto;overflow-y:auto;margin-bottom:10px!important}body[data-theme=template2] .reportquestionsholder{height:calc(100vh - 280px);overflow-y:auto}body[data-theme=template2] .mt-20px{margin-top:20px!important}body[data-theme=template2] .mt-10px{margin-top:10px!important}body[data-theme=template2] .border-top-grey{border-top:1px solid #ddd}body[data-theme=template2] .MuiButton-containedPrimary{background-color:#37d19f!important}body[data-theme=template2] .calendartabmainholder{padding-bottom:50px}body[data-theme=template2] .calendarholder .statusheaderimg{width:40px}body[data-theme=template2] .reminderpagecontentholder .MuiFormControl-root{width:100%}body[data-theme=template2] .reminderpagecontentholder .MuiInput-underline:after,body[data-theme=template2] .reminderpagecontentholder .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .reminderpagecontentholder .MuiInputBase-root{border:1px solid #ddd;border-radius:4px;padding:5px 10px}body[data-theme=template2] .reminderpagecontentholder .MuiFormControl-marginNormal{margin-top:0;margin-bottom:8px}body[data-theme=template2] .MuiPickersClock-pin,body[data-theme=template2] .MuiPickersClockPointer-pointer,body[data-theme=template2] .MuiPickersDay-daySelected,body[data-theme=template2] .MuiPickersToolbar-toolbar{background-color:#37d19f!important}body[data-theme=template2] .MuiPickersModal-dialogRoot .MuiButton-textPrimary,body[data-theme=template2] .MuiPickersModal-dialogRoot .MuiTypography-colorPrimary{color:#37d19f!important}body[data-theme=template2] .MuiPickersClockPointer-thumb{border:14px solid #37d19f!important}body[data-theme=template2] .basic-swipeable-list__container{outline:none!important}body[data-theme=template2] .swipeable-list-item{border-radius:4px;padding:0;margin-bottom:30px;background-color:#fff}body[data-theme=template2] .swipeable-list-item--remove{max-height:0;transition:max-height .35s ease-out;padding:0;border:none!important}body[data-theme=template2] .swipeable-list-item.swipeable-list-item--remove{margin-bottom:0!important}body[data-theme=template2] .swipeable-list-item__trailing-actions{display:flex;width:0;position:absolute;right:0;top:0;justify-content:flex-end;overflow:hidden;height:100%;background:red;padding:10px 0}body[data-theme=template2] .swipe-action.swipe-action__trailing .icon{position:absolute;top:50%;left:70%;transform:translateX(-50%) translateY(-50%)}body[data-theme=template2] .swipeable-list-item__leading-actions{position:absolute;display:flex;width:0;overflow:hidden;height:100%;background:green;padding:0;left:0;top:0}body[data-theme=template2] .swipe-action.swipe-action__leading .icon{position:absolute;top:50%;left:70%;transform:translateX(-50%) translateY(-50%)}body[data-theme=template2] .remindername{font-size:14px;font-weight:600;color:#37d19f;margin-bottom:5px!important;margin-top:0!important}body[data-theme=template2] .reminderdetails{font-weight:600;margin-bottom:5px!important;margin-top:0!important;color:rgba(0,0,0,.8705882353)!important;font-size:12px}body[data-theme=template2] .forumtitle{font-weight:600;margin-bottom:0!important;margin-top:0!important}body[data-theme=template2] .forumtabsmainholder{height:calc(100vh - 204px);overflow-y:auto;padding:10px 0}body[data-theme=template2] .chatlastseeninfo{font-weight:600;margin-bottom:0!important;margin-top:0!important;color:rgba(0,0,0,.8705882353)!important;font-size:12px}body[data-theme=template2] .chatnameholder{display:flex;align-items:center;justify-content:left}body[data-theme=template2] .chatbottommenuholderdiv{position:fixed;bottom:91px;width:100%}body[data-theme=template2] .chatmsgtextboxholder .MuiFormControl-root{width:100%}body[data-theme=template2] .chatmsgtextboxholder .MuiInput-underline:after,body[data-theme=template2] .chatmsgtextboxholder .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .chatmsgtextboxholder input{border:1px solid #ddd;border-radius:5px!important;background-color:#f9f9f9!important;padding-left:5px;padding-right:5px}body[data-theme=template2] .chatmsglistholdermain{overflow-y:auto;overflow-x:hidden;border-radius:10px}body[data-theme=template2] .chatmsglistholdermain .replies .msg-info,body[data-theme=template2] .chatmsglistholdermain .sent .msg-info{color:#37d19f!important}body[data-theme=template2] .chatmsglistholdermain #frame .content .messages ul li div.msg-txt,body[data-theme=template2] .chatmsglistholdermain .sent .chat-time{color:rgba(0,0,0,.8705882353)!important;color:var(--base-dark-color)!important}body[data-theme=template2] .chatmsglistholdermain li.replies .msg{background:#fff;border:2px solid #ddd}body[data-theme=template2] .text-capitalize{text-transform:capitalize!important}body[data-theme=template2] .picker-container .picker-highlight:after,body[data-theme=template2] .picker-container .picker-highlight:before{content:" ";position:absolute;left:0;right:auto;display:block;width:100%;height:1px;background-color:#615f5f!important;transform:scaleY(.5)}body[data-theme=template2] .swipeable-list-item{margin-bottom:0!important}body[data-theme=template2] .homemenucontainer_grid{background:transparent}body[data-theme=template2] .fulllengthpage{height:100vh}body[data-theme=template2] body{font-family:var(--body-font-family)!important}body[data-theme=template2] #customSlider .contentL1,body[data-theme=template2] #customSlider .contentL2{font-family:var(--heading-font-family)!important}body[data-theme=template2] #customSlider .contentL3,body[data-theme=template2] .rsc-os-option-element{font-family:var(--body-font-family)!important}body[data-theme=template2] .appnameholder h3,body[data-theme=template2] .infocard .MuiCardHeader-title,body[data-theme=template2] button.MuiTab-root{font-family:var(--heading-font-family)!important}body[data-theme=template2] .homepage_menutitle,body[data-theme=template2] .rsc-footer input{font-family:var(--body-font-family)!important}body[data-theme=template2] .appnameholder h3{font-weight:500!important;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:24px;line-height:28px;color:var(--base-dark-color)!important}body[data-theme=template2] .questiontitle.color-purple{color:#129a7f!important}body[data-theme=template2] .MuiButton-outlinedPrimary{color:#129a7f!important;border:1px solid #129a7f!important}body[data-theme=template2] .MuiCheckbox-colorPrimary.Mui-checked{color:#129a7f!important}body[data-theme=template2] .getstarted-btn.bg-purple{background-image:linear-gradient(90deg,#4cb8c4 0,#3cd3ad 51%,#4cb8c4);background-color:transparent!important}body[data-theme=template2] .homepagegrid-page .homepageheaderdiv,body[data-theme=template2] .MuiButton-containedPrimary,body[data-theme=template2] .MuiFab-primary{background-color:#4e61bf!important;background-color:var(--button-primary-color)!important}body[data-theme=template2] .loadmore{margin-bottom:20px}body[data-theme=template2] .gobutton,body[data-theme=template2] .loadmore{color:#fff!important;background-color:var(--button-primary-color)!important}body[data-theme=template2] .gobutton{height:39px!important;margin-right:10px!important;margin-top:12px!important}body[data-theme=template2] .feedback-btn{color:#fff!important;background-color:var(--button-primary-color)!important}body[data-theme=template2] .feedback-btn.feedback-screenshot-btn{color:#fff!important;background-color:var(--base-dark-grey)!important}body[data-theme=template2] .color-purple,body[data-theme=template2] .hospitalname,body[data-theme=template2] .infocard .MuiCardHeader-title,body[data-theme=template2] .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .MuiTab-textColorPrimary.Mui-selected{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .hospitaliconholder.color-purple{color:var(--button-primary-color)!important}body[data-theme=template2] .MuiTabs-indicator{background-color:#129a7f!important}body[data-theme=template2] .chatmsglistholdermain li.sent .msg,body[data-theme=template2] .maplistdetails div{border:2px solid #129a7f!important}body[data-theme=template2] .chatmsglistholdermain .replies .msg-info,body[data-theme=template2] .chatmsglistholdermain .sent .msg-info,body[data-theme=template2] .infotitletext,body[data-theme=template2] .remindername{color:#129a7f!important;color:var(--button-primary-color)!important}body[data-theme=template2] .MuiPickersClock-pin,body[data-theme=template2] .MuiPickersClockPointer-pointer,body[data-theme=template2] .MuiPickersDay-daySelected,body[data-theme=template2] .MuiPickersToolbar-toolbar{background-color:#129a7f!important}body[data-theme=template2] .MuiPickersModal-dialogRoot .MuiButton-textPrimary,body[data-theme=template2] .MuiPickersModal-dialogRoot .MuiTypography-colorPrimary{color:#129a7f!important}body[data-theme=template2] .MuiPickersClockPointer-thumb{border:14px solid #129a7f!important}body[data-theme=template2] .backgroundivholder{height:100vh;position:absolute;background-color:var(--primary-bg-color)}body[data-theme=template2] .userprofile_page .backgroundivholder{background-color:var(--primary-bg-color)}body[data-theme=template2] .backgroundivholder .bgdiv1{height:40vh;background-color:#fed095}body[data-theme=template2] .backgroundivholder .bgdiv2{height:25vh;background-color:#aebecc}body[data-theme=template2] .backgroundivholder .bgdiv3{height:35vh;background-color:#4e61bf}body[data-theme=template2] .welcometopcurve{position:absolute;top:calc(40vh - 150px);left:0;width:100%;overflow:hidden;line-height:0;background-color:#fed095}body[data-theme=template2] .welcometopcurve svg{position:relative;display:block;width:calc(100% + 1.3px);height:150px}body[data-theme=template2] .welcometopcurve .shape-fill{fill:#aebecc}body[data-theme=template2] .skewed{position:absolute;top:65vh;bottom:0;right:0;left:0;width:100%;height:100%;background:#4e61bf;z-index:0;transform:skewY(-13deg);transform-origin:top left}body[data-theme=template2] .welcome-login-page{position:absolute;height:100vh;width:100%}body[data-theme=template2] .questiontitle.color-darkblue{color:#103caf!important}body[data-theme=template2] .loginheaderimg{background-position:50%;background-repeat:no-repeat;background-size:contain;height:150px;height:calc(100vh - 430px)}body[data-theme=template2] .h-65px{height:65px!important}body[data-theme=template2] .loginwelcomeformmaindiv{background:#fff;margin-left:10px;margin-right:10px;border-radius:8px;padding:10px 15px}body[data-theme=template2] .logintitle{color:#103caf;margin-bottom:25px!important}body[data-theme=template2] .color-dark-blue{color:#103caf}body[data-theme=template2] .textboxholder .MuiFormControl-root{width:100%}body[data-theme=template2] .textboxholder .MuiOutlinedInput-input{padding:14px;font-size:14px}body[data-theme=template2] .textboxholder .MuiFormLabel-root{font-size:14px}body[data-theme=template2] .textboxholder .MuiInputLabel-outlined{z-index:1;transform:translate(14px,14px) scale(1);pointer-events:none}body[data-theme=template2] .textboxholder .MuiFormLabel-root.Mui-focused{color:#103caf!important}body[data-theme=template2] .text-right{text-align:right}body[data-theme=template2] .color-muted-grey{color:#828080!important}body[data-theme=template2] .ml-10px{margin-left:10px}body[data-theme=template2] .fw-500{font-weight:500!important}body[data-theme=template2] .fs-08125rem{font-size:.8125rem}body[data-theme=template2] .logintoppart{height:calc(100vh - 400px)}body[data-theme=template2] .selectlangpage{background-color:#f8f5fb;background-image:none}body[data-theme=template2] .color-darkblue{color:#103caf!important;color:var(--base-dark-color)!important}body[data-theme=template2] .px-30px{padding-left:30px;padding-right:30px}body[data-theme=template2] .py-20px{padding-top:20px;padding-bottom:20px}body[data-theme=template2] .img-fluid{max-width:100%;height:auto}body[data-theme=template2] .selectlanginputdivholder{display:flex;margin-left:10px;margin-right:10px;border-radius:4px;background:#fff;padding:7px 10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme=template2] .selectlanginputdivholder .img-fluid{max-width:70%}body[data-theme=template2] .selectlanginputdivholder .MuiFormControl-root{width:100%}body[data-theme=template2] .selectlanginput{display:flex;align-items:center;justify-content:center;padding-left:15px}body[data-theme=template2] .selectlanginputdivholder .MuiFormControl-root .MuiInput-underline:after,body[data-theme=template2] .selectlanginputdivholder .MuiFormControl-root .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .selectlanginputdivholder .MuiFormControl-root .MuiInput-underline{color:#103caf!important;font-size:14px;font-family:var(--body-font-family)!important;font-style:normal;font-weight:400;font-size:18px;line-height:20px;color:var(--base-dark-grey)!important}body[data-theme=template2] .tosbtnholder button{font-size:12px;text-transform:capitalize;height:auto;border:none!important}body[data-theme=template2] .tostitletext svg{font-size:20px;margin-right:10px}body[data-theme=template2] .MuiCheckbox-colorPrimary.Mui-checked,body[data-theme=template2] .MuiCheckbox-colorSecondary.Mui-checked,body[data-theme=template2] .MuiRadio-colorSecondary.Mui-checked{color:var(--button-primary-color)!important}body[data-theme=template2] .bottomfixeddiv{position:fixed;bottom:20px}body[data-theme=template2] .vertical-align-center{display:flex;align-items:center;justify-content:center;line-height:1.2}body[data-theme=template2] .chatheader_holder{background-color:var(--chat-header-background)!important;border-bottom-left-radius:42px;border-bottom:1px solid var(--chat-header-background);border-bottom-right-radius:42px;position:relative;z-index:9}body[data-theme=template2] .chatheader_background_div{background:var(--bottomsheet-bg-color);height:42px;margin-top:-42px;position:absolute;width:100%}body[data-theme=template2] .chatuserimg svg{font-size:40px;color:var(--back-arrow-color)!important}body[data-theme=template2] .chat_username{font-family:var(--base-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme=template2] .onboarding-page .onboardingslider-container .MuiFormControlLabel-root,body[data-theme=template2] .patientonboarding-page .patientslider-container .MuiFormControlLabel-root{margin-left:-5px}body[data-theme=template2] .onboarding-page .onboardingslider-container fieldset.MuiFormControl-root,body[data-theme=template2] .patientonboarding-page .patientslider-container fieldset.MuiFormControl-root{width:90%;margin-left:5%}body[data-theme=template2] .onboarding-page .onboardingslider-container fieldset.MuiFormControl-root label,body[data-theme=template2] .patientonboarding-page .patientslider-container fieldset.MuiFormControl-root label{margin-right:0;background:#fff;margin-bottom:10px;padding:5px;border:1px solid #ddd;border-radius:4px}body[data-theme=template2] .onboarding-page .onboardingslider-container .slick-dots li.slick-active button:before,body[data-theme=template2] .patientonboarding-page .patientslider-container .slick-dots li.slick-active button:before{opacity:.75;color:#103caf;color:var(--button-primary-color)!important}body[data-theme=template2] .onboarding-page .onboardingslider-container .MuiFormControlLabel-label,body[data-theme=template2] .patientonboarding-page .patientslider-container .MuiFormControlLabel-label{font-size:14px!important}body[data-theme=template2] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root path,body[data-theme=template2] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)!important}body[data-theme=template2] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root path,body[data-theme=template2] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme=template2] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root,body[data-theme=template2] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:50%}body[data-theme=template2] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiIconButton-label svg.MuiSvgIcon-root,body[data-theme=template2] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:10%}body[data-theme=template2] fieldset.MuiFormControl-root .MuiFormControlLabel-root .MuiCheckbox-root .MuiIconButton-label svg.MuiSvgIcon-root{border-radius:10%}body[data-theme=template2] .thanks-page-btn-div{margin-top:12%}body[data-theme=template2] .homepageheaderdiv{background-color:#fff;color:#333}body[data-theme=template2] .homemenu_gridpage{background-color:transparent!important;background-image:none!important}body[data-theme=template2] .homemenu_gridpage .backgroundivholder .bgdiv1{height:50vh;background-color:#fff}body[data-theme=template2] .homemenu_gridpage .backgroundivholder .welcometopcurve{position:absolute;top:calc(50vh - 150px);left:0;width:100%;overflow:hidden;line-height:0;background-color:#fff}body[data-theme=template2] .homemenu_gridpage .backgroundivholder .bgdiv2{height:50vh;background-color:#4e61bf}body[data-theme=template2] .homemenu_gridpage .backgroundivholder .welcometopcurve .shape-fill{fill:#4e61bf}body[data-theme=template2] .homepagegridmaindiv{background:#aebecc;border-radius:8px;padding:10px 15px;height:calc(100vh - 110px);display:flex;flex-direction:column;justify-content:flex-start;margin:0 10px}body[data-theme=template2] .homepagegridinnerdiv{height:calc(100vh - 200px)}body[data-theme=template2] .homepagegrid_bgmenu{background-color:#4e61bf;font-size:17px;color:#fff}body[data-theme=template2] .homepagegrid_bgmenu i.demo-icon{font-size:40px;color:#103caf;color:var(--button-primary-color)!important}body[data-theme=template2] .homepagegrid_bgmenu img.img-fluid{max-height:40px;margin-bottom:10px}body[data-theme=template2] .homepagegrid_bgmenu svg{fill:#4e61bf}body[data-theme=template2] .tabheader{padding:0 20px}body[data-theme=template2] .tabheader .MuiTabs-indicator{background-color:transparent!important}body[data-theme=template2] .tabheader .MuiTab-root.Mui-selected{background-color:var(--button-primary-color)!important;border-radius:10px;color:#103caf!important;color:var(--color-white)!important;font-weight:500!important;background-color:var(--lang-icon-background);border-radius:12px}body[data-theme=template2] .tabheader button.MuiTab-root{min-height:30px;color:#fff;text-transform:none;margin-right:10px!important;color:var(--base-dark-grey)!important}body[data-theme=template2] .getknowledgeable_page{background-color:transparent!important;background-image:none!important}body[data-theme=template2] .getknowledgeable_page .backgroundivholder .bgdiv1{height:50vh;background-color:#4e61bf}body[data-theme=template2] .getknowledgeable_page .backgroundivholder .welcometopcurve{position:absolute;top:calc(50vh - 150px);left:0;width:100%;overflow:hidden;line-height:0;background-color:#4e61bf}body[data-theme=template2] .getknowledgeable_page .backgroundivholder .bgdiv2{height:50vh;background-color:#f8f5fb}body[data-theme=template2] .getknowledgeable_page .backgroundivholder .welcometopcurve .shape-fill{fill:#f8f5fb}body[data-theme=template2] .homepageInnderheaderdiv.homepageheaderdiv{background-color:#4e61bf}body[data-theme=template2] .getknowledgepagemaindiv{background:transparent;margin-left:10px;margin-right:10px;border-radius:8px;padding:0;height:calc(100vh - 160px);display:flex;flex-direction:column;justify-content:space-evenly;position:relative;width:100%}body[data-theme=template2] .getknowledgepagemaindiv.gkmaindiv_holder{margin-left:0;margin-right:0;height:calc(100vh - 130px)}body[data-theme=template2] .getknowledgepagemaindiv.gkmaindiv_holder .infotabcontainer{padding-left:0;padding-right:0}body[data-theme=template2] .getknowledgepagemaindiv.gkmaindiv_holder .infotabcontainer .getknowledgetabsmainholder{padding-left:20px;padding-right:20px;height:calc(100vh - 155px)}body[data-theme=template2] .getknowledgepagemaindiv .getknowledgetabsmainholder{padding:0;background-color:transparent;background-image:none;height:calc(100vh - 220px)}body[data-theme=template2] .getknowledgepagemaindiv .makeStyles-root-1{background-color:transparent}body[data-theme=template2] .getknowledgepagemaindiv .MuiAppBar-colorDefault{color:rgba(0,0,0,.87);background-color:transparent;box-shadow:none}body[data-theme=template2] .getknowledgepagemaindiv .MuiTab-textColorPrimary.Mui-selected{color:#103caf!important}body[data-theme=template2] .getknowledgepagemaindiv .MuiAppBar-root .MuiTab-root.Mui-selected{background-color:#fff;border-radius:10px;color:#103caf!important;color:var(--base-dark-color)!important;font-weight:500!important;background-color:var(--lang-icon-background);background-color:var(--button-primary-color)!important;border-radius:12px}body[data-theme=template2] .avatarmainholder{flex-direction:row;display:flex}body[data-theme=template2] .avatarmainholder .MuiIconButton-label svg.MuiSvgIcon-root{width:24px!important;height:24px!important;background:#d8dde4;border-radius:50%}body[data-theme=template2] .avatarmainholder .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme=template2] .avatarmainholder .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)}body[data-theme=template2] .getknowledgepagemaindiv .MuiAppBar-root button.MuiTab-root{min-height:30px;color:#fff;color:var(--base-dark-grey)!important}body[data-theme=template2] .getknowledgepagemaindiv .MuiTabs-indicator{background-color:transparent!important}body[data-theme=template2] .informationcardholder{background-color:#fff;padding:10px 20px!important;border-radius:10px;margin-top:10px!important;margin-bottom:10px!important;padding-bottom:15px;position:relative}body[data-theme=template2] .informationcardholder,body[data-theme=template2] .inner-informationcardholder{height:160px;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;display:flex;align-items:center;justify-content:center;flex-direction:column}body[data-theme=template2] .informationcardholder .getknowiconcontainer button.MuiIconButton-root,body[data-theme=template2] .inner-informationcardholder .getknowiconcontainer button.MuiIconButton-root{margin-right:10px;font-size:20px!important;color:var(--color-white)!important}body[data-theme=template2] .inner-informationcardholder .getknowiconcontainer button.MuiIconButton-root svg{fill:var(--color-white)!important}body[data-theme=template2] .informationcardholder .card_iconholdertop,body[data-theme=template2] .inner-informationcardholder .card_iconholdertop{position:absolute;top:25px;right:20px}body[data-theme=template2] .informationcardholder .card_icons_holder,body[data-theme=template2] .inner-informationcardholder .card_icons_holder,body[data-theme=template2] .inner-informationcardholder.no-img .card_icons_holder{display:flex;align-items:center;justify-content:center}body[data-theme=template2] .informationcardholder .card_icons_holder .MuiIconButton-label,body[data-theme=template2] .inner-informationcardholder .card_icons_holder .MuiIconButton-label{color:var(--color-white)!important}body[data-theme=template2] .informationcardholder .card_icons_holder .MuiIconButton-label svg,body[data-theme=template2] .inner-informationcardholder .card_icons_holder .MuiIconButton-label svg,body[data-theme=template2] .inner-informationcardholder.no-img .card_icons_holder .MuiIconButton-label svg{margin-right:5px}body[data-theme=template2] .inner-informationcardholder .card_icons_holder .MuiIconButton-label svg{fill:var(--color-white)!important}body[data-theme=template2] .inner-informationcardholder.no-img .card_icons_holder button{background-color:var(--primary-bg-color)!important;margin-right:15px;padding:5px 10px;border-radius:6px;margin-top:10px;color:var(--card-icon-color)!important}body[data-theme=template2] .inner-informationcardholder.no-img .card_icons_holder .MuiIconButton-label{color:var(--card-icon-color)!important}body[data-theme=template2] .inner-informationcardholder.no-img .card_icons_holder .MuiIconButton-label svg{fill:var(--card-icon-color)!important}body[data-theme=template2] .informationcardholder .card_icons_holder button,body[data-theme=template2] .inner-informationcardholder .card_icons_holder button{padding-top:5px}body[data-theme=template2] .inner-informationcardholder{position:relative}body[data-theme=template2] .rightarrowicon{position:absolute;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;margin-left:20px!important}body[data-theme=template2] .inner-informationcardholder.no-img .card_icons_holder{justify-content:flex-start}body[data-theme=template2] .informationcardholder .getknwtitle,body[data-theme=template2] .inner-informationcardholder .posttitle{font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;font-style:normal;font-size:20px;line-height:24px;color:var(--color-white);margin-bottom:0;text-align:center!important;width:100%}body[data-theme=template2] .inner-informationcardholder{background-color:var(--lang-icon-background);padding:20px!important;border-radius:10px;margin-top:10px!important;margin-bottom:10px!important;padding-bottom:15px}body[data-theme=template2] .informationcardholder.no-img .card_icons_holder .MuiIconButton-label,body[data-theme=template2] .informationcardholder.no-img .getknwtitle,body[data-theme=template2] .inner-informationcardholder.no-img .getknowiconcontainer button.MuiIconButton-root,body[data-theme=template2] .inner-informationcardholder.no-img .posttitle{color:var(--base-dark-color)!important}body[data-theme=template2] .inner-informationcardholder.no-img .getknowiconcontainer button.MuiIconButton-root svg{fill:var(--base-dark-color)!important}body[data-theme=template2] .inner-informationcardholder.no-img svg{font-size:35px!important}body[data-theme=template2] .inner-informationcardholder.no-img{height:auto}body[data-theme=template2] .inner-informationcardholder.no-img .posttitle{font-size:16px;line-height:22px;font-weight:500!important;text-align:left!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body[data-theme=template2] .inner-informationcardholder.no-img .content_holder{margin-top:10px!important}body[data-theme=template2] .inner-informationcardholder.no-img .libicon svg{background:var(--button-primary-color)!important;padding:10px;border-radius:50%;fill:var(--color-white)!important}body[data-theme=template2] .inner-informationcardholder .posttitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px;font-style:normal;font-size:20px;line-height:24px;color:var(--color-white)!important;margin-bottom:0!important}body[data-theme=template2] .gklistdetails-root .inner-informationcardholder svg{fill:var(--card-icon-color)!important}body[data-theme=template2] .pillQuestionnaire{padding:10px;background:#fff;margin:20px 0}body[data-theme=template2] .reminderselect{width:100%}body[data-theme=template2] .tos_header{border-bottom:1px solid #ddd;width:100%;display:block;padding-bottom:10px}body[data-theme=template2] .getknwtitle,body[data-theme=template2] .tos_header{font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px;font-style:normal;font-size:18px;line-height:24px;color:var(--base-dark-color)}body[data-theme=template2] .getknwsubtitle{font-weight:500;margin-top:5px;margin-bottom:10px;font-size:.875rem;font-size:16px;color:var(--base-dark-color)}body[data-theme=template2] .commentHeader{font-family:var(--base-font-family)!important;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:var(--base-dark-color)!important;font-family:var(--heading-font-family)!important}body[data-theme=template2] .informationcardholder img{max-width:100%;width:100%;border-radius:10px;margin-top:0;margin-bottom:0}body[data-theme=template2] .getknowupdatedate{font-size:.875rem;text-align:right;color:#103caf!important;margin-top:0;margin-bottom:0}body[data-theme=template2] .getknowiconcontainer button.MuiIconButton-root{padding:0;color:#4e61bf!important;color:var(--card-icon-color)!important;margin-right:5px}body[data-theme=template2] .getknowiconcontainer{display:flex;align-items:flex-end;justify-content:space-evenly}body[data-theme=template2] .bottom-navigation-menu{margin-left:10px;margin-right:10px}body[data-theme=template2] .bottom-navigation-menu i.demo-icon{font-size:35px;color:#103caf;color:var(--button-primary-color)!important}body[data-theme=template2] .bottom-navigation-menu img,body[data-theme=template2] .bottonnavPopup img{height:30px;filter:brightness(0) saturate(100%) invert(73%) sepia(13%) saturate(4015%) hue-rotate(108deg) brightness(104%) contrast(65%)}body[data-theme=template2] .bottom-navigation-menu svg{color:#fff}body[data-theme=template2] .bottom-navigation-menu p{font-size:12px;text-align:center;color:#fff}body[data-theme=template2] .bottom-navigation-menu .moremenu{background:none;box-shadow:none;filter:brightness(0) saturate(100%) invert(73%) sepia(13%) saturate(4015%) hue-rotate(108deg) brightness(104%) contrast(65%)}body[data-theme=template2] .botnavmainholder{background:#f8f5fb}body[data-theme=template2] .botnavinnerholder .active{background-color:hsla(0,0%,100%,.2)}body[data-theme=template2] .botnavinnerholder{display:flex;align-items:center;justify-content:center}body[data-theme=template2] .pt-5px{padding-top:5px!important}body[data-theme=template2] .pb-5px{padding-bottom:5px!important}body[data-theme=template2] .botnavinnerholder .pt-5px.pb-5px{height:76px;padding-top:6px!important}body[data-theme=template2] .getknowledgepagedetailedmaindiv{background:transparent;margin-left:10px;margin-right:10px;border-radius:8px;padding:0;height:calc(100vh - 160px)}body[data-theme=template2] .getknowledgepagemaindiv .getinvolvedtabsmainholder{padding:0;background-color:transparent;background-image:none;height:calc(100vh - 220px)}body[data-theme=template2] .white_bg{background-color:#fff;background-color:var(--bottomsheet-bg-color)}body[data-theme=template2] .border-radius-10px{border-radius:10px}body[data-theme=template2] .getinvo_listholder{height:calc(100vh - 241px);overflow-y:auto}body[data-theme=template2] [data-rsbs-content] .gk_details_description .gklistdetails-root li,body[data-theme=template2] [data-rsbs-content] .gk_details_description .gklistdetails-root p{font-family:var(--body-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme=template2] .gk_details_description .gklistdetails-root p a{word-break:break-all;color:#00f!important}body[data-theme=template2] .gk_bottomsheet_desc_text{font-family:var(--body-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important;margin-top:15px}body[data-theme=template2] #surveyCasePreviewform .getinvo_inner_questiondiv{height:calc(100vh - 160px)}body[data-theme=template2] .getinvo_inner_questiondiv{overflow-y:auto}body[data-theme=template2] .getinvo_inner_questiondiv .infocard{margin-top:10px}body[data-theme=template2] .getinvo_inner_questiondiv .infocard p{font-family:var(--heading-font-family)!important;font-weight:500}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .MuiFormControlLabel-label{font-size:14px!important}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .MuiButton-contained{box-shadow:none!important;background-color:#4e61bf!important;color:#fff!important}body[data-theme=template2] .getknowledgepagemaindiv .forumtabsmainholder{padding:0;background-color:transparent;background-image:none;height:calc(100vh - 220px)}body[data-theme=template2] .border-topleftradius-10px{border-top-left-radius:10px}body[data-theme=template2] .border-toprightradius-10px{border-top-right-radius:10px}body[data-theme=template2] .border-bottomleftradius-10px{border-bottom-left-radius:10px}body[data-theme=template2] .border-bottomrightradius-10px{border-bottom-right-radius:10px}body[data-theme=template2] .bgimg_none{background-image:none!important}body[data-theme=template2] .chatmsglistholdermain li.sent .msg{border:2px solid #103caf!important;border:2px solid var(--button-primary-color)!important;background:var(--chat-sentmsg-background)!important;border:none!important;color:var(--chat-sentmsg-color)!important;border-radius:12px!important;border-bottom-right-radius:0!important}body[data-theme=template2] .chatmsglistholdermain .sent .msg-info{color:var(--chat-sentmsg-color)!important;font-style:normal;font-weight:500;font-size:15px;line-height:22px;font-family:var(--heading-font-family)!important}body[data-theme=template2] .chatmsglistholdermain li.replies .msg{background:var(--chat-repliesmsg-background)!important;border-radius:12px!important;border:none!important;border-bottom-left-radius:0!important}body[data-theme=template2] .chatmsglistholdermain .replies .msg-info{color:var(--base-dark-color)!important;display:flex;justify-content:space-between;align-items:center;font-style:normal;font-weight:500;font-size:15px;line-height:22px;font-family:var(--heading-font-family)!important}body[data-theme=template2] .chatmsglistholdermain #frame .content .messages .replies div.msg-txt{font-style:normal;font-weight:400;font-size:17px!important;line-height:22px;color:var(--base-dark-color)!important}body[data-theme=template2] .chatmsglistholdermain .replies .chat-time{color:var(--chat-repliesmsg-color)!important}body[data-theme=template2] .chatDate{font-style:normal;font-weight:400;font-size:15px!important;line-height:22px;color:var(--color-white)!important;font-family:var(--heading-font-family)!important;margin-bottom:20px!important;margin-top:30px!important}body[data-theme=template2] .chatDate span{background-color:var(--input-border-grey);padding:5px 10px;border-radius:12px}body[data-theme=template2] .chatmsglistholdermain #frame .content .messages .sent div.msg-txt{font-style:normal;font-weight:400;font-size:17px!important;line-height:22px;color:var(--chat-sentmsg-color)!important}body[data-theme=template2] .chatmsglistholdermain .sent .chat-time{color:var(--chat-sentmsg-color)!important}body[data-theme=template2] .chatmsgtextboxholder input{border:none!important;background:var(--chat-header-background)!important;border-radius:12px!important;padding:9px 5px;font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:var(--base-dark-grey)!important;font-family:var(--body-font-family)!important}body[data-theme=template2] .textfieldwrap,body[data-theme=template2] .textfieldwrap.chatwindow{height:48px!important;overflow-y:hidden;width:80%;margin-left:5%}body[data-theme=template2] .textfieldwrap.chatwindow{border:1px solid #ddd}body[data-theme=template2] .Regdropdown{white-space:normal!important}body[data-theme=template2] .chatbtmmenu button,body[data-theme=template2] .chatbtmmenu label{margin-right:0!important;margin-left:0!important}body[data-theme=template2] .chatbtmmenu .hospitaliconholder svg{fill:var(--button-primary-color)!important;font-size:25px!important}body[data-theme=template2] .chatbtmmenu .hospitaliconholder .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;font-size:20px!important}body[data-theme=template2] .getknowledgepagemaindiv .MuiIconButton-label svg.MuiSvgIcon-root,body[data-theme=template2] .userprofilefieldset .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;border-radius:50%}body[data-theme=template2] .userprofilefieldset .MuiFormGroup-root .MuiFormControlLabel-root{color:var(--base-dark-color)}body[data-theme=template2] .pillstatusholder{background:#fff;margin:20px 0}body[data-theme=template2] .pillstatus-header{width:100%;border-bottom:2px solid #ddd!important;margin-bottom:10px;padding:10px 0;display:flex;align-items:center;justify-content:center;vertical-align:middle}body[data-theme=template2] .MuiPickersStaticWrapper-staticWrapperRoot{width:100%;border-radius:10px!important}body[data-theme=template2] .MuiPickersDay-daySelected{color:#fff;font-weight:500;background-color:#3f51b5!important}body[data-theme=template2] .MuiPickersToolbar-toolbar{background-color:#f8f5fb!important}body[data-theme=template2] h4.MuiPickersToolbarText-toolbarBtnSelected,body[data-theme=template2] h6.MuiPickersToolbarText-toolbarTxt{color:#103caf!important}body[data-theme=template2] .remindersettingiconholder{position:fixed;z-index:9;right:10px;top:20px}body[data-theme=template2] .remindersettingiconholder button{background-image:none!important;background-color:#4e61bf!important}body[data-theme=template2] .MuiDialog-container header.MuiAppBar-colorPrimary{background-image:none!important;background-color:#4e61bf!important;background-color:var(--button-primary-color)!important;box-shadow:none!important}body[data-theme=template2] .MuiDialog-paperFullScreen{background-color:#f8f5fb!important}body[data-theme=template2] .informationcardholder .MuiTextField-root,body[data-theme=template2] .informationcardholder .reminderpicker .MuiTextField-root{width:100%;margin-top:0;margin-bottom:0;border:1px solid #ddd;border-radius:4px;padding:5px 10px}body[data-theme=template2] .informationcardholder .MuiTextField-root .MuiInput-underline:after,body[data-theme=template2] .informationcardholder .MuiTextField-root .MuiInput-underline:before,body[data-theme=template2] .informationcardholder .reminderpicker .MuiTextField-root .MuiInput-underline:after,body[data-theme=template2] .informationcardholder .reminderpicker .MuiTextField-root .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .mb-25px{margin-bottom:25px!important}body[data-theme=template2] .informationcardholder .reminderselect .MuiInputBase-root{border:1px solid #ddd;border-radius:4px;padding:5px 10px;margin-top:3px;margin-bottom:8px}body[data-theme=template2] .informationcardholder .reminderselect .MuiInput-underline:after,body[data-theme=template2] .informationcardholder .reminderselect .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .remindericonholder .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;color:#4e61bf!important;margin-right:10px!important}body[data-theme=template2] .addreminderdivholder{position:fixed;width:100%;text-align:right}body[data-theme=template2] .addreminderdivholder>div{position:fixed;margin-left:calc(100% - 66px);margin-top:20px}body[data-theme=template2] .remindertabpanel{padding:20px}body[data-theme=template2] .remindertabpanel .w-100 .MuiInputBase-root{margin-top:0;margin-bottom:0;width:-webkit-fill-available;border:1px solid #ddd;border-radius:4px;padding:5px 10px}body[data-theme=template2] .informationcardholder .noboxshadwo{box-shadow:none}body[data-theme=template2] .addreminderdivholder button{background-image:none!important;background-color:#4e61bf!important}body[data-theme=template2] .remindertitleholder .MuiTextField-root{padding:5px 0!important}body[data-theme=template2] .remindertitleholder .MuiTextField-root .MuiInputBase-root{padding:0 10px!important}body[data-theme=template2] .MuiPickersModal-dialogRoot .MuiButton-textPrimary,body[data-theme=template2] .MuiPickersToolbarText-toolbarBtnSelected,body[data-theme=template2] .MuiPickersToolbarText-toolbarTxt{color:#103caf!important}body[data-theme=template2] .MuiPickersClock-pin,body[data-theme=template2] .MuiPickersClockPointer-pointer{background-color:#103caf!important}body[data-theme=template2] .settingmenulist{background:#fff;margin-left:15px;margin-right:15px}body[data-theme=template2] .seetingMenuIcons{width:25px;height:25px}body[data-theme=template2] .MuiPickersClockPointer-thumb{border:14px solid #103caf!important}body[data-theme=template2] .overflowy_hidden{overflow-y:hidden}body[data-theme=template2] .selectlangpage{background-color:var(--primary-bg-color)!important}body[data-theme=template2] .questiontitle.color-darkblue{font-size:24px;line-height:28px}body[data-theme=template2] .questiontitle.color-darkblue,body[data-theme=template2] .steptitle.text-version{color:#fff!important;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;color:var(--base-dark-color)!important}body[data-theme=template2] .steptitle.text-version{font-size:16px;line-height:22px;text-align:center}body[data-theme=template2] .onboardingsliderdivcontent h4.color-darkblue,body[data-theme=template2] .patientsliderdivcontent h4.color-darkblue{color:#fff!important;font-style:normal;font-weight:500;color:var(--base-dark-color)!important;font-size:18px;line-height:20px;margin-bottom:16px}body[data-theme=template2] .tostitletext{display:flex;align-items:center;font-family:var(--heading-font-family)!important;font-size:12px;margin:10px 0 0 10px;color:#fff!important}body[data-theme=template2] .tos-content p{font-family:var(--body-font-family)!important}body[data-theme=template2] .onboardingsliderdivcontent .MuiFormControlLabel-label,body[data-theme=template2] .patientsliderdivcontent .MuiFormControlLabel-label{font-size:14px!important;color:#000;letter-spacing:.5px;color:var(--base-dark-color)!important}body[data-theme=template2] .onboardingslider-container p,body[data-theme=template2] .patientslider-container p{font-size:1rem!important;font-weight:600;color:#fff}body[data-theme=template2] .MuiDialog-paperFullScreen{background-color:#4e61bf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%234e61bf'/%3E%3Cstop offset='1' stop-color='%23aebecc'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h2v1H0z'/%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23b)' d='M0 1V0h2z'/%3E%3Cpath fill='url(%23c)' d='M2 1V0H0z'/%3E%3C/g%3E%3C/svg%3E")!important;background-attachment:fixed;background-size:cover;color:#fff!important;background-color:var(--primary-bg-color)!important;background-image:none!important;color:var(--base-dark-color)!important}body[data-theme=template2] .homemenu_gridpage .backgroundivholder .bgdiv1,body[data-theme=template2] .homemenu_gridpage .backgroundivholder .bgdiv2{display:none}body[data-theme=template2] .fullpage{background-color:#4e61bf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%234e61bf'/%3E%3Cstop offset='1' stop-color='%23aebecc'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h2v1H0z'/%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23b)' d='M0 1V0h2z'/%3E%3Cpath fill='url(%23c)' d='M2 1V0H0z'/%3E%3C/g%3E%3C/svg%3E")!important;background-attachment:fixed;background-size:cover;height:100vh;background-image:none!important;background-color:var(--primary-bg-color)!important}body[data-theme=template2] .homepageheaderdiv{background-color:transparent;color:#fff;padding:10px;position:relative}body[data-theme=template2] .homepagegridmaindiv{background-color:transparent;margin-left:0;margin-right:0;overflow:auto}body[data-theme=template2] .homepagegrid_bgmenu{background-color:hsla(0,0%,100%,.4);padding:10px;border-radius:10px;font-size:16px;display:flex;justify-content:space-around;flex-direction:column;font-weight:700;color:#333;height:calc(100% - 20px);background-color:var(--lang-icon-background)!important;box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;line-height:22px;text-align:center;color:var(--base-dark-color)!important}body[data-theme=template2] .right_menudiv .homepagegrid_bgmenu{height:calc(20vh - 20px);margin-top:0}body[data-theme=template2] .right_menudiv a{width:100%}body[data-theme=template2] .right_menudiv .MuiGrid-grid-xs-12:first-child{height:calc(50vh - 100px);display:flex;align-items:flex-end}body[data-theme=template2] .right_menudiv .MuiGrid-grid-xs-12:nth-child(2){height:calc(50vh - 100px);display:flex;align-items:self-start}body[data-theme=template2] .getknowledgeable_page .backgroundivholder .bgdiv1,body[data-theme=template2] .getknowledgeable_page .backgroundivholder .bgdiv2{display:none}body[data-theme=template2] .getinfopage .getknowledgepagemaindiv{margin-left:0;margin-right:0;height:calc(100vh - 130px)}body[data-theme=template2] .getinfopage .getknowledgepagemaindiv .MuiTabs-root{padding:0 10px}body[data-theme=template2] .botnavmainholder{position:fixed;bottom:10px;bottom:0;width:100%;top:auto;background:transparent;box-shadow:none}body[data-theme=template2] .bottom-navigation-menu{background-color:#4e61bf;margin-left:0;margin-right:0;border-radius:10px;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background)!important;overflow:hidden!important}body[data-theme=template2] .botnavinnerholder .pt-5px.pb-5px{height:auto;padding:0!important}body[data-theme=template2] .botnavinnerholder .pt-5px.pb-5px a p:nth-child(2){height:36px;display:flex;align-items:center;display:none}body[data-theme=template2] .infotabcontainer{height:calc(100vh - 130px);padding-left:20px;padding-right:20px}body[data-theme=template2] .infotabcontainer ul.MuiList-padding{padding-top:0;padding-bottom:0}body[data-theme=template2] .infotabcontainer .informationcardholder{background-color:#fff;padding:10px 20px!important;border-radius:10px;margin-top:0!important;margin-bottom:20px!important;padding-bottom:15px;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme=template2] .homepageInnderheaderdiv.homepageheaderdiv{background-color:transparent;color:#fff;padding:10px;position:relative}body[data-theme=template2] .bg-knowledge-tab .MuiBox-root{padding:10px}body[data-theme=template2] .gkdivcontent{height:calc(100vh - 120px);overflow-y:hidden;overflow-x:hidden}body[data-theme=template2] .onboarding-page.homemenu_gridpage .gridcontainer.welcome-login-page{background-color:#4e61bf;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%234e61bf'/%3E%3Cstop offset='1' stop-color='%23aebecc'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23fed095' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fed095'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h2v1H0z'/%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23b)' d='M0 1V0h2z'/%3E%3Cpath fill='url(%23c)' d='M2 1V0H0z'/%3E%3C/g%3E%3C/svg%3E")!important;background-attachment:fixed;background-size:cover;height:100vh;background-color:var(--primary-bg-color)!important;background-image:none!important}body[data-theme=template2] .gkdivcontent.knowledge-detail .scrollablepost{height:calc(100vh - 180px);height:calc(100vh - 200px);height:calc(100vh - 230px);margin-left:0;margin-right:0;border-radius:10px;height:calc(100vh - 145px);border-radius:12px;padding-left:20px;padding-right:20px;background-color:var(--primary-bg-color)!important}body[data-theme=template2] .posticoncontainer ul{background-color:transparent}body[data-theme=template2] .markerList{background:#fff;margin-left:15px;margin-right:15px;border-radius:8px;height:calc(100vh - 223px);height:calc(100vh - 145px);position:relative;padding:5px 0 0;overflow-y:auto;background-color:hsla(0,0%,100%,.4);background-color:transparent}body[data-theme=template2] .distancetext{font-size:14px;color:#000;color:var(--base-dark-color)!important;font-weight:700;letter-spacing:1.3px}body[data-theme=template2] .listname{color:#000!important;color:var(--base-dark-color)!important;font-weight:600!important;font-family:var(--body-font-family)!important}body[data-theme=template2] .forum-container .group-list{margin-top:10px;padding:10px;background:#fff;height:100vh;text-align:left;border-radius:10px;height:calc(100vh - 216px);overflow-y:auto;background-color:hsla(0,0%,100%,.4);background-color:transparent!important}body[data-theme=template2] .infotabcontainer.chat-list-swipe .peer-list{height:calc(100vh - 206px);margin:0!important;padding-left:20px;padding-right:20px}body[data-theme=template2] .peer-list{padding:10px;margin:0 15px 10px}body[data-theme=template2] .peer-list,body[data-theme=template2] form#chat-profile{position:relative;background:#fff;text-align:left;border-radius:10px;background-color:hsla(0,0%,100%,.4);background-color:transparent}body[data-theme=template2] form#chat-profile{margin-left:0;margin-right:0;height:calc(100vh - 186px)}body[data-theme=template2] .profileformholder legend.MuiFormLabel-root{font-size:1rem!important;font-weight:600;color:#000;font-family:museo_sans300,museo_sans500,museo_sans900;font-family:var(--body-font-family)!important;line-height:1;font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px;font-style:normal;font-size:18px!important;line-height:24px;color:var(--base-dark-color);text-transform:capitalize}body[data-theme=template2] .profileformholder{background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;margin-top:20px;padding-bottom:20px}body[data-theme=template2] .pinsubmitbtn{background-color:transparent!important;box-shadow:8px 8px 20px var(--primary-bg-color)!important}body[data-theme=template2] .profileformholder.bg-transparent{background-color:transparent!important;box-shadow:none!important}body[data-theme=template2] .MuiDialogContent-root{padding:8px}body[data-theme=template2] .profileformholder input{font-style:normal;font-weight:400;font-size:18px;line-height:20px;color:var(--base-dark-color)!important;font-weight:500;font-family:var(--body-font-family)!important}body[data-theme=template2] .bgtransparent{background-color:transparent!important}body[data-theme=template2] .boxshadownone{box-shadow:none!important}body[data-theme=template2] .onboardingheaderdiv.homepageheaderdiv.homepageInnderheaderdiv img.oneimpactlogoimg{height:60px!important;max-width:100%}body[data-theme=template2] #frame{width:100%;height:calc(100vh - 150px)!important}body[data-theme=template2] .services-chat-window #frame{height:calc(100vh - 240px)!important}body[data-theme=template2] .chatmsglistholdermain{height:100vh;background-image:none!important;background-color:hsla(0,0%,100%,.4);background-color:var(--chat-bg-screen-color)}body[data-theme=template2] .chatheader_holder .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;fill:var(--base-dark-color)!important}body[data-theme=template2] .chatheader_holder .homeicon-btn{padding-left:0;padding-right:10px!important;padding-top:0}body[data-theme=template2] .chatheader_holder .back_arrow_btn{padding-left:10px!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;padding-top:0}body[data-theme=template2] .chatheader_holder .chat_username.forumtitle{font-weight:500!important;font-family:var(--heading-font-family)!important;font-style:normal;font-weight:500;font-size:20px;line-height:28px;color:var(--base-dark-color)!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body[data-theme=template2] .justify-center{justify-content:center!important}body[data-theme=template2] .pb-8px{padding-bottom:8px!important}body[data-theme=template2] .pt-8px{padding-top:8px!important}body[data-theme=template2] button.reactour__close{font-size:0!important;top:10px;right:10px;height:15px;position:absolute;width:20px}body[data-theme=template2] [data-tour-elem=controls] button{font-size:0!important}body[data-theme=template2] button.reactour__close svg{height:15px;width:15px}body[data-theme=template2] .ChatWindow .react-swipeable-view-container{background:transparent;border-radius:10px;height:100vh!important}body[data-theme=template2] .getinvolvedtabsmainholder{background-color:transparent;background-image:none!important}body[data-theme=template2] .forumlistdivholder.servicesList{margin:0;padding-left:0;padding-right:0}body[data-theme=template2] .getinvo_inner_questiondiv .infocard{background-color:#fff;box-shadow:none!important;border:none!important;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background);border-radius:10px;margin-top:0;margin-bottom:20px!important;padding:10px;box-shadow:8px 8px 20px rgba(6,13,48,.04)!important;border-radius:12px}body[data-theme=template2] .forumlistdivholder.servicesList .getinvo_inner_questiondiv{height:calc(100vh - 348px);height:calc(100vh - 375px);height:calc(100vh - 370px);padding-top:0;padding-left:20px;padding-right:20px}body[data-theme=template2] .settingmenulist{background-color:hsla(0,0%,100%,.4);margin-left:20px;margin-right:20px;border-radius:10px;height:calc(100vh - 220px);overflow-y:auto;margin-bottom:10px;background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme=template2] .terms-condition-container{height:calc(100vh - 160px);overflow:scroll;position:relative;background:#fff;margin-left:15px;margin-right:15px;background-color:hsla(0,0%,100%,.4);border-radius:10px;background-color:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;overflow-x:hidden}body[data-theme=template2] .userProfileCard{padding:10px;margin-left:5px;margin-right:5px;background-color:hsla(0,0%,100%,.4);background-color:transparent;box-shadow:none!important;border-radius:8px}body[data-theme=template2] .mb-20px.userProfileCard{margin-bottom:0!important}body[data-theme=template2] .userprofile_page .forumlistdivholder.userprofileholder{height:calc(100vh - 185px)}body[data-theme=template2] .userprofile_page #surveyform{height:calc(100vh - 190px);overflow-y:auto}body[data-theme=template2] .profilesubmitbtn{box-shadow:none!important}body[data-theme=template2] .posttitle{color:#000!important;font-weight:600!important;font-weight:500;font-family:var(--heading-font-family)!important;margin-top:10px;margin-bottom:15px!important;font-style:normal;font-size:18px;line-height:24px;color:var(--base-dark-color)!important}body[data-theme=template2] .gklistdetails-root .MuiPaper-root{background-color:hsla(0,0%,100%,.4);border-bottom-left-radius:8px;border-bottom-right-radius:8px}body[data-theme=template2] .gklistdetails-summary{background:transparent!important;box-shadow:none!important;border-radius:8px!important;border-top-left-radius:0!important;border-top-right-radius:0!important;padding-top:16px!important;border:1px solid #ddd!important;border-top:none!important}body[data-theme=template2] .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:hsla(0,0%,100%,.4)}body[data-theme=template2] .servicespage .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:var(--lang-icon-background)}body[data-theme=template2] .servicespage .infotabcontainer{height:calc(100vh - 192px);padding-left:0;padding-right:0;overflow-y:hidden}body[data-theme=template2] .servicespage .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{background-color:red;height:calc(100vh - 200px);padding-left:20px;padding-right:20px}body[data-theme=template2] .surveypage .maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:var(--lang-icon-background)}body[data-theme=template2] .swipeable-list-item,body[data-theme=template2] .swipeable-list-item__content{background:transparent!important}body[data-theme=template2] .know-your-rights-tab-content.paddingfixes>.MuiBox-root{padding:0}body[data-theme=template2] .caldivcontent div{background-color:transparent}body[data-theme=template2] .calendartabmainholder{background-color:hsla(0,0%,100%,.4)!important;border-radius:8px}body[data-theme=template2] .MuiDialog-paperFullScreen .calendartabmainholder{height:calc(100vh - 64px)!important;overflow-y:auto;background-color:transparent!important}body[data-theme=template2] .calendartabmainholder .informationcardholder,body[data-theme=template2] .usercalendartabmainholder .informationcardholder{background-color:#fff;padding:10px 20px!important;border-radius:10px;margin-top:10px!important;margin-bottom:10px!important;padding-bottom:15px;background-color:hsla(0,0%,100%,.4)!important;color:#000}body[data-theme=template2] .informationcardholder .MuiTextField-root{width:100%;margin-top:0;margin-bottom:0;border:1px solid #fff;border-radius:4px;padding:5px 10px}body[data-theme=template2] .login_btn{background-color:#4e61bf!important;background-image:none!important;width:100%;padding:8px!important;font-size:14px!important;font-size:18px!important;box-shadow:none!important;color:#fff;background-color:var(--button-primary-color)!important;border-radius:10px!important}body[data-theme=template2] .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{height:calc(100vh - 220px);background-color:hsla(0,0%,100%,.4)!important;background-color:transparent!important;padding-top:10px;overflow-y:auto;padding-left:0;padding-right:0;margin:0}body[data-theme=template2] .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 220px);padding-left:20px;padding-right:20px}body[data-theme=template2] #surveyform{position:relative;padding-bottom:0;height:auto;overflow-y:hidden}body[data-theme=template2] .searchuserDiv{padding:12px;height:calc(100vh - 160px);overflow:auto}body[data-theme=template2] .searchuserDiv h2,body[data-theme=template2] .searchuserDiv h4{color:#fff!important;color:var(--base-dark-color)!important;font-size:1.2rem;font-weight:500}body[data-theme=template2] .searchuserDiv .getaccess-searchbar{background:transparent!important;background:var(--lang-icon-background)!important;margin-bottom:2%;margin-top:0;height:35px}body[data-theme=template2] .patientMenuScreenDivWrap .userSpanDiv{background:#767171;color:#fff;font-weight:500;text-align:center;padding:8px}body[data-theme=template2] .patientMenuScreenDivWrap .patientMenuScreenDiv{padding:20px 12px;text-align:center}body[data-theme=template2] .patientMenuScreenDivWrap .patientMenuScreenDiv .patientMenuBtn{margin-bottom:20px;border-radius:6px;border:2px solid #fff;box-shadow:0 1px 5px #bbb8b8;width:100%;display:block}body[data-theme=template2] .patientMenuScreenDivWrap .patientMenuScreenDiv .MuiButtonGroup-contained{box-shadow:none;width:100%}body[data-theme=template2] .patientMenuScreenDivWrap .myProfileWrap{display:flex;justify-content:end}body[data-theme=template2] .patientMenuScreenDivWrap .myProfileWrap a{text-align:center;padding:12px;color:var(--button-primary-color)!important}body[data-theme=template2] .patientMenuScreenDivWrap .myProfileWrap a .MuiSvgIcon-root{font-size:2.5rem}body[data-theme=template2] .patientMenuScreenDivWrap .myProfileWrap a p{margin:0;font-size:1rem;font-weight:500;position:relative;top:-9px}body[data-theme=template2] .calendartabpanel .MuiBox-root{padding:10px}body[data-theme=template2] .tabheader{color:rgba(0,0,0,.87);background-color:transparent;box-shadow:none;padding:0 10px}body[data-theme=template2] .gk-page .getaccess-searchbar{background-color:#fff!important;box-shadow:none!important;border:2px solid #ddd!important;margin:10px 0}body[data-theme=template2] .getknowledgeable_page .bg-knowledge-tab .MuiBox-root{padding:10px 0}body[data-theme=template2] .Informationpage .bg-knowledge-tab .MuiBox-root{padding:10px}body[data-theme=template2] .forum-container .group-list{margin:10px 0;padding-left:20px;padding-right:20px}body[data-theme=template2] .calendartabmainholder{padding-bottom:0;height:calc(100vh - 200px)}body[data-theme=template2] .MuiRadio-colorSecondary.Mui-checked,body[data-theme=template2] .reportform .MuiRadio-colorSecondary.Mui-checked{color:#4e61bf!important;color:var(--button-primary-color)!important}body[data-theme=template2] .MuiPaper-root.MuiPopover-paper.MuiPaper-rounded{background-color:#fff!important;background-color:var(--bottomsheet-bg-color)!important}body[data-theme=template2] .mapslidermaindiv .MuiPaper-root{width:400px!important;margin:0 auto}body[data-theme=template2] .chatslidermaindiv .MuiPaper-root{width:100%;background-color:#fff;margin:0 auto}body[data-theme=template2] .bottonnavPopup p{background-color:transparent;color:#fff;color:#000;color:var(--bottompaper-nav-color)!important}body[data-theme=template2] .reportactiondiv{width:90%;margin-left:5%;margin-right:5%;text-align:center}body[data-theme=template2] .bottonnavPopup p i.demo-icon{font-size:35px;color:#103caf;color:var(--button-primary-color)!important}body[data-theme=template2] .markerList .getaccess-searchbar{background-color:#fff!important;box-shadow:none!important;border:2px solid #ddd!important;background-color:hsla(0,0%,100%,.4)!important;margin:10px}body[data-theme=template2] .getaccess-searchbar{background-color:hsla(0,0%,100%,.4)!important}body[data-theme=template2] .MuiAvatar-colorDefault{color:#fff;background-color:#4e61bf;background-color:var(--card-icon-color)!important}body[data-theme=template2] .comment-username{font-weight:700;font-size:18px;line-height:24px;color:var(--base-dark-color)!important;margin:0 0 5px}body[data-theme=template2] .comment-description{font-size:16px!important;color:var(--base-dark-color);margin:0 0 5px}body[data-theme=template2] #nearMe-map-conatiner{min-height:400px}body[data-theme=template2] .mapreset{border-radius:2px;margin-left:0;border:none!important}body[data-theme=template2] .maplistviewfloatbtn,body[data-theme=template2] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary{background:#4e61bf!important;background:var(--button-primary-color)!important}body[data-theme=template2] .maplistviewfloatbtn svg,body[data-theme=template2] .MuiFab-root.mapfilterfloatbtn.MuiFab-primary svg{color:#fff!important}body[data-theme=template2] .nearmebutton{background:#4e61bf!important;background:var(--button-primary-color)!important;color:#fff!important;border:none!important;height:30px;width:30px;border-radius:2px}body[data-theme=template2] .nearmebutton svg{width:18px;height:18px;padding-top:4px}body[data-theme=template2] .skitt-ui--not-listening #skitt-toggle-button{background-color:#4e61bf}body[data-theme=template2] p.unreadmsgicon svg{fill:#103caf;fill:var(--card-icon-color)!important}body[data-theme=template2] .gk-page .getaccess-searchbar{background-color:hsla(0,0%,100%,.4)!important;background-color:var(--search-box-background)!important;border-radius:12px;border:none!important;margin-bottom:15px!important}body[data-theme=template2] .color-darkblue label svg{fill:#103caf!important}body[data-theme=template2] .chatusername svg{fill:#103caf!important;fill:var(--button-primary-color)!important;width:16px;height:16px}body[data-theme=template2] .case-status-label svg,body[data-theme=template2] .responselisticon svg{fill:#103caf!important;fill:var(--card-icon-color)!important}body[data-theme=template2] .responselisticon{color:var(--base-dark-color)!important}body[data-theme=template2] .MuiInput-underline:after{border-bottom:1px solid rgba(0,0,0,.42)!important}body[data-theme=template2] .profileformholder .MuiFormLabel-root.Mui-focused,body[data-theme=template2] .userProfileHeading{color:#000!important;color:var(--base-dark-color)!important}body[data-theme=template2] .userProfileHeading{font-size:18px;font-weight:500;font-family:var(--heading-font-family)!important}body[data-theme=template2] .profileformholder label{font-size:1rem!important;font-weight:500;color:#000;font-size:18px!important;line-height:24px;color:var(--base-dark-color);text-transform:capitalize;font-family:var(--heading-font-family)!important}body[data-theme=template2] .calendartabmainholder.remindertabpanel button.MuiButtonBase-root.MuiIconButton-root span.MuiIconButton-label svg{fill:#103caf!important}body[data-theme=template2] .settingmenulist i.demo-icon{font-size:20px}body[data-theme=template2] .bottom-navigation-menu svg,body[data-theme=template2] .bottonnavPopup p svg,body[data-theme=template2] .settingmenulist i.demo-icon{color:#103caf;color:var(--button-primary-color)!important}body[data-theme=template2] .height500{height:500px}body[data-theme=template2] .userprofilefieldset .MuiFormGroup-root .MuiInput-underline{border:1px solid #fff;border-radius:4px;padding-left:0;margin-top:10px;font-size:16px;line-height:20px;color:var(--base-dark-color)!important;font-weight:500;font-family:var(--body-font-family)!important;margin-bottom:10px}body[data-theme=template2] button{text-transform:inherit}body[data-theme=template2] header.MuiPaper-root.MuiAppBar-root .MuiTypography-h6,body[data-theme=template2] header.MuiPaper-root.MuiAppBar-root h6{font-family:var(--heading-font-family)!important;font-weight:400}body[data-theme=template2] .selectlangpage .onboardingsliderdivcontent{display:flex;flex-direction:column;height:calc(100vh - 280px)}body[data-theme=template2] .tostitletext{background-color:hsla(0,0%,100%,.4)!important;padding:5px 10px;border-radius:4px;color:#103caf!important;margin-left:5px;font-size:14px}body[data-theme=template2] .selectlangpage .onboardingsliderdivcontent .langdivholder{display:flex;flex-direction:column;justify-content:center;padding-bottom:70px}body[data-theme=template2] .selectlangpage .regformquestionimg{height:60px!important}body[data-theme=template2] .forumlistdivholder.servicesList.white_bg{padding-left:20px;padding-right:20px;background-color:transparent}body[data-theme=template2] .case-report.maplistcontainerdiv.repostListContainer{background-color:transparent!important;box-shadow:none!important}body[data-theme=template2] .case-report.maplistcontainerdiv.repostListContainer .chatuserlistdiv{background-color:var(--lang-icon-background)!important}body[data-theme=template2] #iboxlogin{color:#fff;color:var(--base-dark-color);font-weight:700;padding-top:15px;display:flex;justify-content:end;align-items:center;font-weight:500;margin-bottom:30px}body[data-theme=template2] #iboxlogin a{display:flex}body[data-theme=template2] #iboxlogin .MuiSvgIcon-fontSizeLarge{font-size:1.1875rem}body[data-theme=template2] .powertext{font-size:14px;padding:10px;color:#333;color:var(--base-dark-color)!important}body[data-theme=template2] .commentText .MuiFormControl-root.MuiTextField-root{width:100%}body[data-theme=template2] .commentText .MuiFormControl-root.MuiTextField-root .MuiInputBase-root{border:none!important;background:var(--chat-header-background)!important;border-radius:12px!important;padding:9px 5px;font-size:16px;line-height:22px;color:var(--base-dark-grey)!important;width:100%;font-style:normal;font-weight:400;color:var(--base-dark-color)!important;font-family:var(--base-font-family)!important}body[data-theme=template2] .commentText .MuiFormControl-root.MuiTextField-root .MuiInputBase-root:after,body[data-theme=template2] .commentText .MuiFormControl-root.MuiTextField-root .MuiInputBase-root:before{border-bottom:none!important}body[data-theme=template2] .commentsend_btn{width:40px;border-radius:50%;height:40px;min-width:30px}body[data-theme=template2] .commentText{padding-bottom:18px;padding-left:0;padding-right:0;margin-top:50px!important}body[data-theme=template2] .posticoncontainer.commentsholder .postinfo{font-style:normal;font-weight:500;font-size:18px!important;line-height:22px;color:var(--base-dark-color)!important;font-family:var(--heading-font-family)!important}body[data-theme=template2] .posticoncontainer.commentsholder{padding-left:0;padding-right:0;margin-top:0!important}body[data-theme=template2] .mt-0{margin-top:0!important}body[data-theme=template2] .pl-0{padding-left:0!important}body[data-theme=template2] .onboarding-page.langpref-page .skipbtnholder{position:fixed;width:100%;bottom:70px}body[data-theme=template2] .onboarding-page .onboardingslider-container p,body[data-theme=template2] .patientonboarding-page .patientslider-container p{margin-left:5%;background:transparent!important;color:#fff!important;font-family:var(--body-font-family)!important;color:var(--base-dark-color)!important}body[data-theme=template2] .registaionsubmit{color:#fff!important;width:100%;padding:6px 20px!important;position:fixed;bottom:63px;z-index:1111}body[data-theme=template2] .pregistaionsubmit{color:#fff!important;width:100%;padding:6px 20px!important;position:fixed;bottom:65px;z-index:1111}body[data-theme=template2] .ml-15px{margin-left:15px}body[data-theme=template2] .mr-15px{margin-right:15px}body[data-theme=template2] .scrollablepost .infodetailedpostcontainer .avatarholder{float:none;width:100%;margin-top:15px;margin-bottom:15px}body[data-theme=template2] .font-rubik{font-family:var(--heading-font-family)!important}body[data-theme=template2] .slick-next:before,body[data-theme=template2] .slick-prev:before{color:#103caf!important;color:var(--button-primary-color)!important}body[data-theme=template2] #registerform .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] #registerform input{background:hsla(0,0%,100%,.4);border-radius:4px;padding-left:10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;height:35px;color:var(--base-dark-color)}body[data-theme=template2] .onboarding-page .onboardingslider-container #registerform fieldset.MuiFormControl-root label,body[data-theme=template2] .patientonboarding-page .patientslider-container #registerform fieldset.MuiFormControl-root label{margin-right:0;background:hsla(0,0%,100%,.4);margin-bottom:15px;padding:0 5px;border:none;border-radius:4px;height:48px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px}body[data-theme=template2] .speech-btn{width:50px;height:45px;border-radius:50%;cursor:pointer;display:inline-block;background-size:66% 66%;background-position:50%;background-repeat:no-repeat;-webkit-transition:background-color .4s ease;position:fixed;right:15px;bottom:70px;-webkit-animation-delay:0;-webkit-animation-duration:.5s;-webkit-animation-name:d;-webkit-animation-fill-mode:forwards;-moz-animation-delay:0;-moz-animation-duration:.5s;-moz-animation-name:d;-moz-animation-fill-mode:forwards;animation-delay:0;animation-duration:.5s;animation-name:d;animation-fill-mode:forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96.667' height='96.666' fill='%23fff'%3E%3Cpath d='M48.333 73.296c9.519 0 17.263-7.744 17.263-17.262V17.262C65.596 7.743 57.852 0 48.333 0c-9.519 0-17.262 7.743-17.262 17.262v38.773c0 9.518 7.743 17.261 17.262 17.261z'/%3E%3Cpath d='M76.078 45.715h-3.437a2 2 0 00-2 2v7.029c0 12.3-10.008 22.308-22.309 22.308S26.025 67.044 26.025 54.744v-7.029a2 2 0 00-2-2h-3.437a2 2 0 00-2 2v7.029c0 14.707 11.433 27.667 26.026 29.506v4.98h-15.35a2 2 0 00-2 2v3.436a2 2 0 002 2h38.138a2 2 0 002-2V91.23a2 2 0 00-2-2H52.051v-4.98c14.594-1.838 26.026-14.799 26.026-29.506v-7.029c.001-1.105-.895-2-1.999-2z'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.4);background-color:var(--button-primary-color)!important;border-radius:10px}body[data-theme=template2] .bot-spiken-text{position:absolute;bottom:0;right:45px;margin:20px}body[data-theme=template2] .bot-inner-text{padding:20px;float:right;border-radius:8px;background:hsla(0,0%,92.2%,.9098039216);color:#000;box-shadow:0 0 1px #000}body[data-theme=template2] .home-ai .speech-btn{bottom:14px}body[data-theme=template2] .nearme-ai .speech-btn{right:auto;left:15px;bottom:100px}body[data-theme=template2] .sosfabbtn,body[data-theme=template2] .whatsappfabbtn{position:fixed!important;bottom:135px;right:10px;z-index:900;height:inherit;width:inherit}body[data-theme=template2] .sosfabbtn{bottom:145px}@keyframes d{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body[data-theme=template2] .eJwazZ,body[data-theme=template2] .lgyXkV{background-color:var(--button-primary-color)!important}body[data-theme=template2] .infolinkcontainer a.active svg,body[data-theme=template2] .infolinkcontainer button.active svg{fill:var(--button-primary-color)!important}body[data-theme=template2] .rcw-launcher{position:fixed!important;margin:0;bottom:10px;right:5px;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60' fill='%23fff'%3E%3Cpath d='M54.072 2.535l-34.142-.07c-3.27 0-5.93 2.66-5.93 5.93v3.124l26.065-.054c4.377 0 7.935 3.557 7.935 7.929v21.142c0 .634-.083 1.248-.224 1.84l3.484 3.833a.998.998 0 001.1.26 1 1 0 00.64-.933v-10h1.07c3.27 0 5.93-2.66 5.93-5.93V8.465c0-3.27-2.66-5.93-5.928-5.93z'/%3E%3Cpath d='M40.069 13.465l-34.139.07c-3.27 0-5.93 2.66-5.93 5.93v21.141c0 3.27 2.66 5.93 5.929 5.93H12v10a1 1 0 001.74.673l9.704-10.675 16.626-.068c3.27 0 5.93-2.66 5.93-5.93V19.394c0-3.27-2.66-5.929-5.931-5.929zM12 34.449c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm11 0c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm11 0c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.4)!important;background-color:var(--button-primary-color)!important;border-radius:10px;background-size:62% 62%;background-repeat:no-repeat;background-position:50%;box-shadow:none;display:none}body[data-theme=template2] button.rcw-launcher img{max-width:72%;display:none}body[data-theme=template2] .unreadmsgicon .MuiBadge-badge{background:var(--button-primary-color)!important}body[data-theme=template2] .rcw-widget-container{height:auto!important}body[data-theme=template2] .rcw-messages-container{background-color:var(--lang-icon-background)}body[data-theme=template2] .rcw-client .rcw-message-text{background:var(--chat-sentmsg-background)!important;border:none!important;color:var(--chat-sentmsg-color)!important;border-radius:12px!important;border-bottom-right-radius:0!important}body[data-theme=template2] .rcw-response .rcw-message-text{background:var(--chat-repliesmsg-background)!important;border-radius:12px!important;border:none!important;border-bottom-left-radius:0!important}body[data-theme=template2] .rcw-client .rcw-timestamp,body[data-theme=template2] .rcw-response .rcw-message-text p,body[data-theme=template2] .rcw-timestamp{color:var(--base-dark-color)!important}body[data-theme=template2] .rcw-conversation-container.active{height:100vh}body[data-theme=template2] .mapfilterviewcontainer{background-color:transparent!important}body[data-theme=template2] .mapfilterviewcontainer .MuiFormControl-root{border:1px solid #fff;border-radius:4px;padding-left:10px;margin-top:10px;margin-left:0;width:calc(100% - 15px);font-family:var(--body-font-family)!important}body[data-theme=template2] .mapfilterviewcontainer .MuiInputBase-root{font-family:var(--body-font-family)!important}body[data-theme=template2] .mapfilterviewcontainer .MuiInput-underline:after,body[data-theme=template2] .mapfilterviewcontainer .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .mapfilterviewcontainer .MuiButtonBase-root.MuiAccordionSummary-root{background:#4e61bf!important;color:#fff!important;border-radius:4px!important;margin-bottom:10px}body[data-theme=template2] .mapfilterviewcontainer .MuiPaper-root{background-color:transparent!important;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:none!important;margin-bottom:5px}body[data-theme=template2] .mapfilterviewcontainer .MuiPaper-root.MuiAccordion-root.Mui-expanded{background-color:hsla(0,0%,100%,.4)!important;margin-bottom:15px}body[data-theme=template2] .mapfilterviewcontainer .MuiButtonBase-root.MuiAccordionSummary-root svg{fill:#fff!important}body[data-theme=template2] .mapfilterviewcontainer .MuiPaper-root>div{box-shadow:none!important}body[data-theme=template2] .mapfilterviewcontainer .contactcard{background-color:hsla(0,0%,100%,.8)!important;margin-bottom:10px;padding:10px;border-radius:8px}body[data-theme=template2] .mapfilterviewcontainer .MuiAccordionDetails-root{display:flex;flex-direction:column;padding-left:0;padding-right:0}body[data-theme=template2] .infotabcontainer .informationcardholder.mapfilterviewcontainer{margin-bottom:0!important}body[data-theme=template2] .cantactfloatbtn{position:absolute!important;top:140px;right:10px;z-index:2}body[data-theme=template2] .mapfilterviewcontainer{height:calc(100vh - 170px);overflow-y:auto;margin-bottom:0!important}body[data-theme=template2] .maplistcontactviewpage{height:calc(100vh - 140px);background-color:hsla(0,0%,100%,.4)!important}body[data-theme=template2] .Regselect .MuiInputBase-root{padding-left:10px;background:var(--lang-icon-background);box-shadow:8px 8px 20px rgba(6,13,48,.04);border-radius:12px;height:48px;width:100%;color:var(--base-dark-color)}body[data-theme=template2] .Regselect2 .MuiInputBase-root{border:0 solid #ddd!important}body[data-theme=template2] .MuiSelect-select.MuiSelect-select{font-family:var(--body-font-family)!important}body[data-theme=template2] .repostListContainer .MuiFormControl-root{border:1px solid #fff;border-radius:4px;padding-left:10px;margin-top:10px;margin-left:5px;width:calc(100% - 15px);font-family:var(--body-font-family)!important;background-color:hsla(0,0%,100%,.4);background-color:var(--lang-icon-background);margin-bottom:10px;box-sizing:border-box}body[data-theme=template2] .repostListContainer .MuiInputBase-root{font-family:var(--body-font-family)!important}body[data-theme=template2] .repostListContainer .MuiInput-underline:after,body[data-theme=template2] .repostListContainer .MuiInput-underline:before{border-bottom:none!important}body[data-theme=template2] .repostListContainer.maplistcontainerdiv.repostListContainer .chatuserlistdiv{margin-bottom:10px!important}body[data-theme=template2] .MuiTypography-body1{font-size:16px}body[data-theme=template2] .MuiTab-root{font-size:16px;min-width:0}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .MuiFormControlLabel-label,body[data-theme=template2] button{font-size:16px!important}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .MuiFormControlLabel-label{font-weight:400;margin-top:0;margin-bottom:0;color:var(--base-dark-color);margin-left:5px}body[data-theme=template2] .getinvo_inner_questiondiv .infocard label.MuiFormControlLabel-root{margin-right:0;margin-bottom:15px}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .MuiIconButton-label svg.MuiSvgIcon-root{width:20px!important;height:20px!important;background:#d8dde4;border-radius:50%}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .MuiIconButton-label svg.MuiSvgIcon-root path{fill:#d8dde4}body[data-theme=template2] .getinvo_inner_questiondiv .infocard .Mui-checked svg.MuiSvgIcon-root path{fill:var(--button-primary-color)}body[data-theme=template2] .swal-button{color:var(--color-white)}body[data-theme=template2] .swal-button,body[data-theme=template2] .swal-button:hover{background-color:var(--button-primary-color)}body[data-theme=template2] .settingmenulist span.MuiTypography-body1{font-size:18px!important;color:var(--base-dark-color)!important}body[data-theme=template2] .notification_icon_holder svg{width:25px;height:25px;background:#103caf;background:var(--button-primary-color)!important;fill:#fff;border-radius:50%;padding:7px}body[data-theme=template2] .notifications_heading{font-weight:600!important;margin-bottom:5px!important}body[data-theme=template2] .notifications_heading,body[data-theme=template2] .notifications_subheading{font-family:var(--body-font-family)!important;margin-top:0!important;color:var(--base-dark-color)!important}body[data-theme=template2] .notifications_subheading{font-weight:400!important;margin-bottom:0!important;font-size:15px}body[data-theme=template2] .MuiBadge-badge{font-family:var(--body-font-family)!important}body[data-theme=template2] .notification_info_maindiv{border-bottom:1px solid #ddd}body[data-theme=template2] .notification_info_maindiv.read,body[data-theme=template2] .notification_info_maindiv.unread{background-color:hsla(0,0%,100%,.4);position:relative}body[data-theme=template2] .notification_info_maindiv.unread:before{height:10px;width:10px;position:absolute;background:red;border-radius:50%;content:"";top:12px;left:37px}body[data-theme=template2] .notification_bg_image{height:calc(100vh - 350px);width:100%;background-image:url(../../static/media/notification.2b036895.svg);background-position:50%;background-size:90%;background-repeat:no-repeat}body[data-theme=template2] .border-bottom-none{border-bottom:none}body[data-theme=template2] .fs-25px{font-size:25px}body[data-theme=template2] .d-flex{display:flex}body[data-theme=template2] .align-items-center{align-items:center}body[data-theme=template2] .justify-content-center{justify-content:center}body[data-theme=template2] .flex-direction-column{flex-direction:column}body[data-theme=template2] .attach_icon_holder{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--button-primary-color);border-radius:6px;padding:10px;color:#fff;margin-top:5px!important}body[data-theme=template2] .services_bottomsheet .getknowledge-page{height:auto}body[data-theme=template2] .services_bottomsheet .backgroundivholder{background-color:transparent}body[data-theme=template2] .services_bottomsheet .forumlistdivholder.getinvo_inner_questiondiv{padding-left:15px;padding-right:15px;overflow:auto;height:calc(100vh - 270px)!important;padding-bottom:140px}body[data-theme=template2] .services_bottomsheet #surveyform{height:auto}body[data-theme=template2] .services_bottomsheet .getinvo_inner_questiondiv .infocard{border:1px solid #ddd!important;border-radius:12px!important;padding:0!important}body[data-theme=template2] .services_bottomsheet .reportdetailedtextholder{margin-bottom:0!important;padding-bottom:0!important}body[data-theme=template2] .services_bottomsheet .reportsubmitbtn-divholder{position:static;bottom:-5px;flex-direction:column;background-color:transparent;align-items:center}body[data-theme=template2] .pt-reportsubmitbtn-divholder{bottom:65px}body[data-theme=template2] #profileform .reportsubmitbtn-divholder{position:inherit}body[data-theme=template2] .services_bottomsheet .gridcontainer.chatuserlistdiv{border:1px solid #ddd;margin-bottom:10px!important}body[data-theme=template2] .evidencebtn_holder .buttondiv,body[data-theme=template2] .services_bottomsheet .evidencebtn_holder .buttondiv{background-color:var(--button-secondary-color)!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px;border-radius:10px;margin-bottom:10px;color:var(--base-dark-color)!important;font-size:10px;font-family:var(--heading-font-family)!important}body[data-theme=template2] .services_bottomsheet [data-rsbs-content]{padding-left:0;padding-right:0}body[data-theme=template2] .servicespage .maplistcontainerdiv.repostListContainer .chatuserlistdiv .msg-count{top:-22px;right:-8px}body[data-theme=template2] .services_bottomsheet #surveyCasePreviewform .getinvo_inner_questiondiv{height:auto}body[data-theme=template2] .services_bottomsheet .forumlistdivholder.getinvo_inner_questiondiv{padding-bottom:0}body[data-theme=template2] .services_bottomsheet .MuiAutocomplete-root{width:100%!important}body[data-theme=template2] .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot{padding-right:0!important}body[data-theme=template2] .services_bottomsheet #surveyform{height:calc(100vh - 105px)}body[data-theme=template2] .casestatus.open{color:#0dc143}body[data-theme=template2] .casestatus.closed{color:red}body[data-theme=template2] .draftstatus{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:12px;color:red!important}body[data-theme=template2] .casestatusactionbtn{background:var(--button-primary-color)}body[data-theme=template2] .casestatusactionbtn,body[data-theme=template2] .draftstatusbtn{border-radius:3px;font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff!important;padding:5px 15px!important}body[data-theme=template2] .draftstatusbtn{background:red!important;margin-bottom:0}body[data-theme=template2] .surveypage .reportsubmitbtn-divholder{flex-direction:column;background:transparent;align-items:center}body[data-theme=template2] .surveypage .forumlistdivholder.servicesList .getknowledge-page{height:calc(100vh - 180px);overflow:hidden}body[data-theme=template2] .surveypage .forumlistdivholder.servicesList{padding-bottom:0!important}body[data-theme=template2] .surveypage .infotabcontainer{height:calc(100vh - 190px)}body[data-theme=template2] .surveyevidencebtn_holder .buttondiv{background-color:var(--button-secondary-color)!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px;border-radius:10px;margin-bottom:0;color:var(--base-dark-color)!important;font-size:14px;font-family:var(--heading-font-family)!important}body[data-theme=template2] .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 314px)}body[data-theme=template2] .servicesPreviewForm .servicepre{height:calc(100vh - 160px)}body[data-theme=template2] .surveypage .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{height:calc(100vh - 200px);padding-left:20px;padding-right:20px}body[data-theme=template2] .survey_bottomsheet .getknowledge-page{height:auto}body[data-theme=template2] .survey_bottomsheet .forumlistdivholder.getinvo_inner_questiondiv{height:auto;padding-left:15px;padding-right:15px}body[data-theme=template2] .survey_bottomsheet #surveyform{height:auto}body[data-theme=template2] .survey_bottomsheet [data-rsbs-content]{padding-left:0;padding-right:0}body[data-theme=template2] .survey_bottomsheet .getinvo_inner_questiondiv .infocard{border:1px solid #ddd!important;border-radius:12px!important;padding:0!important}body[data-theme=template2] .survey_bottomsheet .reportdetailedtextholder{margin-bottom:0!important;padding-bottom:0!important}body[data-theme=template2] .survey_bottomsheet .reportsubmitbtn-divholder{position:inherit;flex-direction:column;background-color:transparent;align-items:center}body[data-theme=template2] .survey_bottomsheet .gridcontainer.chatuserlistdiv{border:1px solid #ddd;margin-bottom:10px!important}body[data-theme=template2] .survey_bottomsheet .surveyevidencebtn_holder .buttondiv{background-color:var(--button-secondary-color)!important;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px;border-radius:10px;margin-bottom:10px;color:var(--base-dark-color)!important;font-size:14px;font-family:var(--heading-font-family)!important}body[data-theme=template2] .survey_bottomsheet #surveyCasePreviewform .getinvo_inner_questiondiv{height:auto}body[data-theme=template2] #registerform.lastslide ul.slick-dots{display:none}body[data-theme=template2] .peerchatrightdiv{display:flex;align-items:center;justify-content:center;flex-direction:column}@media only screen and (max-width:500px){#customSlider #container{width:100%}}.swal-record .swal-footer{text-align:center}.speech-btn{width:80px;height:80px;background-position:10.5px 9px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyBiYXNlUHJvZmlsZT0idGlueSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xNiAyMWE0IDQgMCAwMDQtNHYtN2E0IDQgMCAwMC04IDB2N2E0IDQgMCAwMDQgNHptLTItMTFjMC0xLjEwMy44OTctMiAyLTJzMiAuODk3IDIgMnY3YzAgMS4xMDMtLjg5NyAyLTIgMnMtMi0uODk3LTItMnYtN3oiLz48cGF0aCBkPSJNMjQgMTdoLTJjMCAzLjMwOC0yLjY5MiA2LTYgNnMtNi0yLjY5Mi02LTZIOGMwIDQuMDc5IDMuMDU1IDcuNDM4IDcgNy45MzFWMjZoLTR2MmgxMHYtMmgtNHYtMS4wNjljMy45NDUtLjQ5MyA3LTMuODUyIDctNy45MzF6Ii8+PC9nPjwvc3ZnPg==);background-size:72% 72%;background-position:50%;background-repeat:no-repeat;-webkit-transition:background-color .4s ease;float:right;background-color:#2e44ad;position:fixed;right:10px;bottom:10px}.speech-btn.active{background-color:teal;animation-name:bganimate;animation:bganimate 1s ease-out infinite}@keyframes bganimate{0%{background-color:#0024ce}to{background-color:#2e44ad}}.rcw-close-button,.rcw-conversation-container .rcw-header,.rcw-launcher{background-color:#2e44ad!important;background-color:var(--button-primary-color)!important}.rcw-client .rcw-message-text,.rcw-response .rcw-message-text{background-color:#445ed8!important;color:#fff}@media only screen and (min-device-width:320px)and (max-device-width:480px)and (-webkit-min-device-pixel-ratio:2){.rcw-launcher{position:static!important}.rcw-conversation-container .rcw-header{padding-top:30px}.rcw-conversation-container .rcw-close-button{top:45px}}.iphone .navbar{height:90px;padding-top:40px!important}.iphone .modal-content,.iphone .modal-header{padding-top:26px}.iphone .template1-hader{padding-top:25px}.iphone #frame{width:100%;height:calc(100vh - 295px)!important}.iphone .infotabcontainer.chat-list-swipe{height:calc(100vh - 211px)!important}.iphone .react-swipeable-view-container{height:100%}.iphone .forumlistdivholder.servicesList .getinvo_inner_questiondiv{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 260px)!important}.iphone .surveyform .forumlistdivholder.getinvo_inner_questiondiv{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 280px)!important}.iphone .forumlistdivholder.getinvo_inner_questiondiv{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 250px)!important}.iphone .servicesPreviewForm .forumlistdivholder.getinvo_inner_questiondiv{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 80px)!important}.iphone #surveyCasePreviewform .getinvo_inner_questiondiv{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 100px)!important}.iphone .gkdivcontent.knowledge-detail .scrollablepost,.iphone .infotabcontainer{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 80px)!important}.iphone .surveyform .reportsubmitbtn-divholder{bottom:50px}.iphone .servicesimgpage .infotabcontainer{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 135px)!important}.iphone .servicesimgpage .forumlistdivholder.getinvo_inner_questiondiv,.iphone .servicesimgpage .maplistcontainerdiv.repostListContainer{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 155px)!important}.iphone .servicesimgpage #surveyCasePreviewform .getinvo_inner_questiondiv{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 105px)!important}.iphone .infotabcontainer.getaccesstabspage.forum-chat-window{height:100vh!important;padding:15px 0!important}.iphone .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain #frame.peeraction,.iphone .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain #frame.showgroupaction{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 100px)!important}.iphone .nearmeSpeedDial{bottom:30px!important}.iphone .gkdivcontent.knowledge-detail .scrollablepost,.iphone .nearmepage .infotabcontainer{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-top);height:calc(100vh - var(--safe-area-inset-top) - var(--safe-area-inset-bottom) - 30px)!important}body[data-theme~=template2].iphone .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 360px)}body[data-theme~=template2].iphone .forumlistdivholder.servicesList .getknowledge-page #surveyform{height:calc(100vh - 225px);overflow:hidden}body[data-theme~=template2].iphone .forumlistdivholder.servicesList .getknowledge-page .surveyform{height:calc(100vh - 282px);overflow:hidden}body[data-theme~=template2].iphone .privacy_links_holder{margin-bottom:45px}body[data-theme~=template2].iphone #surveyinfotabcontainer .no-internet{margin-top:calc(100vh - 900px)}.rcw-sender input{display:block}.a-info-message{top:0}.a-enter-ar,.a-enter-vr,.a-info-message-container{position:fixed!important;bottom:80px!important}.a-enter-ar,.a-enter-vr{right:60px!important}.vr-page-ai-chat .rcw-launcher{bottom:76px!important}.bot-spiken-text{position:absolute;bottom:0;right:45px;margin:20px}.bot-inner-text{background:rgba(0,0,0,.1);background:hsla(0,0%,100%,.9);padding:20px;float:right;border-radius:8px}.avatar-img-wrap{background-color:#fff;position:relative}.avatar-img-wrap .evidancbtn{position:absolute;right:-7px;height:30px!important;width:30px;padding:0;margin:0;top:0;background:transparent!important;display:inline-block;color:#000}.avatarmainholder .MuiFormControlLabel-root{margin-right:0}.privacy-content,.terms-condition-content,.tos-content{word-wrap:break-word;color:var(--base-dark-color)!important}.terms-condition-content p{font-family:var(--body-font-family)!important}.err-container{padding:20px;background:#f78738;color:#fff}.offline-msg{display:none;text-align:center;background:#000;color:#fff;padding:10px;position:fixed;bottom:0;width:100%}.reg-slide-next-btn-holder{position:fixed;bottom:70px;left:50%;transform:translatex(-50%)}.reg-slide-next-btn{color:#fff!important;background-color:#009596!important;padding:11px 50px!important;line-height:1.75;border-radius:4px;text-transform:uppercase;font-size:.875rem;margin:20px auto 0;font-size:14px!important;font-size:18px!important;box-shadow:none!important;color:#fff;background-color:var(--button-primary-color)!important;border-radius:10px!important}.password-wrap{position:relative}.clearall-wrap{height:33px}.clearall-btn{display:inline-block;position:absolute;right:17px;background:#92e0e1;background:var(--button-primary-color)!important;padding:3px 5px;border-radius:5px;color:#fff}.swal-button--skip{background-color:var(--base-dark-grey)!important}body[data-theme~=template2] .slider-question .MuiGrid-spacing-xs-3>.MuiGrid-item{padding:0}body[data-theme~=template2] .slider-question .infocard{padding:5px 0 0!important;margin-bottom:5px!important}.q-next-prev-holder{padding:0 20px}.q-next-prev-holder .next-prev-btn{height:48px;line-height:48px!important;border-radius:3px!important;border:0 solid #bbb!important;background-color:#009596!important;width:100%;padding:0 8px!important;width:50%;color:#fff}.q-next-prev-holder .next-prev-btn.prev{margin-right:10px}.q-next-prev-holder .invisible{visibility:hidden}.slider-title{background:#fff;background-color:#fff;background-color:var(--lang-icon-background);border-radius:10px;color:#103caf!important;color:var(--button-primary-color)!important;text-transform:capitalize;height:30px;padding:10px;text-align:center;font-weight:600;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.servicepageimg img{width:100%}body[data-theme~=template2] .servicepageimg .report_card_div{margin:0}body[data-theme~=template2] .servicepageimg .imgholder{display:none}body[data-theme~=template2] .servicesimgpage .infotabcontainer{height:calc(100vh - 195px);overflow-y:auto}body[data-theme~=template2] .reportimgtext{font-family:var(--base-font-family)!important;font-style:normal;font-weight:500;font-size:16px;line-height:22px;color:var(--base-dark-color)!important}body[data-theme~=template2] .servicesimgpage .reportsubmitbtn-divholder.q-next-prev-holder{padding:0;margin-top:50px;background:transparent}body[data-theme~=template2] .servicesimgpage .q-next-prev-holder .next-prev-btn{width:40%}body[data-theme~=template2] .servicesimgpage .q-next-prev-holder .next-prev-btn.next{background-color:var(--button-primary-color)!important;color:var(--color-white);font-family:var(--heading-font-family)!important}body[data-theme~=template2] .servicesimgpage .q-next-prev-holder .next-prev-btn.prev{background-color:var(--button-secondary-color)!important;color:var(--base-dark-color);font-family:var(--heading-font-family)!important}body[data-theme~=template2] .survey-list-btns .chatuserlistdiv .chatusername{color:var(--color-white)!important}body[data-theme~=template2] .servicepageimg .MuiCardContent-root,body[data-theme~=template2] .servicepageimg .survey-list-btns{background-color:var(--lang-icon-background);color:var(--base-dark-color)!important}body[data-theme~=template2] .servicepageimg .contentholder{flex-grow:0;max-width:100%;flex-basis:100%;text-align:center}body[data-theme~=template2] .servicesimgpage .maplistcontainerdiv.repostListContainer{height:calc(100vh - 195px);margin-bottom:0!important}body[data-theme~=template2] .servicepageimg .contentholder .chatusername{font-family:var(--heading-font-family)!important;font-weight:500!important}body[data-theme~=template2] .servicepageimg .report_card_img_div{width:100%;height:300px;overflow:hidden}body[data-theme~=template2] .servicepageimg .report_card_img_div img{width:100%;height:300px;object-fit:cover}body[data-theme~=template2] .servicepageimg h2{margin-bottom:0;font-family:var(--heading-font-family)!important;text-transform:capitalize;font-size:1.4rem}body[data-theme~=template2] .servicepageimg .report_action_btn_div{padding-top:0;padding-bottom:0}body[data-theme~=template2] .servicepageimg .report_action_btn_div button .MuiButton-label{font-size:12px}body[data-theme~=template2] .servicepageimg .bottom_strip_btn{display:flex;justify-content:flex-end;padding-bottom:8px;border-top:1px solid #eee;background-color:var(--lang-icon-background)}body[data-theme~=template2] .servicepageimg .bottom_strip_btn .start_btn{background:var(--button-primary-color)!important;padding:10px 20px;border-radius:6px}body[data-theme~=template2] .servicepageimg .bottom_strip_btn .start_btn .MuiButton-label{font-size:12px}body[data-theme~=template2] .servicepageimg .MuiCardContent-root{padding:16px 10px}body[data-theme~=template2] .survey-list-btns{display:flex;justify-content:space-between;padding:8px}body[data-theme~=template2] .survey-list-btns .chatuserlistdiv{background-color:var(--reportbutton-secondary-color);padding:10px 0;width:49%!important;border-radius:6px;margin-bottom:0!important}body[data-theme~=template2] .survey-list-btns .service.active{background-color:var(--button-primary-color)}body[data-theme~=template2] .survey-list-btns .forumicon,body[data-theme~=template2] .survey-list-btns .servicetooltip{display:none}body[data-theme~=template2] .whatsappfabbtn{position:fixed!important;bottom:85px;right:19px;background-color:rgba(12,193,68,0)!important;z-index:900;width:40px;height:auto}body[data-theme~=template2] .whatsappfabbtn .stoptblogoimg{width:48px;height:auto;border-radius:10px}body[data-theme~=template2] .notificationBtn{margin-left:5px}.swal-icon:first-child{margin-top:0;margin-bottom:0}.swal-icon{margin:20px auto;transform:scale(.75)}.swal-icon.swal-icon--warning{transform:scale(.65)}.swal-title{font-weight:500;font-family:var(--heading-font-family)!important;font-style:normal;font-size:18px;line-height:24px;color:var(--base-dark-color)}.swal-footer{text-align:right;margin-top:0;padding:8px 16px;border-radius:inherit;border-top-left-radius:0;border-top-right-radius:0}.swal-text{font-weight:500;font-family:var(--heading-font-family)!important;font-style:normal;font-size:18px;line-height:24px;color:var(--base-dark-color);margin-top:10px;margin-bottom:10px}.swal-icon--success:after,.swal-icon--success:before,.swal-icon--success__hide-corners,.swal-overlay--show-modal .swal-modal{background-color:var(--swal-bg-color);padding:3px 5px}.msg-count{position:absolute;top:-75%;color:#fff;font-size:13px;right:-40%;background:#6bdbb8;border-radius:55%;width:20px;text-overflow:ellipsis;overflow:hidden}.case-status-label{position:relative}.nodrecordfound{display:block;text-align:center;width:100%}.no-internet{text-align:center;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.no-internet svg{font-size:2.5rem}.nitiList{height:calc(100vh - 150px);overflow-y:auto}[data-colorTheme=light] a.GetToKnowYourRights .homepagegrid_bgmenu{background-color:#b40a32!important;color:#fff!important}[data-colorTheme=light] a.GetInformation .homepagegrid_bgmenu{background-color:#2366a7!important;color:#fff!important}[data-colorTheme=light] a.GetAccess .homepagegrid_bgmenu{background-color:#117c7d!important;color:#fff!important}[data-colorTheme=light] a.GetConnected .homepagegrid_bgmenu{background-color:#303030!important;color:#fff!important}[data-colorTheme=light] a.GetInvolved .homepagegrid_bgmenu{background-color:#d19c23!important;color:#fff!important}[data-colorTheme=light] a.Survey .homepagegrid_bgmenu{background-color:#ef6c00!important;color:#fff!important}[data-colorTheme=light] a.Inbox .homepagegrid_bgmenu{background-color:#8f00ff!important;color:#fff!important}body[data-theme~=template1][data-colorTheme=light] .bottom-navigation-menu{background-color:#fff!important}body[data-theme~=template1][data-colorTheme=light] .bottom-navigation-menu svg{color:#fff!important}body[data-theme~=template1][data-colorTheme=light] .MuiPaper-root.MuiPopover-paper.MuiPaper-rounded{background-color:#fff!important}body[data-theme~=template1][data-colorTheme=light] .MuiPaper-root.MuiPopover-paper.MuiPaper-rounded a{color:#000!important}.MuiAlert-root{position:absolute;top:60px;width:92%;left:0}.MuiAlert-standardSuccess{color:#1e4620;background-color:#c0f1c0}.delete-account button{background-color:var(--base-dark-grey);color:#fff}body[data-theme~=template1].mobile-browser .selectlangpage .onboardingsliderdivcontent{height:calc(100vh - 340px)}body[data-theme~=template1].mobile-browser form#chat-profile{height:calc(100vh - 240px)}body[data-theme~=template1].mobile-browser .infotabcontainer.getaccesstabspage.forum-chat-window.forum_chat_page .chatmsglistholdermain .peeraction{height:calc(100vh - 240px)!important}body[data-theme~=template1].mobile-browser .getknowledgepagemaindiv.gkmaindiv_holder .infotabcontainer .getknowledgetabsmainholder{padding-left:20px;padding-right:20px;height:calc(100vh - 235px)}body[data-theme~=template1].mobile-browser .infotabcontainer{height:calc(100vh - 210px);padding-left:20px;padding-right:20px}body[data-theme~=template1].mobile-browser .gkdivcontent.knowledge-detail .scrollablepost{height:calc(100vh - 225px)}body[data-theme~=template1].mobile-browser .forum-container .group-list{height:calc(100vh - 296px)}body[data-theme~=template1].mobile-browser .servicespage .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{height:calc(100vh - 280px)}body[data-theme~=template1].mobile-browser .userprofile_page .forumlistdivholder.userprofileholder{height:calc(100vh - 265px)}body[data-theme~=template1].mobile-browser .surveypage .infotabcontainer.getaccesstabspage.getinvolvedtabsmainholder .forumlistdivholder.servicesList.white_bg{height:calc(100vh - 280px);padding-left:20px;padding-right:20px}body[data-theme~=template1].mobile-browser .forumlistdivholder.getinvo_inner_questiondiv{height:calc(100vh - 394px)}body[data-theme~=template1].mobile-browser .infotabcontainer.chat-list-swipe .peer-list{height:calc(100vh - 286px);margin:0!important;padding-left:20px;padding-right:20px}@media(min-width:1200px){.reportchatslider{width:400px!important;padding:20px}.chatslidermaindiv .MuiPaper-root{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;background-color:#fff;margin:0 auto}}.chatheader.username{margin-left:12px;font-size:20px}[data-theme=template2] .oifamilybannerdiv{background-color:#137c7d;border-radius:10px;max-height:185px;margin:0 12px 10px;width:100%}[data-theme=template2] .oifamilybannerdiv img{max-width:100%;height:auto}[data-theme=template2] .oifamilybannerdiv p{margin:0;font-size:13px;width:100%;color:#fff}@media screen and (max-width:399px){[data-theme=template2] .oifamilybannerdiv p{margin:0;font-size:11px;width:100%;color:#fff}}[data-theme=template2] .oilogoblackmarginfix{max-width:80%!important;margin-top:-18px}[data-theme=template2] .familyfirstline{font-size:14px;margin-bottom:8px!important;text-align:right;margin-top:-10px!important}[data-theme=template2] .flex-column{flex-direction:column}[data-theme=template2] .joinfamilybtn{background:#ffc103;color:#000!important;padding:10px;border-radius:5px;text-align:center;margin-top:10px!important;margin-bottom:10px!important;width:90%!important}@font-face{font-family:"museo_sans300";src:url(../../static/media/museosans-300-webfont.e6cfcc86.woff2) format("woff2"),url(../../static/media/museosans-300-webfont.af359a49.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"museo_sans500";src:url(../../static/media/museosans-500-webfont.5fc8113f.woff2) format("woff2"),url(../../static/media/museosans-500-webfont.3f27086d.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"museo_sans900";src:url(../../static/media/museosans-900-webfont.d25aee91.woff2) format("woff2"),url(../../static/media/museosans-900-webfont.298de273.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"glacial-regular";src:url(../../static/media/GlacialIndifference-Regular.c9dc9370.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"glacial-bold";src:url(../../static/media/GlacialIndifference-Bold.9592332f.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"glacial-italic";src:url(../../static/media/GlacialIndifference-Italic.278a07ec.woff) format("woff");font-weight:400;font-style:normal}body[data-theme~=template1] .homemenulist{background-size:45%}#zioverlay{top:0;bottom:0;left:0;width:100%;height:100%;background-color:#e52b50;opacity:0;position:fixed;transition:all .3s ease-in-out;visibility:hidden;z-index:-3}#zioverlay p{font-size:50px;display:block;width:30%;color:#fff;background-color:#333;padding:10px;box-shadow:5px 5px 5px #000;margin:250px auto 0}input{display:none}#ziwrap_top{width:400px;height:400px;position:fixed;left:40%;border-radius:50%;text-align:center;margin-top:-200px;z-index:3}#ziwrap_top #zimenu{display:none}#ziwrap_top #zitrigger{display:block;width:100px;height:100px;color:#e52b50;background-color:#fff;border-radius:50%;margin:150px auto 0;line-height:145px;cursor:pointer;z-index:1;font-size:30px;box-shadow:0 3px 10px -3px #333;transition:all .3s ease-in-out}#ziwrap_top #zitrigger:hover{background-color:#333;color:#fff;border:5px solid #e52b50}#ziwrap_top #zicircle{width:400px;height:400px;position:fixed;left:40%;border-radius:50%;text-align:center;transition:all .3s ease-in-out;transform:scale(0);z-index:-1;opacity:0;background:#7d7e7d;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2Q3ZTdkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGUwZTBlIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);background:linear-gradient(180deg,#7d7e7d 0,#0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d7e7d",endColorstr="#0e0e0e",GradientType=0);box-shadow:0 3px 20px -3px #333}#ziwrap_top #zimenu_top:checked~#zicircle{transform:scale(1);opacity:1}#ziwrap_top #zimenu_top:checked~#zitrigger{box-shadow:inset 0 0 30px #333;border:5px solid #e52b50}#ziwrap_top #zimenu_top:checked~#zioverlay{opacity:.7;visibility:visible}#ziwrap_top #zicircle i{width:65px;height:65px;border-radius:50%;background-color:#e52b50;color:#666;font-size:30px;display:block;text-align:center;line-height:65px;margin-left:15px;margin-right:15px;color:#fff;transition:all .3s ease-in-out}#ziwrap_top #zicircle i:hover{color:#e52b50;background-color:#000;border:2px dotted #e52b50;-webkit-transform:scale(1.2)}#ziwrap_top #zicircle a:first-child{margin-top:210px;margin-left:-180px;position:absolute}#ziwrap_top #zicircle a:nth-child(2){margin-top:275px;margin-left:-125px;position:absolute}#ziwrap_top #zicircle a:nth-child(3){margin-top:310px;margin-left:-50px;position:absolute}#ziwrap_top #zicircle a:nth-child(4){margin-top:275px;margin-left:25px;position:absolute}#ziwrap_top #zicircle a:nth-child(5){margin-top:210px;margin-left:80px;position:absolute}#ziwrap_left{width:400px;height:400px;position:fixed;border-radius:50%;text-align:center;top:150px;z-index:3}#ziwrap_left #zimenu{display:none}#ziwrap_left #zitrigger{display:block;width:100px;height:100px;color:#e52b50;background-color:#fff;border-radius:50%;margin-top:150px;line-height:100px;margin-left:-50px;cursor:pointer;z-index:1;font-size:30px;box-shadow:3px 1px 10px -3px #333;transition:all .3s ease-in-out}#ziwrap_left #zitrigger:hover{background-color:#333;color:#fff;border:5px solid #e52b50}#ziwrap_left #zicircle{width:400px;height:400px;position:fixed;margin-left:-200px;border-radius:50%;text-align:center;transition:all .3s ease-in-out;transform:scale(0);z-index:-3;opacity:0;background:#7d7e7d;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2Q3ZTdkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGUwZTBlIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);background:linear-gradient(90deg,#7d7e7d 0,#0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d7e7d",endColorstr="#0e0e0e",GradientType=1);box-shadow:0 3px 20px -3px #333}#ziwrap_left i{padding-left:40px}#ziwrap_left #zimenu_left:checked~#zicircle{transform:scale(1);opacity:1}#ziwrap_left #zimenu_left:checked~#zitrigger{box-shadow:inset 0 0 30px #333;border:5px solid #e52b50}#zimenu_left:checked~#zioverlay{opacity:.7;visibility:visible}#ziwrap_left #zicircle i{width:65px;height:65px;border-radius:50%;background-color:#e52b50;color:#666;font-size:30px;display:block;text-align:center;line-height:65px;margin-top:15px;margin-bottom:15px;color:#fff;transition:all .3s ease-in-out;padding:0}#ziwrap_left #zicircle i:hover{color:#e52b50;background-color:#000;transform:rotate(1turn)}#ziwrap_left #zicircle a:first-child{margin-left:10px;position:absolute;margin-top:25px}#ziwrap_left #zicircle a:nth-child(2){margin-left:75px;position:absolute;margin-top:85px}#ziwrap_left #zicircle a:nth-child(3){margin-left:115px;position:absolute;margin-top:155px}#ziwrap_left #zicircle a:nth-child(4){margin-left:75px;position:absolute;margin-top:225px}#ziwrap_left #zicircle a:nth-child(5){margin-left:10px;position:absolute;margin-top:285px}#ziwrap_bottom{width:400px;height:400px;position:fixed;border-radius:50%;text-align:center;bottom:-200px;margin-left:50%;z-index:3}#ziwrap_bottom #zimenu{display:none}#ziwrap_bottom #zitrigger{display:block;width:100px;height:100px;color:#e52b50;background-color:#fff;border-radius:50%;margin-top:150px;line-height:50px;margin-left:-50px;cursor:pointer;z-index:1;font-size:30px;box-shadow:0 -3px 10px -3px #333;transition:all .3s ease-in-out}#ziwrap_bottom #zitrigger:hover{background-color:#333;color:#fff;border:5px solid #e52b50}#ziwrap_bottom #zicircle{width:400px;height:400px;position:fixed;margin-left:-200px;border-radius:50%;text-align:center;transition:all .3s ease-in-out;transform:scale(0);z-index:-3;opacity:0;background:#000;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);background:linear-gradient(180deg,#000 0,#45484d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#45484d",GradientType=0);box-shadow:0 -3px 20px -3px #333}#ziwrap_bottom #zimenu_bottom:checked~#zicircle{transform:scale(1);opacity:1}#ziwrap_bottom #zimenu_bottom:checked~#zitrigger{box-shadow:inset 0 0 30px #333;border:5px solid #e52b50}#zimenu_bottom:checked~#zioverlay{opacity:.7;visibility:visible}#ziwrap_bottom #zicircle i{width:65px;height:65px;border-radius:50%;background-color:#e52b50;color:#666;font-size:30px;display:block;text-align:center;line-height:65px;margin-top:15px;margin-bottom:15px;color:#fff;transition:all .3s ease-in-out;padding:0;float:left}#ziwrap_bottom #zicircle i:hover{color:#e52b50;background-color:#000;font-size:25px}#ziwrap_bottom #zicircle a:first-child{margin-top:110px;margin-left:-170px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(2){margin-top:50px;margin-left:-110px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(3){margin-top:10px;margin-left:-35px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(4){margin-top:50px;margin-left:40px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(5){margin-top:110px;margin-left:100px;position:absolute}#zimusic{width:31.2%;margin:0 auto}#zilights,#zimusic{height:210px;background-color:#000}#zilights{width:10%;float:left;transform:scale(0);transition:all .3s ease-in-out}#zilights:first-child{background-color:#0f0;box-shadow:inset 0 0 10px #000;animation:zianimation .1s linear infinite}#zilights:nth-child(2){background-color:#ff0;box-shadow:inset 0 0 10px #000;animation:zianimation .2s linear infinite}#zilights:nth-child(3){background-color:#0ff;box-shadow:inset 0 0 10px #000;animation:zianimation .3s linear infinite}#zilights:nth-child(4){background-color:#f90;box-shadow:inset 0 0 10px #000;animation:zianimation .4s linear infinite}#zilights:nth-child(5){background-color:#f0f;box-shadow:inset 0 0 10px #000;animation:zianimation .5s linear infinite}#zilights:nth-child(6){background-color:#63f}#zilights:nth-child(6),#zilights:nth-child(7){box-shadow:inset 0 0 10px #000;animation:zianimation .6s linear infinite}#zilights:nth-child(7){background-color:red}#zilights:nth-child(8){background-color:#00f;box-shadow:inset 0 0 10px #000;animation:zianimation .8s linear infinite}#zilights:nth-child(9){background-color:#f6f;box-shadow:inset 0 0 10px #000;animation:zianimation .9s linear infinite}#zilights:nth-child(10){background-color:#f60;box-shadow:inset 0 0 10px #000;animation:zianimation 1s linear infinite}@keyframes zianimation{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}#ziwrap_right{width:400px;height:400px;position:fixed;border-radius:50%;text-align:center;right:0;top:150px;margin-right:-200px;z-index:3}#ziwrap_right #zimenu{display:none}#ziwrap_right #zitrigger{display:block;width:100px;height:100px;color:#e52b50;background-color:#fff;border-radius:50%;margin-top:150px;line-height:100px;margin-left:150px;cursor:pointer;z-index:1;font-size:30px;box-shadow:-3px 1px 10px -3px #333;transition:all .3s ease-in-out}#ziwrap_right #zitrigger:hover{background-color:#333;color:#fff;border:5px solid #e52b50}#ziwrap_right #zicircle{width:400px;height:400px;position:fixed;margin-right:-200px;border-radius:50%;text-align:center;transition:all .3s ease-in-out;transform:scale(0);z-index:-3;opacity:0;background:#000;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);background:linear-gradient(90deg,#000 0,#45484d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#45484d",GradientType=1);box-shadow:0 3px 20px -3px #333}#ziwrap_right i{margin-left:-45px}#ziwrap_right #zimenu_right:checked~#zicircle{transform:scale(1);opacity:1}#ziwrap_right #zimenu_right:checked~#zitrigger{box-shadow:inset 0 0 30px #333;border:5px solid #e52b50}#zimenu_right:checked~#zioverlay{opacity:.7;visibility:visible}#zicircle a{text-decoration:none}#ziwrap_right #zicircle i{width:65px;height:65px;border-radius:50%;background-color:#e52b50;color:#666;font-size:30px;display:block;text-align:center;line-height:65px;margin-top:15px;margin-bottom:15px;color:#fff;transition:all .3s ease-in-out;padding:0}#ziwrap_right #zicircle i:hover{color:#e52b50;background-color:#000;transform:rotate(1turn)}#ziwrap_right #zicircle a:first-child{margin-left:-30px;position:absolute;margin-top:25px}#ziwrap_right #zicircle a:nth-child(2){margin-left:-90px;position:absolute;margin-top:85px}#ziwrap_right #zicircle a:nth-child(3){margin-left:-140px;position:absolute;margin-top:155px}#ziwrap_right #zicircle a:nth-child(4){margin-left:-90px;position:absolute;margin-top:225px}#ziwrap_right #zicircle a:nth-child(5){margin-left:-30px;position:absolute;margin-top:285px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#ziwrap_top #zicircle a:first-child{margin-top:210px;margin-left:25px;position:absolute}#ziwrap_top #zicircle a:nth-child(2){margin-top:275px;margin-left:75px;position:absolute}#ziwrap_top #zicircle a:nth-child(3){margin-top:310px;margin-left:150px;position:absolute}#ziwrap_top #zicircle a:nth-child(4){margin-top:275px;margin-left:225px;position:absolute}#ziwrap_top #zicircle a:nth-child(5){margin-top:210px;margin-left:275px;position:absolute}#ziwrap_left #zicircle a:first-child{margin-left:210px;position:absolute;margin-top:25px}#ziwrap_left #zicircle a:nth-child(2){margin-left:275px;position:absolute;margin-top:85px}#ziwrap_left #zicircle a:nth-child(3){margin-left:315px;position:absolute;margin-top:155px}#ziwrap_left #zicircle a:nth-child(4){margin-left:275px;position:absolute;margin-top:225px}#ziwrap_left #zicircle a:nth-child(5){margin-left:210px;position:absolute;margin-top:285px}#ziwrap_bottom #zicircle a:first-child{margin-top:110px;margin-left:25px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(2){margin-top:50px;margin-left:90px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(3){margin-top:10px;margin-left:170px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(4){margin-top:50px;margin-left:250px;position:absolute}#ziwrap_bottom #zicircle a:nth-child(5){margin-top:110px;margin-left:310px;position:absolute}#ziwrap_right #zicircle a:first-child{margin-left:170px;position:absolute;margin-top:25px}#ziwrap_right #zicircle a:nth-child(2){margin-left:110px;position:absolute;margin-top:85px}#ziwrap_right #zicircle a:nth-child(3){margin-left:70px;position:absolute;margin-top:155px}#ziwrap_right #zicircle a:nth-child(4){margin-left:110px;position:absolute;margin-top:225px}#ziwrap_right #zicircle a:nth-child(5){margin-left:170px;position:absolute;margin-top:285px}}body[data-theme~=template1]{--button-primary-color:#000;--kenyagreen-primary-color:#076625;--kenyared-primary-color:#a50021;--bottomnav-active-color:#3c3c3c;--uppernav-active-color:#1e7339;--subnav-active-color:#c6e0b4}body[data-theme~=template1] .hometopheader .stoptblogoimg{height:30px!important;width:auto!important;margin-top:0!important}body[data-theme~=template1] .hometopheader .menuholder .MuiGrid-item{display:flex;align-items:center;justify-content:center;padding:5px}body[data-theme~=template1] .hometopheader .menuholder svg{width:30px;height:30px;padding-left:23px}body[data-theme~=template1] .hometopheader .menuholder .sectiontitleheading.orangemenuname svg{padding-left:0}body[data-theme~=template1] .whatsapp-icon{padding-left:8px}body[data-theme~=template1] .gridcontainer.menuholder.searchbardiv{background-color:var(--kenyagreen-primary-color);padding:0 20px}body[data-theme~=template1] .menuholder.searchbardiv.chatpage{padding:15px 20px}body[data-theme~=template1] .gridcontainer.menuholder.searchbardiv p{margin:0;font-size:12px;color:#505050;text-align:left;width:100%;line-height:14px;font-family:"Roboto",sans-serif;font-weight:400}body[data-theme~=template1] .hometopheader .menuholder.searchbardiv .MuiGrid-item{padding:8px 5px}body[data-theme~=template1] .hometopheader{background-color:#fff6f4!important}body[data-theme~=template1] .getstartedsection .MuiGrid-item{padding:5px!important}body[data-theme~=template1] .getstartedholder .gridcontainer.getstartedsection,body[data-theme~=template1] .getstartedholder .gridcontainer.getstartedsection.homepage{width:90%!important;margin-left:5%!important;margin-right:5%!important}body[data-theme~=template1] .getstartedholder .gridcontainer.getstartedsection.cms{width:100%!important;margin-left:0!important;margin-right:0!important}body[data-theme~=template1] .getstartedholder .gridcontainer.getstartedsection.onboarding{width:90%!important;margin-left:5%!important;margin-right:5%!important;height:calc(100vh - 200px)}body[data-theme~=template1] .getstartedholder .gridcontainer.getstartedsection.welcomepagediv{width:90%!important;margin-left:5%!important;margin-right:5%!important;min-height:calc(100vh - 315px)!important}body[data-theme~=template1] .getstartedholder{padding-top:16px;padding-bottom:16px}body[data-theme~=template1] .sectiontitlehome{font-family:"Roboto";font-style:normal;font-weight:800;font-size:16px;line-height:19px;color:#000;margin:0}body[data-theme~=template1] .newhomepage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .viewalltext{font-family:"Roboto";font-style:normal;font-weight:600;font-size:12px;line-height:12px;color:var(--kenyared-primary-color);margin:0;display:flex;align-items:center;justify-content:flex-end}body[data-theme~=template1] .viewalltext svg{font-size:16px;margin-left:10px}body[data-theme~=template1] .mt-20px{margin-top:20px}body[data-theme~=template1] .mt-15px{margin-top:15px!important}body[data-theme~=template1] .gridcontainer.getstartedsection.mt-15px.getinfolistholder{margin-top:10px!important;padding-bottom:5px;border-bottom:1px solid rgba(255,99,0,.25)}body[data-theme~=template1] .getinfolisttitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:0;margin-bottom:5px}body[data-theme~=template1] .sourcetext{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:9px;color:#000}body[data-theme~=template1] .taglink{font-family:"Roboto";font-style:normal;font-weight:400;font-size:8px;line-height:9px;background:var(--button-primary-color);border-radius:20px;color:#fff!important;padding:2px 6px;max-width:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}body[data-theme~=template1] .tagdetailholder{display:flex;align-items:center;justify-content:space-between}body[data-theme~=template1] .tagdetailholder svg{height:20px;width:20px;color:var(--button-primary-color);transform:rotate(90deg)}body[data-theme~=template1] .sourcedetailholder{display:flex;align-items:center;justify-content:flex-start}body[data-theme~=template1] .likesholder svg{height:20px;width:20px;color:#505050;fill:#505050;padding-right:5px}body[data-theme~=template1] .sharetext{display:none}body[data-theme~=template1] .liketext{font-style:normal;font-weight:400;font-size:11px;line-height:12px;text-align:justify;color:#000}body[data-theme~=template1] .likesholder{display:flex;align-items:center;justify-content:flex-start;position:relative}body[data-theme~=template1] .likesholder:before{content:"";position:absolute;left:-5px;right:-5px;top:-8px;bottom:-8px}body[data-theme~=template1] .getinforightcolumn{display:flex;justify-content:flex-start;flex-direction:column}body[data-theme~=template1] .border-none{border:none!important}body[data-theme~=template1] .pagecontentholder{height:calc(100vh - 160px);overflow-y:auto}body[data-theme~=template1] .getconnectedholder .gridcontainer.getconnectedsection{width:96%!important;margin-left:2%!important;margin-right:2%!important;padding-top:10px}body[data-theme~=template1] .getconnectedholder{padding-top:16px;padding-bottom:16px}body[data-theme~=template1] .getconnectedsection .MuiGrid-item{padding:5px!important}body[data-theme~=template1] .getconnectedholder{border:.25px solid var(--kenyared-primary-color);border-radius:10px;width:90%!important;margin-left:5%;margin-right:5%;padding-top:5px;padding-bottom:25px}body[data-theme~=template1] .getconnectedrightcolumn{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .joinlink{font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff!important;background:var(--button-primary-color);border-radius:3px;padding:5px 13px}body[data-theme~=template1] .getconnectedlistholder{background:#fff6f4;border-radius:10px;padding:5px 14px}body[data-theme~=template1] .gridcontainer.getconnectedsection.mt-15px.getconnectedlistholder{margin-top:10px!important}body[data-theme~=template1] .onlinepeople a{display:flex;align-items:center;justify-content:flex-start}body[data-theme~=template1] .onlinepeople a svg{width:16px;height:16px;margin-right:10px;fill:#0dc143}body[data-theme~=template1] .onlinepeople{margin-top:8px!important}body[data-theme~=template1] .pl-0px{padding-left:0!important}body[data-theme~=template1] .pr-0px{padding-right:0!important}body[data-theme~=template1] .hide{display:none!important}body[data-theme~=template1] .getstartedholder .gridcontainer.getaccesssection{width:90%!important;margin-left:5%!important;margin-right:5%!important}body[data-theme~=template1] .getstartedholder .gridcontainer.homepage-mini-map{border:.25px solid var(--kenyared-primary-color);border-radius:10px;overflow:hidden}body[data-theme~=template1] .mapholder{background:#fff;border:1px solid rgba(80,80,80,.5);height:300px}body[data-theme~=template1] .getaccesslinktag{font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff!important;background:var(--button-primary-color);border-radius:20px;padding:6px 12px;margin-right:10px}body[data-theme~=template1] .accesstaglinkholder{width:100%;overflow-x:auto;height:30px;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;flex-direction:column;padding-bottom:0}body[data-theme~=template1] .accesstaglinkholder.hometablist{align-items:normal!important}body[data-theme~=template1] .hometablist .getaccesslinktag{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .accesstaglinkholder.getnewaccess{justify-content:center!important}body[data-theme~=template1] ::-webkit-scrollbar{height:0;width:0;border:1px solid #fff;background:transparent}body[data-theme~=template1] .getinvolvedholder .gridcontainer.getinvolvedsection,body[data-theme~=template1] .inboxholder .gridcontainer.inboxsection{width:96%!important;margin-left:2%!important;margin-right:2%!important;padding-top:10px}body[data-theme~=template1] .getinvolvedsection .MuiGrid-item,body[data-theme~=template1] .inboxsection .MuiGrid-item{padding:5px!important}body[data-theme~=template1] .gridcontainer.getinvolvedsection.mt-15px.getinvolvedlistholder{margin-top:10px!important}body[data-theme~=template1] .getinvolvedholder{padding-top:16px;padding-bottom:16px}body[data-theme~=template1] .getinvolvedholder,body[data-theme~=template1] .inboxholder{border:.25px solid var(--kenyared-primary-color);border-radius:10px;width:90%!important;margin-left:5%;margin-right:5%;padding-top:5px;padding-bottom:10px;margin-bottom:16px}body[data-theme~=template1] .empty-bottom-homemenulist{margin-bottom:56px}body[data-theme~=template1] .getinvolvedrightcolumn{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}body[data-theme~=template1] .mt-10px{margin-top:10px!important}body[data-theme~=template1] .getinvlinkholder{margin:0;width:100%}body[data-theme~=template1] .getinvlinkholder a{display:block;width:-webkit-fill-available;text-align:center}body[data-theme~=template1] .botnavmainholder,body[data-theme~=template1] .MuiPaper-root.MuiAppBar-root.MuiAppBar-positionFixed.botnavmainholder.mui-fixed.MuiPaper-elevation4{display:block}body[data-theme~=template1] .bottommenudiv{position:fixed;bottom:0;width:100%;background-color:var(--button-primary-color);padding-bottom:0;padding-top:0}body[data-theme~=template1] .botmenulink{font-family:"Roboto";font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:center;letter-spacing:-.24px;color:#fff!important;margin-top:5px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body[data-theme~=template1] .menuholder .MuiGrid-item{flex-direction:column;display:flex}body[data-theme~=template1] .menuholder .MuiGrid-item img{width:15px;height:18px;display:block;margin:5px auto 0}body[data-theme~=template1] .botfabbtn{position:fixed!important;bottom:160px;right:10px;background-color:#ff6301!important;z-index:900}body[data-theme~=template1] .whatsappfabbtn{position:fixed!important;bottom:135px;right:10px;background-color:rgba(12,193,68,0)!important;z-index:1;width:40px;height:auto;opacity:.8}body[data-theme~=template1] .whatsappfabbtn .stoptblogoimg{width:45px;height:auto}body[data-theme~=template1] .newloginpage{height:100vh;background-repeat:no-repeat;background-position:50%;background-size:cover}body[data-theme~=template1] .loginformtitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#000;margin-top:0;margin-bottom:14px}body[data-theme~=template1] .loginformsectionholder{padding-top:16px;padding-bottom:16px}body[data-theme~=template1] .loginformsectionholder .gridcontainer.loginformsection{width:90%!important;margin-left:5%!important;margin-right:5%!important}body[data-theme~=template1] .loginformsection .MuiFormControl-root{width:100%;margin:0}body[data-theme~=template1] .loginformsection .MuiFormControl-root .MuiInput-underline:after,body[data-theme~=template1] .loginformsection .MuiFormControl-root .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .loginformsection .MuiFormControl-root .MuiSelect-root.MuiSelect-select{font-style:normal;font-weight:500;font-size:16px;line-height:19px;text-align:left;color:var(--button-primary-color)!important}body[data-theme~=template1] .loginformsection .MuiFormControl-root .MuiSelect-icon{top:calc(50% - 12px);color:var(--button-primary-color);right:10px;position:absolute;pointer-events:none}body[data-theme~=template1] .loginformsection .MuiCheckbox-root svg{background:#fff;border:1px solid #d9d9d9;box-shadow:0 4px 4px rgba(0,0,0,.25);fill:#056523}body[data-theme~=template1] .loginformsection .MuiCheckbox-root{padding:0!important}body[data-theme~=template1] .accepttext{font-family:"Roboto";font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#000}body[data-theme~=template1] .accepttextlink{color:#296bcd!important;text-decoration:underline!important;margin-left:5px}body[data-theme~=template1] .loginformsectionholder .getstartedbtn{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:20px!important;line-height:34px;color:#fff;border:none;box-shadow:none;padding:3px 24px}body[data-theme~=template1] .d-flex{display:flex}body[data-theme~=template1] .align-items-center{align-items:center}body[data-theme~=template1] .poweredbytext{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#505050}body[data-theme~=template1] .loginformlogoholder img{max-width:100%;height:auto}body[data-theme~=template1] .btm-branding img{max-width:90px}body[data-theme~=template1] .newloginpage{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;position:relative;background-color:transparent}body[data-theme~=template1] .loginformsectionholder .mt-25px.gridcontainer,body[data-theme~=template1] .mt-25px{margin-top:25px!important}body[data-theme~=template1] .mt-40px{margin-top:40px!important}body[data-theme~=template1] .newbenfsliderpage{height:100vh;background-color:#fff}body[data-theme~=template1] .benfslidertopheader{padding-top:15px;padding-bottom:15px}body[data-theme~=template1] .benfslidertopheader img{height:40px!important;width:auto;margin:0 auto}body[data-theme~=template1] .slidertextdesc{font-family:"Roboto";font-style:normal;font-weight:600;font-size:24px;line-height:25px;text-align:center;letter-spacing:-.24px;color:#000}body[data-theme~=template1] .sliderimageholder img{margin:0 auto}body[data-theme~=template1] .slick-dots li.slick-active button:before{opacity:1!important;color:var(--button-primary-color)!important}body[data-theme~=template1] .newbenfsliderpage .getstartedbtn{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:20px!important;line-height:34px;color:#fff;border:none;box-shadow:none;padding:3px 24px}body[data-theme~=template1] .skiplinkbtn{font-style:normal;font-weight:400;font-size:18px;line-height:16px;-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important;color:#3a312a!important;display:flex;align-items:center;justify-content:center;padding:0 5px 0 0;margin:20px 0 15px}body[data-theme~=template1] .skiplinkbtn svg{font-size:20px;margin-left:10px}body[data-theme~=template1] .sliderpagecontent{height:calc(100vh - 80px);display:flex;align-items:center;justify-content:space-evenly;flex-direction:column}body[data-theme~=template1] .newregpage{height:100vh;background-color:#fff}body[data-theme~=template1] .newregpagetopheader{padding-top:15px;padding-bottom:15px}body[data-theme~=template1] .newregpagetopheader img{height:40px!important;width:auto;margin:0 auto}body[data-theme~=template1] .newregpage .getstartedbtn{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:20px!important;line-height:34px;color:#fff;border:none;box-shadow:none;padding:3px 24px}body[data-theme~=template1] .benfslidertopsection .gridcontainer.progressbarholder{width:90%!important;margin-left:5%!important;margin-right:5%!important;padding-top:10px;padding-bottom:10px}body[data-theme~=template1] .newregpage .sliderpagecontent{height:calc(100vh - 134px);display:flex;align-items:center;justify-content:space-between;flex-direction:column}body[data-theme~=template1] .regformtitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:20px;line-height:20px;letter-spacing:-.24px;margin-top:0;color:#000}body[data-theme~=template1] .newregpage .MuiFormControl-root.MuiTextField-root{width:100%}body[data-theme~=template1] .newregpage .MuiFormControl-root.MuiTextField-root input{font-family:"Roboto";font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-align:justify;color:#bbb4b5;mix-blend-mode:normal}body[data-theme~=template1] .img-fluid{max-width:100%;height:auto}body[data-theme~=template1] .user-avatarimg{width:60px;height:60px;margin:0 auto}body[data-theme~=template1] .pos-relative{position:relative}body[data-theme~=template1] .activecheckmark{position:absolute;top:20px;right:10px}body[data-theme~=template1] .activecheckmark svg{font-size:15px;color:var(--button-primary-color)}body[data-theme~=template1] .optionvaluediv{background:#fff;border:1px solid #818181;border-radius:10px;margin-bottom:10px;padding-left:10px;padding-right:10px;font-family:"Roboto";font-style:normal;font-weight:400;font-size:16px;line-height:19px}body[data-theme~=template1] .optionvaluediv p{margin-top:14px;margin-bottom:14px}body[data-theme~=template1] .regquestionholderdiv{height:calc(100vh - 150px);overflow-y:auto}body[data-theme~=template1] .newregpage .slick-dots{position:fixed;bottom:120px;margin-left:-7%}body[data-theme~=template1] .w-95.gridcontainer.menuholder.searchbardiv{width:95%!important;margin-top:0!important}body[data-theme~=template1] .newgetinfopage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newgetinfopage .hometopheader{padding-top:16px;padding-bottom:10px}body[data-theme~=template1] .bottomnav-link-wrap.active{background-color:var(--bottomnav-active-color)}body[data-theme~=template1] .newgetinfopage .getstartedholder .MuiAppBar-colorPrimary{background-image:none!important;background-color:var(--subnav-active-color)!important;color:var(--button-primary-color);box-shadow:none}body[data-theme~=template1] .newgetinfopage .getstartedholder .MuiAppBar-colorPrimary .MuiTabs-root{min-height:38px}body[data-theme~=template1] .newgetinfopage .getstartedholder .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root{font-family:"Roboto"!important;font-style:normal;font-weight:500;font-size:15px!important;line-height:23px;opacity:1!important;color:var(--button-primary-color);min-height:38px;width:50%!important}body[data-theme~=template1] .assisted-menupage .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root{font-family:"Roboto"!important;font-style:normal;font-weight:500;font-size:15px!important;line-height:23px;opacity:1!important;color:#505050;min-height:38px;width:50%!important;font-weight:700}body[data-theme~=template1] .assisted-menupage .MuiTypography-root.MuiTypography-body1{margin-left:0!important}body[data-theme~=template1] .assisted-menupage .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root.Mui-selected{color:var(--button-primary-color)!important}body[data-theme~=template1] .assisted-menupage .assisted-tabpanel .MuiBox-root{padding:0}body[data-theme~=template1] .assisted-menupage .MuiTabs-indicator{background-color:var(--button-primary-color)!important}body[data-theme~=template1] .assisted-menupage .MuiAppBar-colorPrimary{background-image:none}body[data-theme~=template1] .newgetinfopage .getstartedholder .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root.Mui-selected{color:var(--button-primary-color)!important;background-color:var(--subnav-active-color)}body[data-theme~=template1] .newgetinfopage .getstartedholder .MuiAppBar-colorPrimary .MuiTabs-root .MuiTabs-indicator{background-color:var(--button-primary-color)!important}body[data-theme~=template1] .newgetinfopage .getstartedholder .gridcontainer.getaccesssection{padding-top:12px}body[data-theme~=template1] .getaccesslinktag.active{background-color:var(--bottomnav-active-color)!important;color:#fff!important;pointer-events:none}body[data-theme~=template1] .newgetinfopage .getaccesslinktag{color:#fff!important;font-family:"Roboto";font-style:normal;font-weight:500;font-size:14px;line-height:16px;text-align:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:nowrap}body[data-theme~=template1] .getinfolistsubtitle{font-family:"Roboto";font-style:normal;font-weight:200;font-size:10px;line-height:12px;color:#000;margin-top:0;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body[data-theme~=template1] .MuiSlider-root{color:var(--button-primary-color);width:100%;cursor:pointer;height:2px;display:inline-block;padding:13px 0;position:relative;box-sizing:initial;touch-action:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body[data-theme~=template1] .newgetinfopage .liketext{font-style:normal;font-weight:200;font-size:11px;line-height:9px;color:#000}body[data-theme~=template1] .newgetinfopage .gridcontainer.getstartedsection.mt-15px.getinfolistholder{margin-top:10px!important;padding-bottom:5px;border-bottom:1px solid var(--kenyared-primary-color)}body[data-theme~=template1] .newgetinfopage .pagecontentholder{height:calc(100vh - 136px);overflow-y:hidden}body[data-theme~=template1] .newgetinfopage .getinfotabsmaindiv{height:calc(100vh - 174px);overflow-y:hidden}body[data-theme~=template1] .newgetinfopage .getinfotabsmaindiv .tabcontent{height:calc(100vh - 290px);overflow-y:auto;padding-bottom:10px;width:100%}body[data-theme~=template1] .sectiontitleheading{font-family:"Roboto";font-style:normal;font-weight:500;font-size:18px;line-height:23px;text-align:left;width:100%;color:#000;margin-top:0;margin-bottom:0;padding-left:16px!important}body[data-theme~=template1] .align-items-left{align-items:flex-start!important}body[data-theme~=template1] .newgetinfodetailedpage .hometopheader{background-color:#fff6f4;padding-bottom:11px;padding-top:11px}body[data-theme~=template1] .newgetinfodetailedpage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newgetinfodetailedpage .hometopheader .stoptblogoimg{max-width:100%;height:auto!important}body[data-theme~=template1] .newgetinfodetailedpage .hometopheader .sharetext{font-family:"Roboto";font-style:normal;font-weight:200;font-size:12px;line-height:14px;text-align:justify;color:#000;margin-left:10px}body[data-theme~=template1] .newgetinfodetailedpage .pagecontentholder{height:calc(100vh - 210px);overflow-y:auto}body[data-theme~=template1] .cardcoverimg{height:200px;width:100%;object-fit:contain}body[data-theme~=template1] .offlinecardcoverimg{height:100px;width:50%;object-fit:contain}body[data-theme~=template1] .textincenter{text-align:center}body[data-theme~=template1] .newgetinfodetailedpage .getstartedholder{padding-top:13px;padding-bottom:13px}body[data-theme~=template1] .newgetinfodetailedpage .getinfolisttitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:16px;line-height:19px;margin-bottom:10px;color:#000}body[data-theme~=template1] .newgetinfodetailedpage .sourcetext{font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#505050}body[data-theme~=template1] .newgetinfodetailedpage .liketext{font-family:"Roboto";font-style:normal;font-weight:300;font-size:12px;line-height:14px;text-align:justify;color:#000}body[data-theme~=template1] .newgetinfodetailedpage .postdesc{font-style:normal;font-weight:400;font-size:14px;line-height:20px;text-align:justify;color:#505050;margin-top:5px;margin-bottom:10px}body[data-theme~=template1] .newgetinfodetailedpage .gridcontainer.getstartedsection.mt-15px.getinfolistholder{border-bottom:1px solid rgba(255,99,0,.5)}body[data-theme~=template1] .newgetinfodetailedpage .recarticlesection .postdesc{font-family:"Roboto";font-style:normal;font-weight:200;font-size:10px;line-height:12px;color:#000;margin-top:0;margin-bottom:10px}body[data-theme~=template1] .newgetinfodetailedpage .recarticlesection .sourcetext{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:9px;color:#000}body[data-theme~=template1] .newgetinfodetailedpage .recarticlesection .liketext{font-family:"Roboto";font-style:normal;font-weight:400;font-size:11px;line-height:9px;text-align:justify;color:#000}body[data-theme~=template1] .recarticletitle{font-family:"Roboto";font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#3a312a;margin-top:0;margin-bottom:0}body[data-theme~=template1] .commentstitle{font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;text-align:justify;color:#000;margin-top:0;margin-bottom:0}body[data-theme~=template1] .chatcommenttext{font-style:normal;font-weight:300;font-size:14px;line-height:20px;color:#000;margin-top:0;margin-bottom:0;background:#fff6f4;border-radius:12px;padding:10px 14px;word-break:break-all}body[data-theme~=template1] .mt-5px{margin-top:5px!important}body[data-theme~=template1] .commentssection .addcommentbtn{background:var(--button-primary-color);border-radius:4px;font-family:"Roboto"!important;font-style:normal;font-weight:400;font-size:14px!important;line-height:17px;text-align:center;color:#fff;width:100%;padding-top:8px;padding-bottom:8px;border:none}body[data-theme~=template1] .postshortdesc{font-size:12px;line-height:16px;color:#505050}body[data-theme~=template1] .postdesc p{word-wrap:break-word}body[data-theme~=template1] .swipeimg{height:20px;filter:brightness(0) saturate(100%)}body[data-theme~=template1] .tabcontent{height:calc(100vh - 200px);overflow-x:auto}body[data-theme~=template1] .newgetconnectedpage .w-95.gridcontainer.menuholder.searchbardiv{margin-top:10px!important;margin-bottom:10px!important}body[data-theme~=template1] .newgetconnectedpage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newgetconnectedpage .hometopheader{padding-top:5px;padding-bottom:5px}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .MuiAppBar-colorPrimary{background-image:none!important;background-color:#c6e0b4!important;box-shadow:none}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .MuiAppBar-colorPrimary .MuiTabs-root{min-height:38px}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root{font-family:"Roboto"!important;font-style:normal;font-weight:500;font-size:20px!important;line-height:23px;opacity:1!important;color:#505050;min-height:38px}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root.Mui-selected{color:var(--button-primary-color)!important}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .MuiAppBar-colorPrimary .MuiTabs-root .MuiTabs-indicator{background-color:var(--button-primary-color)!important}body[data-theme~=template1] .newgetconnectedpage .pagecontentholder{height:calc(100vh - 107px);overflow-y:hidden}body[data-theme~=template1] .newgetconnectedpage .getinfotabsmaindiv{height:calc(100vh - 180px);overflow-y:auto;position:relative}body[data-theme~=template1] .newgetconnectedpage .getinfotabsmaindiv .tabcontent{height:calc(100vh - 215px);overflow-y:auto;padding-bottom:10px}body[data-theme~=template1] .newgetconnectedpage .forumtitle{font-family:"Roboto";font-style:normal;font-weight:500!important;font-size:16px;line-height:19px;color:#000}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .gridcontainer.getstartedsection{border:1px solid #505050;border-radius:10px;padding:6px 0;display:flex;align-items:center;margin-bottom:15px!important;min-height:60px;height:-webkit-max-content;height:max-content}body[data-theme~=template1] .justify-content-center{justify-content:center}body[data-theme~=template1] .newgetconnectedpage .forumsubtitle{font-family:"Roboto";font-style:normal;font-weight:200;font-size:10px;line-height:12px;color:#000;margin-top:5px;margin-bottom:0}body[data-theme~=template1] .align-iteme-center{align-items:center!important}body[data-theme~=template1] .newgetconnectedpage .chatcount{font-family:"Roboto";font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#fff;width:25px;height:25px;background:var(--button-primary-color);border-radius:50%;padding:5px}body[data-theme~=template1] .newgetconnectedpage .getstartedholder .peerchattabmaindiv .gridcontainer.getstartedsection{border:none!important;border-bottom:1px solid rgba(255,0,0,.05)!important;border-radius:0;padding:6px 0;display:flex;align-items:center;margin-bottom:10px!important;min-height:60px}body[data-theme~=template1] .peerchatusertitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#0d0d0d;margin-top:0;margin-bottom:0}body[data-theme~=template1] .peerchatusersubtitle{font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#0d0d0d;margin-top:5px;margin-bottom:0}body[data-theme~=template1] .peeruserimg img{height:46px;width:auto}body[data-theme~=template1] .peerchattabmaindiv .chatcount{font-family:"Roboto";font-style:normal;font-weight:700;font-size:9px;line-height:11px;color:#fff;padding:3px;width:15px;height:15px;display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .peerchatrightdiv{display:flex;align-items:center;justify-content:center;flex-direction:column}body[data-theme~=template1] .peerchatrightdiv .chattime{font-family:"Roboto";font-style:normal;font-weight:500;font-size:12px;line-height:14px;color:rgba(255,99,0,.7);margin-bottom:10px!important;margin-top:0!important}body[data-theme~=template1] .likesholder svg{color:rgba(255,99,0,.7);fill:var(--kenyared-primary-color)}body[data-theme~=template1] .peeruserimg svg{position:relative;top:30px;right:15px;width:15px;height:15px;fill:#61d804}body[data-theme~=template1] .botmenuname span{font-family:"Roboto"!important;font-style:normal;font-weight:400;font-size:14px!important;line-height:24px;letter-spacing:-.284706px;color:#000}body[data-theme~=template1] .bottommenudrawer .MuiPaper-root.MuiDrawer-paper.MuiDrawer-paperAnchorBottom{bottom:64px;box-shadow:none}body[data-theme~=template1] .bottommenudrawer .MuiBackdrop-root{opacity:0!important}body[data-theme~=template1] .leftmenuname span.MuiTypography-body1{font-style:normal;font-weight:400;font-size:14px!important;line-height:14px;color:#505050}body[data-theme~=template1] .leftmenuusername1{margin-bottom:10px;margin-top:10px}body[data-theme~=template1] .leftmenuusername1,body[data-theme~=template1] .leftmenuusername2{font-family:"Roboto";font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#fff}body[data-theme~=template1] .leftmenuusername2{margin-top:0}body[data-theme~=template1] .leftmenubgorange{background:var(--kenyagreen-primary-color)}body[data-theme~=template1] .leftmenuusernameholder{height:80px;display:flex;align-items:center;justify-content:center;margin-top:-11px!important}body[data-theme~=template1] .appinfoname{font-style:normal;font-weight:400;font-size:12px;line-height:12px;margin-top:0;margin-bottom:15px;color:#505050}body[data-theme~=template1] .bottomversionholder{position:fixed;bottom:0}body[data-theme~=template1] .leftmenupowerby{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#505050;margin-top:0;margin-bottom:5px}body[data-theme~=template1] ul{max-width:100%}body[data-theme~=template1] .menulistcontainer{height:calc(100vh - 165px);overflow-y:auto}body[data-theme~=template1] .onboardingsliderdivcontent.onboardingscrollcontent.MuiGrid-item{padding-bottom:0!important}body[data-theme~=template1] .selectlangpage .onboardingsliderdivcontent{height:calc(100vh - 200px)!important}body[data-theme~=template1] .reg-form-wrap{height:calc(100vh - 290px)!important}body[data-theme~=template1] .reg-form-wrap .regsubmit-wrap{text-align:center;width:100%}body[data-theme~=template1] .reg-form-wrap .regsubmit-wrap>div{width:100%}body[data-theme~=template1] .skipblockbtnorange{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:20px!important;line-height:34px;color:#fff;border:none;box-shadow:none;padding:3px 24px;margin-top:13px}body[data-theme~=template1] .regsubmit-wrap .regdiv{bottom:33px}body[data-theme~=template1] .regquestionholderdiv .w-100.getstartedholder{padding-bottom:0}body[data-theme~=template1] .onboarding-page.fulllengthpage.selectlangpage,body[data-theme~=template1] .selectlangpage .onboardingsliderdivcontent{height:calc(100vh - 210px)!important}body[data-theme~=template1] .reg-form-wrap{height:calc(100vh - 210px)}body[data-theme~=template1] .regsubmit-wrap .regdiv{width:100%;position:absolute;bottom:25px;margin-left:11%;z-index:1200;margin-top:0!important}body[data-theme~=template1] .orangemenuname{color:var(--button-primary-color)}body[data-theme~=template1] .newforumchatpage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newforumchatpage .hometopheader{background-color:#fff}body[data-theme~=template1] .newforumchatpage .hometopheader img{margin-top:0;height:20px;width:18px;margin-right:20px}body[data-theme~=template1] .newforumchatpage .sectiontitleheading.orangemenuname{display:flex;align-items:center;justify-content:flex-start;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:nowrap}body[data-theme~=template1] .newforumchatpage .pagecontentholder{height:calc(100vh - 133px);overflow-y:auto;background:linear-gradient(0deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5)),url(../../static/media/pattern.ec7043ab.jpeg)}body[data-theme~=template1] .newforumchatpage .pagecontentholder.servicechat{height:calc(100vh - 250px);overflow-y:auto;background:linear-gradient(0deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5)),url(../../static/media/pattern.ec7043ab.jpeg)}body[data-theme~=template1] .newforumchatpage .getstartedholder .singlechatmsgholder.received .gridcontainer.chatmsgholdermaindiv{width:90%!important;margin-left:5%!important;max-width:80%!important;margin-bottom:15px!important}body[data-theme~=template1] .newforumchatpage .chatlabel{font-family:"Roboto";display:flex;align-items:center;font-style:normal;font-weight:500;font-size:12px;line-height:14px;margin-top:0;margin-bottom:5px;color:var(--button-primary-color)}body[data-theme~=template1] .newforumchatpage .chattext{width:100%;font-style:normal;font-weight:400;font-size:16px;line-height:19px;display:flex;align-items:flex-end;margin-top:0;margin-bottom:5px;color:#715856;flex-direction:column}body[data-theme~=template1] .newforumchatpage .singlechatmsgholder.received .chatdetail{background-color:hsla(0,0%,100%,.7);border-radius:6px}body[data-theme~=template1] .newforumchatpage .getstartedholder{padding-top:20px}body[data-theme~=template1] .newforumchatpage .getstartedholder .singlechatmsgholder.sent .gridcontainer.chatmsgholdermaindiv{width:70%!important;margin-left:25%!important;margin-right:5%!important;max-width:70%!important;margin-bottom:15px!important}body[data-theme~=template1] .newforumchatpage .singlechatmsgholder.sent .chatdetail{background-color:#fff6f4;border-radius:6px;position:relative}body[data-theme~=template1] audio::-webkit-media-controls-mute-button{display:none!important}body[data-theme~=template1] audio::-webkit-media-controls-timeline{width:60px}body[data-theme~=template1] audio::-webkit-media-controls-panel{background-color:hsla(0,0%,100%,.4)!important}body[data-theme~=template1] .newforumchatpage .singlechatmsgholder.sent.audiodetail{padding:11px!important}body[data-theme~=template1] .audiodetail .chatmsgholdermaindiv .msg-del-btn{right:-10px!important;top:-10px!important}body[data-theme~=template1] .audiodetail .chattext{padding-left:7px!important}body[data-theme~=template1] .audiodetail .react-audio-player{width:100%;padding:9px;border-radius:4px}body[data-theme~=template1] .audiodetail .sentaudio{width:100%;padding:30px 9px;border-radius:4px}body[data-theme~=template1] .singlechatmsgholder.sent.audiodetail .chatlabel{margin-left:7px!important}body[data-theme~=template1] .singlechatmsgholder.sent.audiodetail .chat-time{margin-right:20px!important}body[data-theme~=template1] .chatmsgdate{font-family:"Roboto";font-style:normal;font-weight:700;font-size:12px;line-height:14px;text-align:center;margin-top:20px;margin-bottom:20px;color:#676060}body[data-theme~=template1] .singlechatmsgholder.sent.audiodetail .chatmsgwrap{width:93%;padding-top:26px;padding-bottom:26px}body[data-theme~=template1] .newforumchatpage .getstartedholder .singlechatmsgholder.sent.audiodetail .chatmsgholdermaindiv{width:77%!important;margin-left:18%!important;margin-right:5%!important;max-width:77%!important}body[data-theme~=template1] .singlechatmsgholder.sent.audiodetail .chattext{padding-left:0!important;margin:10px!important}body[data-theme~=template1] .singlechatmsgholder.sent.audiodetail .msg-txt{padding:13px;padding-top:19px!important}body[data-theme~=template1] .singlechatmsgholder.received.audiodetail .chattext{padding-left:0!important}body[data-theme~=template1] .bottommenudiv .buttondiv{color:var(--button-primary-color)}body[data-theme~=template1] .singlechatmsgholder.sent.audiodetail .sentchatimage{margin-left:11px}body[data-theme~=template1] .newforumchatpage .bottommenudiv .menuholder .MuiGrid-item img{width:18px;height:18px;margin-top:0}body[data-theme~=template1] .newforumchatpage .bottommenudiv .menuholder{padding-top:10px;padding-bottom:11px}body[data-theme~=template1] .newforumchatpage .bottommenudiv{background-color:#fff}body[data-theme~=template1] .newforumchatpage .bottommenudiv .menuholder .chatmiddlesection .MuiGrid-item img{width:16px;height:16px}body[data-theme~=template1] .chatmiddlesection{background:#fff6f4;border-radius:20px;padding:8px}body[data-theme~=template1] .chatmiddlesection input{font-family:"Roboto"!important;font-style:normal!important;font-weight:400!important;font-size:16px!important;line-height:19px!important;color:#715856!important;padding:0 6px!important}body[data-theme~=template1] .newforumchatpage .chatmiddlesection .MuiInput-underline:after,body[data-theme~=template1] .newforumchatpage .chatmiddlesection .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .align-items-start{align-items:flex-start!important}body[data-theme~=template1] .popuplink span.MuiTypography-body1{font-family:"Roboto"!important;font-style:normal;font-weight:400;font-size:14px!important;line-height:24px;letter-spacing:-.284706px;color:#505050}body[data-theme~=template1] .popuplist .MuiButtonBase-root.MuiListItem-root{padding-top:0;padding-bottom:0}body[data-theme~=template1] .newforumchatpage .hometopheader.userchatheader img{width:45px;height:45px}body[data-theme~=template1] .newforumchatpage .hometopheader.userchatheader{padding-top:11px;padding-bottom:11px}body[data-theme~=template1] .newforumchatpage.newuserchatpage .pagecontentholder{height:calc(100vh - 141px);overflow-y:auto;background:linear-gradient(0deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5)),url(../../static/media/pattern.ec7043ab.jpeg)}body[data-theme~=template1] .newforumchatpage.newuserchatpage .getstartedholder .singlechatmsgholder.received .gridcontainer.chatmsgholdermaindiv{width:90%!important;margin-left:5%!important;margin-right:5%!important;max-width:70%!important;margin-bottom:25px!important}body[data-theme~=template1] .newforumchatpage.newuserchatpage .getstartedholder .singlechatmsgholder.sent .gridcontainer.chatmsgholdermaindiv{margin-bottom:25px!important}body[data-theme~=template1] .botrequestpill{font-family:"Roboto";font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#fff;background:var(--button-primary-color);border-radius:24px;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 10px;margin-top:-15px}body[data-theme~=template1] .newgetaccesspage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newgetaccesspage .menuholder.searchbardiv .MuiGrid-item{display:flex;align-items:center;justify-content:center}body[data-theme~=template1] .newgetaccesspage .menuholder.searchbardiv{margin-top:12px!important;margin-bottom:8px!important}body[data-theme~=template1] .newgetaccesspage .menuholder.searchbardiv .MuiGrid-item{padding:5px}body[data-theme~=template1] .newgetaccesspage .menuholder svg{width:20px;height:20px}body[data-theme~=template1] .getaccessmapholder{position:absolute;top:56px;width:100vw;height:calc(100vh - 120px);border:none;background-image:url(../../static/media/Map.c964317c.png);background-repeat:no-repeat;background-position:50%;background-size:cover}body[data-theme~=template1] .pos-relative{position:relative!important}body[data-theme~=template1] .zindexten{z-index:10!important}body[data-theme~=template1] .newgetaccesspage .hometopheader{background-color:#fff6f4;padding-bottom:11px;padding-top:12px}body[data-theme~=template1] .newgetaccesspage .getaccesslinktag{font-weight:400;color:#000!important}body[data-theme~=template1] .newgetaccesspage .getaccesslinktag,body[data-theme~=template1] .newgetaccesspage .getaccesslinktag.active{font-family:"Roboto";font-style:normal;font-size:12px;line-height:14px;background:#fff;border-radius:20px;padding:6px 12px;margin-right:10px}body[data-theme~=template1] .newgetaccesspage .getaccesslinktag.active{font-weight:600;color:#fff!important}body[data-theme~=template1] .bottomsheetsectiontitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:20px;line-height:23px;color:#000;margin-top:12px;margin-bottom:12px}body[data-theme~=template1] .bottomsheetlistdiv{background:#fff6f4;border-radius:10px;margin-bottom:15px!important}body[data-theme~=template1] .gridcontainer.getaccesssection.bottomsheetlistdiv{margin-bottom:15px!important}body[data-theme~=template1] .newgetaccesspage .forumtitle{font-family:"Roboto";font-style:normal;font-weight:500!important;font-size:16px;line-height:19px;color:#000}body[data-theme~=template1] .placereview{margin-top:0;margin-bottom:0;display:flex;align-items:center}body[data-theme~=template1] .placereview .textinfo{font-family:"Roboto";font-style:normal;font-weight:200;font-size:10px;line-height:12px;color:#000}body[data-theme~=template1] .placereview span{margin-right:5px}body[data-theme~=template1] .placereview span img{margin-right:3px}body[data-theme~=template1] .placeaddress{font-family:"Roboto";font-style:normal;font-weight:200;font-size:12px;line-height:14px;color:#000;margin-top:0;margin-bottom:0}body[data-theme~=template1] .mr-10px{margin-right:10px!important}body[data-theme~=template1] .redcolortext{color:red}body[data-theme~=template1] .placedetailsrightdiv{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}body[data-theme~=template1] .placeinfopills{font-family:"Roboto";font-style:normal;font-weight:600;font-size:12px;line-height:14px;background:var(--button-primary-color);border-radius:20px;color:#fff!important;padding:6px 10px;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}body[data-theme~=template1] .placeinfopills img{margin-right:5px}body[data-theme~=template1] .placeinfopills:last-child{margin-right:0}body[data-theme~=template1] .placeinfopillsholder{display:flex;align-items:center;justify-content:space-between}body[data-theme~=template1] .newgetinvolvedpage .w-95.gridcontainer.menuholder.searchbardiv{margin-top:10px!important;margin-bottom:10px!important}body[data-theme~=template1] .newgetinvolvedpage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newgetinvolvedpage .hometopheader{padding-top:5px;padding-bottom:5px}body[data-theme~=template1] .newgetinvolvedpage .getstartedholder .MuiAppBar-colorPrimary{background-image:none!important;background-color:#c6e0b4!important;box-shadow:none}body[data-theme~=template1] .newgetinvolvedpage .getstartedholder .MuiAppBar-colorPrimary .MuiTabs-root{min-height:38px}body[data-theme~=template1] .newgetinvolvedpage .getstartedholder .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root{font-family:"Roboto"!important;font-style:normal;font-weight:600;font-size:18px!important;line-height:23px;opacity:1!important;color:#505050;min-height:38px}body[data-theme~=template1] .newgetinvolvedpage .getstartedholder .MuiAppBar-colorPrimary button.MuiButtonBase-root.MuiTab-root.Mui-selected{color:var(--button-primary-color)!important}body[data-theme~=template1] .childhoodSurvey .tabheader{background-image:none;color:var(--button-primary-color)!important;background-color:#fff6f4!important}body[data-theme~=template1] .childhoodSurvey .tabheader .MuiTab-root.Mui-selected{color:var(--button-primary-color)!important;border-bottom:2px solid}body[data-theme~=template1] .newgetinvolvedpage .getstartedholder .MuiAppBar-colorPrimary .MuiTabs-root .MuiTabs-indicator{background-color:var(--button-primary-color)!important}body[data-theme~=template1] .newgetinvolvedpage .pagecontentholder{height:calc(100vh - 107px);overflow-y:hidden}body[data-theme~=template1] .newgetinvolvedpage .getinfotabsmaindiv{height:calc(100vh - 165px);overflow-y:hidden}body[data-theme~=template1] .newgetinvolvedpage .getinfotabsmaindiv .tabcontent{height:calc(100vh - 195px);overflow-y:auto!important;padding-bottom:10px;padding-top:20px}body[data-theme~=template1] .newgetinvolvedpage .forumtitle{font-family:"Roboto";font-style:normal;font-weight:500!important;font-size:16px;line-height:19px;color:#000}body[data-theme~=template1] .newgetinvolvedpage .getstartedholder .gridcontainer.getstartedsection{border:1px solid #505050;border-radius:10px;padding:6px 0;display:flex;align-items:center;margin-bottom:15px!important;min-height:60px}body[data-theme~=template1] .newgetinvolvedpage .forumsubtitle{font-family:"Roboto";font-style:normal;font-weight:200;font-size:10px;line-height:12px;color:#000;margin-top:5px;margin-bottom:0}body[data-theme~=template1] .caseidtitle{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:12px;display:flex;align-items:center;color:#715856;margin-top:0;margin-bottom:5px}body[data-theme~=template1] .casenametitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#000;margin-top:0;margin-bottom:5px}body[data-theme~=template1] .casetimedetails{color:#715856;margin-top:0;margin-bottom:5px}body[data-theme~=template1] .casestatus,body[data-theme~=template1] .casetimedetails{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:12px;display:flex;align-items:center}body[data-theme~=template1] .casestatus{color:#000}body[data-theme~=template1] .casestatus.open{color:#0dc143}body[data-theme~=template1] .casestatus.closed{color:red}body[data-theme~=template1] .draftstatus{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:12px;color:red!important}body[data-theme~=template1] .casestatusactionbtn{background:var(--button-primary-color)}body[data-theme~=template1] .casestatusactionbtn,body[data-theme~=template1] .draftstatusbtn{border-radius:3px;font-family:"Roboto";font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#fff!important;padding:5px 15px!important}body[data-theme~=template1] .draftstatusbtn{background:red!important;margin-bottom:0}body[data-theme~=template1] .newgetinvolvedpage .responsetabmaindiv .tabcontent .gridcontainer.getstartedsection{padding:6px!important}body[data-theme~=template1] .newgetinvolvedpage .getinfotabsmaindiv.responsetabmaindiv .tabcontent{height:calc(100vh - 217px);overflow-y:auto;padding-bottom:10px;padding-top:10px}body[data-theme~=template1] .newgetinvolvedpage .selectresponseholder.gridcontainer.getstartedsection{border:none!important;margin-bottom:5px!important;background:#fff6f4;border-radius:20px;margin-top:15px!important;padding:0!important;min-height:auto!important}body[data-theme~=template1] .newgetinvolvedpage .selectresponseholder.gridcontainer.getstartedsection.tabsdiv .MuiInputBase-input{height:3px;display:flex;align-items:center}body[data-theme~=template1] .newgetinvolvedpage .selectresponseholder.gridcontainer.getstartedsection .MuiInput-underline:after,body[data-theme~=template1] .newgetinvolvedpage .selectresponseholder.gridcontainer.getstartedsection .MuiInput-underline:before{border-bottom:none!important}body[data-theme~=template1] .newgetinvolvedpage .selectresponseholder.gridcontainer.getstartedsection .MuiInputBase-input{padding-left:20px;padding-right:10px;font-family:"Roboto"!important;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#505050}body[data-theme~=template1] .newgetinvolvedpage .selectresponseholder.gridcontainer.getstartedsection .MuiSvgIcon-root.MuiSelect-icon{right:15px}body[data-theme~=template1] .MuiMenuItem-root{font-family:"Roboto"!important}body[data-theme~=template1] .newgetinvolvedinnerpage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newgetinvolvedinnerpage .pagecontentholder{height:calc(100vh - 120px);overflow-y:auto}body[data-theme~=template1] .newgetinvolvedinnerpage .hometopheader{background-color:#fff6f4;padding-bottom:11px;padding-top:12px}body[data-theme~=template1] .getinvolvedinnerpagemaindiv{width:90%!important;margin-left:5%!important;margin-right:5%!important;padding-top:20px!important;padding-bottom:20px!important}body[data-theme~=template1] .getinvolvedinnerpageforminfo{font-family:"Roboto";font-style:normal;font-weight:400;font-size:10px;line-height:12px;display:flex;align-items:center;color:#715856;margin-top:0;margin-bottom:10px}body[data-theme~=template1] .getinvolvedinnerpagequestiontitle{font-family:"Roboto";font-style:normal;font-weight:500;font-size:20px;line-height:20px;display:flex;align-items:center;letter-spacing:-.24px;color:#000;margin-top:0;margin-bottom:10px}body[data-theme~=template1] .newgetinvolvedinnerpage .optionholderdiv p{font-family:"Roboto";font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000;background:#fff;border:1px solid #818181;border-radius:10px;margin-top:0;margin-bottom:10px;padding:14px 7px}body[data-theme~=template1] .newgetinvolvedinnerpage .optionholderdiv p.active{background:var(--button-primary-color);color:#fff;border:1px solid var(--button-primary-color)}body[data-theme~=template1] .mediaattachdiv{margin-top:25px}body[data-theme~=template1] .mediaattachdiv p{font-family:"Roboto";font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000;margin-top:0;margin-bottom:10px}body[data-theme~=template1] .mediaoptiondiv{display:flex;align-items:center;justify-content:space-evenly;background:#f9f9f9;border:1px dashed #000;padding:20px;margin-bottom:25px}body[data-theme~=template1] .newgetinvolvedinnerpage .actionbtn{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:20px!important;line-height:34px;color:#fff;border:none;box-shadow:none;padding:3px 24px}body[data-theme~=template1] .checkboxsection .MuiCheckbox-root svg{background:#fff;border:1px solid #000;border-radius:2px;fill:#fff}body[data-theme~=template1] .checkboxsection .MuiButtonBase-root.MuiIconButton-root.MuiCheckbox-root.Mui-checked svg{fill:var(--button-primary-color);border:1px solid var(--button-primary-color)}body[data-theme~=template1] .checkboxsection .MuiFormControlLabel-root{margin-left:0;margin-right:0;margin-bottom:10px}body[data-theme~=template1] .newgetinvolvedinnerpage .checkboxsection .MuiFormControlLabel-label{font-family:"Roboto"!important;font-style:normal;font-weight:400;font-size:14px!important;line-height:16px;display:flex;align-items:center;color:#000}body[data-theme~=template1] .newgetinvolvedinnerpage .checkboxsection .MuiFormControl-root{width:100%}body[data-theme~=template1] .newgetinvolvedinnerpage .checkboxsection .MuiIconButton-label svg.MuiSvgIcon-root{width:18px!important;height:18px!important}body[data-theme~=template1] .checkboxsection{margin-bottom:30px;margin-top:20px}body[data-theme~=template1] .newsurveyinnerpage{background-color:#fff!important;height:calc(100vh - 65px)}body[data-theme~=template1] .newsurveyinnerpage .hometopheader{background-color:#fff6f4;padding-bottom:11px;padding-top:12px}body[data-theme~=template1] .surveyinnerpagemaindiv{width:90%!important;margin-left:5%!important;margin-right:5%!important;padding-top:20px!important;padding-bottom:20px!important}body[data-theme~=template1] .newsurveyinnerpage .optionholderdiv p{font-family:"Roboto";font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000;background:#fff;border:1px solid #818181;border-radius:10px;margin-top:0;margin-bottom:10px;padding:14px 7px}body[data-theme~=template1] .newsurveyinnerpage .actionbtn{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:20px!important;line-height:34px;color:#fff;border:none;box-shadow:none;padding:3px 24px}body[data-theme~=template1] .newsurveyinnerpage .pagecontentholder{height:calc(100vh - 170px);overflow-y:auto}body[data-theme~=template1] .newsurveyinnerpage .progressbarholder{width:90%!important;margin-left:5%!important;margin-right:5%!important;padding-top:20px!important;padding-bottom:0!important}body[data-theme~=template1] .submitpopup .MuiDialogContent-root{background:#fff6f4;border-radius:10px;padding-top:20px!important;padding-bottom:20px!important}body[data-theme~=template1] .submitpopup .MuiDialogContent-root p{font-family:"Roboto"!important;font-style:normal;font-weight:500;font-size:14px;line-height:20px;align-items:center;text-align:center;color:#000;display:block;margin-top:0;margin-bottom:10px}body[data-theme~=template1] button .MuiButton-label{font-family:"Roboto"!important}body[data-theme~=template1] .mb-0px{margin-bottom:0!important}body[data-theme~=template1] .submitpopup .MuiDialogContent-root button{background:var(--button-primary-color);border-radius:10px;font-family:"Roboto"!important;font-style:normal;font-weight:700;font-size:16px!important;display:flex;align-items:center;text-align:center;color:#fff;padding:6px;margin:0 auto;margin-top:20px!important}body[data-theme~=template1] body.mobile-frame .bottommenudiv{width:400px}body[data-theme~=template1] body.mobile-frame .newregpage .slick-dots{width:400px;margin-left:-26px}body[data-theme~=template1] body.mobile-frame .getaccessmapholder{width:400px}body[data-theme~=template1] .reporticonactive{width:20px!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}