@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (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;-ms-transform-origin:center bottom;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(0)}}.animate__swing{-ms-transform-origin:top center;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;-ms-transform-origin:center;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{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{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{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);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;-ms-transform-origin:center;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;-ms-transform-origin:left bottom;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;-ms-transform-origin:right bottom;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;-ms-transform-origin:left bottom;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;-ms-transform-origin:right bottom;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;-ms-transform-origin:center;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;-ms-transform-origin:left bottom;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;-ms-transform-origin:right bottom;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;-ms-transform-origin:left bottom;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;-ms-transform-origin:right bottom;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;-ms-transform-origin:top left;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;-ms-transform-origin:center bottom;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;-ms-transform-origin:left center;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;-ms-transform-origin:right center;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;-ms-transform-origin:center bottom;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}.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:0 0!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:iconsadmin;src:url(fonts/iconsadmin.eot);src:url(fonts/iconsadmin.eot?#iefix) format('embedded-opentype'),url(fonts/iconsadmin.woff) format('woff'),url(fonts/iconsadmin.ttf) format('truetype'),url(fonts/iconsadmin.svg#iconsadmin) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:iconsadmin;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=" icon-"].icon-2x,[class^=icon-].icon-2x{font-size:200%}[class*=" icon-"].icon-3x,[class^=icon-].icon-3x{font-size:300%}[class*=" icon-"].icon-middle,[class^=icon-].icon-middle{font-size:160%;line-height:20px;margin-left:3px;vertical-align:middle}.icon-briefcase6:before{content:"\e606"}.icon-briefcase30:before{content:"\e607"}.icon-business158:before{content:"\e608"}.icon-businessman1:before{content:"\e609"}.icon-line31:before{content:"\e60a"}.icon-male66:before{content:"\e60b"}.icon-person237:before{content:"\e60c"}.icon-stocks7:before{content:"\e60d"}.icon-uniE605:before{content:"\e605"}.icon-add121:before{content:"\e000"}.icon-adobe21:before{content:"\e001"}.icon-arrow429:before{content:"\e002"}.icon-bars20:before{content:"\e003"}.icon-bold12:before{content:"\e004"}.icon-book82:before{content:"\e005"}.icon-bust:before{content:"\e006"}.icon-calendar47:before{content:"\e007"}.icon-calendar48:before{content:"\e008"}.icon-cent1:before{content:"\e00b"}.icon-chat16:before{content:"\e00c"}.icon-chevron13:before{content:"\e00e"}.icon-chevron15:before{content:"\e00f"}.icon-clapper2:before{content:"\e010"}.icon-clock33:before{content:"\e011"}.icon-close33:before{content:"\e012"}.icon-cloud79:before{content:"\e013"}.icon-comments:before{content:"\e014"}.icon-connecting7:before{content:"\e015"}.icon-cross8:before{content:"\e016"}.icon-dashboard5:before{content:"\e017"}.icon-data99:before{content:"\e018"}.icon-doc1:before{content:"\e019"}.icon-document45:before{content:"\e01a"}.icon-document49:before{content:"\e01b"}.icon-document50:before{content:"\e01c"}.icon-docx:before{content:"\e01d"}.icon-door9:before{content:"\e01e"}.icon-earth9:before{content:"\e01f"}.icon-earth94:before{content:"\e020"}.icon-ecological19:before{content:"\e021"}.icon-edit38:before{content:"\e022"}.icon-education20:before{content:"\e023"}.icon-educational8:before{content:"\e024"}.icon-elections:before{content:"\e025"}.icon-email21:before{content:"\e026"}.icon-expand22:before{content:"\e027"}.icon-first25:before{content:"\e028"}.icon-flag25:before{content:"\e029"}.icon-folder56:before{content:"\e02a"}.icon-folder57:before{content:"\e02b"}.icon-globe11:before{content:"\e02c"}.icon-help10:before{content:"\e02d"}.icon-help8:before{content:"\e02e"}.icon-html9:before{content:"\e02f"}.icon-image48:before{content:"\e030"}.icon-image49:before{content:"\e031"}.icon-images9:before{content:"\e032"}.icon-incoming4:before{content:"\e033"}.icon-instagram4:before{content:"\e034"}.icon-jpg:before{content:"\e035"}.icon-jpg3:before{content:"\e036"}.icon-light33:before{content:"\e037"}.icon-line32:before{content:"\e038"}.icon-locator1:before{content:"\e039"}.icon-mail20:before{content:"\e03a"}.icon-male18:before{content:"\e03c"}.icon-male80:before{content:"\e03d"}.icon-medal41:before{content:"\e03e"}.icon-megaphone2:before{content:"\e03f"}.icon-mobile143:before{content:"\e040"}.icon-mobile79:before{content:"\e041"}.icon-movie:before{content:"\e042"}.icon-multiple31:before{content:"\e043"}.icon-new48:before{content:"\e044"}.icon-note8:before{content:"\e045"}.icon-paint14:before{content:"\e046"}.icon-paint21:before{content:"\e047"}.icon-paint35:before{content:"\e049"}.icon-paint4:before{content:"\e04a"}.icon-paper113:before{content:"\e04b"}.icon-paper27:before{content:"\e04c"}.icon-paper41:before{content:"\e04d"}.icon-pdf:before{content:"\e04e"}.icon-pencil23:before{content:"\e04f"}.icon-pencil52:before{content:"\e050"}.icon-percentage6:before{content:"\e051"}.icon-pictures:before{content:"\e052"}.icon-pictures1:before{content:"\e053"}.icon-political2:before{content:"\e054"}.icon-ppt1:before{content:"\e055"}.icon-pptx1:before{content:"\e056"}.icon-pptx2:before{content:"\e057"}.icon-presentation4:before{content:"\e058"}.icon-profile11:before{content:"\e059"}.icon-psd3:before{content:"\e05a"}.icon-real6:before{content:"\e05b"}.icon-real9:before{content:"\e05c"}.icon-repair11:before{content:"\e05d"}.icon-repair6:before{content:"\e05e"}.icon-right106:before{content:"\e05f"}.icon-right127:before{content:"\e060"}.icon-ruler9:before{content:"\e061"}.icon-shutdown1:before{content:"\e062"}.icon-small31:before{content:"\e063"}.icon-star107:before{content:"\e064"}.icon-star31:before{content:"\e065"}.icon-tag2:before{content:"\e066"}.icon-tag33:before{content:"\e067"}.icon-tags3:before{content:"\e068"}.icon-thumb35:before{content:"\e069"}.icon-thumb38:before{content:"\e06a"}.icon-tray9:before{content:"\e06b"}.icon-txt1:before{content:"\e06c"}.icon-txt2:before{content:"\e06d"}.icon-user65:before{content:"\e06e"}.icon-users1:before{content:"\e06f"}.icon-waste2:before{content:"\e070"}.icon-white49:before{content:"\e071"}.icon-window23:before{content:"\e072"}.icon-uniE600:before{content:"\e600"}.icon-uniE601:before{content:"\e601"}.icon-uniE602:before{content:"\e602"}.icon-uniE603:before{content:"\e603"}.icon-ion-earth:before{content:"\f276"}.icon-ion-image:before{content:"\f147"}.icon-ion-images:before{content:"\f148"}.icon-ion-ios7-bell-outline:before{content:"\f158"}.icon-ion-ios7-bell:before{content:"\f159"}.icon-ion-ios7-bookmarks-outline:before{content:"\f15c"}.icon-ion-ios7-bookmarks:before{content:"\f15d"}.icon-ion-ios7-browsers-outline:before{content:"\f160"}.icon-ion-ios7-browsers:before{content:"\f161"}.icon-ion-ios7-camera-outline:before{content:"\f164"}.icon-ion-ios7-camera:before{content:"\f165"}.icon-ion-ios7-checkmark-empty:before{content:"\f16c"}.icon-ion-ios7-checkmark-outline:before{content:"\f16d"}.icon-ion-ios7-checkmark:before{content:"\f16e"}.icon-ion-ios7-circle-outline:before{content:"\f170"}.icon-ion-ios7-close-empty:before{content:"\f2bd"}.icon-ion-ios7-close-outline:before{content:"\f2bb"}.icon-ion-ios7-close:before{content:"\f2bc"}.icon-ion-ios7-cloud-download-outline:before{content:"\f173"}.icon-ion-ios7-cloud-download:before{content:"\f174"}.icon-ion-ios7-cloud-upload-outline:before{content:"\f176"}.icon-ion-ios7-cloud-upload:before{content:"\f177"}.icon-ion-ios7-compose-outline:before{content:"\f17d"}.icon-ion-ios7-contact-outline:before{content:"\f17f"}.icon-ion-ios7-copy-outline:before{content:"\f181"}.icon-ion-ios7-copy:before{content:"\f182"}.icon-ion-ios7-download-outline:before{content:"\f183"}.icon-ion-ios7-download:before{content:"\f184"}.icon-ion-ios7-email-outline:before{content:"\f186"}.icon-ion-ios7-email:before{content:"\f187"}.icon-ion-ios7-filing-outline:before{content:"\f18c"}.icon-ion-ios7-filing:before{content:"\f18d"}.icon-ion-ios7-film-outline:before{content:"\f18e"}.icon-ion-ios7-film:before{content:"\f18f"}.icon-ion-ios7-flag-outline:before{content:"\f190"}.icon-ion-ios7-flag:before{content:"\f191"}.icon-ion-ios7-folder-outline:before{content:"\f192"}.icon-ion-ios7-folder:before{content:"\f193"}.icon-ion-ios7-gear-outline:before{content:"\f194"}.icon-ion-ios7-gear:before{content:"\f195"}.icon-ion-ios7-help-outline:before{content:"\f19b"}.icon-ion-ios7-paper-outline:before{content:"\f32e"}.icon-ion-ios7-paperplane-outline:before{content:"\f1b9"}.icon-ion-ios7-paperplane:before{content:"\f1ba"}.icon-ion-ios7-people-outline:before{content:"\f1bf"}.icon-ion-ios7-people:before{content:"\f1c0"}.icon-ion-ios7-photos-outline:before{content:"\f1c5"}.icon-ion-ios7-photos:before{content:"\f1c6"}.icon-ion-ios7-pricetags-outline:before{content:"\f332"}.icon-ion-ios7-pricetags:before{content:"\f333"}.icon-ion-ios7-trash-outline:before{content:"\f1eb"}.icon-ion-ios7-world-outline:before{content:"\f1f7"}.icon-ion-log-in:before{content:"\f29e"}.icon-ion-paper-airplane:before{content:"\f2c3"}.icon-ion-person-stalker:before{content:"\f212"}.icon-ion-person:before{content:"\f213"}.icon-uniE604:before{content:"\e604"}.icon-ion-ios7-search-strong:before{content:"\f1d9"}.icon-ion-ios7-search:before{content:"\f1da"}.icon-uniE60E:before{content:"\e60e"}.icon-ion-ios7-briefcase-outline:before{content:"\f282"}.icon-ion-ios7-home-outline:before{content:"\f32a"}.icon-ion-ios7-home:before{content:"\f32b"}.icon-ion-ios7-locked-outline:before{content:"\f1a7"}.icon-ion-ios7-locked:before{content:"\f1a8"}.icon-ion-ios7-star-half:before{content:"\f33a"}.icon-ion-ios7-star-outline:before{content:"\f1df"}.icon-ion-ios7-star:before{content:"\f1e0"}@font-face{font-family:icomoon;src:url(fonts/icomoon.eot);src:url(fonts/icomoon.eot?#iefix-iuahe0) format('embedded-opentype'),url(fonts/icomoon.woff) format('woff'),url(fonts/icomoon.ttf) format('truetype'),url(fonts/icomoon.svg?-iuahe0#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icomoon-"],[class^=icomoon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icomoon-forward:before{content:"\e62e"}.icomoon-reply:before{content:"\e62f"}.icomoon-rotate:before{content:"\e630"}.icomoon-rotate2:before{content:"\e631"}.icomoon-refresh:before{content:"\f33b"}.icomoon-arrow-right:before{content:"\e62a"}.icomoon-arrow-left:before{content:"\e62b"}.icomoon-arrow-down:before{content:"\e62c"}.icomoon-arrow-up:before{content:"\e62d"}.icomoon-refresh2:before{content:"\f33c"}.icomoon-refresh22:before{content:"\f33d"}.icomoon-undo:before{content:"\e600"}.icomoon-redo:before{content:"\e601"}.icomoon-undo2:before{content:"\e602"}.icomoon-redo2:before{content:"\e603"}.icomoon-forward2:before{content:"\e604"}.icomoon-reply2:before{content:"\e605"}.icomoon-loop:before{content:"\f33e"}.icomoon-arrow-up-left:before{content:"\e606"}.icomoon-arrow-up2:before{content:"\e607"}.icomoon-arrow-up-right:before{content:"\e608"}.icomoon-arrow-right2:before{content:"\e609"}.icomoon-arrow-down-right:before{content:"\e60a"}.icomoon-arrow-down2:before{content:"\e60b"}.icomoon-arrow-down-left:before{content:"\e60c"}.icomoon-arrow-left2:before{content:"\e60d"}.icomoon-expand:before{content:"\e60e"}.icomoon-maximize:before{content:"\e60f"}.icomoon-reply22:before{content:"\e610"}.icomoon-reply-all:before{content:"\e611"}.icomoon-forward22:before{content:"\e612"}.icomoon-cw:before{content:"\e613"}.icomoon-ccw:before{content:"\e614"}.icomoon-shuffle:before{content:"\e615"}.icomoon-arrow-left22:before{content:"\e616"}.icomoon-arrow-down22:before{content:"\e617"}.icomoon-arrow-up22:before{content:"\e618"}.icomoon-arrow-right22:before{content:"\e619"}.icomoon-arrow-left3:before{content:"\e61a"}.icomoon-arrow-down3:before{content:"\e61b"}.icomoon-arrow-up3:before{content:"\e61c"}.icomoon-arrow-right3:before{content:"\e61d"}.icomoon-arrow-left4:before{content:"\e61e"}.icomoon-arrow-down4:before{content:"\e61f"}.icomoon-arrow-up4:before{content:"\e620"}.icomoon-arrow-right4:before{content:"\e621"}.icomoon-arrow-left5:before{content:"\e622"}.icomoon-arrow-down5:before{content:"\e623"}.icomoon-arrow-up5:before{content:"\e624"}.icomoon-arrow-left6:before{content:"\e625"}.icomoon-arrow-down6:before{content:"\e626"}.icomoon-arrow-up6:before{content:"\e627"}.icomoon-arrow-right5:before{content:"\e628"}.icomoon-menu:before{content:"\e629"}*{box-sizing:border-box}:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:Roboto,sans-serif;font-size:14px;line-height:1.42857143;color:#3b3936;background-color:#fff}@media (max-width:768px){body{overflow-x:hidden}}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}select{border-radius:0;-moz-appearance:menulist-textfield}form{display:inherit;margin:0;padding:0}a{color:#137df7;text-decoration:none}a:focus,a:hover{color:#0659b7;text-decoration:underline}a:focus{outline:0}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:0;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #f1f1f1}hr.small{margin:10px 0}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-weight:300}.h5,.h6,h5,h6{font-family:inherit;font-weight:400;line-height:1.1;color:inherit}.h5 .small,.h5 small,.h6 .small,.h6 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#d6d6d6}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:2.2em}.h2,h2{font-size:1.5em}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.frmb [class*=icon-]{font-size:22px}cite{font-style:normal}.mark,mark{background-color:#fef6ed;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#8d8b87}.text-primary{color:#137df7}a.text-primary:hover{color:#0764d0}.status-active{color:#6cbf13}.text-success{color:#133154}a.text-success:hover{color:#0a192a}.status-draft,.text-info{color:#164378}a.status-draft:hover,a.text-info:hover{color:#0e2b4d}.status-suspended{color:#3e455e}.status-pending{color:#3e455e}.text-warning{color:#f2b260}a.text-warning:hover{color:#ee9b31}.text-danger{color:#c94d3c}a.text-danger:hover{color:#a43c2e}.status-expired{color:#ffae00}.status-trialing{color:#137df7}.status-canceled{color:#fc5353}.status.status-pending{background-color:#f2b260}.status.status-draft{background-color:#164378}.status.status-expired{background-color:#c94d3c}.status.status-active{background-color:#137df7}.status-wait{color:#f2b260}.status-error{color:#c94d3c}.status-cancelled{color:#c94d3c}.status-finished{color:#164378}.bg-primary{color:#fff;background-color:#137df7}a.bg-primary:hover{background-color:#0764d0}.bg-success{background-color:#a7cffc}a.bg-success:hover{background-color:#76b3fa}.bg-info{background-color:#6ca3e4}a.bg-info:hover{background-color:#4188dc}.bg-warning{background-color:#fef6ed}a.bg-warning:hover{background-color:#fae0be}.bg-danger{background-color:#ecc2bc}a.bg-danger:hover{background-color:#e19d94}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #f1f1f1}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #d6d6d6}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #f1f1f1}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#d6d6d6}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #f1f1f1;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}.no-border{border-left:none}blockquote:after,blockquote:before{content:""}address{margin-bottom:1em;font-style:normal;line-height:1.42857143}section.heading{padding:1em 1.4em}section.heading h2{margin-top:2em}section.heading h1>i:before{content:open-quote}section.heading h1>i:after{content:close-quote}@media (max-width:768px){section.heading h1{font-size:1.8em}}@media (max-width:480px){section.heading h1{font-size:1.6em}}@media (max-width:768px){section.heading{padding:0}section.heading>.container{padding:0}}.tutorial-text{color:#164378;font-weight:400}.tutorial-text i{font-size:2em;vertical-align:middle}.tutorial-text:focus,.tutorial-text:hover{text-decoration:none}.table-help i{font-size:2em;vertical-align:middle;cursor:pointer}.nowrap{white-space:nowrap}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:0}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#595855;background-color:#f5f5f5;border:1px solid #ccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.email-content table,.standard-table,.table{width:100%;max-width:100%;margin-bottom:20px}.email-content table>tbody>tr>td,.email-content table>tbody>tr>th,.email-content table>tfoot>tr>td,.email-content table>tfoot>tr>th,.email-content table>thead>tr>td,.email-content table>thead>tr>th,.standard-table>tbody>tr>td,.standard-table>tbody>tr>th,.standard-table>tfoot>tr>td,.standard-table>tfoot>tr>th,.standard-table>thead>tr>td,.standard-table>thead>tr>th,.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.email-content table>thead>tr>th,.standard-table>thead>tr>th,.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd;font-weight:400;color:#000}.email-content table>caption+thead>tr:first-child>td,.email-content table>caption+thead>tr:first-child>th,.email-content table>colgroup+thead>tr:first-child>td,.email-content table>colgroup+thead>tr:first-child>th,.email-content table>thead:first-child>tr:first-child>td,.email-content table>thead:first-child>tr:first-child>th,.standard-table>caption+thead>tr:first-child>td,.standard-table>caption+thead>tr:first-child>th,.standard-table>colgroup+thead>tr:first-child>td,.standard-table>colgroup+thead>tr:first-child>th,.standard-table>thead:first-child>tr:first-child>td,.standard-table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.email-content table>tbody+tbody,.standard-table>tbody+tbody,.table>tbody+tbody{border-top:2px solid #ddd}.email-content table .table,.standard-table .table,.table .table{background-color:#fff}.email-content table form,.standard-table form,.table form{display:initial;display:unset}.email-content table>tbody>tr>td,.email-content table>tbody>tr>th,.email-content table>tfoot>tr>td,.email-content table>tfoot>tr>th,.email-content table>thead>tr>td,.email-content table>thead>tr>th,.standard-table>tbody>tr>td,.standard-table>tbody>tr>th,.standard-table>tfoot>tr>td,.standard-table>tfoot>tr>th,.standard-table>thead>tr>td,.standard-table>thead>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.email-content table,.table-bordered{border:1px solid #ddd}.email-content table>tbody>tr>td,.email-content table>tbody>tr>th,.email-content table>tfoot>tr>td,.email-content table>tfoot>tr>th,.email-content table>thead>tr>td,.email-content table>thead>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.email-content table>thead>tr>td,.email-content table>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table.table-reports{margin-bottom:0}.table.table-reports tbody>tr>td{padding:12px}.table.table-reports tr{border-bottom:1px solid #ddd}.table.table-reports tr:last-child{border-bottom:none}.table.table-reports tfoot{font-size:13px;background-color:#f5f5f5}[class*=chart-color-]:before{content:"";display:inline-block;width:10px;height:10px;margin:2px 10px 3px 0;vertical-align:middle}.chart-color-1:before{background-color:#369}.chart-color-2:before{background-color:#69c}.chart-color-3:before{background-color:#393}.chart-color-4:before{background-color:#0c0}.chart-color-5:before{background-color:#c30}.chart-color-6:before{background-color:#f60}.chart-color-7:before{background-color:#f93}.chart-color-8:before{background-color:#c96}.chart-color-9:before{background-color:#999}.chart-color-10:before{background-color:#969}.chart-color-11:before{background-color:#99f}.chart-color-12:before{background-color:#399}.chart-color-13:before{background-color:#a5a469}.chart-color-14:before{background-color:#000}.chart-color-15:before{background-color:#666}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#a7cffc}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#8ec1fb}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#6ca3e4}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#5696e0}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fef6ed}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#fcebd6}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#ecc2bc}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#e7afa8}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.content-table{max-width:100%;width:100%;overflow:auto;max-height:300px}.table-in-content blockquote{background-color:#fafafa;border-color:#e6e6e6;margin-top:10px}.table-in-content blockquote h4{margin:0 0 10px}.table-in-content .row .well>hr{margin:13px 0 10px}.table-in-content div.view-lead-action>hr{margin:11px 0 10px}.subscription-manage-link a:hover .fa{color:#199adb}.subscription-manage-link a .fa{color:#cecece;transition:.2s}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#595855;border:0;border-bottom:1px solid #d6d6d6}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:0}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#595855}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:.9em;font-weight:400;line-height:1.42857143;color:#595855;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 0 0 rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#bdbdbd;opacity:1}.form-control:-ms-input-placeholder{color:#bdbdbd}.form-control::-webkit-input-placeholder{color:#bdbdbd}.form-control .selectize-input input,.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:default;background-color:#f1f1f1;opacity:1}.form-control .selectize-input input::-moz-placeholder,.form-control[disabled]::-moz-placeholder,.form-control[readonly]::-moz-placeholder,fieldset[disabled] .form-control::-moz-placeholder{color:#bababa;opacity:1}.form-control .selectize-input input:-ms-input-placeholder,.form-control[disabled]:-ms-input-placeholder,.form-control[readonly]:-ms-input-placeholder,fieldset[disabled] .form-control:-ms-input-placeholder{color:#bababa}.form-control .selectize-input input::-webkit-input-placeholder,.form-control[disabled]::-webkit-input-placeholder,.form-control[readonly]::-webkit-input-placeholder,fieldset[disabled] .form-control::-webkit-input-placeholder{color:#bababa}textarea.form-control{height:auto}table .form-control,table.table .form-control{display:inherit}input[type=search]{-webkit-appearance:none}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{line-height:34px}input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}.form-group{margin-bottom:16px}.form-group label{font-weight:400;font-size:14px}.form-group label.label-lg{font-size:1.4em}.form-group label.width-max-content{min-width:max-content}.form-group .input-lg{font-size:1.2em;font-weight:400}.form-group .defaultSkin .mceButton{margin-right:.2px!important}.form-group .bootstrap-filestyle label{font-weight:400;font-size:12px}.form-group .note{font-size:.85em;font-weight:600;color:#b9c6d6;margin-top:8px}.panel-heading .form-horizontal{margin-bottom:-5px}.panel-heading .form-horizontal .form-group{margin-bottom:0}.table td.form-group-table{margin-bottom:0;vertical-align:middle}.table td.form-group-table label{font-weight:400;font-size:1em;margin-bottom:0}.checkbox,.radio{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline label,.radio-inline label{font-weight:400}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.radio-group-margin{margin:8px 0 16px 0}.modal-body .checkbox-inline,.modal-body .checkbox-inline+.checkbox-inline,.modal-body .radio-inline,.modal-body .radio-inline+.radio-inline,.panel-form .checkbox-inline,.panel-form .checkbox-inline+.checkbox-inline,.panel-form .radio-inline,.panel-form .radio-inline+.radio-inline{margin:0 10px 0 0;position:relative}.table td.checkbox-table,.table td.radio-table{text-align:center;vertical-align:inherit}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.form-horizontal .form-group-sm .form-control,.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-horizontal .form-group-lg .form-control,.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:0}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#0769da}.has-success .form-control{border-color:#0769da;box-shadow:inset 0 0 0 rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#0651a8;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #4e9ef9}.has-success .input-group-addon{color:#0769da;border-color:#0769da;background-color:#a7cffc}.has-success .form-control-feedback{color:#0769da}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#f1ab52}.has-warning .form-control{border-color:#f1ab52;box-shadow:inset 0 0 0 rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#ed9423;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f9d9b0}.has-warning .input-group-addon{color:#f1ab52;border-color:#f1ab52;background-color:#fef6ed}.has-warning .form-control-feedback{color:#f1ab52}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#c94d3c}.has-error .form-control{border-color:#c94d3c;box-shadow:inset 0 0 0 rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#a43c2e;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #df968c}.has-error .input-group-addon{color:#c94d3c;border-color:#c94d3c;background-color:#ecc2bc}.has-error .form-control-feedback{color:#c94d3c}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#56534e}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}.form-horizontal .control-label.control-label-strong{font-weight:400;margin-bottom:4px}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.form-thumbnails{padding:1em 2.4em}.form-thumbnails .thumbnail{text-align:center;padding:0 0 1em 0}.form-thumbnails .thumbnail.active{border:1px solid #137df7}.form-thumbnails .select-theme{padding:5px;border-color:#e6e6e6;min-height:140px;position:relative}.form-thumbnails .select-theme:focus,.form-thumbnails .select-theme:hover{text-decoration:none;border:1px solid #137df7;background-color:#f8f8f8}.form-thumbnails .select-theme .btn-preview{background-color:rgba(0,0,0,.6);color:#fff;left:0;margin:-22px auto;position:absolute;right:0;border:none;border-radius:0;padding:4px}.form-thumbnails .select-theme .btn-preview:hover{background-color:#000}.form-thumbnails .new-theme{padding-top:3em}.form-thumbnails.slider-thumbnails img{max-height:73px;width:100%}img.slider-preview{max-height:200px;width:auto;max-width:600px;margin-bottom:30px;height:auto}.img-background{margin-bottom:20px}.img-background img{max-width:100%}.type-choice{background-color:#8a8a8a;color:#fff;padding:1.6em .4em}.type-choice a{font-weight:400;color:#4498f9}.type-choice a:hover{color:#fff}.form-container{padding:1em 2.4em}.footer-action{border-top:1px solid #e6e6e6;padding:2em 2em 4em}.footer-action .separator{padding:0 1.4em}.footer-action .btn{padding:6px 50px}@media (max-width:480px){.footer-action .btn{padding:6px 12px}}@media (max-width:768px){.footer-action .separator{display:block;clear:both;text-align:center;padding:10px}.footer-action .btn{clear:both;display:block;max-width:100%;width:100%}}.top-actions{margin-top:20px;margin-right:20px;margin-bottom:16px}.top-actions .separator{padding:0 .8em}@media (max-width:768px){.top-actions{display:none}}.edit-listing{background-color:#fafafa;padding:2em 0}.edir-badge label{font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:150px;vertical-align:text-bottom}.edir-badge .badge{clear:right;display:block;margin:0 auto 5px;height:50px}.edir-badge .badge img{max-width:50px;max-height:50px;height:auto;width:auto}.edir-badge input[type=checkbox]{position:inherit;margin-left:0}.form-location select,.simple-select select{width:100%;height:36px;border:1px solid #ccc}.multiple-categories{max-height:400px;overflow-y:auto}@media (max-width:1200px){.multiple-categories{clear:both}}.multiple-categories ul{padding:0 0 .5em 1.5em;position:relative}.multiple-categories ul ul:not(.opened){height:0;overflow:hidden;visibility:hidden;opacity:0}.multiple-categories ul li span{border-radius:3px;padding:1px 5px;display:inline-block;margin:2px 0;color:#137df7;text-decoration:underline}.multiple-categories ul li span:focus,.multiple-categories ul li span:hover{background-color:transparent;color:#d6d6d6}.multiple-categories ul li.no-child span{background-color:transparent;font-weight:400;text-decoration:none}.multiple-categories ul li.no-child span:not(.selected){color:#fff;cursor:pointer;background-color:#137df7;border-radius:5px}.multiple-categories ul li.no-child span.selected{opacity:.6;color:#000;text-decoration:line-through;background-color:#e6e6e6}.categories-field{margin-bottom:20px}.categories-field select{-moz-appearance:initial;border:1px solid #ccc;width:100%;max-width:100%}.select-special>select{border:1px solid #ccc;height:36px;width:100%}.uploaded-files{font-size:90%}.uploaded-files .item{margin-bottom:1em;word-wrap:break-word}.uploaded-files .btn{font-size:170%;min-width:33px;padding:0 6px}.uploaded-files .item-gallery{border-left:3px solid transparent;min-height:30px;cursor:pointer}.uploaded-files .image-default{border-left:3px solid #137df7}.uploaded-files .image-default:after{content:"";border-width:5px;border-style:solid;border-color:transparent transparent transparent #137df7;top:11px;position:absolute;left:0}.banner-image img{max-width:100%;height:auto}.section-form{background-color:#fafafa;padding:40px 20px;margin:0 -15px}.section-form::after,.section-form::before{clear:both;content:"";display:table}.section-form.bg-white{background-color:#fff}.checkbox .chk_group label,.radio .rd_group label{padding-left:0}.ol_opt_sortable{list-style:none}.ol_opt_sortable .col-sm-6 input[type=text]{margin-top:-6px}.lang-selector{margin:0 auto 10px;padding:.5em .2em 0;width:90px;border-radius:3px;border:1px solid transparent;transition:all .2s ease-in-out;font-weight:400}.lang-selector p{padding:5px 0;margin:0}.lang-selector:hover{background-color:#4498f9;cursor:pointer;color:#fff}.lang-selector.active{border-color:#137df7;background-color:#137df7;color:#fff}.lang-selector img{max-width:100%}.newsletter-style .nav.nav-tabs{margin-bottom:31px}.newsletter-style .form-group>.row{margin-bottom:30px}.newsletter-style .form-group>.checkbox{margin:25px 0 0}.newsletter-style .form-group.col-sm-6{margin-bottom:0}.newsletter-style .form-group .help-block{margin:20px 0 -10px}.newsletter-style .form-group>.btn{margin:10px 0}.ui-autocomplete{background-color:#fff;border:1px solid #d6d6d6;list-style:none outside none;margin:1px 0 0;min-width:160px;position:absolute;z-index:1000;padding:0;box-shadow:0 2px 3px 0 #e3e3e3}.ui-autocomplete .ui-menu-item{padding:10px}.ui-autocomplete .ui-menu-item.ui-state-focus{background-color:#137df7;color:#fff}.ui-helper-hidden-accessible{display:none}@media (max-width:768px){.form-group [class*=col-]{margin-bottom:10px}}@media (max-width:480px){.container>.col-md-7>.form-group{margin-left:-15px;margin-right:-15px}}.form-group #qr-upload-button .btn-primary{padding:12px 20px;font-size:14px;margin-top:16px}.form-group #qr-upload-button .btn-primary .fa-qrcode{font-size:18px;margin-right:5px;-ms-transform:translateY(2px);transform:translateY(2px)}.form-group .qrcode-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:185px;height:130px;padding:10px 16px 8px 8px;border-radius:4px}.form-group .qrcode-box .qrcode{width:111px;height:111px;border:solid 1px #b6b7bf}.form-group .qrcode-box .qrcode-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:16px;width:32px}.form-group .qrcode-box .qrcode-actions .btn{width:32px;height:32px;padding:0}.form-group .qrcode-box .qrcode-actions .btn:first-of-type{margin-bottom:12px}.file-noinput{position:static!important;clip:unset!important;display:none!important}.input-password-control{position:relative}.input-password-control .password-toggle{position:absolute;right:16px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);outline:0;border:0;background-color:transparent;cursor:pointer;z-index:2}.input-password-control .password-toggle .fa{font-size:18px;color:#3d3e40;transition:.2s}#mailapp2 .input-password-control{height:100%;display:table-cell}.sponsor-deal .help-block{position:absolute}.publish-date-state{font-family:Roboto;font-size:14px;color:#137df7}.ai-assist-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:3px}.ai-assist-group img{width:23px;height:23px;margin-bottom:8px;opacity:.3}.ai-assist{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#137df7;font-family:Roboto;font-size:12px;cursor:pointer;transition:.2s}.ai-assist svg{margin-top:-3px;width:22px;height:22px}.ai-assist svg #down,.ai-assist svg #right,.ai-assist svg #up{transition:.2s;fill:#137df7}.ai-assist .sep{margin:0 8px;color:#dfe0e2}.ai-assist.disabled{color:#a6a6a6;cursor:default}.ai-assist:hover{color:#116a96;text-decoration:none}.ai-assist:hover svg #down,.ai-assist:hover svg #right,.ai-assist:hover svg #up{fill:#116a96}.ai-assist:hover .sep{color:#dfe0e2}.ai-assist:focus,.ai-assist:visited{color:#116a96;text-decoration:none}.ai-loader{position:absolute;top:20px;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.ai-loader .ai-loader-animation{position:relative;width:34px;height:34px}.ai-loader .ai-loader-animation #star1,.ai-loader .ai-loader-animation #star2,.ai-loader .ai-loader-animation #star3{position:absolute;fill:red}.ai-loader .ai-loader-animation #star1 *,.ai-loader .ai-loader-animation #star2 *,.ai-loader .ai-loader-animation #star3 *{transform-box:fill-box}.ai-loader .ai-loader-animation #star1 #star,.ai-loader .ai-loader-animation #star2 #star,.ai-loader .ai-loader-animation #star3 #star{-ms-transform-origin:center;transform-origin:center}.ai-loader .ai-loader-animation #star1{top:0;left:4px}.ai-loader .ai-loader-animation #star1 #star{animation:loader-ai .7s none .1s infinite}.ai-loader .ai-loader-animation #star2{right:0;top:6px}.ai-loader .ai-loader-animation #star2 #star{animation:loader-ai .7s none .3s infinite}.ai-loader .ai-loader-animation #star3{left:2px;bottom:0}.ai-loader .ai-loader-animation #star3 #star{animation:loader-ai .7s none .5s infinite}@keyframes loader-ai{0%{transform:scale(1)}27%{transform:scale(.66)}33%{transform:scale(.66)}60%{transform:scale(.45)}66%{transform:scale(.45)}94%{transform:scale(1)}100%{transform:scale(1)}}.form-wrapper{position:relative}.form-title-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:end}.mt-24{margin-top:24px}small.sub{margin-top:8px;margin-bottom:20px;display:inline-block}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;transition:ease all .5s 0s;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:3px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:0}.btn:focus,.btn:hover{color:#fff;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;box-shadow:none}.btn-default{color:#666561;background-color:transparent;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#fff;background-color:#666561;order-color:#ccc}.btn-default.active .badge,.btn-default:active .badge,.btn-default:focus .badge,.btn-default:hover .badge,.open>.dropdown-toggle.btn-default .badge{color:#fff}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:transparent;border-color:#ccc;color:#73726e}.btn-default .badge{color:#666561;background-color:transparent}.btn-primary{color:#137df7;background-color:transparent;border-color:#0870e9}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#137df7;order-color:#0870e9}.btn-primary.active .badge,.btn-primary:active .badge,.btn-primary:focus .badge,.btn-primary:hover .badge,.open>.dropdown-toggle.btn-primary .badge{color:#fff}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:transparent;border-color:#0870e9;color:#2c8bf8}.btn-primary .badge{color:#137df7;background-color:transparent}.btn-success{color:#133154;background-color:transparent;border-color:#0e253f}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#133154;order-color:#0e253f}.btn-success.active .badge,.btn-success:active .badge,.btn-success:focus .badge,.btn-success:hover .badge,.open>.dropdown-toggle.btn-success .badge{color:#fff}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:transparent;border-color:#0e253f;color:#183d69}.btn-success .badge{color:#133154;background-color:transparent}.btn-info{color:#164378;background-color:transparent;border-color:#123762}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#164378;order-color:#123762}.btn-info.active .badge,.btn-info:active .badge,.btn-info:focus .badge,.btn-info:hover .badge,.open>.dropdown-toggle.btn-info .badge{color:#fff}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:transparent;border-color:#123762;color:#1a4f8e}.btn-info .badge{color:#164378;background-color:transparent}.btn-warning{color:#f2b260;background-color:transparent;border-color:#f0a748}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#f2b260;order-color:#f0a748}.btn-warning.active .badge,.btn-warning:active .badge,.btn-warning:focus .badge,.btn-warning:hover .badge,.open>.dropdown-toggle.btn-warning .badge{color:#fff}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:transparent;border-color:#f0a748;color:#f4bd78}.btn-warning .badge{color:#f2b260;background-color:transparent}.btn-danger{color:#c94d3c;background-color:transparent;border-color:#b84333}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c94d3c;order-color:#b84333}.btn-danger.active .badge,.btn-danger:active .badge,.btn-danger:focus .badge,.btn-danger:hover .badge,.open>.dropdown-toggle.btn-danger .badge{color:#fff}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:transparent;border-color:#b84333;color:#cf5f50}.btn-danger .badge{color:#c94d3c;background-color:transparent}.btn-danger.delete:not(.btn-iconic){font-size:22px;padding:2px 9px 1px 9px;line-height:1;margin:0 2px}.btn-link{color:#137df7;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0659b7;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#e6e6e6;text-decoration:none}.btn-navbar{color:#a3bac5;font-weight:400;cursor:pointer;border-radius:0;font-size:2em;padding:5px 30px;position:relative;top:2px}.btn-navbar,.btn-navbar:active,.btn-navbar[disabled],fieldset[disabled] .btn-navbar{background-color:transparent;box-shadow:none}.btn-navbar,.btn-navbar:active,.btn-navbar:focus,.btn-navbar:hover{border-color:transparent}.btn-navbar:focus,.btn-navbar:hover{color:#0659b7;text-decoration:none;background-color:transparent}.btn-navbar[disabled]:focus,.btn-navbar[disabled]:hover,fieldset[disabled] .btn-navbar:focus,fieldset[disabled] .btn-navbar:hover{color:#e6e6e6;text-decoration:none}.btn-navbar.sidebar-control{font-size:1.3em;color:#a3bac5}.btn-icon{min-width:30px}.btn-icon.active,.btn-icon:active,.btn-icon:focus,.btn-icon:hover{text-decoration:none}.btn-icon [class*=icon-]{font-size:165%;margin:0 auto;vertical-align:middle}.btn-iconic [class*=icon-]{font-size:22px;line-height:30px;vertical-align:initial}.btn-group .btn-icon [class*=icon-]{font-size:160%;vertical-align:middle}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:3px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-responsive{display:none;font-size:27px;height:34px;line-height:10px;padding:2px;width:39px}@media (max-width:992px){.btn-responsive{display:inline-block}}@media (max-width:1200px){.btn-visible-lg{display:none}}.btn{color:#4a4a4a;background-color:transparent}.btn:focus,.btn:hover{color:#4a4a4a;opacity:.8}.btn.btn-primary{color:#fff;background-color:#137df7;border-color:#137df7}.btn.btn-primary:focus,.btn.btn-primary:hover{color:#fff;opacity:.8}.btn.btn-default{background:#e3ecf0;border-color:#d6d6d6;color:#4a4a4a}.btn.btn-default:focus,.btn.btn-default:hover{color:#4a4a4a;opacity:.8}.btn.btn-info{color:#fff;background-color:#164378;border-color:#164378}.btn.btn-info:focus,.btn.btn-info:hover{color:#fff;opacity:.8}.btn.btn-danger{color:#fff;background-color:#c94d3c;border-color:#c94d3c}.btn.btn-danger:focus,.btn.btn-danger:hover{color:#fff;opacity:.8}.btn.btn-warning{color:#fff;background-color:#f2b260;border-color:#f2b260}.btn.btn-warning:focus,.btn.btn-warning:hover{color:#fff;opacity:.8}.btn.btn-success{color:#fff;background-color:#133154;border-color:#133154}.btn.btn-success:focus,.btn.btn-success:hover{color:#fff;opacity:.8}.btn.btn-qrcode{margin-top:8px;padding:12px 18px}.btn.btn-qrcode:before{content:"";width:16px;height:16px;background:url(../img/qr-code-icon.png) no-repeat center;background-size:contain;display:inline-block;margin-right:5px;margin-bottom:-3px}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:230px;padding:5px 0 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a,.dropdown-menu>li>span{cursor:pointer;display:block;padding:10px 20px;margin:5px;clear:both;font-weight:400;line-height:1.42857143;color:#595855;white-space:nowrap;background-color:#f5f5f5}.dropdown-menu>li.heading{font-size:1.1em;padding:10px 20px 0}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#fff;background-color:#137df7}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>span,.dropdown-menu>.active>span:focus,.dropdown-menu>.active>span:hover{color:#fff;text-decoration:none;outline:0;background-color:#133154}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>span,.dropdown-menu>.disabled>span:focus,.dropdown-menu>.disabled>span:hover{color:#e6e6e6}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>span:focus,.dropdown-menu>.disabled>span:hover{text-decoration:none;background-color:transparent;background-image:none;cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a,.open>span{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#e6e6e6;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn:focus,.btn-group>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=checkbox],[data-toggle=buttons]>.btn>input[type=radio]{position:absolute;z-index:-1;opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-addon-invisible,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon-invisible:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-addon-invisible,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#595855;text-align:center;background-color:#e8ecf1;border:1px solid #a1b3c9;border-radius:0}.input-group-addon i.icon{font-size:140%}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:0}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:0}.input-group-addon>select{margin:-7px -14px -8px 9px;height:34px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-addon:not(:first-child):not(:last-child){border-left-width:0;border-right-width:0}.input-group-addon-invisible{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#595855}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#f1f1f1}.nav>li.disabled>a{color:#e6e6e6}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#e6e6e6;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#f1f1f1;border-color:#137df7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-left:none;border-right:none;border-bottom-color:#ddd;border-radius:0}.nav-tabs>li>a:hover{border-color:#f1f1f1 #f1f1f1 #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#d6d6d6;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.panel-form-media .nav-tabs li a{color:#d6d6d6}.panel-form-media .nav-tabs li.active a{background-color:#f3f3f3;color:#137df7}.tab-options .nav.nav-tabs{padding:2em 2em 0 3em}.tab-options .nav.nav-tabs li>a{color:#63625f}.tab-options .nav.nav-tabs li>a:hover{background-color:#f0f0f0}.tab-options .nav.nav-tabs li.active>a{color:#137df7;background-color:#fafafa}.tab-options .tab-content{padding:2em 2em 3em 2em;background-color:#fafafa;border-top:1px solid #ddd;margin-top:-1px}.tab-options .tab-content hr{margin:50px 0}.tab-options .tab-content hr.small{margin:10px 0}.tab-options .tab-content legend{margin:20px 0 30px}@media (max-width:992px){.tab-options .tab-content{padding:10px 0}}.theme-options .nav.nav-tabs{padding:2em 2em 0 3.5em}.theme-options .nav.nav-tabs li.active>a{background-color:#f3f3f3;color:#595855}@media (max-width:768px){.theme-options .nav.nav-tabs{width:90%!important}}.theme-options .tab-content{background-color:#f3f3f3;padding:2em}.theme-options .tab-content h4{border-bottom:1px solid #e6e6e6;font-size:18px;line-height:1.8em;margin-bottom:1.6em}@media (max-width:768px){.tab-options .nav.nav-tabs,.theme-options .nav.nav-tabs{border-bottom:medium none;display:table;height:42px;min-height:40px;margin:10px auto 20px;padding:0;position:relative;width:100%;transition:all 0s ease .2s}.tab-options .nav.nav-tabs li,.theme-options .nav.nav-tabs li{width:100%;height:0;overflow:hidden}.tab-options .nav.nav-tabs li.active,.theme-options .nav.nav-tabs li.active{height:auto}.tab-options .nav.nav-tabs li.active>a,.theme-options .nav.nav-tabs li.active>a{pointer-events:none}.tab-options .nav.nav-tabs li>a,.theme-options .nav.nav-tabs li>a{border:1px solid #e6e6e6}.tab-options .nav.nav-tabs:after,.theme-options .nav.nav-tabs:after{content:"\e605";font-family:iconsadmin;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:2px;border:1px solid #d6d6d6;background-color:#f1f1f1;top:0;color:#595855;padding:13px 14px;text-align:center;z-index:12}.tab-options .nav.nav-tabs.open,.theme-options .nav.nav-tabs.open{height:auto;box-shadow:0 5px 4px #f0f0f0}.tab-options .nav.nav-tabs.open li,.theme-options .nav.nav-tabs.open li{height:42px;overflow:visible;z-index:10}.tab-options .nav.nav-tabs.open li a,.theme-options .nav.nav-tabs.open li a{background-color:#fafafa}.tab-options .nav.nav-tabs.open li a:focus,.tab-options .nav.nav-tabs.open li a:hover,.theme-options .nav.nav-tabs.open li a:focus,.theme-options .nav.nav-tabs.open li a:hover{background-color:#ebebeb}}@media (max-width:992px){.tab-options>.container{width:100%}.tab-options>.container>.nav.nav-tabs{padding:0}}@media (max-width:992px) and (min-width:768px){.tab-options>.container .top-actions{margin-bottom:16px;margin-right:20px;margin-top:20px;position:absolute;right:0;top:0}}.nav-pills{margin-bottom:5px}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#133154}.tab-pane .content-pills{border:none;padding:2em 1em 3em}.tab-pane .content-pills.advanced-settings{margin:0;border:solid 1px #d3d3d3;border-top:0}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-stacked .tooltip.bottom{max-width:74px;word-wrap:break-word}.main-sidebar .nav-pills.nav-stacked>li>a,.short-sidebar .nav-pills.nav-stacked>li>a{border-radius:0;color:#fff}.main-sidebar .nav-pills.nav-stacked>li>a:focus,.main-sidebar .nav-pills.nav-stacked>li>a:hover,.short-sidebar .nav-pills.nav-stacked>li>a:focus,.short-sidebar .nav-pills.nav-stacked>li>a:hover{color:#fff;background-color:#133154}.main-sidebar .nav-pills.nav-stacked>li.active>a,.main-sidebar .nav-pills.nav-stacked>li.active>a:focus,.main-sidebar .nav-pills.nav-stacked>li.active>a:hover,.short-sidebar .nav-pills.nav-stacked>li.active>a,.short-sidebar .nav-pills.nav-stacked>li.active>a:focus,.short-sidebar .nav-pills.nav-stacked>li.active>a:hover{color:#fff;background-color:#133154}.main-sidebar .nav-pills.nav-stacked>li.tour-tour-element>a,.short-sidebar .nav-pills.nav-stacked>li.tour-tour-element>a{color:#595855;background-color:#e6e6e6}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.geography-terms .tab-options .nav.nav-tabs{padding-top:0}.geography-terms section.tab-pane.active{display:inline-block}@media (max-width:1200px){.geography-terms section.tab-pane.active{display:block}}.geography-terms section.tab-pane.active [class*=content-control]{position:inherit}.geography-terms section.tab-pane.active .content-full{position:inherit}@media (max-width:768px){.geography-terms section.tab-pane.active .content-full{display:table;width:100%}.geography-terms section.tab-pane.active .content-full .list-content{left:2%;right:2%}}.geography-terms section.tab-pane.active .content-full .content-control-bottom{height:25px}.geography-terms .view-content-info .view-item{margin-top:0}@media (max-width:1200px) and (min-width:769px){body.branded .wrapper.togglesidebar{padding-left:0}}.main-dashboard .main-wrapper.dashboard{background-color:#f3f5f8;width:calc(100% - 220px)}.main-dashboard .main-wrapper.dashboard hr{border-color:#e3ecef}.main-dashboard .main-wrapper .main-content-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-content-header .title{margin:0}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard{position:relative;backface-visibility:hidden}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard.open .custom-dashboard-trigger .fa-chevron-down{-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard.open .custom-dashboard-panel{max-height:350px}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-trigger{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:12px 16px;background-color:#0279f2;border-radius:3px;color:#fff;font-family:Roboto,sans-serif;font-weight:400;cursor:pointer;transition:.2s}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-trigger:hover{opacity:.8}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-trigger .fa{color:#fff}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-trigger .fa-pencil{margin-right:8px}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-trigger .fa-chevron-down{transition:.2s;margin-left:30px}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel{background-color:#fff;position:absolute;left:0;right:0;z-index:1;box-shadow:0 1px 12px 0 rgba(0,0,0,.08);max-height:0;overflow:hidden;transition:max-height .3s ease-out}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel ul{margin:0;padding:0;list-style-type:none}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:16px;font-weight:400}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel ul li:last-of-type{margin-bottom:16px}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel ul li .switch-button{margin-right:8px}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel ul li .switch-button.is-enable{background:#0279f2}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard .custom-dashboard-panel ul li .switch-button.is-enable .toggle-item{border-color:#0279f2}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard.open{z-index:10}.main-dashboard .main-wrapper .main-content-header .actions .custom-dashboard.open .custom-dashboard-panel{z-index:10}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content{border-top:none;margin-top:0;background-color:#fff}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .tabs-wrapper{overflow-x:auto;position:relative;height:60px}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .tabs-wrapper::-webkit-scrollbar-track{background-color:#eef7fc}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .tabs-wrapper::-webkit-scrollbar{height:6px;background-color:#d5e1e8}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .tabs-wrapper::-webkit-scrollbar-thumb{border-radius:20px;background-color:#d5e1e8}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .tabs-wrapper .nav-pills{width:auto;min-width:100%;white-space:nowrap;position:absolute}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .tabs-wrapper .nav-pills>li{display:inline-block;float:none;background-color:#fff!important}.main-dashboard .main-wrapper .main-content .tab-options.tabs-permissions .tab-content .content-pills{padding:16px 0}.main-dashboard .main-wrapper .dashboard-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:24px;margin:0 auto 24px auto;max-width:calc(100vw - 128px)}.main-dashboard .main-wrapper .dashboard-wrapper:last-of-type{margin-bottom:0}.navbar{position:relative;min-height:80px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}.navbar-header{padding:20px 0 0 30px}@media (min-width:768px){.navbar-header{float:left}}.navbar-header.navbar-left{line-height:40px;height:80px}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030;transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px;min-width:335px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:30px 15px;font-size:18px;line-height:20px;height:80px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:23px;margin-bottom:23px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:15px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:30px;padding-bottom:30px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important;float:left}.navbar-right{float:right!important;float:right}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:23px;margin-bottom:23px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#c5c5c5}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#c5c5c5;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#c5c5c5}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#fff;border-color:#e6e6e6}.navbar-inverse .navbar-brand{color:#e6e6e6}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#e6e6e6}.navbar-inverse .navbar-nav{font-size:.8em;background-color:#137df7}.navbar-inverse .navbar-nav i{font-size:2.8em;display:block;clear:both;text-align:center}.navbar-inverse .navbar-nav>li>a{color:#e6e6e6;padding-top:15px;padding-bottom:15px}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#e6e6e6}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#ededed}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#e6e6e6;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#e6e6e6}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#e6e6e6}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#e6e6e6}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#e6e6e6}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#e6e6e6}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#e6e6e6}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.navbar-slide{position:absolute;overflow:hidden;top:0;right:-1px;height:80px;width:50px;z-index:9;transition:ease width .7s 0s}.navbar-slide.show{width:365px}.navbar-slide .nav{overflow:hidden;height:80px;width:5px;margin:0;transition:ease width .7s 0s}.navbar-slide .nav.show{width:320px}.navbar-slide .nav>li{float:left;text-align:center;z-index:10}.navbar-slide .nav>li a{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:106px}.navbar-slide .nav>li a:hover{color:#133154}.navbar-slide .nav:before{height:10px;width:10px;border-color:transparent #137df7 transparent transparent;border-style:solid;border-width:10px;left:24px;position:absolute;top:30px}.navbar-slide .navbar-control{font-size:2.3em;padding:21px 20px 0 0;width:44px;float:left;color:#137df7;display:inline-block;background-color:#fff}.navbar-slide .navbar-control:hover{cursor:pointer;color:#137df7}.navbar-slide.extended.show{width:450px}.navbar-slide.extended .nav.show{width:405px}.navbar-slide:focus{outline:0;-webkit-tap-highlight-color:transparent}.navbar-slide:focus .navbar-control{color:#137df7}.admin-logo{display:inline-block;height:40px;max-width:220px;vertical-align:middle}.admin-logo img{max-width:225px;max-height:38px;width:auto;height:auto;vertical-align:middle;vertical-align:-moz-middle-with-baseline}.domain-control img{max-width:250px;max-height:30px}.logo-nologin{display:inline-block;height:54px;padding:8px 10px 10px 10px}.logo-nologin img{height:100%;max-height:50px;max-width:300px;vertical-align:middle;width:auto}.trial-banner{display:inline-block;float:right;line-height:80px;margin-right:80px}.trial-banner p{margin-bottom:0}.trial-banner p strong{font-weight:500}.breadcrumb{padding:12px 18px;list-style:none;background-color:#fcfcfc;border-radius:0}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#595855}.back-navigation{font-size:1em;margin:10px 0}.back-navigation span{float:left;font-size:24px;line-height:16px;margin-right:10px;vertical-align:sub}.back-navigation a:hover{text-decoration:none}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:0}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#137df7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#0659b7;background-color:#f1f1f1;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover,.pagination>li>a.active,.pagination>li>a.active:focus,.pagination>li>a.active:hover,.pagination>li>span.active,.pagination>li>span.active:focus,.pagination>li>span.active:hover{z-index:2;color:#fff;background-color:#137df7;border-color:#137df7;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#d6d6d6;background-color:#fff;border-color:#ddd;cursor:default}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-sm{margin:0;vertical-align:middle}.pagination-sm>li>a,.pagination-sm>li>span{padding:3px 8px;font-size:1em}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0}.pagination-results{display:inline-block;padding-right:20px;vertical-align:middle}@media (max-width:992px){.pagination-responsive{text-align:center}.pagination-responsive .pagination-results{padding:10px 0}}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#f1f1f1}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#e6e6e6;background-color:#fff;cursor:not-allowed}.label{display:inline-table;height:25px;width:25px;font-size:13px;font-weight:700;line-height:23px;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:25px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#e6e6e6}.label-default[href]:focus,.label-default[href]:hover{background-color:#cdcdcd}.label-primary{background-color:#137df7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#0764d0}.label-success{background-color:#133154}.label-success[href]:focus,.label-success[href]:hover{background-color:#0a192a}.label-info{background-color:#164378}.label-info[href]:focus,.label-info[href]:hover{background-color:#0e2b4d}.label-warning{background-color:#f2b260}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ee9b31}.label-danger{background-color:#c94d3c}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#a43c2e}.jumbotron{padding:2em;margin-bottom:2em;color:#595855;background-color:#fbfbfb;font-size:16px;border:1px solid #d6d6d6}.jumbotron .h1,.jumbotron h1{font-size:2.6em;margin:.4em 0 0;color:inherit}.jumbotron h2{margin:15px 0 7px 0;line-height:1;font-size:1.4em}.jumbotron p{margin-bottom:1em;font-size:.9em;font-weight:200}.jumbotron>hr{border-top-color:#d6d6d6;margin:50px 0 30px}@media screen and (min-width:992px){.jumbotron .btn{margin-top:20px}.jumbotron .col-md-4 p{min-height:70px}}@media screen and (max-width:768px){.jumbotron{padding:10px 1em}.jumbotron h1{font-size:1.8em}.jumbotron h2{font-size:1.3em;margin-top:20px}.jumbotron>hr{border-top-color:#d6d6d6;margin:50px 0 20px}.jumbotron .col-sm-4>.btn{margin-bottom:20px}}.container .jumbotron{border-radius:0}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:1.6em;padding-bottom:2.8em}.container .jumbotron{padding-left:4em;padding-right:4em}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:0;transition:all .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#137df7}.thumbnail .caption{padding:9px;color:#3b3936}.form-thumbnails a.thumbnail.active,.form-thumbnails a.thumbnail:active,.form-thumbnails a.thumbnail:focus,.form-thumbnails a.thumbnail:hover{text-decoration:none}.form-thumbnails .thumbnail h6{line-height:1.5}.form-thumbnails .thumbnail.add-new{border-style:dashed;padding-top:10px}.form-thumbnails .thumbnail.add-new:hover{border-style:solid}.form-thumbnails .thumbnail.add-new [class*=icon-]{color:#d6d6d6;font-size:28px;line-height:1}.form-thumbnails .thumbnail.add-new .caption{padding:0 10px;min-height:28px}.form-thumbnails .thumbnail.add-new h6{color:#d6d6d6;font-size:14px;line-height:1;margin:7px 0 0}.form-thumbnails .ui-sortable-handle{cursor:move}.form-thumbnails .ui-sortable-handle:hover .thumbnail{border:1px solid #137df7}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#a7cffc;border-color:#137df7;color:#0769da}.alert-success hr{border-top-color:#0870e9}.alert-success a{color:#0769da;text-decoration:underline}.alert-success a:focus,.alert-success a:hover{color:#595855}.alert-success .alert-link{color:#0651a8}.alert-info{background-color:#6ca3e4;border-color:#164378;color:#164378}.alert-info hr{border-top-color:#123762}.alert-info a{color:#164378;text-decoration:underline}.alert-info a:focus,.alert-info a:hover{color:#595855}.alert-info .alert-link{color:#0e2b4d}.alert-warning{background-color:#fef6ed;border-color:#f2b260;color:#f1ab52}.alert-warning hr{border-top-color:#f0a748}.alert-warning a{color:#f1ab52;text-decoration:underline}.alert-warning a:focus,.alert-warning a:hover{color:#595855}.alert-warning .alert-link{color:#ed9423}.alert-danger{background-color:#ecc2bc;border-color:#c94d3c;color:#c94d3c}.alert-danger hr{border-top-color:#b84333}.alert-danger a{color:#c94d3c;text-decoration:underline}.alert-danger a:focus,.alert-danger a:hover{color:#595855}.alert-danger .alert-link{color:#a43c2e}.alert-loading{background-color:#fff;border-color:#2b7bd8;color:#164378}.alert-loading hr{border-top-color:#246ec6}.alert-loading a{color:#164378;text-decoration:underline}.alert-loading a:focus,.alert-loading a:hover{color:#595855}.alert-loading .alert-link{color:#0e2b4d}.alert-block{background-color:#fff;box-shadow:0 0 12px #e6e6e6;margin-left:27%;margin-right:38%;width:300px;position:fixed;top:42%;z-index:9999}.alert-img-center{position:absolute;top:50%;left:50%;margin:-64px 0 0 -64px}.alert-loading-fullscreen{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1060;opacity:.85;margin:0;border:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;padding:0}.alert-support-browser{box-shadow:1px 0 11px #606060;left:20%;position:fixed;top:0;width:50%;z-index:9999}.wrapper-dashboard .alert-block{margin-left:35%}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:10px;margin-bottom:5px;background-color:#f5f5f5;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#137df7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{color:#e6e6e6;min-width:30px;background-color:transparent;background-image:none;box-shadow:none}.progress-bar-success{background-color:#133154}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#164378}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f2b260}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#c94d3c}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-fixed{height:20px;left:0;position:fixed;right:0;top:60px}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group.list-group-options .list-group-ite,.list-group.list-group-options a.list-group-item{background-color:#fff;color:#164378;border-color:#e6e6e6}.list-group.list-group-options .list-group-ite:focus,.list-group.list-group-options .list-group-ite:hover,.list-group.list-group-options a.list-group-item:focus,.list-group.list-group-options a.list-group-item:hover{background-color:#1e5ba3;color:#fff}.list-faq{margin-top:30px;margin-bottom:60px}.list-faq li{margin-bottom:20px;border-bottom:1px solid #f3f3f3;padding-bottom:20px;padding-top:10px}.sortable-title{margin-top:20px;margin-bottom:10px}.sortable-title span{width:130px;text-align:center;display:inline-block;text-transform:uppercase;font-size:11px;font-weight:400;opacity:.7}.sortable-title span:nth-child(2n+1){width:auto}.list-sortable{list-style:none;padding-left:0}.list-sortable .fixed-option{padding-left:70px}.list-sortable li{margin:-1px 0 0 0;background-color:#fff;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;padding:8px 0}.list-sortable li>p{display:inline-block;margin-bottom:0;width:100%}.list-sortable li>p>span{vertical-align:middle;color:#333;font-size:13px}.list-sortable input[disabled]{border:none;background-color:transparent}@media (min-width:992px){.list-sortable input[type=text],.list-sortable select{width:100%}}.list-sortable .options{float:right;margin:5px 0}.list-sortable .open-edit{padding:8px 0}.list-sortable .open-edit .list-label{color:#333;font-size:12px;text-transform:uppercase}.list-sortable .open-edit .list-label span{display:inline-block;margin-right:46px;width:148px;font-weight:400}.list-sortable .open-edit .list-edit,.list-sortable .open-edit .list-label{margin-bottom:0}.list-sortable .open-edit input[type=text],.list-sortable .open-edit select{width:148px;margin:5px 0 0 0;height:30px}.list-sortable .open-edit input[type=text]{padding-left:6px}.list-sortable select{height:30px;padding:2px 5px;-moz-appearance:menulist-textfield;border-radius:0}.list-sortable i.drag{background-image:url(../img/icon-bars.png);background-repeat:no-repeat;width:27px;height:22px;display:inline-block;margin:5px 39px 0 1px;vertical-align:middle;cursor:move}.list-sortable i.drag.centered{margin:5px auto 2px}.list-sortable i.drag-slide{margin:5px 39px -23px 1px}.list-sortable .edit-list{color:#133154;cursor:pointer;font-size:12px;text-transform:uppercase}.list-sortable .edit-list:hover{color:#d6d6d6}.list-sortable.list-lg>li{padding:8px 0 0}.list-sortable.list-lg i.drag{margin:9px 39px 0 1px}.list-sortable.list-lg .options{float:right;font-size:23px;margin:2px 15px 0 0}.list-sortable.list-lg .options a:hover{text-decoration:none}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:transparent;border:1px solid transparent}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#fff}a.list-group-item .list-group-item-heading{color:#fff}a.list-group-item:focus,a.list-group-item:hover{text-decoration:none;color:#fff;background-color:#137df7}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:transparent;color:#e6e6e6}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#e6e6e6}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#137df7;background-color:transparent;border-color:transparent}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#137df7}.list-group-item-success{color:#0769da;background-color:#a7cffc}a.list-group-item-success{color:#0769da}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#0769da;background-color:#8ec1fb}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#0769da;border-color:#0769da}.list-group-item-info{color:#164378;background-color:#6ca3e4}a.list-group-item-info{color:#164378}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#164378;background-color:#5696e0}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#164378;border-color:#164378}.list-group-item-warning{color:#f1ab52;background-color:#fef6ed}a.list-group-item-warning{color:#f1ab52}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#f1ab52;background-color:#fcebd6}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#f1ab52;border-color:#f1ab52}.list-group-item-danger{color:#c94d3c;background-color:#ecc2bc}a.list-group-item-danger{color:#c94d3c}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#c94d3c;background-color:#e7afa8}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#c94d3c;border-color:#c94d3c}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.timeline-control>div.affix{top:60px}.timeline-control .list-group a.list-group-item{background-color:transparent;border:none;color:#b0b0b0}.timeline-control .list-group a.list-group-item.active{color:#595855;font-weight:400}.timeline-control .list-group a.list-group-item.disabled:hover{cursor:default;background-color:transparent}.timeline-control .list-group a.list-group-item:hover{background-color:#fff;cursor:pointer}.categoryTreeview,.categoryTreeview li,.categoryTreeview ul{padding:0;margin:0 0 0 10px;list-style:none}.categoryTreeview li{padding:5px 0}.categoryTreeview li.categoryBullet{margin-left:26px}.categoryTreeview li .switchClose,.categoryTreeview li .switchOpen{font-size:20px;font-weight:500;margin:0 5px 0 0;width:10px;display:inline-block}.categoryTreeview li .categoryAdd{color:#fff;background-color:#1e5ba3;border-radius:4px;padding:0 4px;margin-left:10px;font-size:12px}.categoryTreeview li a{color:#164378}.categoryTreeview li a:active,.categoryTreeview li a:focus,.categoryTreeview li a:hover{text-decoration:none}.categoryTreeview .categorySuccessMessage{font-size:12px;color:#137df7}.panel{margin-bottom:40px;background-color:#fff;border:1px solid transparent;border-radius:0;box-shadow:0 1px 1px rgba(0,0,0,.05);position:relative}.panel .responsive-table>.table>tbody>tr>td,.panel .responsive-table>.table>thead>tr>th{border:none}.panel-body{padding:15px}.panel-body.panel-border-bot{border-bottom:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-heading+.nav-tabs li{margin-left:20px;margin-top:10px}.panel-heading i.icon-uniE605{margin-right:10px;cursor:move}.panel-heading .del-button{border:1px solid #f2b260;margin-top:-4px;padding:2px 1px 0}.panel-heading .del-button:hover{text-decoration:none;background-color:#fff}.panel-heading .btn{white-space:normal}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel-footer.pager{margin:0;text-align:right}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:-1;border-bottom-left-radius:-1}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:0}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#595855;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#595855}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-default .panel-footer{text-align:right}.panel-primary{border-color:#137df7}.panel-primary>.panel-heading{color:#fff;background-color:#137df7;border-color:#137df7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#137df7}.panel-primary>.panel-heading .badge{color:#137df7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#137df7}.panel-success{border-color:#137df7}.panel-success>.panel-heading{color:#0769da;background-color:#a7cffc;border-color:#137df7}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#137df7}.panel-success>.panel-heading .badge{color:#a7cffc;background-color:#0769da}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#137df7}.panel-info{border-color:#164378}.panel-info>.panel-heading{color:#fff;background-color:#6ca3e4;border-color:#164378}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#164378}.panel-info>.panel-heading .badge{color:#6ca3e4;background-color:#fff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#164378}.panel-warning{border-color:#f2b260}.panel-warning>.panel-heading{color:#f1ab52;background-color:#fef6ed;border-color:#f2b260}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f2b260}.panel-warning>.panel-heading .badge{color:#fef6ed;background-color:#f1ab52}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f2b260}.panel-danger{border-color:#c94d3c}.panel-danger>.panel-heading{color:#c94d3c;background-color:#ecc2bc;border-color:#c94d3c}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#c94d3c}.panel-danger>.panel-heading .badge{color:#ecc2bc;background-color:#c94d3c}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#c94d3c}.panel.panel-form{background-color:transparent;border:none;box-shadow:none}.panel.panel-form .panel-heading{border:none;padding:0;font-size:1.2em;color:#8d8b87}.panel.panel-form .panel-body{border:1px solid #ebebeb}@media (max-width:480px){.panel.panel-form{margin-left:-15px;margin-right:-15px}}.panel.panel-form .feature-icon .item,.panel.panel-form .feature-icon .option{font-family:FontAwesome,Roboto}.panel.panel-form-media{background-color:#f3f3f3;box-shadow:none}.panel.panel-form-media .panel-heading{border:none;border-bottom:1px solid #e6e6e6;font-size:1.2em;color:#8d8b87;padding:.7em 1em .8em;overflow-y:hidden}.panel.panel-form-media .panel-body{border:none;padding:1.8em 2.2em 1em 2.2em}.panel.panel-form-media .panel-body .center-block p{font-size:1.2em}.panel.panel-form-media .panel-body .center-block i{font-size:4em;color:#d6d6d6;margin:0 .3em .4em;display:block}.panel.panel-form-media .panel-footer{border-top:1px solid #e6e6e6;background-color:#f3f3f3}.panel.panel-form-media .panel-footer p{margin-bottom:0}.panel.panel-stats{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:8px 12px;background-color:#164377;border:none;border-radius:3px;margin-bottom:24px;transition:.2s}.panel.panel-stats:focus,.panel.panel-stats:hover{text-decoration:none;background-color:#183c66}.panel.panel-stats:focus .content,.panel.panel-stats:focus .icon,.panel.panel-stats:hover .content,.panel.panel-stats:hover .icon{color:#d9d9d9}.panel.panel-stats .content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;color:#fff;transition:.2s}.panel.panel-stats .content .title{font-size:14px}.panel.panel-stats .content .value{font-size:16px;font-weight:600}.panel.panel-stats .icon{color:#fff;transition:.2s}.panel.panel-stats .icon .fa{font-size:24px}.panel.panel-primary>.panel-heading{background-color:#137df7}.panel.panel-primary>.panel-body{background-color:#4498f9}.panel.panel-info>.panel-heading{background-color:#164378}.panel.panel-info>.panel-body{background-color:#1e5ba3}.panel#tour-cover-image #coverimage{height:100px;overflow:hidden}.panel#tour-cover-image #coverimage img{width:100%;height:100%;object-fit:cover}.panel.panel-hours-of-work .panel-body .hours-list .hours-item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:28px;font-family:Roboto,sans-serif}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .day{color:#4a4a4a;font-weight:500;font-size:16px}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour ul{list-style:none;display:inline-block;padding:0}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.add-hour{color:#137df7;font-size:14px;font-weight:400;cursor:pointer;transition:.3s}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.add-hour:before{content:"\f055";font-family:FontAwesome;color:#137df7;margin-right:8px;font-size:18px;transition:.3s}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.add-hour:hover{color:#1f7FAFFF;text-decoration:none}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.add-hour:hover:before{color:#1f7FAFFF}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.selected{color:#6c6c6d;font-size:16px;font-weight:400}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.selected:after{content:"\f040";font-family:FontAwesome;color:#a1b3c9;margin-left:8px;font-size:18px;transition:.3s;cursor:pointer}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.selected:hover{text-decoration:none}.panel.panel-hours-of-work .panel-body .hours-list .hours-item .hour.selected:hover:after{color:#8193a9}.panel.panel-hours-of-work .panel-body .hours-options{display:-ms-flexbox;display:flex;gap:16px;margin:24px 0 0 0}.panel.panel-hours-of-work .panel-body .hours-options a{color:#636465;padding:8px 12px;border-radius:3px;border:solid 1px #636465;font-size:13px;font-family:Roboto;font-weight:400;text-decoration:none;transition:.2s}.panel.panel-hours-of-work .panel-body .hours-options a:hover{text-decoration:none;opacity:.8}.panel.panel-hours-of-work .panel-body .group-display-timezone{margin-top:18px}.panel#tour-additional .panel-form .panel-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.panel#tour-additional .panel-form .panel-heading .panel-title{max-width:55%}.panel#tour-additional .panel-form .panel-heading .actions{display:-ms-flexbox;display:flex}.panel-domain{border-color:#ddd;background-color:#fafafa;margin-bottom:50px}.panel-domain>.panel-heading{color:#595855;background-color:#e6e6e6;border-color:#ddd}.panel-domain>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-domain>.panel-heading .badge{color:#e6e6e6;background-color:#595855}.panel-domain>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-domain .table>thead>tr>th{font-weight:400;border-width:1px;background-color:#f5f5f5}.panel-domain .panel-heading{float:left;width:100%;margin-bottom:20px}.panel-domain .panel-body{min-height:180px;word-wrap:break-word}.panel-dashboard{box-shadow:none;border-color:#ddd;font-size:13px}.panel-dashboard>.panel-heading{color:#595855;background-color:#f6f6f6;border-color:#ddd}.panel-dashboard>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-dashboard>.panel-heading .badge{color:#f6f6f6;background-color:#595855}.panel-dashboard>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-dashboard h1{font-size:1.7em;line-height:1.2;margin:8px 0 0}.panel-dashboard h2{font-size:1.5em}.panel-dashboard p{font-size:1em}.completion-panel .completion-tip{margin-top:10px;display:block;color:#595855}.completion-panel .completion-tip .pull-right{width:80%}.completion-panel .completion-tip.checked span{color:#d6d6d6}.completion-panel .completion-tip.checked a{color:#d6d6d6}.completion-panel .completion-tip.checked a:hover{color:#137df7}.completion-panel .completion-tip a{color:#595855}.completion-panel .completion-tip a:hover{color:#137df7}.completion-panel .tipcomplete{display:inline-block;height:42px;width:36px;cursor:pointer}.completion-panel .tipcomplete i{font-size:3.3em;float:left}.completion-panel h1{margin-bottom:-5px;margin-top:10px}.section-form .panel.panel-default,.section-form .panel.panel-form-media,.tab-content .panel.panel-default,.tab-content .panel.panel-form-media{margin-top:4px}.panel-tabs{margin-bottom:-5px}.panel-tabs>li>a{color:#d6d6d6}.panel-tabs>li.active>a,.panel-tabs>li.active>a:focus,.panel-tabs>li.active>a:hover{color:#137df7}.email-config-loading{position:absolute;background:rgba(0,0,0,.3);width:100%;height:100%;top:0;left:0;z-index:5;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;display:none}.panel-options{font-family:Roboto,sans-serif;border-radius:3px;border:solid 1px #cbd5e1;margin-top:20px}.panel-options .panel-header{position:relative;background-color:#f3f5f8;border-bottom:solid 1px #cbd5e1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:8px 14px;font-family:Roboto,sans-serif;font-weight:400}.panel-options .panel-header .panel-title{font-size:14px;font-weight:400}.panel-options .panel-header .panel-title::before{font-family:FontAwesome;color:#c3c4c7;font-size:18px;margin-right:8px}.panel-options .panel-header .panel-title.facebook::before{content:"\f230"}.panel-options .panel-header .panel-title.google::before{content:"\f1a0"}.panel-options .panel-header .panel-title.apple::before{content:"\f179"}.panel-options .panel-header .panel-header-note{font-size:12px;font-weight:400}.panel-options .panel-body{padding-top:24px;padding-bottom:32px}.panel-options .panel-body p{font-family:Roboto,sans-serif}.panel-options .panel-body .form-group{margin-bottom:32px}.panel-options .panel-body .form-group:last-of-type{margin-bottom:0}.panel-options .panel-body .form-group.last-row{margin:0}.panel-options .panel-body .form-group label{font-size:12px;font-weight:500}.panel-options .panel-body .form-group input{padding:10px 8px;font-size:14px;font-weight:400;height:auto}.panel-options .panel-body .form-group .checkbox{margin:0}.panel-options .panel-body .form-group .checkbox label{font-size:14px;line-height:22px;font-weight:400;margin-bottom:0}.panel-options .panel-body .form-group .input-note{font-size:11px;font-weight:400;margin-top:8px;margin-bottom:0}.panel-options .panel-body .form-group button{display:block;padding:12px 20px}.panel-options .panel-body .panel-body-alert{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;width:100%;padding:18px 16px;font-size:12px;font-weight:400;color:#f2b260;border:solid 1px #f2b260;background-color:#fef6ed;margin-bottom:24px}.panel-options .panel-body .select-all-checkbox{display:-ms-flexbox;display:flex;gap:2px;margin:16px 0}.panel-options .panel-body .select-all-checkbox .select-all-option{cursor:pointer;color:#137df7;text-decoration:underline;font-size:13px;font-weight:400}.panel-options .panel-body .accounts-permissions-list{margin-top:24px}.panel-options .panel-body .accounts-permissions-list .item{position:relative;padding-bottom:16px}.panel-options .panel-body .accounts-permissions-list .item:last-of-type{margin-bottom:0}.panel-options .panel-body .accounts-permissions-list .item:before{content:"";border-top:1px solid #cbd5e1;width:calc(100% + 30px);position:absolute;top:-12px;left:-15px}.panel-options .panel-body .accounts-permissions-list .item .checkbox-group label{font-family:Roboto,sans-serif;font-size:13px;color:#636465;font-weight:400;-ms-transform:translateY(-1px);transform:translateY(-1px)}.panel-options .panel-body .accounts-permissions-list .item .item-title{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.panel-options .panel-body .accounts-permissions-list .item .item-title .fa{padding:4px 4px 4px 96%;margin:-4px -4px -4px -96%;cursor:pointer;color:#137df7}.panel-options .panel-body .accounts-permissions-list .item .item-body>.row{margin-top:24px;margin-bottom:24px}.panel-options .panel-body .accounts-permissions-list .item .item-body>.row .checkbox-group{margin-bottom:8px}.panel-options .panel-footer{background-color:#f3f5f8;border-top:solid 1px #cbd5e1;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;padding:16px 14px}.panel-options.panel-collapse .panel-header{cursor:pointer}.panel-options.panel-collapse .panel-header:after{font-family:fontAwesome;content:"\f078";position:absolute;right:16px;color:#3e455e;-ms-transform:rotate(180deg);transform:rotate(180deg);transition:.3s}.panel-options.panel-collapse .panel-header.open:after{-ms-transform:rotate(360deg);transform:rotate(360deg)}.panel-options .btn-outline{font-family:Roboto,sans-serif;padding:8px 16px;color:#137df7;border:solid 1px #137df7;border-radius:3px;width:fit-content;font-weight:400}.panel-options .btn-outline i{margin-right:8px}.panel-options .btn-outline.w-100{width:100%}.panel-options.table-products-features .panel-header .toggle-panel.is-closed .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.panel-options.table-products-features .panel-body{position:relative;padding:0;border:0}.panel-options.table-products-features .panel-body .column-data,.panel-options.table-products-features .panel-body .table-frame{margin:0;padding:0;list-style:none}.panel-options.table-products-features .panel-body .table-frame li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:70px;border-bottom:solid 1px #cbd5e1;padding-left:24px}.panel-options.table-products-features .panel-body .table-frame li:last-of-type{border-bottom:none}.panel-options.table-products-features .panel-body .table-frame li .option-title h5{font-family:Roboto;font-weight:700;font-size:14px;margin-top:0;margin-bottom:5px;color:#4a4a4a}.panel-options.table-products-features .panel-body .table-frame li .option-title small{font-family:Roboto;font-size:12px;font-weight:400;color:#7d7d7d}.panel-options.table-products-features .table-data-wrapper{position:absolute;top:0;right:36px;max-width:50%}.panel-options.table-products-features .table-data-wrapper .table-data{display:-ms-flexbox;display:flex}.panel-options.table-products-features .table-data-wrapper .table-data .slick-track{display:-ms-flexbox;display:flex;width:100%!important}.panel-options.table-products-features .table-data-wrapper .table-data .column-data{width:100px!important}.panel-options.table-products-features .table-data-wrapper .table-data .column-data li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:70px;width:104px;padding:0 20px}.panel-options.table-products-features .table-data-wrapper .table-data .column-data li:first-of-type{font-family:Roboto,sans-serif;font-size:12px;font-weight:500}.panel-options.table-products-features .table-data-wrapper .table-data .column-data li .form-control{border-color:#a1b3c9;border-radius:3px}.panel-options.table-products-features .table-data-wrapper .table-data .slick-arrow{margin-top:28px;cursor:pointer;color:#3e455e;transition:.3s}.panel-options.table-products-features .table-data-wrapper .table-data .slick-arrow.slick-disabled{opacity:.5;cursor:auto}.panel-options.table-products-features .panel-footer{text-align:right}.panel-options .panel-footer{background-color:#f3f5f8;border-top:solid 1px #cbd5e1;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;padding:16px 14px}.panel-options+button{margin:16px 0 92px auto;display:block;padding:12px 20px}.panel-options .current-products-selection{padding-top:24px;position:relative}.panel-options .current-products-selection:before{display:block;content:"";height:1px;width:calc(100% + 30px);background-color:#cbd5e1;position:absolute;top:0;left:-15px}.panel-options .current-products-selection label{font-family:Roboto;font-size:12px;font-weight:500}.panel-options .current-products-selection .current-products-list{padding-top:8px;padding-bottom:24px}.panel-options .current-products-list{padding:0;margin:0;list-style-type:none}.panel-options .current-products-list .current-product{width:100%;background-color:#fff;border-radius:3px;margin-bottom:8px}.panel-options .current-products-list .current-product:last-of-type{margin-bottom:0}.panel-options .current-products-list .current-product .product-header{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:8px 16px 8px 38px;border-radius:3px;transition:.2s}.panel-options .current-products-list .current-product .product-header .product-title{padding:16px 0 16px 38px;margin:-16px 0 -16px -38px;cursor:pointer;font-weight:400}.panel-options .current-products-list .current-product .product-header .product-title:before{font-family:FontAwesome;content:"\f078";position:absolute;left:16px;color:#a1b3c9;font-size:10px;transition:.2s;margin-top:3px}.panel-options .current-products-list .current-product .product-header .product-title:hover:before{color:#137df7}.panel-options .current-products-list .current-product .product-header .product-title.open:before{-ms-transform:rotate(180deg);transform:rotate(180deg)}.panel-options .current-products-list .current-product .product-header .product-options{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px}.panel-options .current-products-list .current-product .product-header .product-options .product-tag{border:solid 1px #a1b3c9;border-radius:20px;padding:1px 12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#a1b3c9}.panel-options .current-products-list .current-product .product-header .product-options input{border-color:#a1b3c9;border-radius:4px;width:74px;padding:6px 8px}.panel-options .current-products-list .current-product .product-header .product-options input[disabled]{background-color:#f8f9fb}.panel-options .current-products-list .current-product .product-header .product-options input[disabled]:-ms-input-placeholder{color:#a1b3c9}.panel-options .current-products-list .current-product .product-header .product-options input[disabled]::placeholder{color:#a1b3c9}.panel-options .current-products-list .current-product .product-header .product-options button.close{padding:8px;margin:-10px -8px -8px -8px;font-size:18px;color:#a1b3c9;opacity:1;transition:.2s}.panel-options .current-products-list .current-product .product-header .product-options button.close:hover{color:#c94d3c}.panel-options .current-products-list .current-product .product-content{padding:8px 16px 16px 16px;background-color:#fff;border-radius:0 0 3px 3px}.panel-options .current-products-list .current-product .product-content label{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;margin-bottom:8px}.panel-options .current-products-list .current-product .product-content label.label-check{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;margin-left:8px;-ms-transform:translateY(-1px);transform:translateY(-1px);margin-bottom:16px}.panel-options.plan-info{background-color:#fff}.panel-options.plan-info .status-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;font-family:Roboto;font-size:14px;font-weight:500;margin-bottom:24px}.panel-options.plan-info .status-group .status-tag{padding:2px 12px;border-radius:12px;font-size:14px;color:#6cbf13;font-weight:400}.panel-options.plan-info .status-group .status-tag.active{background-color:rgba(108,191,19,.08)}.panel-options.plan-info input[type=date]{font-family:Roboto;padding:12px 16px;font-size:14px;line-height:14px}.panel-options.plan-info .add-link{font-family:Roboto;font-size:13px;font-weight:400;color:#137df7;margin-left:24px;text-decoration:underline}.panel-options.plan-info .transaction-success{font-family:Roboto;font-size:12px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:16px 24px;margin-bottom:24px;color:#fff;background-color:#8ac77f}.panel-options.plan-info .transaction-success .fa{font-size:16px;margin-right:24px}.panel-options.plan-info .transaction-success a{margin-left:4px;color:#fff;text-decoration:underline}.panel-options.plan-info .current-products-list .current-product{background-color:#f3f3f3}.panel-options.plan-info .current-products-list .current-product .product-content{background-color:#fff;border:solid 1px #f3f3f3;border-top:0}.panel-options.accounts-permissions{margin-bottom:50px}.panel-options.accounts-permissions .panel-body{padding-bottom:0}.panel-options.manage-products-levels .panel-header{-ms-flex-pack:start;justify-content:flex-start}.panel-options.manage-products-levels .products-levels-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:218px;margin:0;padding:0;list-style:none}.panel-options.manage-products-levels .products-levels-list .products-levels-item{height:34px;width:calc(50% - 12px);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.panel-options.manage-products-levels .products-levels-list .products-levels-item .order{background-color:#a1b3c9;border-radius:3px 0 0 3px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:100%;width:40px;color:#fff}.panel-options.manage-products-levels .products-levels-list .products-levels-item input{margin-right:16px;border-color:#a1b3c9;border-radius:0 3px 3px 0}.panel-options.manage-products-levels .products-levels-list .products-levels-item.disabled .order{background-color:#d2dae5}.panel-options.manage-products-levels .products-levels-list .products-levels-item.disabled input{border-color:#d2dae5;background-color:#f3f5f8}.panel-options.manage-products-levels .products-levels-list .products-levels-item .tooltip-primary{margin-right:12px}.panel-options.manage-products-levels .thumb-banner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:4px 0}.panel-options.manage-products-levels .thumb-banner img{max-width:100%}.panel-options.payment-plans .empty-plans{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.panel-options.payment-plans .empty-plans h3{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;margin-top:16px;margin-bottom:8px;text-align:center}.panel-options.payment-plans .empty-plans p{font-family:Roboto,Arial,sans-serif;color:#7b7a78;text-align:center;max-width:450px;margin-bottom:16px}.panel-options.payment-plans .plans-list{margin:0;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.panel-options.payment-plans .plans-list li{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0 16px;border:solid 1px #a1b3c9;border-radius:3px;height:200px;width:calc((100% - 72px)/ 4);transition:.3s}@media screen and (max-width:992px){.panel-options.payment-plans .plans-list li{width:calc((100% - 72px)/ 3)}}.panel-options.payment-plans .plans-list li.create-plan{border:dashed 1px #a1b3c9}.panel-options.payment-plans .plans-list li.create-plan a{color:#a1b3c9;font-size:14px;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-weight:400;transition:.3s}.panel-options.payment-plans .plans-list li.create-plan a:hover{text-decoration:none;color:#137df7}.panel-options.payment-plans .plans-list li.create-plan a:hover:before{color:#137df7}.panel-options.payment-plans .plans-list li.create-plan a:before{font-family:FontAwesome;content:"\f055";margin-right:8px;color:#a1b3c9;transition:.3s}.panel-options.payment-plans .plans-list li.create-plan:hover{border:solid 1px #137df7}.panel-options.payment-plans .plans-list li.plan-item h5{font-family:Roboto,sans-serif;margin-bottom:16px;color:#4a4a4a;font-weight:500;text-align:center}.panel-options.payment-plans .plans-list li.plan-item .plan-info-box{width:100%;border:solid 1px #cbd5e1;border-radius:3px;background-color:#fbfcfd;margin-bottom:12px;min-height:95px}.panel-options.payment-plans .plans-list li.plan-item .plan-info-box .payment-cycles{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:8px 0;border-bottom:solid 1px #cbd5e1;min-height:57px}.panel-options.payment-plans .plans-list li.plan-item .plan-info-box .payment-cycles span{font-family:Roboto,sans-serif}.panel-options.payment-plans .plans-list li.plan-item .plan-info-box .subscribers{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:8px 0;font-family:Roboto,sans-serif}.panel-options.payment-plans .plans-list li.plan-item .plans-actions{margin-bottom:8px}.panel-options.payment-plans .plans-list li.plan-item .plans-actions a{color:#cbd5e1;font-size:24px;transition:.3s}.panel-options.payment-plans .plans-list li.plan-item .plans-actions a:hover{color:#137df7;text-decoration:none}.panel-options.payment-plans .plans-list li.plan-item .plans-actions a:first-of-type{margin-right:12px}.panel-options.payment-plans .plans-list li.plan-item.disabled{background-color:#f3f5f8;border-color:#cbd5e1}.panel-options.payment-plans .plans-list li.plan-item.disabled h5{color:#9fa0a1}.panel-options.payment-plans .plans-list li.plan-item.disabled .plan-info-box{background-color:#f0f3f7}.panel-options.payment-plans .plans-list li.plan-item.disabled .plans-actions a{cursor:pointer}.panel-options.payment-plans .plans-list li.plan-item.disabled .plans-actions a:hover{text-decoration:none}.panel-options.new-plan-information .panel-content{width:100%;max-width:480px}.panel-options.new-plan-information .panel-content label{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;margin-bottom:8px}.panel-options.new-plan-information .panel-content .char-left-label,.panel-options.new-plan-information .panel-content .charleft .help-block{text-align:right;margin-top:4px;font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#b9c6d6}.panel-options.new-plan-information .panel-content h4{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;color:#8d8b87;margin-top:14px;margin-bottom:8px}.panel-options.new-plan-information .panel-content .pricing-model-box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;border-radius:3px;padding:16px;border:solid 1px #d5dce6}.panel-options.new-plan-information .panel-content .pricing-model-box .payment-cycles{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.panel-options.new-plan-information .panel-content .pricing-model-box .payment-cycles .payment-cycle{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.panel-options.new-plan-information .panel-content .pricing-model-box .payment-cycles .payment-cycle:last-of-type{margin-bottom:0}.panel-options.new-plan-information .panel-content .pricing-model-box .payment-cycles .payment-cycle select.form-control{height:42px}.panel-options.new-plan-information .panel-content .pricing-model-box .payment-cycles .payment-cycle .close{position:absolute;right:-24px;bottom:16px}.panel-options.new-plan-information .panel-content .pricing-model-box .left-col{width:49%}.panel-options.new-plan-information .panel-content .pricing-model-box .right-col{width:47%}.panel-options.new-plan-information .panel-content .pricing-model-box small{display:block;margin-top:4px;color:#2f2f2f}.panel-options.new-plan-information .panel-content .pricing-model-box .add-cycle{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:12px;border:dashed 1px #a1b3c9;border-radius:3px;gap:8px;color:#a1b3c9;transition:.3s;font-weight:400}.panel-options.new-plan-information .panel-content .pricing-model-box .add-cycle .fa{margin-top:-2px}.panel-options.new-plan-information .panel-content .pricing-model-box .add-cycle:hover{color:#137df7;border-color:#137df7;text-decoration:none}.panel-options.build-plan .alert-build-plan{margin:24px 24px 0}.panel-options.build-plan .panel-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.panel-options.build-plan .panel-content:after{font-family:FontAwesome;content:"\f054";position:absolute;right:50%;top:50%;-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);font-size:16px;color:#cbd5e1}.panel-options.build-plan .panel-content .plan-built-wrapper,.panel-options.build-plan .panel-content .plan-product-selection{width:calc(50% - 56px);height:500px}.panel-options.build-plan .panel-content .plan-built,.panel-options.build-plan .panel-content .plan-product-selection{background-color:#f3f5f8;border:solid 1px #cbd5e1;border-radius:3px;overflow-y:scroll}.panel-options.build-plan .panel-content .plan-built::-webkit-scrollbar-track,.panel-options.build-plan .panel-content .plan-product-selection::-webkit-scrollbar-track{background-color:#e0e6ed}.panel-options.build-plan .panel-content .plan-built::-webkit-scrollbar,.panel-options.build-plan .panel-content .plan-product-selection::-webkit-scrollbar{width:8px;background-color:#a1b3c9}.panel-options.build-plan .panel-content .plan-built::-webkit-scrollbar-thumb,.panel-options.build-plan .panel-content .plan-product-selection::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.panel-options.build-plan .panel-content .plan-product-selection{position:relative;overflow-y:scroll;padding:24px 16px 0 16px}.panel-options.build-plan .panel-content .plan-product-selection.disabled:before{content:"";background-color:#f3f5f8;opacity:.7;position:absolute;top:0;bottom:0;left:0;right:0;z-index:99;cursor:default}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .product-group-title{position:relative;padding:16px 8px;font-weight:500;cursor:pointer;transition:.2s;border-radius:3px}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .product-group-title:after{font-family:fontAwesome;content:"\f078";position:absolute;right:16px;color:#a1b3c9;font-size:12px;transition:.2s}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .product-group-title.open:hover{background-color:transparent}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .product-group-title.open:after{-ms-transform:rotate(180deg);transform:rotate(180deg)}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .product-group-title:hover{background-color:rgba(0,0,0,.03)}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .product-group-title:hover:after{color:#137df7}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list{margin:0;padding:0;list-style-type:none}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:16px;background-color:#fff;border-radius:3px;font-weight:400;margin-bottom:8px;border:solid 1px #fff;cursor:pointer;transition:.3s}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li.paywalled:before{font-family:FontAwesome;content:"\f09c";position:relative;margin-right:10px;margin-top:-1px;color:#a1b3c9;font-size:14px}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li.sponsored:before{font-family:FontAwesome;content:"\f005";position:relative;margin-right:10px;margin-top:-1px;color:#a1b3c9;font-size:14px}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li.selected:after{color:#137df7;content:"\f056"}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li:last-of-type{margin-bottom:16px}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li:after{font-family:FontAwesome;content:"\f055";position:absolute;right:16px;font-size:22px;color:#a1b3c9;transition:.3s}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li:hover{border:solid 1px #137df7}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list li:hover:after{color:#137df7}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list .empty-state-all-products{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;gap:24px;margin-top:16px;margin-bottom:28px;font-family:Roboto}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list .empty-state-all-products .content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list .empty-state-all-products img{max-width:50px;margin-bottom:8px}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list .empty-state-all-products span{font-weight:400}.panel-options.build-plan .panel-content .plan-product-selection .plan-product-group .products-list .empty-state-all-products span b{font-weight:500}.panel-options.build-plan .panel-content .plan-built-wrapper .panel-section.paywalled{position:relative;border:solid 1px #cbd5e1;border-top:0}.panel-options.build-plan .panel-content .plan-built-wrapper.disabled .panel-section.paywalled:before,.panel-options.build-plan .panel-content .plan-built-wrapper.disabled .plan-built:before{content:"";background-color:#f3f5f8;opacity:.7;position:absolute;top:0;bottom:0;left:0;right:0;z-index:99;cursor:default}.panel-options.build-plan .panel-content .plan-built-wrapper.disabled .plan-built{overflow-y:hidden}.panel-options.build-plan .panel-content .plan-built{position:relative;padding:24px;height:calc(100%)}.panel-options.build-plan .panel-content .plan-built .empty-state{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;text-align:center}.panel-options.build-plan .panel-content .plan-built .empty-state h3{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;color:#cbd5e1;max-width:250px}.panel-options.build-plan .panel-content .plan-built .selected-products-list{padding:0;margin:0;list-style-type:none}.panel-options.build-plan .panel-content .plan-built .selected-products-list .plan-product-group{position:relative}.panel-options.build-plan .panel-content .plan-built .selected-products-list .plan-product-group .product-group-title{position:relative;font-family:Roboto,sans-serif;padding:16px 8px;font-size:14px;font-weight:500;color:#4a4a4a;cursor:pointer;z-index:1}.panel-options.build-plan .panel-content .plan-built .selected-products-list .plan-product-group::after{font-family:fontAwesome;content:"\f078";position:absolute;right:16px;top:16px;color:#a1b3c9;font-size:12px;transition:.2s;z-index:0}.panel-options.build-plan .panel-content .plan-built .selected-products-list .plan-product-group.open::after{-ms-transform:rotate(180deg);transform:rotate(180deg)}.panel-options.build-plan .panel-content .plan-built .selected-products-list .plan-product-group ul{list-style:none;padding:0}.panel-options.build-plan .panel-content .plan-built .selected-products-list .plan-product-group ul li{animation:border 1s ease-out forwards}@keyframes border{0%{border:2px solid #0075ff}50%{border:2px solid #0075ff}100%{border:2px solid transparent}}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product{width:100%;background-color:#fff;border-radius:3px;margin-bottom:8px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product:last-of-type{margin-bottom:0}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:8px 16px 8px 38px;border-radius:3px;transition:.2s}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-title{padding:16px 0 16px 38px;margin:-16px 0 -16px -38px;cursor:pointer;font-weight:400}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-title:before{font-family:FontAwesome;content:"\f078";position:absolute;left:16px;color:#a1b3c9;font-size:10px;transition:.2s;margin-top:3px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-title:hover:before{color:#137df7}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-title.open:before{-ms-transform:rotate(180deg);transform:rotate(180deg)}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header.paywalled .product-title:before{font-family:FontAwesome;content:"\f09c"!important;position:absolute;left:16px;color:#a1b3c9;font-size:14px;transition:.2s;margin-top:3px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:16px;min-height:34px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options .product-tag{border:solid 1px #a1b3c9;border-radius:20px;padding:1px 12px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#a1b3c9}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options input{border-color:#a1b3c9;border-radius:4px;width:74px;padding:6px 8px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options input[disabled]{background-color:#f8f9fb}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options input[disabled]:-ms-input-placeholder{color:#a1b3c9}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options input[disabled]::placeholder{color:#a1b3c9}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options button.close{padding:8px;margin:-10px -8px -8px -8px;font-size:18px;color:#a1b3c9;opacity:1;transition:.2s}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-header .product-options button.close:hover{color:#c94d3c}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-content{padding:8px 16px 16px 16px;background-color:#fff;border-radius:0 0 3px 3px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-content label{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;margin-bottom:8px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-content label.label-check{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;margin-left:8px;-ms-transform:translateY(-1px);transform:translateY(-1px);margin-bottom:16px}.panel-options.build-plan .panel-content .plan-built .selected-products-list .selected-product .product-content .categories-list-block:not(.create-categories-modal){width:auto}.panel-options.payment-gateways .panel-body{padding:0}.panel-options.payment-gateways .panel-body p{font-size:12px;font-weight:400}.panel-options.payment-gateways .panel-body label{font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.panel-options.payment-gateways .panel-body .panel-section{padding:24px 24px 8px 24px;border-bottom:solid 1px #eaeef3}.panel-options.payment-gateways .panel-body .panel-section.pb-24{padding-bottom:24px}.panel-options.payment-gateways .panel-body .panel-section:last-of-type{border:none}.panel-options.payment-gateways .panel-body .panel-section .panel-title{position:absolute;top:32px}.panel-options.payment-gateways .panel-body .panel-section .panel-title:nth-of-type(2){left:calc(50% + 56px)}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper{display:-ms-flexbox;display:flex;gap:16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;margin-bottom:16px;max-width:600px}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper:last-of-type{margin-bottom:0}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .switch-button{margin:initial;margin-left:0}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group{margin-bottom:0}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group label{margin-bottom:8px}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group input{height:34px;width:230px}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group.full-width{width:100%}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group.full-width input{width:100%}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group.full-width .form-group{margin-bottom:16px}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .form-group.full-width .form-group:last-of-type{margin-bottom:0}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .small-link{font-size:12px;font-weight:400;text-decoration:underline;margin-left:auto}.panel-options.payment-gateways .panel-body .panel-section .panel-section-wrapper .pg-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}.panel-options.payment-gateways .panel-body .left-wrapper{padding:24px;width:100%;max-width:600px}.panel-options.add-code .panel-body{padding-left:18px;padding-right:18px}.panel-options.add-code .panel-body .form-group .radio-inline label{font-size:14px;font-weight:400}.panel-options.add-code .panel-body .form-group input:not([type=radio]){height:34px;border-radius:2px}.panel-options.add-code .panel-body .form-group .plans-select .input-group-btn button{padding:8px 20px}.panel-options.add-code .panel-body .toggle-specific-plan{display:-ms-flexbox;display:flex;gap:12px;font-family:Roboto;font-size:14px;font-weight:500}.panel-options.add-code .panel-body .toggle-specific-plan .switch-button{margin-left:0}.panel-box{position:relative;display:block;font-family:Roboto,sans-serif;border:solid 1px #cbd5e1;padding:24px;margin-bottom:24px;cursor:pointer;transition:.2s}.panel-box:hover{border-color:#137df7;text-decoration:none}.panel-box:focus{text-decoration:none}.panel-box.lg{padding:34px 24px;height:298px}.panel-box.lg img{margin-bottom:16px}.panel-box.lg p{margin-bottom:16px}.panel-box.sm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:24px 48px 24px 24px;height:137px}.panel-box.sm img{margin-right:24px}.panel-box.sm p{margin-bottom:0}.panel-box .panel-title{font-size:16px;color:#4a4a4a;font-weight:500;margin-bottom:8px}.panel-box p{font-size:14px;color:#7b7a78}.panel-box .btn-outline{font-family:Roboto,sans-serif;padding:8px 16px;color:#137df7;border:solid 1px #137df7;border-radius:3px;width:fit-content;font-weight:400}.panel-box.left-border{border-left:solid 5px #cbd5e1}.panel-box.left-border:hover{border-color:#137df7}.panel-box.arrow-right:after{font-family:FontAwesome;content:"\f054";font-size:16px;color:#cbd5e1;display:block;position:absolute;right:16px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:.2s}.panel-box.arrow-right:hover:after{color:#137df7}.panel-dashboard{background-color:#fff;border-radius:3px;border:solid 1px #e3ecef;-ms-flex:1;flex:1;transition:.2s}.panel-dashboard.small{height:328px}.panel-dashboard.medium{min-height:382px}.panel-dashboard.big{height:504px}.panel-dashboard .load-more-loading{display:-ms-flexbox;display:flex;height:100%}.panel-dashboard .load-more-loading .fa{margin:auto;font-size:20px;color:#137df7}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:40px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.well-mailer{background-color:#fff;border:1px dashed #d6d6d6;border-radius:0;margin-bottom:20px}.well-mailer>.form-group{border-bottom:1px solid #e6e6e6;margin:0;padding:5px 0}.table .well{margin-bottom:10px}.well-intro{box-shadow:none}.well-intro i{font-size:300%;line-height:1.4}.well-intro .row>div{margin-top:20px;margin-bottom:30px}.well-intro h2{margin-top:0}.well-intro hr{border-color:#d6d6d6}.well-intro .col-sm-5 p{min-height:60px}.close{font-size:22px;font-weight:400;color:#000;line-height:.6;padding:8px;margin:-8px}button.close{cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);max-height:99vh;outline:0}.modal.fade .modal-dialog{transform:translate3d(0,-25%,0);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate3d(0,0,0)}.modal.informative .modal-dialog .modal-content{padding:40px}.modal .modal-dialog{position:relative;width:600px;margin:16px auto}.modal .modal-dialog .modal-content{position:relative;padding:24px 40px;background-color:#f3f5f8;border:1px solid #a1b3c9;border-radius:3px;box-shadow:0 12px 18px rgba(0,0,0,.3);outline:0}.modal .modal-dialog .modal-content .modal-header{display:-ms-flexbox;display:flex;padding-bottom:24px}.modal .modal-dialog .modal-content .modal-header .h4,.modal .modal-dialog .modal-content .modal-header .h5,.modal .modal-dialog .modal-content .modal-header .h6,.modal .modal-dialog .modal-content .modal-header h4,.modal .modal-dialog .modal-content .modal-header h5,.modal .modal-dialog .modal-content .modal-header h6{margin-top:0;margin-bottom:0}.modal .modal-dialog .modal-content .modal-header .modal-title{font-family:Roboto,sans-serif;font-weight:500}.modal .modal-dialog .modal-content .modal-header .close{position:absolute;top:8px;right:8px}.modal .modal-dialog .modal-content .modal-body{position:relative}.modal .modal-dialog .modal-content .modal-body p{font-family:Roboto,sans-serif;font-weight:400}.modal .modal-dialog .modal-content .modal-body pre{font-family:Roboto,sans-serif;border:1px solid #a1b3c9;background:#e8ecf1}.modal .modal-dialog .modal-content .modal-body .form-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px}.modal .modal-dialog .modal-content .modal-body .form-group.mb-0{margin-bottom:0}.modal .modal-dialog .modal-content .modal-body .form-group label{width:100%;font-family:Roboto,sans-serif;font-size:12px;font-weight:600}.modal .modal-dialog .modal-content .modal-body .form-group input[type=text],.modal .modal-dialog .modal-content .modal-body .form-group select{width:100%;height:34px;border-radius:2px;border:1px solid #a1b3c9;background:#fff;color:#3b3936;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:7px 8px;transition:.2s}.modal .modal-dialog .modal-content .modal-body .form-group input[type=text]:active,.modal .modal-dialog .modal-content .modal-body .form-group input[type=text]:focus,.modal .modal-dialog .modal-content .modal-body .form-group input[type=text]:focus-visible,.modal .modal-dialog .modal-content .modal-body .form-group input[type=text]:focus-within,.modal .modal-dialog .modal-content .modal-body .form-group select:active,.modal .modal-dialog .modal-content .modal-body .form-group select:focus,.modal .modal-dialog .modal-content .modal-body .form-group select:focus-visible,.modal .modal-dialog .modal-content .modal-body .form-group select:focus-within{border:1px solid #137df7;outline:0;box-shadow:none}.modal .modal-dialog .modal-content .modal-body .form-group .radio{margin-top:0}.modal .modal-dialog .modal-content .modal-body .form-group .radio+.radio{margin-left:16px}.modal .modal-dialog .modal-content .modal-body .form-group .radio label{font-size:14px;font-weight:400}.modal .modal-dialog .modal-content .modal-body .form-group .radio input[type=radio]{margin:3px 0 0 -20px}.modal .modal-dialog .modal-content .modal-body .form-group .radio.sub{margin-top:12px}.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input{border-radius:2px;min-height:34px;border:1px solid #a1b3c9;font-family:Roboto,sans-serif;font-size:14px;padding:8px}.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input:active,.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input:focus,.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input:focus-visible,.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input:focus-within{border:1px solid #137df7;outline:0;box-shadow:none}.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input input{height:auto}.modal .modal-dialog .modal-content .modal-body .form-group .selectize-input .item{margin:2px 3px 2px 0}.modal .modal-dialog .modal-content .modal-body .form-group.no-margin{margin-bottom:0}.modal .modal-dialog .modal-content .modal-body .form-group.with-checkbox input[type=checkbox],.modal .modal-dialog .modal-content .modal-body .form-group.with-checkbox input[type=radio]{margin-top:1px}.modal .modal-dialog .modal-content .modal-body .form-group .control-label.renewal-date{top:50%;position:absolute;-ms-transform:translateY(-50%);transform:translateY(-50%)}.modal .modal-dialog .modal-content .modal-footer{padding-top:40px}.modal .modal-dialog .modal-content .btn{border-radius:3px;padding:12px 16px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;border:solid 1px transparent;line-height:.9}.modal .modal-dialog .modal-content .btn-primary{border-color:#137df7;background-color:#137df7;color:#fff}.modal .modal-dialog .modal-content .btn-secondary{background-color:transparent;color:#3b3936}.modal .modal-dialog .modal-content .btn-outline{color:#137df7;border-color:#137df7}.modal .modal-dialog .modal-content .btn-outline .fa{color:#137df7}.modal .modal-dialog .modal-content .btn .fa{margin-right:12px}.modal.alert-popup.alert-popup-positive .modal-content .modal-header{color:#137df7}.modal.alert-popup.alert-popup-positive .modal-content .modal-body h4{color:#137df7}.modal.alert-popup.alert-popup-negative .modal-content .modal-header{color:#c94d3c}.modal.alert-popup.alert-popup-negative .modal-content .modal-body h4{color:#c94d3c}.modal.alert-popup .modal-content{padding:40px 40px}.modal.alert-popup .modal-content .modal-header{padding:0 0 16px 0}.modal.alert-popup .modal-content .modal-header h4{font-size:18px;font-weight:500}.modal.alert-popup .modal-content .modal-body{padding:0}.modal.alert-popup .modal-content .modal-body h4{font-size:18px;font-weight:500}.modal.alert-popup .modal-content .modal-body p{font-weight:400;color:#4a4a4a}.modal.alert-popup .modal-content .modal-body p:last-of-type{margin-bottom:0}.modal.alert-popup .modal-content .modal-footer{padding:32px 0 0 0}.alert-popup-positive.modal.alert-popup .modal-content .modal-footer .btn-primary{background-color:#137df7}.alert-popup-negative.modal.alert-popup .modal-content .modal-footer .btn-primary{background-color:#c94d3c;border:#c94d3c}.modal.hours-of-work .modal-dialog{width:415px}.modal.hours-of-work .modal-body .days-list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:32px}.modal.hours-of-work .modal-body .days-list .day{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;border-radius:32px;border:solid 1px #a1b3c9;background-color:#fff;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1;color:#a1b3c9;transition:.3s;text-decoration:none}.modal.hours-of-work .modal-body .days-list .day:hover{text-decoration:none}.modal.hours-of-work .modal-body .days-list .day.active{color:#fff;background-color:#137df7;border-color:#137df7}.modal.hours-of-work .modal-body .check-options{display:-ms-flexbox;display:flex;gap:28px;margin-bottom:32px}.modal.hours-of-work .modal-body .check-options .checkbox-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal.hours-of-work .modal-body .check-options .checkbox-control label{font-family:Roboto,sans-serif;font-size:14px;color:#636465;margin-left:8px;margin-bottom:0;font-weight:400}.modal.hours-of-work .modal-body .check-options .checkbox-control input{margin-top:0}.modal.hours-of-work .modal-body .hours-list h5{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#4a4a4a;margin-top:0}.modal.hours-of-work .modal-body .hours-list .col-md-6:nth-child(2) .hours-header{margin-left:-14px}.modal.hours-of-work .modal-body .hours-list .list-hours{max-height:200px;overflow-y:auto;width:364px}.modal.hours-of-work .modal-body .hours-list .list-hours::-webkit-scrollbar-track{background-color:#eef7fc}.modal.hours-of-work .modal-body .hours-list .list-hours::-webkit-scrollbar{height:3px;width:5px;background-color:#d5e1e8}.modal.hours-of-work .modal-body .hours-list .list-hours::-webkit-scrollbar-thumb{border-radius:20px;background-color:#d5e1e8}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content{gap:16px;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-bottom:10px}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:16px}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item:last-of-type{margin-bottom:0}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item input{height:34px;max-width:48px;margin-right:8px;padding:6px 2px 6px 8px;border-color:#a1b3c9}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item .day-period{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:14px;font-weight:400;font-family:Roboto,sans-serif;height:34px;width:34px;background-color:#137df7;border-radius:3px;cursor:pointer}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item .delete-hour{position:absolute;right:-20px}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item .delete-hour .fa{font-size:12px;color:#a1b3c9;transition:.3s}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item .delete-hour:hover{text-decoration:none}.modal.hours-of-work .modal-body .hours-list .list-hours .list-item-content .hours-list-item .delete-hour:hover .fa{color:#8697ab}.modal.hours-of-work .modal-body .add-hour{display:block;width:100%;text-align:right;color:#137df7;font-size:14px;font-family:Roboto,sans-serif;margin-top:16px;font-weight:400}.modal.hours-of-work .modal-body .add-hour:hover{text-decoration:none}.modal.publish-date .modal-dialog{width:415px}.modal.publish-date .modal-dialog .modal-content .modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour{margin-bottom:24px}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour label{font-size:12px}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form span{margin:0 4px}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form select{width:80px;height:40px;padding:12px;border-radius:3px;border:solid 1px #a1b3c9}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form .form-control .selectize-control{max-width:80px}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form .ampm{margin-left:16px;-ms-transform:translateY(-3px);transform:translateY(-3px)}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form .ampm label{margin-bottom:0}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-hour .publish-hour-form .ampm input[type=radio]{margin:2px 0 0 -20px}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-date{font-family:Roboto,sans-serif;font-size:12px;color:#4a4a4a;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.modal.publish-date .modal-dialog .modal-content .modal-body .publish-date input{width:100%;height:40px;padding:12px;border-radius:3px;border:solid 1px #a1b3c9;font-size:14px}.modal.products-services .modal-dialog{width:890px}.modal.products-services .modal-dialog .modal-body .upload-images-container{margin-top:20px;margin-bottom:14px}.modal.products-services .modal-dialog .modal-body .upload-images-container p{font-family:Roboto,sans-serif}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list{display:-ms-flexbox;display:flex;column-gap:24px;list-style:none;margin:16px 0 12px 0;padding:0}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item{width:120px;height:104px;padding:12px;border:dashed 1px #a1b3c9;cursor:pointer}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item:nth-of-type(2){border:2px solid #137df7}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item.add-image{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:152px;color:#b6c4d5}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item.add-image i{margin-right:5px}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item .img-box{position:relative;width:100%;height:100%;border-radius:3px;background-size:cover;background-position:center}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item .img-box:after{font-family:fontAwesome;content:"\f1f8";position:absolute;left:0;right:0;top:0;bottom:0;background-color:#a1b3c9;opacity:0;border-radius:3px;transition:.2s;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:17px}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item .img-box:hover:after{opacity:.88}.modal.products-services .modal-dialog .modal-body .upload-images-container .upload-images-list .upload-images-item.active{border:solid 2px #137df7}.modal.create-categories .modal-body label+.drag-file-block{margin-top:4px}.modal.create-categories .modal-body .input-group-addon{position:absolute;right:0;bottom:0;height:34px}.modal.create-categories .modal-body .input-group-addon .fa{position:absolute;top:8px}.modal.create-categories .modal-body .advanced-options-categories{margin-top:24px}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-title{display:inline-block;color:#137df7;cursor:pointer;font-family:Roboto,sans-serif;font-weight:400}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-title.is-open .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-title .fa{transition:.2s ease-in-out}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-list{margin-top:24px;display:none}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-list .image-thumb{position:relative;max-height:480px;border-radius:3px;overflow:hidden}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-list .image-thumb .btn{position:absolute;right:8px;top:8px}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-list .checkbox-inline{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#3b3936;margin-bottom:8px}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-list .checkbox-inline .fa{opacity:.6;color:#a1b3c9;margin-left:4px;font-size:12px}.modal.create-categories .modal-body .advanced-options-categories .advanced-options-list .checkbox-inline input[type=checkbox]{margin-top:2px}.modal.create-categories .modal-body .drag-file-block{width:100%;background:#e8ecf1;padding:24px;text-align:center}.modal.create-categories .modal-body .drag-file-block .drag-file-title{color:#a1b3c9;font-weight:500;font-family:Roboto,sans-serif;font-size:18px}.modal.create-categories .modal-body .drag-file-block .drag-file-or{color:#a1b3c9;font-weight:500;font-family:Roboto,sans-serif;margin-top:4px}.modal.create-categories .modal-body .drag-file-block label.btn.btn-primary{padding:12px 16px;font-weight:400;width:auto}.modal.create-categories .modal-body .drag-file-block .btn{font-weight:400;padding:12px 32px;color:#fff;font-size:14px}.modal.create-categories .modal-body .drag-file-block .btn .badge,.modal.create-categories .modal-body .drag-file-block .btn .glyphicon{display:none}.modal.create-categories .modal-body .drag-file-block .drag-file-recommended{color:#3b3936;font-weight:400;font-family:Roboto,sans-serif;margin-top:24px;font-size:14px}.modal.create-categories .modal-body .drag-file-block .bootstrap-filestyle{display:block;margin-top:12px}.modal.create-categories .modal-body .section-modal-categorie-title{display:block;color:#3b3936;font-size:18px;font-weight:500;font-family:Roboto,sans-serif;margin:24px 0}.modal.create-categories .categories-list-block .categories-list-header .input-categories-list{height:34px}.modal.create-categories .categories-list-block .categories-list-header .input-categories-list .input-group-addon{background-color:transparent}.modal.create-categories .categories-list-block .categories-item .categories-block{padding-top:0;padding-right:0;padding-bottom:0}.modal.create-categories .categories-list-block .categories-item .categories-block .addCategory{padding:8px 16px}.modal.about-modal .modal-content{box-shadow:none;background-color:#f3f5f8;border:1px solid #a1b3c9}.modal.about-modal .modal-content .modal-body span{font-family:Roboto,sans-serif;color:#4a4a4a;display:block;font-weight:400;font-size:14px}.modal.about-modal .modal-content .modal-body span a{color:#4a4a4a;font-weight:500}.modal.about-modal .modal-content .modal-body strong{font-family:Roboto,sans-serif;color:#137df7;font-weight:500;display:block}.modal.about-modal .modal-content .modal-body ul{margin:0;padding:0;padding-left:15px;font-family:Roboto,sans-serif;font-weight:400}.modal.about-modal .modal-content .modal-body .about-licence{margin-top:32px}.modal.about-modal .modal-content .modal-body .about-licence strong:not(:first-child){margin-top:16px}.modal.about-modal .modal-content .modal-body .about-features{margin-top:16px}.modal.about-modal .modal-content .modal-body .about-features ul{margin-top:16px;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.modal.about-modal .modal-content .modal-body .about-features ul li{text-align:center;font-size:14px;font-family:Roboto,sans-serif;height:32px;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#fff;width:calc((100% / 3) - 12px)}.modal.about-modal .modal-content .modal-body .about-features ul li .fa{font-size:14px;color:#137df7;margin-right:8px}.modal.qrcode-how-works .modal-content img{margin-bottom:35px}.modal.qrcode-how-works .modal-content h4{margin-bottom:30px;font-weight:600;color:#4a5168}.modal.qrcode-how-works .modal-content p{margin:0 0 20px}.modal.remove-linked-listing .modal-dialog .modal-content .modal-header{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.modal.modal-ai .modal-dialog{width:890px}.modal.modal-ai .modal-dialog .modal-content{position:relative;background-color:#fff}.modal.modal-ai .modal-dialog .modal-content .modal-header{border:none;-ms-flex-direction:column;flex-direction:column}.modal.modal-ai .modal-dialog .modal-content .modal-header .modal-title{display:-ms-flexbox;display:flex;gap:6px;margin-bottom:14px}.modal.modal-ai .modal-dialog .modal-content .modal-header .modal-title h4{font-family:Roboto;font-size:16px;font-weight:500;color:#4a4a4a;margin:0}.modal.modal-ai .modal-dialog .modal-content .modal-header .modal-title .ai-icon{margin-top:-1px}.modal.modal-ai .modal-dialog .modal-content .modal-header .modal-title .ai-icon img{width:100%;height:auto}.modal.modal-ai .modal-dialog .modal-content .modal-header .modal-subtitle{max-width:450px;font-family:Roboto,sans-serif;font-size:12px;text-align:left;color:#707070}.modal.modal-ai .modal-dialog .modal-content .modal-header .checkbox-group{display:inline-block;margin-top:24px;padding:6px 8px;background-color:#f3f5f8;border-radius:4px}.modal.modal-ai .modal-dialog .modal-content .modal-header .checkbox-group input[type=checkbox]{-ms-transform:translateY(2px);transform:translateY(2px)}.modal.modal-ai .modal-dialog .modal-content .modal-header .checkbox-group label{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#636465}.modal.modal-ai .modal-dialog .modal-content .modal-body{background-color:#fff;border:none}.modal.modal-ai .modal-dialog .modal-content .modal-body .form-group{margin-bottom:24px}.modal.modal-ai .modal-dialog .modal-content .modal-body .form-group label{font-family:Roboto;font-size:12px;font-weight:500;color:#4a4a4a;margin-bottom:8px}.modal.modal-ai .modal-dialog .modal-content .modal-body .form-group input{font-family:Roboto,sans-serif;font-size:14px;width:100%;height:34px;padding:8px;border-radius:3px;border:solid 1px #a1b3c9;background-color:#fff}.modal.modal-ai .modal-dialog .modal-content .modal-body .form-group input:focus{outline:0}.modal.modal-ai .modal-dialog .modal-content .modal-body .own-message-input{width:100%;height:436px;font-family:Roboto,sans-serif;font-size:14px;color:#4a4a4a;resize:none;overflow:hidden;font-weight:400;border-radius:3px;border:solid 1px #a1b3c9;padding:8px}.modal.modal-ai .modal-dialog .modal-content .modal-body .own-message-input:focus{outline:0}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt{height:490px;padding:24px 12px;border-radius:3px 3px 0 0;border:solid 1px #a1b3c9;border-bottom:none;background-color:#fff;overflow:auto;margin-bottom:36px}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt::-webkit-scrollbar-track{background-color:#d5e1e8}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt.small{height:220px}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt.small .ai-prompt-header{-ms-flex-align:start;align-items:flex-start}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt.small .ai-prompt-header .ai-prompt-question{height:20px}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header{display:-ms-flexbox;display:flex;gap:12px;padding-bottom:24px;position:relative}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header:after{content:"";display:block;width:calc(100% - 36px);height:1px;position:absolute;right:0;bottom:0;background-color:rgba(160,179,201,.4)}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .avatar-img{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;border-radius:3px;overflow:hidden;background-color:#98c8ff}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .avatar-img img{object-fit:cover;width:100%;height:100%}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-prompt-question{width:100%;padding:0;border:none;font-family:Roboto,sans-serif;font-size:14px;color:#4a4a4a;resize:none;margin-top:-4px;font-weight:400}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-prompt-question:focus{outline:0}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-prompt-question:disabled{background-color:#fff}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-prompt-question::-webkit-scrollbar-track{background-color:#d5e1e8}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-prompt-question::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-prompt-question::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-edit-question{padding:4px 24px;border:solid 1px #646566;height:fit-content;font-size:12px;color:#646566;line-height:12px;-ms-transform:translateX(-10px);transform:translateX(-10px);margin-top:-2px;border-radius:3px;transition:.1s}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-edit-question.active{background-color:#137df7;border-color:#137df7;color:#fff}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-edit-question.active:hover{text-decoration:none}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-edit-question.active:visited{text-decoration:none}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-edit-question:hover{text-decoration:none}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-header .ai-edit-question:hover .fa{color:#137df7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body{display:-ms-flexbox;display:flex;gap:12px;padding:24px 12px 64px 0;white-space:pre-line}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body:last-of-type{padding-bottom:24px}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body::-webkit-scrollbar-track{background-color:#d5e1e8}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body .avatar-img{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:24px;min-width:24px;height:24px;border-radius:3px;background-color:#ebebeb}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body .ai-answer{font-family:Roboto,sans-serif;font-size:14px;line-height:1.71;color:#4a4a4a;font-weight:400;margin-top:-3px}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body .ai-keywords-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;gap:6px;height:fit-content}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body .ai-keywords-list .keyword-item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:28px;color:#fff;font-family:Roboto,sans-serif;font-size:13px;gap:8px;padding:6px 10px;background-color:#738dad;cursor:pointer}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-prompt .ai-prompt-body .ai-keywords-list .keyword-item .fa{font-size:14px}.modal.modal-ai .modal-dialog .modal-content .modal-body #first-step-name .ai-input-group,.modal.modal-ai .modal-dialog .modal-content .modal-body [id^=first-step-assistant-] .ai-input-group{height:34px}.modal.modal-ai .modal-dialog .modal-content .modal-body #first-step-name .ai-input-group .ai-input,.modal.modal-ai .modal-dialog .modal-content .modal-body [id^=first-step-assistant-] .ai-input-group .ai-input{height:34px;padding-left:42px}.modal.modal-ai .modal-dialog .modal-content .modal-body #first-step-name .ai-input-group .avatar-img,.modal.modal-ai .modal-dialog .modal-content .modal-body [id^=first-step-assistant-] .ai-input-group .avatar-img{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;border-radius:3px;overflow:hidden;background-color:#98c8ff;position:absolute;z-index:1;left:8px;top:5px}.modal.modal-ai .modal-dialog .modal-content .modal-body #first-step-name .ai-input-group .avatar-img img,.modal.modal-ai .modal-dialog .modal-content .modal-body [id^=first-step-assistant-] .ai-input-group .avatar-img img{object-fit:cover;width:100%;height:100%}.modal.modal-ai .modal-dialog .modal-content .modal-body #first-step-name .ai-input-group .ai-send,.modal.modal-ai .modal-dialog .modal-content .modal-body [id^=first-step-assistant-] .ai-input-group .ai-send{height:26px}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group{position:relative}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-input{padding:6px 44px 0 8px;font-family:Roboto,sans-serif;font-size:14px;color:#4a4a4a;border-radius:0 0 3px 3px;border:solid 1px #a1b3c9;width:100%;position:absolute;bottom:0;right:0;-ms-transform-origin:bottom right;transform-origin:bottom right;height:56px;resize:none;overflow-y:scroll}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-input::-webkit-scrollbar-track{background-color:#d5e1e8}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-input::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-input::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-input:focus{outline:0}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-send{background-color:#137df7;padding:2px 6px;border-radius:3px;border:none;outline:0;height:48px;position:absolute;right:15px;bottom:4px;cursor:pointer;transition:.2s}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-send .fa{font-size:13px;color:#fff;transition:.2s}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-send[disabled]{cursor:default;background-color:#fff}.modal.modal-ai .modal-dialog .modal-content .modal-body .ai-input-group .ai-send[disabled] .fa{color:#a0b3c9}.modal.modal-ai .modal-dialog .modal-content .modal-footer{border:none}.modal.modal-ai .modal-dialog .modal-content .modal-footer .btn-primary,.modal.modal-ai .modal-dialog .modal-content .modal-footer .btn-secondary{padding:8px 16px}.modal.modal-ai .modal-dialog .modal-content .modal-footer .btn-secondary{border:none}.modal.modal-ai .modal-dialog .modal-content .modal-footer .btn-secondary:active,.modal.modal-ai .modal-dialog .modal-content .modal-footer .btn-secondary:focus,.modal.modal-ai .modal-dialog .modal-content .modal-footer .btn-secondary:visited{border:none;outline:0;box-shadow:none}.modal.modal-ai .modal-dialog .modal-content .ai-loader-bg{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.88)}.modal.modal-ai .modal-dialog .modal-content .ai-loader-bg .ai-loader{top:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal.bootbox .modal-body{padding-top:22px}.modal.bootbox button.bootbox-close-button.close{position:absolute;right:-32px;top:-15px}.modal.modal-bundling-options .modal-content{padding:0}.modal.modal-bundling-options .modal-content .modal-body .small{margin-top:8px}.modal.invoice-payment label{font-weight:400}.modal.modal-search-module .modal-content .modal-body input[type=radio]{margin:1px 0 0 -20px}.modal.modal-advanced-search-subscriptions input[type=radio]{margin:1px 0 0 -20px;line-height:normal}.modal.modal-advanced-search-subscriptions .plans-select{width:100%}.modal.modal-advanced-search-subscriptions .plans-select .input-categories-list{background-color:#fff}.modal.modal-advanced-search-subscriptions .modal-dialog .modal-content .modal-body .categories-list-block input[type=text]{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.modal.add-promo-code .modal-dialog .modal-content .modal-body .form-group .radio-inline label{text-transform:capitalize;font-weight:400}.modal.add-promo-code .modal-dialog .radio-inline input[type=radio]{margin:1px 0 0 -20px}.modal.add-promo-code .modal-dialog .toggle-specific-plan{display:-ms-flexbox;display:flex;gap:12px;font-family:Roboto;font-size:14px;font-weight:500}.modal.add-promo-code .modal-dialog .toggle-specific-plan .switch-button{margin-left:0}.modal.add-promo-code .modal-dialog .plans-select{width:100%}.modal.add-promo-code .modal-dialog .plans-select .input-categories-list{background-color:#fff}.modal.add-promo-code .modal-dialog .categories-list-block .categories-list-header .input-group-icon .form-control{border-left:none}.modal.add-promo-code .modal-dialog .selectize{width:100%}.modal#modal-sitemgr-change-subscription .modal-body .warning-box{display:-ms-flexbox;display:flex;padding:24px;-ms-flex-align:start;align-items:flex-start;gap:16px;background-color:#e5f1f9;border-radius:4px;border:solid 1px #267ba3;margin:16px 0 24px;color:#267ba3}.modal#modal-sitemgr-change-subscription .modal-body .warning-box p{margin-bottom:0}.modal#modal-sitemgr-change-subscription .modal-body .warning-box .fa{font-size:24px;color:#267ba3}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;transform:translate3d(0,0,0)}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-footer{text-align:right}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.modal-danger .modal-header{text-align:center;color:#c94d3c;font-weight:400}.modal-danger .modal-body{background-color:#fefbf7}.modal-danger .modal-body h2,.modal-danger .modal-body h3{color:#c94d3c}.modal-danger .modal-footer{text-align:center}.modal-warning .modal-header{text-align:center;color:#f2b260;font-weight:400}.modal-warning .modal-body{background-color:#fefbf7}.modal-warning .modal-body h2,.modal-warning .modal-body h3{color:#f2b260}.modal-warning .modal-footer{text-align:center}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}#edit-header-modal,#edit-header-with-phone-modal{overflow-y:auto}#edit-footer-modal,#edit-footer-with-logo-modal,#edit-footer-with-newsletter-modal,#edit-footer-with-social-media-modal{overflow-y:auto}#edit-contactform-modal{overflow-y:auto}.modal.in .modal-dialog.vertical-scroll{overflow:hidden;max-height:100%;margin-bottom:0;margin-top:0;height:100%;padding:0}.modal.in .modal-dialog.vertical-scroll .modal-content{margin:5vh 15px;overflow:hidden;height:90vh;background-color:#fff}.modal.in .modal-dialog.vertical-scroll .modal-content .modal-body{padding:0}.modal.in .modal-dialog.vertical-scroll .modal-content .modal-footer{background-color:#fff;position:sticky;width:100%;bottom:0}.modal.in .modal-dialog.vertical-scroll .modal-content .tab-content{height:65vh;overflow:auto}@media (min-width:768px){.modal.in .modal-dialog.vertical-scroll .modal-content .tab-options{height:calc(100vh - 250px);overflow:auto}}.modal.in .modal-dialog.vertical-scroll.modal-dialog-card{overflow:auto}.modal.in .modal-dialog.vertical-scroll.modal-dialog-card .modal-content{overflow:auto}.modal.in .modal-dialog.vertical-scroll.modal-dialog-card .modal-content .tab-content{overflow:initial}.custom-members-modal .modal-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.custom-members-modal .modal-header button{border:0;background-color:transparent;font-size:20px;font-weight:500;color:#6d7988}.custom-modal-wrapper .modal-content{background:#f3f5f8;box-shadow:none;border:1px solid #a1b3c9;padding:32px 42px;position:relative}.custom-modal-wrapper .modal-content .close{color:#738dad;position:absolute;top:6px;right:8px;float:none;opacity:1}.custom-modal-wrapper .modal-content .modal-header{border:none;padding:0}.custom-modal-wrapper .modal-content .modal-header .modal-title{font-family:Roboto;font-weight:400}.custom-modal-wrapper .modal-content .modal-body{padding:0;background:0 0;color:#4a4a4a;font-family:Roboto;font-size:14px;font-weight:400;margin-top:16px}.custom-modal-wrapper .modal-content .modal-footer{padding:0;text-align:left;border:none;margin-top:48px}.custom-modal-wrapper .modal-content[modal-type=danger] .modal-header .modal-title{color:#c94d3c}.custom-modal-wrapper .modal-content[modal-type=attention] .modal-header .modal-title{color:#4a5168}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-header{text-align:center}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-header .alert-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:50px;height:50px;border:2px solid #c94d3c;color:#c94d3c;font-size:22px;text-align:center;line-height:35px;border-radius:9999px}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-header .modal-title{color:#4a5168;margin-top:12px}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-body .modal-description{text-align:center;max-width:80%;margin:0 auto}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-body .modal-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-left:-8px;margin-top:24px}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-body .modal-actions .action-item{background:#fff;padding:32px 24px;width:calc((100% / 2) - 8px);margin-left:8px;text-align:center;cursor:pointer}.custom-modal-wrapper .modal-content[modal-type=remove-linked-listing] .modal-body .modal-actions .action-item strong{display:block;font-size:24px;font-weight:500;margin-bottom:16px}.custom-modal-wrapper .modal-content[modal-type=save-changes] .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.custom-modal-wrapper .modal-content[modal-type=save-changes] .modal-footer:after,.custom-modal-wrapper .modal-content[modal-type=save-changes] .modal-footer:before{display:none}.custom-modal-wrapper .modal-content[modal-type=save-changes] .modal-footer .btn-outline{border:1px solid #c94d3c;color:#c94d3c}.custom-modal-wrapper#modal-bulk .modal-content .modal-footer{text-align:right}.modal .modal-dialog.listing-template-widget-modal{width:90%}@media screen and (min-width:992px){.modal .modal-dialog.listing-template-widget-modal{width:890px}}.modal .modal-dialog.listing-template-widget-modal .animate__fadeInLeft,.modal .modal-dialog.listing-template-widget-modal .animate__fadeInRight{--animate-duration:.5s}.modal .modal-dialog.listing-template-widget-modal .modal-content{background-color:#fff}.modal .modal-dialog.listing-template-widget-modal .modal-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;max-height:94px;-ms-flex-align:center;align-items:center;padding:0 0 24px 0}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-default{width:100%;overflow:hidden}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-default .modal-title{font-size:18px}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-widget-custom{width:100%;display:none;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:18px}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-content .back-button{font-size:15px;font-family:Roboto,sans-serif;text-decoration:none;color:#3e455e;font-weight:400}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-content .modal-title{font-size:24px;font-family:Roboto,sans-serif;font-weight:400;color:#4a4a4a}.modal .modal-dialog.listing-template-widget-modal .modal-header .modal-header-action .toggle-required-widget{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:Roboto,sans-serif;font-weight:400;color:#4a4a4a;font-size:14px}.modal .modal-dialog.listing-template-widget-modal .modal-body{display:-ms-flexbox;display:flex;overflow-x:hidden;-ms-flex-direction:column;flex-direction:column;padding:0}.modal .modal-dialog.listing-template-widget-modal .modal-body .list-widget-templates{min-width:100%}.modal .modal-dialog.listing-template-widget-modal .modal-body .list-widget-form{display:none;min-width:100%}.modal .modal-dialog.listing-template-widget-modal .list-widget-form-actions{padding:30px 0;text-align:right}.modal .modal-dialog.listing-template-widget-modal .modal-footer{overflow-x:hidden;padding:24px 0 0 0}.modal .modal-dialog.listing-template-widget-modal .modal-footer .btn-default{background:0 0;border-color:transparent;color:#636465}.modal .modal-dialog.listing-template-widget-modal .modal-footer .modal-footer-widget-custom{display:none}.modal .modal-dialog.listing-template-widget-modal .list-widget-templates{background:#f7f8fb}.modal .modal-dialog.listing-template-widget-modal .list-widget-templates .widget-input-icon{max-width:100%;display:-ms-flexbox;display:flex;padding:24px 48px 0}@media screen and (min-width:992px){.modal .modal-dialog.listing-template-widget-modal .list-widget-templates .widget-input-icon{max-width:40%}}.modal .modal-dialog.listing-template-widget-modal .list-widget-templates .widget-input-icon .input-icon{border:1px solid #8aa0ba;border-right:none;border-top-left-radius:3px;border-bottom-left-radius:3px;padding-left:12px;line-height:32px;color:#8aa0ba;background:#fff}.modal .modal-dialog.listing-template-widget-modal .list-widget-templates .widget-input-icon .widget-templates-search{border-color:#8aa0ba!important;border-left:none;border-radius:3px;border-top-left-radius:0;border-bottom-left-radius:0;box-shadow:none;outline:0}.modal .modal-dialog.listing-template-widget-modal .list-widget-templates .widget-input-icon .widget-templates-search:-ms-input-placeholder{color:#8aa0ba}.modal .modal-dialog.listing-template-widget-modal .list-widget-templates .widget-input-icon .widget-templates-search::placeholder{color:#8aa0ba}.modal .modal-dialog.listing-template-widget-modal .widget-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-16px;max-height:430px;overflow-y:auto;padding:24px 48px}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item{width:100%;border:1px solid #a1b3c9;padding:24px 44px;text-align:center;height:230px;background:#fff;margin-bottom:16px;cursor:pointer;transition:border-color .2s ease-in-out}@media screen and (min-width:992px){.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item{width:calc(50% - 16px);margin-left:16px}}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item:hover{border-color:#137df7}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item .widget-title{font-weight:500;font-family:Roboto,sans-serif;font-size:15px;color:#4a4a4a}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item .widget-placeholder{margin-top:24px;width:264px;height:135px;overflow:hidden}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item .widget-placeholder img{max-width:100%;height:auto;display:block;object-fit:cover}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item[data-section=sidebar]{min-height:230px;height:auto}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item[data-section=sidebar] .widget-placeholder{height:auto;overflow:initial}.modal .modal-dialog.listing-template-widget-modal .widget-list .widget-item[data-section=sidebar] .widget-placeholder img{display:inline-block}.modal .modal-dialog.listing-template-widget-modal .widget-form{padding:40px;background:#f7f8fb;width:100%;min-height:450px}.modal .modal-dialog.listing-template-widget-modal .widget-form.has-scroll{max-height:530px;overflow-y:auto}.modal .modal-dialog.listing-template-widget-modal .widget-form .form-group{margin-bottom:16px}.modal .modal-dialog.listing-template-widget-modal .widget-form .feature-icon{font-family:Roboto,FontAwesome,Arial,sans-serif}.modal .modal-dialog.listing-template-widget-modal .widget-form .feature-icon .item{font-family:FontAwesome,Roboto}.modal .modal-dialog.listing-template-widget-modal .form-label{color:#4a4a4a;font-weight:500;font-size:12px;font-family:Roboto,sans-serif;margin-bottom:8px}.modal .modal-dialog.listing-template-widget-modal .form-label .fa{color:#c3c4c7;font-size:14px;margin-left:4px}.modal .modal-dialog.listing-template-widget-modal .custom-left-space{padding-left:4px}.modal .modal-dialog.listing-template-widget-modal .form-control{box-shadow:none;border-radius:3px;border-color:#a1b3c9!important}.modal .modal-dialog.listing-template-widget-modal .widget-group{border:1px solid #afbed1;padding:24px 40px;background:#fff}.modal .modal-dialog.listing-template-widget-modal .widget-group:not(:first-child){margin-top:16px}.modal .modal-dialog.listing-template-widget-modal .widget-template-placeholder{text-align:center;border:1px dashed #ddd;border-radius:3px;padding:5px 8px;color:#137df7;font-size:22px;line-height:1;cursor:pointer;transition:border-color .2s ease-in-out}.modal .modal-dialog.listing-template-widget-modal .widget-template-placeholder:hover{border-color:#137df7}.modal .modal-dialog.listing-template-widget-modal .check-list-labels .col-md-10{padding-right:4px}.modal .modal-dialog.listing-template-widget-modal .check-list-labels .col-md-2{padding-left:4px}.modal .modal-dialog.listing-template-widget-modal .specialties-labels .col-md-8{padding-right:4px}.modal .modal-dialog.listing-template-widget-modal .specialties-labels .col-md-4{padding-left:4px}.modal .modal-dialog.listing-template-widget-modal .widget-fields-labels{margin-bottom:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item{display:none;position:relative}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.is-loaded{display:block}.modal .modal-dialog.listing-template-widget-modal .widget-field-item .check-list-icon-selected,.modal .modal-dialog.listing-template-widget-modal .widget-field-item .widget-field-remove{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.modal .modal-dialog.listing-template-widget-modal .widget-field-item .form-radio-group{display:-ms-flexbox;display:flex}.modal .modal-dialog.listing-template-widget-modal .widget-field-item .form-radio-group label{width:auto}.modal .modal-dialog.listing-template-widget-modal .widget-field-item .form-radio-group label input{margin-right:3px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item .form-radio-group label small{margin-left:2px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.checklist-option{margin-bottom:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.checklist-option .form-group{margin-bottom:0}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.checklist-option .col-md-8{padding-right:4px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.checklist-option .col-md-4{padding-left:4px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.range-field-item .col-md-6{padding-right:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.range-field-item .col-md-2{padding-left:8px;padding-right:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.range-field-item .col-md-4{padding-left:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.specialties-option{margin-bottom:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.specialties-option .form-group{margin-bottom:0}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.description-options .col-md-8{padding-right:4px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.description-options .col-md-4{padding-left:4px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.field-option{margin-bottom:8px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.field-option .form-group{margin-bottom:0}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.field-option .col-md-8{padding-right:4px}.modal .modal-dialog.listing-template-widget-modal .widget-field-item.field-option .col-md-4{padding-left:4px}.modal .modal-dialog.listing-template-widget-modal .widget-field-remove{position:absolute;top:33px;right:-17px;background:0 0;border:none;outline:0;box-shadow:none;cursor:pointer;color:#ddd;transition:color .2s ease-in-out;display:none}.modal .modal-dialog.listing-template-widget-modal .widget-field-remove:hover{color:#c94d3c}.modal .modal-dialog.listing-template-widget-modal .field-options-group label{color:#636465;font-weight:400;font-family:Roboto,sans-serif;font-size:14px;margin-bottom:0}.modal .modal-dialog.listing-template-widget-modal .field-options-group label small{color:#a1b3c9}.modal .modal-dialog.listing-template-widget-modal .checkbox-group label{color:#636465;font-weight:400;font-family:Roboto,sans-serif;font-size:14px}.modal .modal-dialog.listing-template-widget-modal .related-listing-checkbox label{margin-bottom:0;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;line-height:1;cursor:pointer}.modal .modal-dialog.listing-template-widget-modal .related-listing-checkbox label+label{margin-left:12px}.modal .modal-dialog.listing-template-widget-modal .related-listing-checkbox label input{margin-top:0;margin-right:4px}.modal .modal-dialog.listing-template-widget-modal .check-list-icon-selected{position:absolute;top:33px;left:-10px;color:#becfd7}.modal .modal-dialog.listing-template-widget-modal .input-group-range .input-group-addon{font-family:Roboto,sans-serif;color:#575757;background:0 0;border:none;font-weight:400}.modal .modal-dialog.listing-template-widget-modal .input-group-range .form-control:first-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.modal .modal-dialog.listing-template-widget-modal .input-group-range .form-control:last-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.modal .modal-dialog.listing-template-widget-modal .form-radio-group{margin-top:8px}.modal .modal-dialog.listing-template-widget-modal .form-radio-group>label{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.modal .modal-dialog.listing-template-widget-modal .form-radio-group>label:not(:first-child){margin-left:8px}.modal .modal-dialog.listing-template-widget-modal .form-radio-group>label>input{margin:0}.modal .modal-dialog.listing-template-widget-modal .form-radio-group>label>input:checked+.call-action-group{border-color:#137df7}.modal .modal-dialog.listing-template-widget-modal .form-radio-group>label>input:checked+.call-action-group .call-button{background:#137df7}.modal .modal-dialog.listing-template-widget-modal .form-radio-group>label>input:checked+.call-action-group .call-button.button-outline{border-color:#137df7;background:0 0;color:#137df7}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-action-group{padding:16px 24px;border:1px solid #becfd7;border-radius:4px;margin-left:8px;transition:border-color .2s ease-in-out;min-width:191px}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-button{display:block;width:141px;background:#becfd7;border:1px solid #becfd7;text-align:center;color:#fff;height:30px;line-height:30px;font-family:Roboto,sans-serif;font-weight:400;font-size:13px;border-radius:4px;transition:.2s ease-in-out}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-button.button-outline{background:0 0;color:#becfd7;border-color:#becfd7}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-button.button-alignment{width:81px}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-button.button-alignment.button-left{margin-right:auto;margin-left:0}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-button.button-alignment.button-center{margin-right:auto;margin-left:auto}.modal .modal-dialog.listing-template-widget-modal .form-radio-group .call-button.button-alignment.button-right{margin-right:0;margin-left:auto}.modal .modal-dialog.listing-template-widget-modal .characters-left{text-align:right;font-size:12px;font-family:Roboto,sans-serif;font-weight:500;color:#b9c6d6;margin-top:8px}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox{font-family:Roboto,sans-serif;color:#636465;font-weight:400;margin-top:4px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox label{font-family:Roboto,sans-serif;color:#636465;font-weight:400}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox input{margin-right:4px}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox .fa{color:#c3c4c7;-ms-transform:translateY(-2px);transform:translateY(-2px)}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox .fa:hover+.hide-label-image{visibility:visible;opacity:1}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox .hide-label-image{position:absolute;z-index:5;top:100%;left:0;background:#eee;padding:16px;margin-top:6px;visibility:hidden;opacity:0;transition:.2s ease-in-out}.modal .modal-dialog.listing-template-widget-modal .hide-label-checkbox .hide-label-image:before{content:"";position:absolute;top:-1px;left:50%;width:12px;height:12px;background:#eee;-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%)}.modal .modal-dialog.listing-template-widget-modal .buttonSave[disabled]{background-color:#636465;border-color:#636465}.modal .modal-dialog.listing-template-widget-modal .alertChange{margin-top:24px;background:#fe9700;padding:12px 18px;font-size:12px;font-family:Roboto,sans-serif;color:#fff;font-weight:500;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.modal .modal-dialog.listing-template-widget-modal .alertChange .fa{font-size:28px;margin-right:18px}.modal .modal-dialog.listing-template-widget-modal .alertChange a{color:#fff;text-decoration:underline;cursor:pointer}.modal .modal-dialog.listing-template-widget-modal .alertChange p{margin:0}.modal.alert-popup.alert-popup-positive .modal-content .modal-header{color:#137df7}.modal.alert-popup.alert-popup-negative .modal-content .modal-header{color:#c94d3c}.modal.alert-popup .modal-content .modal-header h4{font-size:18px;font-weight:500}.modal.alert-popup .modal-content .modal-body p{font-weight:400;color:#4a4a4a}.modal.alert-popup .modal-content .modal-body p:last-of-type{margin-bottom:0}.alert-popup-positive.modal.alert-popup .modal-content .modal-footer .btn-primary{background-color:#137df7}.alert-popup-negative.modal.alert-popup .modal-content .modal-footer .btn-primary{background-color:#c94d3c;border:#c94d3c}#confirmFbUserIdModal .modal-dialog .modal-body #fb-id-container .fbfirstname{font-weight:700}#confirmFbUserIdModal .modal-dialog .modal-body #modal-confirmation-msg{margin-top:16px}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0}.tooltip.in{opacity:.9}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:0}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.fa.tooltip-icon{font-size:18px;color:#137df7;cursor:pointer}.fa.tooltip-icon.align-c{-ms-transform:translate(-15px,5px);transform:translate(-15px,5px)}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:0;box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:-1 -1 0 0}.popover-content{padding:9px 14px;font-family:Roboto,sans-serif;font-size:14px;line-height:1.42857143;font-weight:300;color:#3b3936}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;transform:translate3d(0,0,0)}.btn-link{color:#137df7!important}.display-flex{display:-ms-flexbox;display:flex}.display-flex.align-items-end{-ms-flex-align:end;align-items:flex-end}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}body,html{height:100%}body{overflow:hidden;font-family:Roboto,Arial,sans-serif;font-weight:400;color:#302e2b}main{display:block}.sidebar{width:120px;display:none;background-color:#595855;position:absolute;bottom:0;top:80px;overflow:hidden;z-index:900;transition:ease width .4s 0}.sidebar .main-sidebar{width:120px;background-color:#164378;bottom:0;left:0;position:absolute;top:0}@media (max-width:992px){.sidebar .main-sidebar .nano-content{margin-bottom:60px}}.sidebar.sidebar-ext{max-width:300px}.sidebar.sidebar-ext .short-sidebar{background-color:#164378;bottom:0;left:0;position:absolute;top:0;width:70px;z-index:10}@media (max-width:992px){.sidebar.sidebar-ext .short-sidebar{bottom:60px}}.sidebar .nav{text-align:center;font-size:.8em;padding-bottom:80px}.sidebar .nav i{font-size:3em;display:block;clear:both}.sidebar .nav.nav-pills>li>a{padding:23px 15px}.sidebar .notification{border-radius:25px;line-height:1;padding:5px;font-size:15px;color:#fff;background-color:#f2b260;height:25px;width:25px;position:absolute;top:0;right:0;margin:10px;font-weight:700}.sidebar .notification a{border-radius:25px;color:#fff;display:block;height:25px;line-height:24px;margin:-5px;width:25px}.sidebar .notification a:focus,.sidebar .notification a:hover{color:#fff;text-decoration:none}.sidebar .notification:focus,.sidebar .notification:hover{opacity:.9}.sidebar .branding-message{color:#fff;margin-top:50px;font-size:.95em;padding:50px 5px 0;background:url(brand-edirectory.png) no-repeat center 0 transparent}.sidebar .branding-message>a{padding:0!important;color:#137df7!important}.sidebar .branding-message>a:focus,.sidebar .branding-message>a:hover{background-color:transparent;color:#d6d6d6!important}.sidebar .unbranded-message{color:#fff;font-size:.95em}.sidebar .unbranded-message>a{padding:0!important;color:#137df7!important}.sidebar .unbranded-message>a:focus,.sidebar .unbranded-message>a:hover{background-color:transparent;color:#d6d6d6!important}.second-sidebar{background-color:#133154;bottom:0;color:#fff;left:70px;max-width:170px;padding:1em;position:absolute;top:0;width:170px;z-index:1}.second-sidebar h1{color:#dedede;font-size:1.1em}.second-sidebar p{font-size:.9em;color:#dedede}.second-sidebar .navigation.nano{bottom:0;height:auto;left:0;position:absolute;top:150px;background-color:#173b65}@media (max-width:992px){.second-sidebar .navigation.nano{bottom:70px}}.second-sidebar .list-group.nano-content{font-size:.95em;margin-bottom:0}.second-sidebar .list-group.nano-content .list-group-item{margin:5px;padding:10px 15px}.second-sidebar .list-group.nano-content .list-group-item:focus,.second-sidebar .list-group.nano-content .list-group-item:hover{color:#137df7;background:0 0}.second-sidebar .list-group.nano-content .list-group-item.active,.second-sidebar .list-group.nano-content .list-group-item:active{color:#137df7}.container-fluid .footer-message{z-index:1040}.footer-message{background-color:#fef6ed;bottom:0;font-size:.9em;left:0;position:fixed;right:0;z-index:1000}.footer-message .alert{text-align:center;margin-bottom:0}.footer-message .branded-footer{background-color:#3f3e3c;height:27px;font-size:.8em;color:#fff;padding:5px 20px}.footer-message .branded-footer p{margin-top:3px}@media (max-width:1199px){.footer-message{display:none}}@media (min-width:1200px){.sidebar.togglepush{width:120px;display:block}.sidebar.sidebar-ext.togglepush{width:240px;min-width:240px;display:block}.wrapper-dashboard.togglesidebar{padding-left:120px}.wrapper.togglesidebar{padding-left:255px}}@media (max-width:1200px){body [class*=wrapper]:not('.main-wrapper'){transform:translate3d(240px,0,0);transition:.5s ease all;overflow-y:hidden}body [class*=wrapper]:not('.main-wrapper').togglesidebar{transform:translate3d(0,0,0);overflow-y:auto}body [class*=wrapper]:not('.main-wrapper').togglesidebar:after{opacity:0;box-shadow:0 0 0 #000 inset;content:none}body [class*=wrapper]:not('.main-wrapper'):after{background-color:gray;bottom:0;box-shadow:-1px 0 13px #000 inset;content:"";height:100%;left:0;opacity:.6;position:fixed;right:0;top:0;width:100%;backface-visibility:hidden;z-index:10}body .wrapper-dashboard{transform:translate3d(120px,0,0);overflow-y:scroll}body .wrapper-dashboard.togglesidebar{transform:translate3d(0,0,0)}.sidebar{z-index:9;width:120px;position:fixed;height:100%;top:60px;left:0;display:block}.sidebar.togglepush{left:-120px}.sidebar.sidebar-ext{width:240px;left:0}.sidebar.sidebar-ext.togglepush{left:-240px}}[class*=wrapper]:not('.main-wrapper'){bottom:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:80px;left:0;right:0;width:100%}@media (max-width:992px){[class*=wrapper]:not('.main-wrapper'){bottom:0;position:fixed;max-width:100%;z-index:0}}@media (max-width:992px){body.modal-open [class*=wrapper]{-ms-transform:none;transform:none;z-index:inherit;position:inherit}}.wrapper-dashboard{padding:0 0 1em 1em}@media (max-width:1200px) and (min-width:992px){.wrapper-dashboard{padding:0}}.wrapper-dashboard .dashboard{padding:1em;position:relative}@media (max-width:992px){.wrapper-dashboard .dashboard{padding:0}}.wrapper-dashboard .content-full{left:120px;border-left:1px solid #595855}@media (max-width:1200px){.wrapper-dashboard .content-full{left:0}}.upgradeplan-banner{background:#7fd6c2;padding:24px 30px;margin-bottom:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.upgradeplan-banner{-ms-flex-direction:row;flex-direction:row}}.upgradeplan-banner>.upgradeplan-content{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.upgradeplan-banner>.upgradeplan-content .upgradeplan-icon{width:64px;height:64px;display:none}@media screen and (min-width:768px){.upgradeplan-banner>.upgradeplan-content .upgradeplan-icon{display:inline-block}}@media screen and (min-width:768px){.upgradeplan-banner>.upgradeplan-content .upgradeplan-text{max-width:calc(100% - 130px);margin-left:18px}}@media screen and (min-width:992px){.upgradeplan-banner>.upgradeplan-content .upgradeplan-text{max-width:100%}}.upgradeplan-banner>.upgradeplan-content .upgradeplan-text h3{margin:0;line-height:1;color:#fff;margin-bottom:8px}@media screen and (min-width:768px){.upgradeplan-banner>.upgradeplan-content .upgradeplan-text h3{font-size:20px}}@media screen and (min-width:992px){.upgradeplan-banner>.upgradeplan-content .upgradeplan-text h3{font-size:22px}}@media screen and (min-width:1200px){.upgradeplan-banner>.upgradeplan-content .upgradeplan-text h3{font-size:26px}}.upgradeplan-banner>.upgradeplan-content .upgradeplan-text h3:last-child{margin-bottom:0}.upgradeplan-banner>.upgradeplan-content .upgradeplan-text small{color:#fff;font-size:14px}.upgradeplan-banner>.upgradeplan-action{width:100%;margin-top:12px}@media screen and (min-width:768px){.upgradeplan-banner>.upgradeplan-action{width:auto;margin-top:0}}.upgradeplan-banner>.upgradeplan-action .button{width:100%;padding:16px;display:block;background:#137df7;border-radius:3px;text-align:center;font-size:14px;color:#fff;text-decoration:none;transition:.2s ease-in-out}@media screen and (min-width:768px){.upgradeplan-banner>.upgradeplan-action .button{width:200px;display:inline-block;font-size:16px}}@media screen and (min-width:992px){.upgradeplan-banner>.upgradeplan-action .button{padding:26px}}.upgradeplan-banner>.upgradeplan-action .button:hover{background:#4498f9}[class*=content-control]{position:fixed;right:0;z-index:3}.content-control .form-inline{display:inline}.content-control .control-bar{text-align:right}.content-control .control-folders.dropdown-menu{display:block;background:0 0;border:none;box-shadow:none;padding:0;margin:0;position:inherit}@keyframes fade-out{0%{opacity:1}100%{opacity:0;z-index:-3}}.content-full{bottom:26px;left:240px;position:fixed;right:0;top:128px;float:left}.content-full,.content-full:after,.content-full:before{clear:both}.content-full .alert{display:block;margin:0;position:absolute;right:40%;top:20%;z-index:999;animation:.5s ease 3s alternate forwards 1 fade-out}@media (max-width:1200px){.content-full{position:absolute;bottom:0;left:0;right:0}.content-full .list-content{left:0;position:absolute;right:0}}.list-content-item{list-style:none;padding:0}.list-content-item.no-bulk .item{padding-left:.3em}.list-content-item .item{padding:.1em .8em .5em}.control-view{position:absolute;left:0;top:0;right:0;z-index:1}.control-view .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.control-view .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:3px}.control-view .btn-toolbar{margin:20px 0 0 20px}.control-view .btn-toolbar .btn-group{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;gap:8px}.control-view .btn-toolbar .btn-group .btn .fa{font-size:14px;margin-right:8px}.control-view .btn-toolbar .btn-group .btn.btn-borderless{color:#137df7}.control-view .btn-toolbar .btn-icon [class*=icon-]{margin-right:5px}.control-view .close{float:right;margin:10px}.control-view li i{font-size:1.4em;vertical-align:middle}.control-view .btn-danger{background-color:#fff;color:#f48895;border:solid 1px #f48895}.control-view .btn-danger .fa{margin-right:4px}.control-view .btn-danger .btn-icon [class*=icon-]{color:#f48895}.control-view .btn-danger:focus,.control-view .btn-danger:hover{opacity:.8;background-color:#fff;color:#f48895;border:solid 1px #f48895}.control-view .btn-danger:focus .btn-icon [class*=icon-],.control-view .btn-danger:hover .btn-icon [class*=icon-]{color:#f48895}.no-sidebar .content-full,.no-sidebar [class*=content-control]{left:0}.content-item,.content-item-noview{border-bottom:1px solid #e6e6e6;padding:4px 10px 2px;position:relative}.content-item-noview:after,.content-item-noview:before,.content-item:after,.content-item:before{content:" ";display:table}.content-item-noview:after,.content-item:after{clear:both}.content-item-noview:after,.content-item-noview:before,.content-item:after,.content-item:before{content:" ";display:table}.content-item-noview:after,.content-item:after{clear:both}.content-item .status,.content-item-noview .status{display:table-cell;width:4px}.content-item .status [class*=status-],.content-item-noview .status [class*=status-]{top:0;bottom:0;left:0;position:absolute;width:4px}.content-item .status .status-pending,.content-item-noview .status .status-pending{background-color:#f2b260}.content-item .status .status-active,.content-item-noview .status .status-active{background-color:#137df7}.content-item .status .status-expired,.content-item-noview .status .status-expired{background-color:#c94d3c}.content-item .status .status-draft,.content-item .status .status-suspended,.content-item-noview .status .status-draft,.content-item-noview .status .status-suspended{background-color:#164378}.content-item .check-bulk,.content-item-noview .check-bulk{padding:0 .1em 0 .2em;display:table-cell;vertical-align:middle}.content-item .item,.content-item-noview .item{display:table-cell;width:100%}.content-item .item h3,.content-item-noview .item h3{font-size:1.1em;margin:2px 0 4px;line-height:1em;font-weight:400}.content-item .item p,.content-item-noview .item p{font-size:.9em;line-height:1.4em;margin:0;min-height:14px}.content-item .item span i,.content-item-noview .item span i{padding:0 7px;color:#d6d6d6}.content-item .item .item-scheduled,.content-item-noview .item .item-scheduled{display:-ms-flexbox;display:flex;gap:6px}.content-item .item .item-scheduled .item-date,.content-item-noview .item .item-scheduled .item-date{opacity:.75;font-family:Roboto;font-size:14px;color:#2f2f2f}.content-item .item .sub-id,.content-item-noview .item .sub-id{color:#302e2b;font-family:Roboto;font-size:12px;font-style:normal;font-weight:300}.content-item .item .pull-right.pull-up,.content-item-noview .item .pull-right.pull-up{-ms-transform:translateY(-15px);transform:translateY(-15px)}@media (max-width:992px){.content-item,.content-item-noview{padding:3px 10px 1px;font-size:13px}}.status-tag{font-size:13px;padding:3px 10px;border-radius:50px;width:fit-content;color:#3e455e}.status-tag.status-suspended{background-color:#f0f0f2}.status-tag.status-active{color:#6cbf13;background-color:#e4f3d4}.status-tag.status-expired{background-color:#fff2d6}.status-tag.status-pending{background-color:#fcedda}.status-tag.status-canceled{background-color:#ffe3e3}.status-tag.status-trialing{background-color:#d9eafe}.content-item.active,.content-item:hover{cursor:pointer;background-color:#f6f6f6;outline:0 none}.content-item:focus{outline:0 none}.view-item{margin-top:50px;padding:24px}.view-item h1{font-size:1.9em;font-weight:400}.view-item h5{margin-top:12px;font-weight:500}.view-item p{font-size:.9em;font-weight:400}.view-item .view-link{display:block;color:#137df7;font-size:14px;font-weight:400;margin-bottom:24px;margin-top:8px;transition:.2s;max-width:fit-content}.view-item .view-link:hover{text-decoration:none;opacity:.8}.view-item .view-link .fa{font-size:16px;margin-left:3px;-ms-transform:translateY(2px);transform:translateY(2px)}.view-item .text-info{color:#137df7;text-decoration:underline}.view-item .module-status{margin-top:8px}.view-item .module-status label{font-family:Roboto;font-size:12px;font-weight:500}.view-item .copy-sub-id{display:-ms-flexbox;display:flex;color:#4a4a4a;font-family:Roboto;font-weight:400;font-size:16px;margin-bottom:8px}.view-item .copy-sub-id .copy-id-trigger{margin-left:8px}.view-item .copy-sub-id .copy-id-trigger .fa{font-size:14px;cursor:pointer;transition:.2s}.view-item .copy-sub-id .copy-id-trigger .fa:hover{opacity:.6}.view-item .view-title{font-family:Roboto;font-size:27px;color:#302e2b;margin-top:0}.view-item .view-title .link-preview .fa{color:#29292f;font-size:20px}.view-item .preview-actions{position:relative;display:-ms-flexbox;display:flex;gap:16px;padding-top:24px;margin-top:24px}.view-item .preview-actions .btn-outline{border:solid 1px #137df7;color:#137df7}.view-item .preview-actions .btn-outline .fa{color:#137df7}.view-item .preview-actions:before{content:"";width:calc(100% + 48px);height:1px;background-color:#e8e8e8;position:absolute;top:0;left:-24px}.view-item .main-image .btn{color:#137df7}.view-item .list-unstyled{margin-bottom:32px}.view-item .list-unstyled li{margin-bottom:8px}.view-item .list-unstyled li .plan-status-tag{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2px 12px;border-radius:12px;background-color:rgba(108,191,19,.08);color:#6cbf13;width:fit-content;margin-left:8px}.view-item .galeria{margin-top:2em}.view-item .galeria>div{overflow:hidden;height:5em;margin-bottom:1.4em}.view-item .galeria img{max-width:100%;max-height:100%}.view-item .main-image>img{max-width:160px;max-height:160px;margin-top:20px}.view-item .main-image>p{margin-top:20px}.view-item .profile-image img{margin-bottom:10px;margin-top:30px;max-width:160px;max-height:160px;width:160px;height:160px;object-fit:cover}@media (max-width:768px){.view-item .profile-image img{margin-top:0}}.view-item .custom-objectfit{position:relative;background-size:cover;background-position:center center}.view-item .custom-objectfit .img-objectfit{opacity:0}.view-item .view-item-summary{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;margin-top:30px;padding:20px 0 10px;text-align:center}.view-item .view-item-summary i{font-size:300%;clear:both;display:block}.view-item .view-item-summary>div{min-height:110px}.view-item .view-item-summary a{color:#164378}.view-item .view-item-summary a:hover{text-decoration:none;color:#137df7}.view-item .change-subscription-link{font-family:Roboto,sans-serif;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:8px 12px;gap:8px;border-radius:3px;background:#e3ecf0;width:fit-content;color:#4a4a4a;transition:.2s}.view-item .change-subscription-link .fa{color:#4a4a4a}.view-item .change-subscription-link:active,.view-item .change-subscription-link:focus,.view-item .change-subscription-link:hover,.view-item .change-subscription-link:visited{text-decoration:none}.view-item .change-subscription-link:hover{opacity:.7}@media (max-width:1200px){.view-item h1{font-size:.7em}}.author-image .objectfit,.view-item .objectfit{width:100px;height:100px;margin:0 auto 20px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;display:block}.author-image .objectfit .img-objectfit,.view-item .objectfit .img-objectfit{width:100px;height:100px;margin:0;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;object-fit:cover}.author-image .objectfit .img-objectfit:not(.article-author-image),.view-item .objectfit .img-objectfit:not(.article-author-image){max-height:120px}.author-image .objectfit{width:120px;height:120px;margin:0 auto 0}.author-image .objectfit .img-objectfit{width:120px;height:120px}@media (min-width:1200px){.content-full .list-content{width:100%;float:left;height:100%;overflow-x:hidden;overflow-y:auto}.content-full .list-content.divided{width:50%;border-right:1px solid #e6e6e6}.content-full .view-content{position:relative;float:right;width:50%;display:none;height:100%;overflow-x:hidden;overflow-y:auto}.content-full .view-content.show{display:block}}@media (max-width:1200px){.smart-content-view{overflow:hidden}.content-full{left:0;top:52px;bottom:0;border-left:0;height:auto;position:absolute;overflow-y:auto;overflow-x:hidden}.view-content h1{font-size:1.6em}.view-content.show{position:fixed;background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;z-index:999}.view-content .view-content-info{background-color:#fff;border:1px solid #e6e6e6;box-shadow:0 0 1px 0 #d6d6d6;bottom:1em;left:1em;position:fixed;right:1em;top:1em;z-index:50000}.view-content .view-content-info .control-view{left:1em;position:fixed;right:1em;top:15px;height:40px}.view-content .view-content-info .view-item{bottom:1em;height:auto;left:1em;margin:0;overflow-y:auto;padding:20px;position:fixed;right:1em;top:60px}.view-content .view-content-info .view-item .main-image{margin:0 auto}.view-content .view-content-info .view-item .main-image>img{margin-top:0}}@media (max-width:992px){body,html{height:100%}.wrapper-dashboard{padding:1em}.control-searchbar{display:table;margin-top:3px}.control-searchbar .bulk-check-all,.control-searchbar .form-group{display:table-cell}.control-searchbar .bulk-check-all{padding-right:12px}.content-control .control-responsive.open .control-folders.dropdown-menu{display:block}.content-control .control-folders.dropdown-menu{display:none;position:absolute;background-color:#fff;border:1px solid #cfcfcf;padding:0;right:0;left:0;margin:2px 0 0;min-width:160px;text-align:left;top:100%;box-shadow:0 6px 12px rgba(0,0,0,.176)}.content-control .control-folders .btn-group{width:100%}.content-control .control-folders .btn-group>.btn{border:none;border-radius:0;display:block;margin:0;padding:10px 0;width:100%}.control-responsive{text-align:right;float:right}}@media (max-width:768px){.view-content.show{transform:translate3d(0,0,0)}.content-full,.view-content-info{transform:translate3d(0,0,0)}.list-content.divided.smart-content-view{transform:translate3d(0,0,0);position:fixed}}.view-content .content-table{max-height:500px}.view-content .content-table th{white-space:nowrap}.view-content .content-table .manage-link{margin:auto;display:inline-block;width:100%;text-align:center;color:#4b4b4c;transition:.2s}.view-content .content-table .manage-link:hover{color:#199adb;text-decoration:none}.view-content .content-table .manage-link .fa{font-size:18px}.view-content .content-table .manage-dropdown.opened .manage-content{display:block}.view-content .content-table .manage-dropdown .manage-toggler{margin:auto;display:inline-block;width:100%;text-align:center;color:#4b4b4c;cursor:pointer;transition:.2s}.view-content .content-table .manage-dropdown .manage-toggler:hover{color:#199adb;text-decoration:none}.view-content .content-table .manage-dropdown .manage-toggler .fa{font-size:18px}.view-content .content-table .manage-dropdown .manage-content{display:none;position:absolute;right:90px;z-index:5;background-color:#fff;border:solid 1px silver;border-radius:3px;min-width:270px;overflow:hidden}.view-content .content-table .manage-dropdown .manage-content .content-title{padding:12px 16px;background-color:#f3f5f8;font-size:12px;color:#4b4b4c;border-bottom:solid 1px silver;font-weight:700}.view-content .content-table .manage-dropdown .manage-content .content-item{display:block;padding:12px 16px;background-color:#fff;font-size:14px;color:#4b4b4c;transition:.2s}.view-content .content-table .manage-dropdown .manage-content .content-item~.content-title{border-top:solid 1px #a1b3c9}.view-content .content-table .manage-dropdown .manage-content .content-item .fa{font-size:14px;color:#4b4b4c;margin-right:12px}.view-content .content-table .manage-dropdown .manage-content .content-item:hover{text-decoration:none;opacity:.8}.faq-item blockquote{padding:0 10px;margin:10px}.curtain{position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:0;padding:20% 0;text-align:center;background-color:rgba(63,63,63,.98);z-index:9999}.geography-terms section.tab-pane .content-full .list-content li.content-item .item{padding:.5em .8em}.geography-terms section.tab-pane .content-full .list-content li.content-item .item h3{margin:4px 0}.geography-terms section.tab-pane .content-full .view-content.show .view-item .alert{left:100px;top:25px;width:160px}.geography-terms section.tab-pane .content-full .view-content.show .view-item .col-md-2 .form-control#radius1{width:80px}.list-features{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:-8px}.list-features .group-feature{width:60px;text-align:center;margin-top:8px}.list-features .group-feature:not(:last-child){margin-right:8px}.list-features .group-feature .fa{border:1px solid #ccc;padding:8px;max-width:100%;height:auto;display:block;font-size:36px;opacity:.4}.list-features .group-feature .group-feature-link{display:inline-block;margin-top:8px;word-break:break-word}.account-picture-container .account-picture{text-align:center}.account-picture-container .account-picture img{max-width:100%;height:auto;object-fit:cover;border-radius:3px}.account-picture-container .bootstrap-filestyle{margin:10px auto 0}.account-picture-container .bootstrap-filestyle label{width:130px}.account-picture-container #remove_image{width:130px;display:block;margin:8px auto 0}.tree>li:first-child{border-top:none}.tree .content-item-noview{border:none;padding-left:0;padding-right:0;padding:0}.tree .content-item-noview .item{margin-left:50px}.tree ul{list-style:none;padding:0}.tree .tree-content{border:1px solid #e6e6e6;padding:6px 10px}.tree .tree-content.selected{background-color:#f0f0f0;opacity:.8}.tree .tree-content .btn-group{margin:-15px 0 0;position:absolute;right:10px;opacity:0;transition:ease opacity .4s 0s}.tree .tree-content:hover{background-color:#f5f5f5}.tree .tree-content:hover .btn-group{opacity:1}.tree-control{float:left;margin:8px 10px 0 8px}.tree-control .icon-folder57{display:none}.tree-control .icon-folder56{display:block}.tree-control .btn{padding:5px 4px 8px;margin:8px 0 0 -3px}.tree-control .btn i{font-size:24px;line-height:19px}.tree-child{overflow:hidden;height:0;display:none;margin:-1px 0 0 50px}.tree-child.open{overflow:auto;height:auto;display:block}.timeline{background-color:#fbfbfb;border:1px solid #e6e6e6;-webkit-overflow-scrolling:touch}.timeline .timeline-control .tml-heading{background-color:#f1f1f1;padding:10px;border-bottom:1px solid #d6d6d6;font-size:16px}.timeline .timeline-control .tml-heading h2{margin:0;text-transform:uppercase;font-size:1.4em}.timeline .timeline-control .tml-heading h2 small{padding-top:6px;text-transform:none;float:right}@media (max-width:768px){.timeline .timeline-control .tml-heading h2 small{clear:both;display:block;float:none}}@media (max-width:768px){.timeline .timeline-control .tml-heading{font-size:14px;text-align:center}}.timeline .timeline-control .tml-nav .nav-tabs{background-color:#f2f2f2;border-bottom-color:transparent}.timeline .timeline-control .tml-nav .nav-tabs li{width:12.5%;border-right:1px solid #d6d6d6}.timeline .timeline-control .tml-nav .nav-tabs li:last-child{border-right:none}@media (max-width:768px){.timeline .timeline-control .tml-nav .nav-tabs li{display:block;width:auto;float:none;border-bottom:1px solid #d6d6d6;border-right-color:transparent}}.timeline .timeline-control .tml-nav .nav-tabs a{color:#d6d6d6;margin-right:0;padding:10px 0;text-align:center}.timeline .timeline-control .tml-nav .nav-tabs a.active{background-color:#fbfbfb;color:#595855;border-color:transparent;border-right-width:1px}.timeline .timeline-control .tml-nav .nav-tabs a:focus,.timeline .timeline-control .tml-nav .nav-tabs a:hover{background-color:#fbfbfb;color:#595855}.timeline .timeline-control .tml-nav .nav-tabs a .label{position:absolute;right:0;top:-13px;z-index:2}@media (max-width:768px){.timeline .timeline-control .tml-nav .nav-tabs a{border-color:transparent}.timeline .timeline-control .tml-nav .nav-tabs a.active,.timeline .timeline-control .tml-nav .nav-tabs a:focus,.timeline .timeline-control .tml-nav .nav-tabs a:hover{border-top-color:#d6d6d6}}@media (min-width:1200px){.timeline .timeline-control.tmlaffix{left:135px;right:calc(1em + 1px);top:81px;z-index:9;position:fixed;transform:translate3d(0,0,0)}}@media (min-width:992px) and (max-width:1200px){.timeline .timeline-control.tmlaffix{position:fixed;position:sticky;right:1em;left:1em;top:0;z-index:9;transform:translate3d(0,0,0)}}@media (min-width:1200px){.timeline.tml-tmlaffix{padding-top:95px}}.timeline .timelinescroll{display:block;position:relative}@media (min-width:768px){.timeline .timeline-empty{padding:20px 20px 50px;text-align:center;font-size:1em;width:60%;margin:0 auto}}@media (max-width:768px){.timeline .timeline-empty{font-size:.9em;width:100%;text-align:center;padding:10px 20px 30px}}.timeline .timeline-empty i{color:#e6e6e6;font-size:5em}.timeline .timeline-empty h1{color:#e6e6e6;font-family:Georgia,serif;font-size:5em}.timeline .timeline-empty p{font-size:1.1em;color:#63625f}.timeline-group{font-size:100%;margin-top:60px}.timeline-group .date{max-width:90px;border:1px solid #dedede;background-color:#fff;text-align:center;float:right}.timeline-group .date .type{font-size:2em;padding:.2em .6em;color:#fff}.timeline-group .date .type.type-listing{background-color:#137df7}.timeline-group .date .type.type-deal{background-color:#164378}.timeline-group .date .type.type-comment{background-color:#133154}.timeline-group .date .type.type-account{background-color:#f2b260}.timeline-group .date .type.type-newsletter{background-color:#f2b260}.timeline-group .date .time{font-size:.8em;padding:.5em 1em;color:#595855}.timeline-group .date .time span{display:block}.timeline-group p{margin:0;line-height:1}.timeline-group hr{margin:.6em 0}.timeline-group blockquote{margin:20px 0 10px;padding:5px 15px 15px}.timeline-group blockquote p{font-size:.77em;font-style:italic;line-height:1.4}.timeline-group .content-image img{max-width:100%;max-height:60px}.timeline-group .timeline-group-item{position:relative}.timeline-group .timeline-group-item .user-profile{float:left;padding:0 1em 1.1em 0;width:60px}.timeline-group .timeline-group-item .user-profile img{width:100%;max-width:100%;max-height:50px}.timeline-group .timeline-group-item .panel:before{content:"";display:block;width:10px;height:10px;position:absolute;border-width:10px;border-style:solid;border-color:transparent #e6e6e6 transparent transparent;margin:22px 0 0 -20px}.timeline-group .timeline-group-item .panel-footer{padding:10px 15px 10px;background-color:#f8f8f8;color:#8a8a8a}.timeline-group .timeline-group-item .panel-footer .check-success [class*=icon-]{display:inline-block;font-size:1.6em;vertical-align:middle}.timeline-group .timeline-group-item .panel-footer .check-success .icon-ion-ios7-checkmark-outline{color:#137df7}.timeline-group .timeline-group-item .panel-footer .check-success .icon-ion-ios7-close-outline{color:#c94d3c}.timeline-group .timeline-group-item .panel-footer a,.timeline-group .timeline-group-item .panel-footer a:active{color:#8a8a8a;text-decoration:underline}.timeline-group .timeline-group-item .panel-footer a:hover{color:#0659b7}@media (max-width:991px){.timeline-group{position:relative}.timeline-group p{line-height:1.4}.timeline-group hr{margin-top:10px}.timeline-group .date{max-width:100%;width:100%;font-size:1.6rem;border:none;background-color:#ebebeb}.timeline-group .date .type{float:right;font-size:1.6em;line-height:1.85em;padding:.22em .8em .22em 0;text-align:right;width:100%}.timeline-group .date .time{position:absolute;padding:1.1em 0 0 70px;color:#fff}.timeline-group .timeline-group-item .panel:before{display:none}.timeline-group .timeline-group-item .user-profile{position:absolute;top:-74px;left:0;text-align:right;width:72px}.timeline-group .timeline-group-item .user-profile img{height:57px;max-height:57px}}@media (max-width:1356px){.text-info.tutorial-text{display:none}}.wrapper.toggletutorial{left:-120px;position:relative;top:0}body.branded aside.tutorial-tour.toggletutorial{bottom:27px}aside.tutorial-tour{width:240px;display:none;background-color:#595855}aside.tutorial-tour.toggletutorial{display:block;color:#fff;padding:10px 20px;position:fixed;bottom:0;right:0;top:65px;width:240px;z-index:1110}aside.tutorial-tour h1{font-size:1.6em;margin-bottom:20px}aside.tutorial-tour ul{overflow-y:auto;margin-bottom:65px}aside.tutorial-tour li{padding:2px 0}aside.tutorial-tour li span:hover{cursor:pointer;color:#137df7;background-color:transparent}aside.tutorial-tour li span [class*=icon-]{opacity:0;visibility:hidden;font-size:1.3em;padding:2px 5px}aside.tutorial-tour li span.active{color:#137df7}aside.tutorial-tour li span.active [class*=icon-]{opacity:1;visibility:visible}aside.tutorial-tour li span.tour-step-end{display:block;padding:20px 0}aside.tutorial-tour li span.tour-step-end:before{content:" > "}aside.tutorial-tour li span.tour-step-end:hover{color:#d6d6d6}.bulkupdate .selectize-control{margin-bottom:-10px;margin-top:0}.bulkupdate .bulk-buttons{margin-top:0;padding-left:15px;float:left}.bulkupdate .bulk-buttons .btn-sm{padding:5px 3px}.bulkupdate .bulk-check-all{float:left;margin:7px 2px -4px 13px;vertical-align:middle;width:10px}.bulkupdate>.col-md-2{padding-right:0}.bulk-check-all{display:inline-block;margin:0 13px 0 -2px;vertical-align:middle;width:10px}.bulk-check-all input[type=checkbox]{width:auto;height:auto}.bulk-check-all-categories #check-all-categories{left:15px;position:absolute;margin:0;top:50%;-ms-transform:translateY(-45%);transform:translateY(-45%)}.bulk-check-all-categories .btn.btn-warning{color:#fff;background-color:#f48895;border-color:#f48895;left:50px;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.bulk-check-all-categories .btn.btn-warning:hover{opacity:.8}.icon-device-android,.icon-device-apple{background-image:url(../img/appbuilder/appbuilder-icons.png);background-repeat:no-repeat;height:32px;width:27px;display:inline-block;cursor:pointer;margin:5px 10px}.icon-device-apple{background-position:-372px -343px}.icon-device-apple.active,.icon-device-apple:hover{background-position:-272px -343px}.icon-device-android{background-position:-423px -343px}.icon-device-android.active,.icon-device-android:hover{background-position:-323px -343px}[class*=iab-]{background-image:url(../img/appbuilder/appbuilder-icons.png);background-repeat:no-repeat;display:inline-block;height:18px;width:19px;vertical-align:middle;margin:-5px 5px -1px}.iab-ok{background-position:-2px -50px;height:22px;margin:-3px -22px 0;width:22px}.iab-delete{background-position:-177px -354px;height:22px;margin:-5px 0 -1px 10px;width:22px;cursor:pointer}.iab-add{background-position:-217px -354px;height:22px;margin:-5px 0 -1px 10px;width:22px;cursor:pointer}.iab-linkto{background-position:-97px -354px;height:22px;width:42px;margin:0}.iab-edirectory{background-position:-517px -331px;height:50px;margin:0;width:50px;display:block;margin:5px auto}.iab-menu{background-position:1px 0}.iab-cpages{background-position:-859px 1px}.iab-about{background-position:-123px 0}.iab-colors{background-position:-253px 0}.iab-icon{background-position:-379px 0}.iab-loadingimage{background-position:-504px 0}.iab-previewapp{background-position:-755px 0}.iab-build{background-position:-634px 0}.checked .iab-menu{background-position:1px -163px}.checked .iab-cpages{background-position:-859px -162px}.checked .iab-about{background-position:-123px -163px}.checked .iab-colors{background-position:-253px -163px}.checked .iab-icon{background-position:-379px -163px}.checked .iab-loadingimage{background-position:-504px -163px}.checked .iab-previewapp{background-position:-755px -163px}.checked .iab-build{background-position:-634px -163px}li.checked.active .iab-menu,li.checked:focus .iab-menu,li.checked:hover .iab-menu{background-position:1px -242px}li.checked.active .iab-cpages,li.checked:focus .iab-cpages,li.checked:hover .iab-cpages{background-position:-859px -243px}li.checked.active .iab-about,li.checked:focus .iab-about,li.checked:hover .iab-about{background-position:-123px -242px}li.checked.active .iab-colors,li.checked:focus .iab-colors,li.checked:hover .iab-colors{background-position:-253px -242px}li.checked.active .iab-icon,li.checked:focus .iab-icon,li.checked:hover .iab-icon{background-position:-379px -242px}li.checked.active .iab-loadingimage,li.checked:focus .iab-loadingimage,li.checked:hover .iab-loadingimage{background-position:-504px -242px}li.checked.active .iab-previewapp,li.checked:focus .iab-previewapp,li.checked:hover .iab-previewapp{background-position:-755px -242px}li.checked.active .iab-build,li.checked:focus .iab-build,li.checked:hover .iab-build{background-position:-634px -242px}.active .iab-menu,li:focus .iab-menu,li:hover .iab-menu{background-position:1px -80px}.active .iab-cpages,li:focus .iab-cpages,li:hover .iab-cpages{background-position:-859px -80px}.active .iab-about,li:focus .iab-about,li:hover .iab-about{background-position:-123px -80px}.active .iab-colors,li:focus .iab-colors,li:hover .iab-colors{background-position:-253px -80px}.active .iab-icon,li:focus .iab-icon,li:hover .iab-icon{background-position:-379px -80px}.active .iab-loadingimage,li:focus .iab-loadingimage,li:hover .iab-loadingimage{background-position:-504px -80px}.active .iab-previewapp,li:focus .iab-previewapp,li:hover .iab-previewapp{background-position:-755px -80px}.active .iab-build,li:focus .iab-build,li:hover .iab-build{background-position:-634px -80px}.navicons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.navicons ol{list-style:none;display:-ms-flexbox;display:flex;clear:both;margin:30px auto 20px;position:relative}.navicons ol li{font-size:12px;position:relative;margin-right:68px;-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center}.navicons ol li::after{content:"";border-top:solid 1px #cbd5e1;width:85px;position:absolute;top:17px;left:40px;z-index:-1}.navicons ol li:last-child::after{display:none}.navicons ol li .step-box{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#4a4a4a;height:33px;width:33px;border-radius:4px;border:solid 1px #cbd5e1;background-color:#fff;font-size:14px;margin-bottom:8px}.navicons ol li a{font-weight:400;color:#4a4a4a;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.navicons ol li.active a,.navicons ol li.checked.active a,.navicons ol li.checked.active:hover a,.navicons ol li.checked:hover a,.navicons ol li:hover a{color:#137df7;text-decoration:none}.navicons ol li.checked .step-box{background-color:#137df7;color:#fff;border-color:#137df7}.navicons ol li.checked a{color:#137df7}.navicons ol li.checked:not(.active)::after{border-color:#137df7}.navicons ol li.active .step-box{background-color:#fff;color:#137df7;border-width:2px}@media (max-width:768px){.navicons ol{width:100%;margin:0 auto;padding:0 2.6em 15px}.navicons ol li{width:100%;height:auto;margin:2px 0 0}.navicons ol li a{display:block;padding:5px 15px;text-align:left;width:100%;background-color:#f1f1f1}.navicons ol li.checked a{color:#ababab}.navicons ol li i{display:none}.navicons ol li.active::before{bottom:2px;left:-10px;-ms-transform:rotate(90deg);transform:rotate(90deg)}}.showsteps em{border:1px solid #164378;border-radius:40px;color:#164378;margin:0 10px 10px 0;display:inline-block;font-size:15px;font-weight:500;height:30px;line-height:29px;text-align:center;width:30px;vertical-align:middle;font-style:normal}.showsteps span{display:inline-block;vertical-align:top;width:80%}.appbuilder{text-align:left;font-family:Roboto,sans-serif}@media (min-width:768px){.appbuilder .appbuilder-container .container{width:750px}}@media (min-width:992px){.appbuilder .appbuilder-container .container{width:970px}}@media (min-width:1450px){.appbuilder .appbuilder-container .container{width:1170px}}@media (max-width:992px){.appbuilder .appbuilder-container .navicons{overflow-x:auto;overflow-y:hidden}}.appbuilder .appbuilder-container a:focus,.appbuilder .appbuilder-container a:hover{text-decoration:none}.appbuilder .btn.btn-success{padding:12px 20px;font-weight:400;font-size:14px;background-color:#137df7;border:none}.appbuilder .btn.btn-back{font-size:14px;color:#707070;font-weight:400}.appbuilder .btn.btn-back:before{content:"<";margin-right:8px;font-size:18px;font-weight:100;position:relative;top:2px}.appbuilder .alert-danger{background-color:#c94d3c;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.appbuilder .alert-danger .alert-icon{font-size:22px;margin:0 24px 0 9px}.appbuilder .alert-danger .alert-content a,.appbuilder .alert-danger .alert-content a:hover,.appbuilder .alert-danger .alert-content a:visited{color:#fff}.appbuilder .mobile-banner-upgrade{height:320px;width:100%;position:relative;display:-ms-flexbox;display:flex;margin-bottom:8px;background-color:#f7f8f9;border-radius:3px;overflow:hidden}.appbuilder .mobile-banner-upgrade:hover{text-decoration:none}.appbuilder .mobile-banner-upgrade .left{width:38%;background-color:#0679f2;border-radius:0 30px 0 0}.appbuilder .mobile-banner-upgrade .left:after{content:"";background-image:url(../img/appbuilder/banner-devices-large.png);width:294px;height:292px;position:absolute;bottom:0;left:90px}.appbuilder .mobile-banner-upgrade .right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;width:62%}.appbuilder .mobile-banner-upgrade .right .right-content{width:65%;margin-left:80px}.appbuilder .mobile-banner-upgrade .right .right-content .banner-title{font-size:20px;color:#373738;margin-bottom:16px;text-align:center;font-weight:400}.appbuilder .mobile-banner-upgrade .right .right-content .banner-message{font-size:12px;color:#878688;text-align:center;margin-bottom:24px}.appbuilder .mobile-banner-upgrade .right .right-content .banner-button{padding:13px 20px;background-color:#0679f2;color:#fff;border-radius:3px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin:auto;max-width:150px}.appbuilder .mobile-banner-upgrade-min{height:81px;width:100%;display:-ms-flexbox;display:flex;background-color:#f7f8f9;border-radius:3px;overflow:hidden;max-width:778px;margin:0 auto 8px auto}.appbuilder .mobile-banner-upgrade-min:hover{text-decoration:none}.appbuilder .mobile-banner-upgrade-min .left{position:relative;width:20%;background-color:#0679f2}.appbuilder .mobile-banner-upgrade-min .left:after{content:"";background-image:url(../img/appbuilder/banner-devices.png);width:198px;height:81px;position:absolute;top:0;left:30px}.appbuilder .mobile-banner-upgrade-min .right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:80%}.appbuilder .mobile-banner-upgrade-min .right .banner-message{font-size:16px;color:#373738;margin-right:18px;font-weight:500;margin-left:20px}.appbuilder .mobile-banner-upgrade-min .right .banner-button{padding:13px 20px;background-color:#0679f2;color:#fff;border-radius:3px}.appbuilder .save-step{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.appbuilder .save-step.float-right{float:right}.appbuilder .save-step.float-right #nextbutton{margin-right:16px;margin-top:32px}.appbuilder .save-step .note{margin-right:40px}.appbuilder .save-step .btn-back{margin-right:16px}.appbuilder .save-step.end{-ms-flex-pack:end;justify-content:flex-end}.appbuilder .enable-row{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:end;margin-bottom:30px}.appbuilder .options-box{width:100%;border-radius:3px;border:solid 1px #cbd5e1;margin-bottom:18px}.appbuilder .options-box.options-box-preview{margin-top:40px}.appbuilder .options-box .box-header{padding:11px 16px;background-color:#f3f5f8;padding-bottom:10px;border-bottom:solid 1px #cbd5e1}.appbuilder .options-box .box-header h5{font-size:14px;color:#4a4a4a;margin:0;font-weight:400}.appbuilder .options-box .box-header.with-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.appbuilder .options-box .box-header.with-icon h5{margin-left:10px}.appbuilder .options-box .box-content{position:relative;padding:24px 16px}.appbuilder .options-box .box-content label{font-size:12px;font-weight:500;margin:0 0 14px 0;color:#4a4a4a}.appbuilder .options-box .box-content input{height:40px;font-size:14px;padding:11px 8px;border-radius:3px}.appbuilder .options-box .box-content .btn.btn-primary{padding:8px 20px;color:#fff;font-size:14px;font-weight:400}.appbuilder .options-box .box-content .tip{margin:8px 0 32px 0;font-size:12px;color:#707070}.appbuilder .options-box .box-content .checkbox-inline input[type=checkbox]{height:15px;margin-top:0}.appbuilder .options-box .box-content.step-1 .loading-image{bottom:30px;left:150px}.appbuilder .options-box .box-content.step-2 .loading-image{bottom:15px;left:80px}.appbuilder .options-box .box-content.step-1 .btn.btn-primary,.appbuilder .options-box .box-content.step-2 .btn.btn-primary{margin-top:6px;margin-bottom:0}.appbuilder .options-box .box-content.step-3 .row{margin-top:24px}.appbuilder .options-box .box-content.step-3 .container-color-box{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;padding:8px 18px;border:solid 1px #becfd7;border-radius:3px}.appbuilder .options-box .box-content.step-3 .container-color-box input{height:auto;margin:0 18px 0 0;margin-right:18px}.appbuilder .options-box .box-content.step-3 .container-color-box .colorname{font-size:12px;font-weight:500;color:#4a4a4a}.appbuilder .options-box .box-content.step-3 .container-color-box .color-box,.appbuilder .options-box .box-content.step-3 .container-color-box .color-box-fixed{width:32px;height:32px;border-radius:3px;border:solid 1px #becfd7;margin-right:8px}.appbuilder .options-box .box-content.step-3 .container-color-box .color-box-fixed:nth-of-type(2),.appbuilder .options-box .box-content.step-3 .container-color-box .color-box:nth-of-type(2){margin-right:16px}.appbuilder .options-box .box-content.step-3 .container-color-box .color-box.picked::after{content:"";display:block;position:absolute;width:10px;height:10px;border-radius:3px 3px 0 3px;background-color:#becfd7;bottom:0;right:0;z-index:2}.appbuilder .options-box .box-content.step-3 .container-color-box .color-box::after{content:"+";display:block;position:absolute;background-color:transparent;color:#becfd7;height:9px;width:9px;bottom:18px;right:11px;font-size:18px;z-index:-1;font-weight:100}.appbuilder .options-box .box-content.step-4 .btn-default{background-color:#fff;padding:12px 17px;font-size:14px;color:#4a4a4a;font-weight:400;margin-right:10px;margin-top:12px;cursor:pointer}.appbuilder .options-box .box-content.step-4 .btn-default:before{content:"";width:13px;height:13px;background-image:url(../img/appbuilder/logo-google.png);display:inline-block;margin-right:10px;margin-bottom:-2px}.appbuilder .options-box .box-content.step-4 .btn-default.ios{background-color:#f3f5f8;color:#c0c1cb}.appbuilder .options-box .box-content.step-4 .btn-default.ios:before{background-image:url(../img/appbuilder/logo-apple.png);color:#c3c4c7}.appbuilder .options-box .box-content.step-4 .table{margin-top:24px;font-size:12px}.appbuilder .options-box .box-content.step-4 .table .table-row{border-top:solid 1px #d6e0ec;padding:8px 0}.appbuilder .options-box .box-content.step-4 .table .table-row+.table-row{border-bottom:solid 1px #d6e0ec}.appbuilder .options-box .box-content.step-4 .table .title{font-weight:500;color:#707070;margin-right:72px}.appbuilder .options-box .box-content.step-4 .note{margin-top:8px;font-size:12px;color:#c3c4c7;display:block}.appbuilder .options-box .box-content.step-4 .note a{color:#137df7;text-decoration:underline}.appbuilder .options-box .box-content.step-5 p:last-of-type{margin-bottom:0}.appbuilder .options-box .box-content.custom-pages{padding:0}.appbuilder .options-box .box-content.custom-pages .custom-pages-list{margin:0;padding:0;list-style-type:none}.appbuilder .options-box .box-content.custom-pages .custom-pages-list li{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:16px;border-top:solid 1px #cbd5e1;font-weight:500;color:#4a4a4a;cursor:grab}.appbuilder .options-box .box-content.custom-pages .custom-pages-list li:first-of-type{border:none}.appbuilder .options-box .box-content.custom-pages .custom-pages-list li .fa{color:#137df7;font-size:18px;margin-bottom:-2px;margin-right:24px}.appbuilder .options-box .box-content.custom-pages .custom-pages-list li .item-options .fa.fa-trash{margin-right:0}.appbuilder .options-box .box-content.custom-pages .custom-pages-list li .disabled-tag{font-size:10px;padding:2px 8px;margin-left:4px;border-radius:10px;border:solid 1px #c94d3c;color:#c94d3c}.appbuilder .options-box .collapse input{margin-bottom:15px}.appbuilder .options-box.stories{margin-top:40px}.appbuilder .options-box.featured-order .box-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.appbuilder .options-box.featured-order .box-header .title{display:-ms-flexbox;display:flex}.appbuilder .options-box.featured-order .box-header .title .fa{color:#137df7;margin-right:20px}.appbuilder .options-box.featured-order .box-header .fa{color:#3e455e}.appbuilder .options-box.promote .box-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.appbuilder .options-box.promote .box-header img{margin-right:10px}.appbuilder .options-box.promote .selectize-input{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 12px;min-height:40px}.appbuilder .options-box.push-notification{margin-top:48px}.appbuilder .options-box.push-notification small{color:#4a4a4a;font-size:12px;font-weight:400}.appbuilder .options-box.push-notification .btn{margin-top:24px}.appbuilder .options-box.push-notification .btn .fa-arrow-up{margin-left:10px;-ms-transform:rotate(45deg);transform:rotate(45deg)}.appbuilder .options-box.push-notification img{max-width:100%}.appbuilder .options-box.smart-banners .box-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:18px}.appbuilder.home-screen{border-top:solid 2px #fff;background-color:#f3f5f8}.appbuilder .home-screen-list{max-width:800px;margin:auto}.appbuilder .home-screen-list .home-screen-group{background:#fff;border:1px solid #a1b3c9;border-radius:3px;margin-top:18px}.appbuilder .home-screen-list .home-screen-group .home-screen-item{min-height:136px;padding:16px 48px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative}.appbuilder .home-screen-list .home-screen-group .home-screen-item .home-screen-item-name{font-weight:400;max-width:5px}.appbuilder .home-screen-list .home-screen-group .home-screen-item+.home-screen-item{border-top:solid 2px #f0f3f7}.appbuilder .home-screen-list .home-screen-group .home-screen-item .home-screen-item-actions{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.appbuilder .home-screen-list .home-screen-group .home-screen-item .home-screen-item-actions .action-item{color:#137df7;font-size:18px;cursor:pointer}.appbuilder .home-screen-list .home-screen-group .home-screen-item .home-screen-item-actions .action-item+.action-item{margin-top:12px}.appbuilder .home-screen-list .home-screen-group .home-screen-item .home-screen-item-actions .action-item .home-screen-item-name{font-weight:400}.appbuilder .home-screen-list .home-screen-group .home-screen-item .home-screen-item-actions .action-item.switch-button{margin-left:-30px;-ms-transform:translateX(20px);transform:translateX(20px)}.appbuilder .home-screen-list .btn-default{background-color:transparent;margin-left:auto;border-color:#4a4a4a;display:table}.appbuilder a.btn-mini{padding:3px;text-transform:uppercase;color:#aaa;display:inline-block;margin-left:10px;margin-top:12px;font-size:12px;line-height:1;cursor:pointer;float:right}.appbuilder a.btn-mini.btn-success{background-color:#137df7;color:#fff;padding:3px 10px 4px}.appbuilder a.btn-mini.btn-success:hover{color:#fff;background-color:#137df7}.appbuilder a.btn-mini:hover{color:#f2b260}.appbuilder h4{text-align:left;font-size:16px;line-height:1;margin:30px 0 4px;color:#333;font-weight:400}.appbuilder p{color:#707070;margin-bottom:12px;line-height:1.2em;font-size:12px}.appbuilder select option{color:#000}.appbuilder select option:disabled{color:#d6d6d6}.appbuilder p.errorMessage,.appbuilder p.successMessage{margin:20px auto 0 auto!important;display:table;clear:both;width:auto!important;text-align:center}.appbuilder p.errorMessage{color:#c94d3c}.appbuilder p.successMessage{color:#133154}.appbuilder .loading-image{padding-top:20px;text-align:right;position:absolute}.appbuilder .span600px .loading-image{width:100%}.appbuilder .sortable-add{background-position:0 6px;color:#133154}.appbuilder .sortable-add:hover{color:#183d69}.appbuilder .nicefile-all .nicefile-input{max-width:270px}.appbuilder .nicefile-all .nicefile-button{display:inline-block;padding:7px 10px;font-size:11px;vertical-align:bottom;width:105px;font-weight:500}.appbuilder .illustration h3{margin:20px auto 40px;font-size:16px;color:#164378;text-align:center;max-width:525px;font-weight:500}.appbuilder .illustration .img-responsive{margin:0 auto}.appbuilder .device-apple .tab-bar{border-top:1px solid #c2c2c2;height:40px;margin:402px 10px 80px 21px;width:205px;background-color:#ddd;display:table}.appbuilder .device-apple .tab-bar .menusample{border-left:1px solid #c2c2c2;display:table-cell;font-size:9px;font-style:normal;margin:0 -4px 0 0;overflow:hidden;padding:4px 1px 1px 2px;text-align:center;text-overflow:ellipsis;max-width:37px;height:34px;white-space:nowrap}.appbuilder .device-apple .tab-bar .menusample.active{background-color:#fff}.appbuilder .device-apple .tab-bar .menusample i{display:block;width:20px;height:20px;border-radius:20px;border:1px solid #c2c2c2;margin:0 auto}.appbuilder .device-apple .tab-bar .menusample.menumore i{border:none;border-radius:0}.appbuilder .device-apple .tab-bar .menusample.menumore i:after{color:#888;content:"...";font-size:32px;font-style:normal;margin:-19px 0 0 -10px;position:absolute}.appbuilder .device-android .tab-bar{height:356px;margin:86px 10px 80px 12px;width:185px;background-color:#ddd;overflow:hidden}.appbuilder .device-android .tab-bar .menusample{border-left:1px solid #c2c2c2;display:block;font-size:10px;font-style:normal;margin:0 -4px 0 0;overflow:hidden;padding:1px 0 1px 12px;text-align:left;text-overflow:ellipsis;width:185px;height:33px}.appbuilder .device-android .tab-bar .menusample.active{background-color:#fff}.appbuilder .device-android .tab-bar .menusample i{display:inline-block;width:20px;height:20px;border-radius:20px;border:1px solid #c2c2c2;margin:4px 10px 5px 0;vertical-align:middle}.appbuilder .your-logo{border:1px solid #dee1e3;display:block;margin-left:17px;padding:10px;width:86%;text-align:center;color:#555}.appbuilder .change-device{text-align:center;width:245px}.appbuilder .center-action{clear:both;display:block;margin:80px auto 30px;text-align:center}.appbuilder .prev-action{text-align:center;margin:30px 0;padding:20px 0 10px}.appbuilder .prev-action .btn{display:block;margin:10px auto;width:52%;text-transform:none}.appbuilder .prev-action .alert-box{width:49%;text-align:left}.appbuilder form{text-align:left;margin:30px 0 20px}.appbuilder form label{font-weight:400;line-height:1.6em;font-size:14px;margin:20px 0 0;display:block}.appbuilder form label small{color:#e2e2e2}.appbuilder form .preview-image{background-color:#e6e6e6}.appbuilder form .cover-preview-image{background-repeat:no-repeat;display:inline-block;height:520px;width:255px}.appbuilder form .cover-preview-image .customtext,.appbuilder form .cover-preview-image .lang-aboutus,.appbuilder form .cover-preview-image .lang-email,.appbuilder form .cover-preview-image .lang-phone,.appbuilder form .cover-preview-image .lang-website{position:absolute;left:50%;-ms-transform:translate(-50%,0);transform:translate(-50%,0);top:45px;font-size:12px;color:#5f5f5f}.appbuilder form .cover-preview-image.device-apple{background-image:url(../img/appbuilder/device-apple.jpg)}.appbuilder form .cover-preview-image.device-apple .about-preview-image{background-size:100%;background-repeat:no-repeat;background-color:#fff;margin-bottom:88px;margin-left:21px;margin-top:76px;width:205px}.appbuilder form .cover-preview-image.device-apple .about-preview-image .prev-logo{height:48px;width:205px;text-align:center;background-color:#fff;margin-top:14px;position:absolute}.appbuilder form .cover-preview-image.device-apple .about-preview-image .prev-logo>img{max-height:48px;max-width:180px;vertical-align:middle}.appbuilder form .cover-preview-image.device-apple .about-preview-image .lang-aboutus{margin:20px 0 0 23px;text-align:center;width:170px;color:#818181;font-size:14px}.appbuilder form .cover-preview-image.device-apple .about-preview-image .lang-email{margin:246px 0 0 10px}.appbuilder form .cover-preview-image.device-apple .about-preview-image .lang-phone{margin:273px 0 0 10px}.appbuilder form .cover-preview-image.device-apple .about-preview-image .lang-website{margin:300px 0 0 10px}.appbuilder form .cover-preview-image.device-apple .about-preview-image .customtext{font-size:9px;margin:120px 0 0 0;overflow:hidden;width:212px}.appbuilder form .cover-preview-image.device-apple .about-preview-image .customtext.wireframe{border:1px solid #dee1e3;display:block;height:auto;max-height:87px;margin:103px 0 0 0;padding:3px 6px 0}.appbuilder form .cover-preview-image.device-apple .about-preview-image .your-abouttext{font-size:8px;height:116px;margin:146px 0 0 0;overflow:hidden;width:215px}.appbuilder form .cover-preview-image.device-apple-custom-page{background-image:url(../img/appbuilder/device-apple-custom.jpg)}.appbuilder form .cover-preview-image.device-android{background-image:url(../img/appbuilder/device-android.png)}.appbuilder form .cover-preview-image.device-android .about-preview-image{background-image:url(../img/appbuilder/aboutpage-android.png);background-size:100%;background-repeat:no-repeat;background-color:#fff;height:356px;margin-bottom:89px;margin-left:12px;margin-top:86px;width:225px;background-color:#000}.appbuilder form .cover-preview-image.device-android .about-preview-image .prev-logo{height:48px;width:225px;text-align:center;background-color:#fafafa;margin-top:47px;display:block;position:absolute}.appbuilder form .cover-preview-image.device-android .about-preview-image .prev-logo>img{max-height:48px;max-width:200px;vertical-align:middle}.appbuilder form .cover-preview-image.device-android .about-preview-image .lang-aboutus{margin:5px 0 0 15px;font-size:14px}.appbuilder form .cover-preview-image.device-android .about-preview-image .lang-email{margin:246px 0 0 10px}.appbuilder form .cover-preview-image.device-android .about-preview-image .lang-phone{margin:273px 0 0 10px}.appbuilder form .cover-preview-image.device-android .about-preview-image .lang-website{margin:300px 0 0 10px}.appbuilder form .cover-preview-image.device-android .about-preview-image .customtext{font-size:10px;height:116px;margin:110px 0 0 10px;overflow:hidden;width:205px}.appbuilder form .cover-preview-image.device-android .about-preview-image .customtext.wireframe{border:1px solid #dee1e3;display:block;height:auto;margin:95px 0 0 5px;max-height:127px;padding:5px 4px 6px}.appbuilder form .cover-preview-image.device-android .about-preview-image .your-abouttext{padding-top:60px;padding-bottom:50px;text-align:center;color:#555;font-size:13px}.appbuilder form .cover-preview-image.device-apple-large{background-image:url(../img/appbuilder/device-apple-large.png);height:552px;width:267px}.appbuilder form .cover-preview-image.device-apple-large::before{content:"";position:absolute;top:20px;left:85px;width:123px;height:19px;background-image:url(../img/appbuilder/device-apple-large-top-detail.png)}.appbuilder form .cover-preview-image.device-apple-large #preview-image{border-radius:27px;height:497px;max-height:497px;margin-left:25px;margin-top:21px;width:231px;max-width:231px;background-size:auto 100%;background-position:center center;background-repeat:no-repeat;background-color:#ececec}.appbuilder form .cover-preview-image .preview-image{border:none;background-color:#e6e6e6;padding:0}.appbuilder form .cover-preview-image .preview-image img{width:100%;height:100%}.appbuilder form .cover-preview-image .preview-icon{height:41px;margin:302px 0 0 33px;position:absolute;width:41px;background-color:#1a4f8e;z-index:2;border-radius:8px;overflow:hidden}.appbuilder form .cover-preview-image .preview-icon img{width:100%;height:100%;background-color:#fff}.appbuilder form .cover-preview-image .cover-device-icons{background-image:url(../img/appbuilder/cover-device-icons.png);height:389px;margin:47px 0 0 29px;position:absolute;width:219px}.appbuilder form .form-right{width:420px;display:inline-block;vertical-align:top;font-weight:400}@media (min-width:992px){.appbuilder form .form-right{min-height:660px}}.appbuilder form .form-right .preview-image{width:115px;height:115px;padding:0}.appbuilder form .form-right .preview-image img{width:100%;height:100%}.appbuilder form .form-right h4{margin-top:0}.appbuilder form .form-right p.text-right{padding:0!important}.appbuilder form .form-right p.text-right a{border-bottom:1px solid #e6e6e6;padding:6px 0 20px;display:block}.appbuilder form .form-right.form-extended{width:500px}@media (max-width:992px){.appbuilder form .form-right{display:block;float:none;margin-left:auto;margin-right:auto;width:100%}}.appbuilder form .form-left{width:390px;margin-right:45px;display:inline-block;vertical-align:top}.appbuilder form .form-left .cover-preview-image{margin-left:60px}.appbuilder form .form-left h4{margin-top:0}@media (max-width:992px){.appbuilder form .form-left{display:none}}.appbuilder form .form-center{text-align:center;position:relative}.appbuilder form .form-center .loading-image{position:absolute;top:10px;right:0}.appbuilder form .tip{display:block;font-size:12px;color:#999}.appbuilder .colorscheme{text-align:left;cursor:pointer}.appbuilder .colorscheme b{display:inline-block;width:40px;height:40px;vertical-align:middle;margin-right:-5px}.appbuilder .colorscheme b.colorname{color:#333;font-size:14px;vertical-align:baseline;font-weight:400;margin-left:20px;text-align:left;width:160px}.appbuilder .colorscheme input[type=radio]{display:inline-block;vertical-align:middle;margin-right:10px}.appbuilder .previewscreen{clear:both;display:block;margin:100px auto 0 15px;text-align:left;width:90%}.appbuilder .previewscreen .logo-edir{text-align:center;margin-bottom:20px}.appbuilder .previewscreen .right{width:34%;margin-top:20px;display:inline-block}.appbuilder .previewscreen .right .btn{border-color:#1abc9c;color:#1abc9c;font-size:14px;text-transform:uppercase;padding:10px 10px;display:inline-block;margin:10px auto;width:100%;overflow:hidden;text-align:center}.appbuilder .previewscreen .right .btn:hover{background-color:#1abc9c;color:#fff}@media (max-width:992px){.appbuilder .previewscreen{width:100%;margin:0 auto}.appbuilder .previewscreen img{width:63%}}@media (max-width:768px){.appbuilder .previewscreen{width:100%;margin:0 auto}.appbuilder .previewscreen img{width:100%}.appbuilder .previewscreen .right{width:100%}}.appbuilder .well-border{margin:0 auto;display:block;border:1px solid #e6e6e6;padding:30px}.appbuilder .well-border h4{margin:0}.appbuilder .grid-group{margin-top:70px}.appbuilder .grid-group .span50{width:46%;margin:0 2% 0 1%}.appbuilder .grid-group .span50:nth-child(even){margin:0 1% 0 2%}.appbuilder .grid-group em{font-style:normal;font-size:14px;font-weight:500;margin-right:20px;color:#d6d6d6;text-transform:uppercase}.appbuilder .grid-group .success em{color:#133154;font-size:18px;margin-left:-5px;margin-right:15px}.appbuilder .grid-group h5{margin-top:30px;font-size:14px;display:block;font-weight:400}.modal.modal-homescreen .modal-dialog{width:890px}.modal.modal-homescreen .modal-dialog .modal-content{padding:24px 40px}.modal.modal-homescreen .modal-dialog .modal-content .modal-header{padding:0;border-bottom:none;margin-bottom:16px}.modal.modal-homescreen .modal-dialog .modal-content .modal-header h4{font-size:24px;color:#4a4a4a}.modal.modal-homescreen .modal-dialog .modal-content .modal-header .close{position:absolute;top:7px;right:10px;color:#738dad;opacity:1}.modal.modal-homescreen .modal-dialog .modal-content .modal-header .back-link{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;color:#4a4a4a;transition:.2s}.modal.modal-homescreen .modal-dialog .modal-content .modal-header .back-link:hover{text-decoration:none;opacity:.8}.modal.modal-homescreen .modal-dialog .modal-content .modal-header .back-link:before{font-family:FontAwesome;content:'\f053';position:relative;display:inline-block;margin-right:10px;font-size:10px;font-weight:400}.modal.modal-homescreen .modal-dialog .modal-content .modal-body{padding:32px 36px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .modal-title{margin-bottom:20px;line-height:18px;font-family:Roboto,sans-serif;font-weight:400}.modal.modal-homescreen .modal-dialog .modal-content .modal-body label{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#4a4a4a}.modal.modal-homescreen .modal-dialog .modal-content .modal-body p{font-family:Roboto,sans-serif;font-size:12px;color:#6e6e6e;font-weight:400}.modal.modal-homescreen .modal-dialog .modal-content .modal-body input[type=checkbox]{margin-top:1px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .options-box{margin-top:50px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .options-box:first-of-type{margin-top:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list{margin:20px 0 0 0;padding:0 0 5px 0;list-style-type:none;display:-ms-flexbox;display:flex;overflow-x:auto}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li{background-color:#f7f8fb;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:172px;min-width:172px;height:271px;border-radius:3px;border:solid 1px #ddd;margin-right:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li:first-of-type{border:dashed 1px #ddd}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li:first-of-type a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%;cursor:pointer}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li:first-of-type a:hover{text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li:first-of-type a .fa{color:#137df7;font-size:24px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li:first-of-type a span{color:#137df7;margin-top:5px;margin-left:5px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li:last-of-type{margin:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li .thumb{width:100%;height:60%;background-color:#f08080;background-position:center;background-size:cover}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li .thumb img{width:170px;height:170px;object-fit:cover}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li p{text-align:center;padding:10px;font-size:12px;font-weight:500;color:#4a4a4a;margin-bottom:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li .card-options{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li .card-options a{cursor:pointer;margin-right:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li .card-options a:last-of-type{margin:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .slider-list li .card-options .fa{color:#137df7;font-size:24px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs{margin:0;padding:0;list-style-type:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:20px;cursor:grabbing}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li:last-of-type{margin:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li .fa{color:#137df7;font-size:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li .form-control{width:100%;border-radius:3px;border:solid 1px #a1b3c9;margin-left:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li.disabled .fa{color:#dfdfdf}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li.disabled .form-control{color:#4a4a4a;border-color:#a1b3c9}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li .switch-button:after,.modal.modal-homescreen .modal-dialog .modal-content .modal-body .homescreen-tabs li .switch-button:before{content:""}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;list-style:none;padding:33px 0 30px 0;margin-bottom:40px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options a{cursor:pointer;text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li{width:100px;height:100px;border:dashed 1px #ddd;border-radius:50px;margin-right:57px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:first-of-type a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;text-align:center;width:100%;height:100%}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:first-of-type a .fa{color:#137df7;font-size:20px;margin-bottom:4px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type){position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:8px;border:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) .border-space{position:absolute;top:-5px;bottom:0;width:calc(110%);height:calc(110%);border:dashed 1px #ddd;border-radius:60px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type).active .border-space{border:solid 2px #137df7}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50px;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) a .number{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:15px;height:15px;border-radius:8px;background-color:#fff;color:#4a4a4a;font-size:10px;font-weight:700}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) a:hover{text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) .story-label{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding:4px 8px;border-radius:10px;border:solid 1px #137df7;font-size:10px;color:#137df7;position:absolute;top:-37px;text-align:center}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) .story-action{display:-ms-flexbox;display:flex;position:absolute;top:110px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) .story-action a{text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) .story-action a:first-of-type{margin-right:24px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:not(:first-of-type) .story-action a i{color:#137df7;font-size:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-options li:last-of-type{margin-right:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .add-image-box{width:100%;height:70px;border-radius:3px;margin-top:30px;border:dashed 1px #a1b3c9}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .add-image-box a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;text-decoration:none;cursor:pointer}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .add-image-box span{color:#b6c4d5}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .add-image-box .fa{font-size:20px;color:#b6c4d5;margin-right:8px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .form-control.selectize-control{height:34px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .form-group .input-group .selectize-control.multi .selectize-input>div{padding:2px 10px;background:#738dad;color:#fff;font-size:13px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .form-group .input-group .selectize-control.plugin-remove_button [data-value]{padding-right:20px!important}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .form-group .input-group .selectize-control.multi .selectize-input.has-items{padding:3px 12px 2px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .input-categories-list{background-color:#fff}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list{margin:20px 0 0 0;padding:0 0 10px 0;list-style-type:none;display:-ms-flexbox;display:flex;cursor:pointer;overflow-x:scroll}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li{width:172px;min-width:172px;background-color:#f7f8fb;height:132px;border-radius:3px;border:solid 1px #ddd;margin-right:20px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:first-of-type{-ms-flex-pack:center;justify-content:center;border:dashed 1px #ddd;cursor:pointer}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:first-of-type a:hover{text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:first-of-type a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:first-of-type .fa{color:#137df7;font-size:24px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:first-of-type span{color:#137df7;margin-top:10px;text-align:center}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:first-of-type:hover{text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li:last-of-type{margin:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .thumbs-list{margin-top:15px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;list-style-type:none;display:-ms-flexbox;display:flex}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .thumbs-list li{width:24px;height:24px;background-image:url(../img/appbuilder/round-thumb.png);margin-right:8px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .thumbs-list li:last-of-type{margin-right:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li p{text-align:center;padding:10px;font-size:12px;font-weight:500;color:#4a4a4a;margin-bottom:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .card-options{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .card-options a{margin-right:20px;cursor:pointer}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .card-options a:last-of-type{margin:0}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .stories-list>li .card-options .fa{color:#137df7;font-size:24px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:172px;height:156px;border-radius:3px;border:dashed 1px #ddd;margin:16px 0;overflow:hidden;cursor:pointer;text-decoration:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box:hover .card-options{opacity:.9}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box .fa{color:#137df7;font-size:24px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box span{color:#137df7;margin-top:5px;margin-left:5px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box img{width:172px;height:156px;object-fit:cover}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box .card-options{position:absolute;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#a1b3c9;opacity:0;transition:.2s}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box .card-options a:first-of-type{margin-right:30px}.modal.modal-homescreen .modal-dialog .modal-content .modal-body .upload-img-box .card-options a i{color:#fff}.modal.modal-homescreen .modal-dialog .modal-content .modal-footer{padding:30px 0 0 0;border-top:none}.modal.modal-homescreen .modal-dialog .modal-content .modal-footer .btn{padding:10px 30px}.modal.modal-homescreen .modal-dialog .modal-content .modal-footer .btn.btn-default{background:#fff;border-color:#d6d6d6;color:#4a4a4a}.active-your-plan{background:url(../img/appbuilder/upgrade.png) no-repeat scroll 0 bottom #f7f9f9;margin:30px 0;height:390px;padding:50px 85px 40px 500px;text-align:center}.active-your-plan h3{font-size:26px;line-height:1.3em;margin:40px 0 15px;font-weight:400;color:#333}.active-your-plan p{padding-bottom:35px}@media (max-width:992px){.active-your-plan{background-image:none;padding:10px}}@media (min-width:1200px){.cover-preview-image.affix{transform:translate3d(0,-510px,0)}}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:1200px){.cover-preview-image.affix,::i-block-chrome{top:70px}}#form-cpages{width:500px}.row.cpage-content{width:500px}.cpage-icon>img{max-width:25px;max-height:40px;margin:0 auto;display:block;opacity:.4}.cpage-new{padding:12px 20px;border-radius:3px;border:dashed 1px #ddd;min-width:210px;color:#137df7}.cpage-new a{color:#137df7}.cpage-new a:hover{color:#054d9f}.cpage-new .fa{-ms-transform:translate(0,2px);transform:translate(0,2px);font-size:20px;margin-right:8px}.cpage-new .cpage-name{font-family:Roboto;font-size:14px}ul.cpages{list-style:none outside none;position:relative;padding:0;width:95px;float:left}ul.cpages li{display:inline-block;font-size:14px;font-weight:400;position:relative;text-align:center;vertical-align:middle;width:83px}ul.cpages li span:hover{background-color:transparent}ul.cpages li>a{color:#000}ul.cpages li>a:hover{color:#054d9f;text-decoration:none}ul.cpages .cpage-name{width:85px}.ocarousel_window{margin-left:20px;overflow:hidden;white-space:nowrap;width:400px}.cpage-icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:40px;padding:6px 20px;border-radius:3px;border:dashed 1px #ddd;width:100%;color:#137df7}.cpage-icon>img{opacity:.95}.active-custom-page a{color:#137df7}.active-custom-page .cpage-icon{border-color:#137df7;background-color:#c0dcfd}.ocarousel>a{color:#595855;font-size:30px;font-weight:400;margin-top:-102px;text-decoration:none}.ocarousel-right-arrow:before{border-color:transparent transparent transparent #d6d6d6;border-style:solid;border-width:13px;content:"";display:block;margin:9px -12px 0 0}.ocarousel-right-arrow:hover:before{border-color:transparent transparent transparent #595855}.ocarousel-left-arrow:before{border-color:transparent #d6d6d6 transparent transparent;border-style:solid;border-width:13px;content:"";display:block;margin:9px 0 0 -12px}.ocarousel-left-arrow:hover:before{border-color:transparent #595855 transparent transparent}.cpage-content .cpage-icon{border:1px solid #ccc;display:block;height:60px;padding:12px;width:60px;float:left;margin-top:16px;position:relative}.cpage-content .cpage-icon img{max-width:35px;max-height:35px;margin:0 auto;display:block;opacity:.4}.cpage-content .cpage-icon a{display:block;height:60px;margin:-13px 0 0 -13px;width:60px;padding-top:12px}.cpage-content .cpage-icon a:focus,.cpage-content .cpage-icon a:hover{text-decoration:none}.cpage-content .cpage-icon a i{color:#000;font-size:36px;line-height:38px;margin-left:11px;opacity:.5}.cpage-content .cpage-icon span{bottom:-5px;color:#164378;font-size:25px;pointer-events:none;position:absolute;right:-5px}.cpage-content .cpage-name{float:left;width:260px;margin-left:15px}.cpage-content .cpage-name label{margin:10px 0}.cpage-content .c-page-remove{float:right;margin-top:16px}.cpage-content .plugin-sir-trevor{background-color:#f3f5f8}#iconmodaldiv .search{margin-left:19px;padding:5px}#iconmodaldiv ul{list-style:none outside none;margin-top:20px;margin-left:20px;max-height:415px;overflow-y:auto;overflow-x:hidden;padding:1px 0 0}#iconmodaldiv ul li{display:inline-block;font-size:14px;font-weight:400;position:relative;text-align:center;vertical-align:middle;width:59px}#iconmodaldiv ul li:hover .cpage-icon{background-color:#8ec1fb}#iconmodaldiv ul li.active .cpage-icon{background-color:#76b3fa}#iconmodaldiv ul .modaliconbuttonlabel{float:left;height:0;overflow:hidden;text-indent:-999px;width:0}#iconmodaldiv ul .cpage-icon{border:1px solid #ccc;display:block;height:60px;padding:12px;width:60px;float:left;margin-top:-1px;transition:background .7s ease 0s}#iconmodaldiv ul .cpage-icon img{max-width:35px;max-height:35px;margin:0 auto;display:block;opacity:.4}.custompage-preview .custom-page-items{position:absolute;width:210px;max-width:210px;height:406px;background-color:#fff;margin-top:75px;left:23px;overflow-y:auto;padding-top:10px}.custompage-preview .custom-item-general{border:1px solid #eee;clear:both;display:block;font-size:12px;line-height:37px;padding:10px;text-align:center;width:100%;margin-bottom:-1px}.custompage-preview .custom-item-image,.custompage-preview .custom-item-video{overflow:hidden;text-align:center;padding:5px}.custompage-preview .custom-item-heading,.custompage-preview .custom-item-list,.custompage-preview .custom-item-quote,.custompage-preview .custom-item-text{padding:5px}.custompage-preview [class*=custom-item-] h1{font-size:15px;margin:5px 0 0}.custompage-preview [class*=custom-item-] img{margin:0 auto;max-width:100%;max-height:80px}.custompage-preview [class*=custom-item-] p{font-size:11px}.custompage-preview [class*=custom-item-] ul{padding-left:15px;font-size:11px}.custompage-preview [class*=custom-item-] blockquote{border-left:0 solid transparent;border-top:1px solid #eee;border-bottom:1px solid #eee;font-size:10px;margin:10px 0;padding:5px 0 5px 10px}.custompage-preview [class*=custom-item-] blockquote,.custompage-preview [class*=custom-item-] blockquote p{font-style:italic}.custompage-preview [class*=custom-item-] blockquote:before{content:open-quote;font-size:28px;line-height:10px;vertical-align:text-bottom;margin-left:-10px}.custompage-preview [class*=custom-item-] blockquote:after{content:close-quote;position:absolute;z-index:-999}.custompage-preview [class*=custom-item-] blockquote cite{font-size:8px;display:block;font-weight:400}.device-android .custompage-preview .custom-page-items{position:absolute;width:225px;max-width:225px;height:327px;background-color:#fcfcfc;margin-top:29px}.device-android .custompage-preview .custom-page-items .custom-item-general{line-height:44.5px}.appbuilder .email-content table>tbody>tr>td:first-letter,.appbuilder .email-content table>tbody>tr>th:first-letter,.appbuilder .email-content table>tfoot>tr>td:first-letter,.appbuilder .email-content table>tfoot>tr>th:first-letter,.appbuilder .email-content table>thead>tr>td:first-letter,.appbuilder .email-content table>thead>tr>th:first-letter,.appbuilder .standard-table>tbody>tr>td:first-letter,.appbuilder .standard-table>tbody>tr>th:first-letter,.appbuilder .standard-table>tfoot>tr>td:first-letter,.appbuilder .standard-table>tfoot>tr>th:first-letter,.appbuilder .standard-table>thead>tr>td:first-letter,.appbuilder .standard-table>thead>tr>th:first-letter,.appbuilder .table>tbody>tr>td:first-letter,.appbuilder .table>tbody>tr>th:first-letter,.appbuilder .table>tfoot>tr>td:first-letter,.appbuilder .table>tfoot>tr>th:first-letter,.appbuilder .table>thead>tr>td:first-letter,.appbuilder .table>thead>tr>th:first-letter{text-transform:none}#modal-iconselect{font-family:Roboto}#modal-iconselect .modal-header{border-bottom:none}#modal-iconselect .modal-header .modal-title{font-size:24px;color:#4a4a4a;font-weight:400;padding-left:30px}#modal-iconselect .modal-header .close{margin-top:-13px;margin-right:-8px;opacity:1;color:#738dad;font-weight:400}#modal-iconselect .modal-body{padding:0 40px;background-color:#fff}#modal-iconselect .modal-body #iconmodaldiv{background-color:#fafafa}#modal-iconselect .modal-body #iconmodaldiv input.search{position:absolute;top:-47px;right:41px;height:30px;width:200px;border-radius:3px;border:solid 1px #a1b3c9;color:#8aa0ba}#modal-iconselect .modal-body #iconmodaldiv input.search:-ms-input-placeholder{color:#8aa0ba}#modal-iconselect .modal-body #iconmodaldiv input.search::placeholder{color:#8aa0ba}#modal-iconselect .modal-body #iconmodaldiv input.search:focus-visible{border:solid 1px #a1b3c9}#modal-iconselect .modal-body #iconmodaldiv ul{margin-top:0;padding:20px 0 0}#modal-iconselect .modal-body #iconmodaldiv ul .cpage-icon{border-radius:0;border-color:#e6e5e5}#modal-iconselect .modal-footer{border-top:none}#modal-iconselect .modal-footer .btn{padding:8px 20px;border:solid 1px #646566;margin-right:25px}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.transition{transition:.3s}.wysiwyg .form-control.has-error{border:1px solid #fc5353!important}.wysiwyg .selectize-input.has-error{border:1px solid #fc5353!important}.wysiwyg section{padding:1em 1.4em}.wysiwyg section.section-panels{padding-top:48px}.wysiwyg section.section-panels.plans .panel-box p{min-height:40px}.wysiwyg section.nopadd{padding:0}.wysiwyg section.inverse{background:#f4f8f9;padding:2em 2.4em}.wysiwyg section.inverse .form-control{border-color:#a3bac5}.wysiwyg section.inverse.pb-0{padding-bottom:0}.wysiwyg section.inverse.pt-0{padding-top:0}.wysiwyg .heading .pull-right{margin:20px 0 0}@media (max-width:768px){.wysiwyg .heading .pull-right{margin:20px 0;clear:both;float:none!important;text-align:right}}.wysiwyg .heading .pull-right .btn-lg{padding:15px 30px;margin-bottom:10px;margin-left:10px}.wysiwyg .btn.btn-lg{font-size:15px;font-weight:400}.wysiwyg hr{border-color:#b4b4b4;margin-top:10px;margin-bottom:10px}.wysiwyg h4.subtitle{font-size:20px;font-weight:400;margin:0 0 10px;overflow:hidden}.wysiwyg h4.subtitle a:hover{cursor:pointer}@media (min-width:1680px){.wysiwyg .p-editor .col-xg-5{width:20%}}@media (min-width:1680px){.wysiwyg .p-editor .col-xg-5:nth-child(5n+1){clear:left}}@media (max-width:1679px){.wysiwyg .p-editor .col-md-3:nth-child(4n+1){clear:left}}.wysiwyg .addWidget{cursor:pointer}.wysiwyg .thumbnail{border-top:5px solid #ddd}.wysiwyg .thumbnail .caption{padding:15px}.wysiwyg .thumbnail .caption h4{margin:20px 0}.wysiwyg .thumbnail .caption h6 i{font-size:20px;position:relative;top:2px}.wysiwyg .thumbnail .caption img{max-width:100%}.wysiwyg .thumbnail .caption .dropdown{position:absolute;top:15px;right:20px}.wysiwyg .thumbnail .caption .dropdown .btn{border:none;color:#137df7}.wysiwyg .thumbnail .caption .dropdown .btn:hover{background:0 0;color:#137df7}.wysiwyg .thumbnail .caption .dropdown .dropdown-menu{left:initial;right:0}.wysiwyg .thumbnail.active,.wysiwyg .thumbnail:hover{border-top:5px solid #137df7;border-color:#137df7;background:0 0}.wysiwyg .thumbnail.add-new{border-radius:10px;padding:56px 0;border-top-width:1px}.wysiwyg .thumbnail.add-new.bgImageButton{padding:122px 0}.wysiwyg .thumbnail.add-new:hover{border-style:dashed}.wysiwyg .thumbnail.add-new:hover h6{color:#137df7}.wysiwyg .collapse-advOptions{background:#e3ecf0;overflow:hidden}.wysiwyg .collapse-advOptions .row{padding:3em 1.4em;margin:0}.wysiwyg .collapse-advOptions .row .form-control,.wysiwyg .collapse-advOptions .row .selectize-input{border-color:#a3bac5}.wysiwyg .arrow-toggle.collapsed .fa-chevron-down{display:inline-block}.wysiwyg .arrow-toggle.collapsed .fa-chevron-up{display:none}.wysiwyg .arrow-toggle .fa-chevron-down{display:none}.wysiwyg .arrow-toggle .fa-chevron-up{display:inline-block}.wysiwyg .add-widget,.wysiwyg .edit-widget{text-align:center;background:#fff;margin:0;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}@media (min-width:992px){.wysiwyg .add-widget,.wysiwyg .edit-widget{display:table;width:100%;height:100%;max-width:1140px}}.wysiwyg .add-widget .col-md-1,.wysiwyg .add-widget .col-md-2,.wysiwyg .add-widget .col-md-3,.wysiwyg .add-widget .col-md-6,.wysiwyg .edit-widget .col-md-1,.wysiwyg .edit-widget .col-md-2,.wysiwyg .edit-widget .col-md-3,.wysiwyg .edit-widget .col-md-6{position:relative;vertical-align:middle;padding-top:10px;padding-bottom:10px}@media (min-width:992px){.wysiwyg .add-widget .col-md-1,.wysiwyg .add-widget .col-md-2,.wysiwyg .add-widget .col-md-3,.wysiwyg .add-widget .col-md-6,.wysiwyg .edit-widget .col-md-1,.wysiwyg .edit-widget .col-md-2,.wysiwyg .edit-widget .col-md-3,.wysiwyg .edit-widget .col-md-6{float:none;display:table-cell}}@media (max-width:992px){.wysiwyg .add-widget .col-md-1,.wysiwyg .add-widget .col-md-2,.wysiwyg .add-widget .col-md-3,.wysiwyg .add-widget .col-md-6,.wysiwyg .edit-widget .col-md-1,.wysiwyg .edit-widget .col-md-2,.wysiwyg .edit-widget .col-md-3,.wysiwyg .edit-widget .col-md-6{padding-bottom:0;padding-top:0}}.wysiwyg .add-widget .col-md-1 img,.wysiwyg .add-widget .col-md-2 img,.wysiwyg .add-widget .col-md-3 img,.wysiwyg .add-widget .col-md-6 img,.wysiwyg .edit-widget .col-md-1 img,.wysiwyg .edit-widget .col-md-2 img,.wysiwyg .edit-widget .col-md-3 img,.wysiwyg .edit-widget .col-md-6 img{width:100%}.wysiwyg .add-widget .col-md-1 h4,.wysiwyg .add-widget .col-md-2 h4,.wysiwyg .add-widget .col-md-3 h4,.wysiwyg .add-widget .col-md-6 h4,.wysiwyg .edit-widget .col-md-1 h4,.wysiwyg .edit-widget .col-md-2 h4,.wysiwyg .edit-widget .col-md-3 h4,.wysiwyg .edit-widget .col-md-6 h4{color:#688ea0;padding-left:20px;font-size:14px;cursor:default}@media (max-width:992px){.wysiwyg .add-widget .col-md-1 h4,.wysiwyg .add-widget .col-md-2 h4,.wysiwyg .add-widget .col-md-3 h4,.wysiwyg .add-widget .col-md-6 h4,.wysiwyg .edit-widget .col-md-1 h4,.wysiwyg .edit-widget .col-md-2 h4,.wysiwyg .edit-widget .col-md-3 h4,.wysiwyg .edit-widget .col-md-6 h4{padding-left:0}}.wysiwyg .add-widget .col-md-1.text-right a,.wysiwyg .add-widget .col-md-2.text-right a,.wysiwyg .add-widget .col-md-3.text-right a,.wysiwyg .add-widget .col-md-6.text-right a,.wysiwyg .edit-widget .col-md-1.text-right a,.wysiwyg .edit-widget .col-md-2.text-right a,.wysiwyg .edit-widget .col-md-3.text-right a,.wysiwyg .edit-widget .col-md-6.text-right a{color:#4990e2;font-size:18px;margin:5px 0;display:block}.wysiwyg .add-widget .col-md-1.text-right a:hover,.wysiwyg .add-widget .col-md-2.text-right a:hover,.wysiwyg .add-widget .col-md-3.text-right a:hover,.wysiwyg .add-widget .col-md-6.text-right a:hover,.wysiwyg .edit-widget .col-md-1.text-right a:hover,.wysiwyg .edit-widget .col-md-2.text-right a:hover,.wysiwyg .edit-widget .col-md-3.text-right a:hover,.wysiwyg .edit-widget .col-md-6.text-right a:hover{opacity:.9;color:#4990e2}@media (max-width:992px){.wysiwyg .add-widget .col-md-1.text-right a,.wysiwyg .add-widget .col-md-2.text-right a,.wysiwyg .add-widget .col-md-3.text-right a,.wysiwyg .add-widget .col-md-6.text-right a,.wysiwyg .edit-widget .col-md-1.text-right a,.wysiwyg .edit-widget .col-md-2.text-right a,.wysiwyg .edit-widget .col-md-3.text-right a,.wysiwyg .edit-widget .col-md-6.text-right a{display:inline-block;margin:5px}}.wysiwyg .add-widget .col-md-1.text-right .fa-bars,.wysiwyg .add-widget .col-md-2.text-right .fa-bars,.wysiwyg .add-widget .col-md-3.text-right .fa-bars,.wysiwyg .add-widget .col-md-6.text-right .fa-bars,.wysiwyg .edit-widget .col-md-1.text-right .fa-bars,.wysiwyg .edit-widget .col-md-2.text-right .fa-bars,.wysiwyg .edit-widget .col-md-3.text-right .fa-bars,.wysiwyg .edit-widget .col-md-6.text-right .fa-bars{cursor:move;color:#4990e2;font-size:18px;margin:5px 0}.wysiwyg .add-widget .col-md-1.text-right .fa-bars:hover,.wysiwyg .add-widget .col-md-2.text-right .fa-bars:hover,.wysiwyg .add-widget .col-md-3.text-right .fa-bars:hover,.wysiwyg .add-widget .col-md-6.text-right .fa-bars:hover,.wysiwyg .edit-widget .col-md-1.text-right .fa-bars:hover,.wysiwyg .edit-widget .col-md-2.text-right .fa-bars:hover,.wysiwyg .edit-widget .col-md-3.text-right .fa-bars:hover,.wysiwyg .edit-widget .col-md-6.text-right .fa-bars:hover{opacity:.9;color:#4990e2}@media (max-width:992px){.wysiwyg .add-widget .col-md-1.text-right .fa-bars,.wysiwyg .add-widget .col-md-2.text-right .fa-bars,.wysiwyg .add-widget .col-md-3.text-right .fa-bars,.wysiwyg .add-widget .col-md-6.text-right .fa-bars,.wysiwyg .edit-widget .col-md-1.text-right .fa-bars,.wysiwyg .edit-widget .col-md-2.text-right .fa-bars,.wysiwyg .edit-widget .col-md-3.text-right .fa-bars,.wysiwyg .edit-widget .col-md-6.text-right .fa-bars{display:inline-block;margin:5px}}.wysiwyg .add-widget.add-new-widget,.wysiwyg .edit-widget.add-new-widget{background:0 0;margin:15px 0 0;padding:10px;border:1px dashed #d6d6d6;-moz-border-radius:6px;-webkit-border-radius:6px}.wysiwyg .add-widget.add-new-widget:hover,.wysiwyg .edit-widget.add-new-widget:hover{border-color:#137df7}.wysiwyg .add-widget .edit-hover a:hover:after,.wysiwyg .add-widget .edit-hover a:hover:before,.wysiwyg .edit-widget .edit-hover a:hover:after,.wysiwyg .edit-widget .edit-hover a:hover:before{display:none}.wysiwyg .is-detail{background-color:#e8ecf1;border:1px solid #a1b3c9}.wysiwyg .is-detail .edit-hover{position:relative}.wysiwyg .is-detail .edit-hover:before{content:"";position:absolute;width:100%;height:100%;-webkit-backdrop-filter:blur(2.2px);backdrop-filter:blur(2.2px);background-color:rgba(192,197,203,.5)}.wysiwyg .is-detail .edit-hover .btn{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wysiwyg .add-plus-circle-widget{display:block;height:15px;position:relative;text-align:center;z-index:100;max-width:1140px;opacity:0;cursor:pointer;transition:opacity .3s ease,visibility .01s ease}.wysiwyg .add-plus-circle-widget:hover{text-decoration:none;opacity:1.95}.wysiwyg .add-plus-circle-widget:hover:after{font:normal normal normal 14px/1 FontAwesome;content:"\f055";position:absolute;width:100%;height:100%;left:0;top:-15px;left:-30px;font-size:3em;color:#137df7}.wysiwyg .unsplash-preview a{width:100%;height:250px;background-size:cover;background-repeat:no-repeat;background-position:center center}.wysiwyg .edit-hover{display:block;transition:opacity .3s ease,visibility .01s ease}.wysiwyg .edit-hover a{display:block;position:relative;text-decoration:none}.wysiwyg .edit-hover a:after,.wysiwyg .edit-hover a:before{position:absolute;opacity:0;transition:opacity .3s ease-in-out}.wysiwyg .edit-hover a:before{content:"";width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.6)}.wysiwyg .edit-hover a:after{content:"\f040";font:normal normal normal 14px/1 FontAwesome;top:50%;left:50%;-ms-transform:translate(-50%);transform:translate(-50%);font-size:2em;color:#137df7}.wysiwyg .edit-hover a:hover:after,.wysiwyg .edit-hover a:hover:before{opacity:1}.wysiwyg .dropdown .btn{background:0 0}.wysiwyg .dropdown .btn.dropdown-toggle:hover{color:#fff}.wysiwyg .dropdown .dropdown-menu{min-width:130px}.wysiwyg .dropdown .dropdown-menu>li>a{padding:5px 10px;font-size:12px;background:0 0}.wysiwyg .dropdown .dropdown-menu>li>a:hover{background:#137df7}.wysiwyg .modal-content .modal-footer,.wysiwyg .modal-content .modal-header{border:none;padding:30px}.wysiwyg .modal-content .modal-header .help-block{text-transform:none}.wysiwyg .modal-content .modal-header .modal-title{font-size:24px}.wysiwyg .modal-content .modal-header .close{font-size:24px;color:#8aa1bb;opacity:1}.wysiwyg .modal-content .modal-body{background:0 0;padding:0 30px}.wysiwyg .modal-content .modal-body .nav-tabs{border:none;margin-bottom:30px}.wysiwyg .modal-content .modal-body .nav-tabs>li{margin-bottom:3px}.wysiwyg .modal-content .modal-body .nav-tabs>li>a{border:none;background:#ddd;color:#666}.wysiwyg .modal-content .modal-body .nav-tabs>li.active>a{border:none;background:#137df7;color:#fff}@media (max-width:992px){.wysiwyg .modal-content .modal-body .nav-tabs>li{margin-bottom:2px}}.wysiwyg .modal-content .modal-body .tab-content .tab-pane .row.text-center .col-md-6:nth-child(2n+1){clear:left}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal{transition:.3s;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal .caption,.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal img{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin:auto}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal img{padding:0;max-height:90px;max-width:180px}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal .caption{transition:.3s;min-height:auto;margin:0 auto;position:absolute;width:100%;height:100%;display:list-item;border-radius:10px}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal .caption h6{margin:0}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal:hover{border-color:#137df7}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal:hover img{filter:blur(2px)}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal:hover .caption{background-color:rgba(0,0,0,.7)}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal:hover .caption h4{color:#137df7}.wysiwyg .modal-content .modal-body .thumbnail.thumb-header-modal.active .caption h4{color:#137df7}.wysiwyg .modal-content .modal-body h5{font-weight:400;margin-top:0;margin-bottom:5px;line-height:1.42857143}.wysiwyg .modal-content .modal-body .form-control{border-color:#a1b3c9}.wysiwyg .modal-content .alert-warning{margin-bottom:-20px}.wysiwyg .modal-dialog.modal-updated-l{font-family:Roboto,sans-serif}.wysiwyg .modal-dialog.modal-updated-l.listing-template-widget-modal .widget-form{padding:24px 44px}.wysiwyg .modal-dialog.modal-updated-l .modal-content .modal-header{padding-top:18px;padding-bottom:18px}.wysiwyg .modal-dialog.modal-updated-l .modal-content .modal-header .modal-header-content i{margin-right:8px}.wysiwyg .modal-dialog.modal-updated-l .modal-content .modal-body h3{font-weight:400;margin-bottom:12px}.wysiwyg .modal-dialog.modal-updated-l .modal-content .modal-body p{margin-bottom:24px}.wysiwyg .modal-dialog.modal-updated-l .modal-content .modal-body .widget-form .form-group{margin-bottom:24px}.wysiwyg .widget-edit-card .card-items{margin-top:16px}.wysiwyg .widget-edit-card .card-items .itemTitle,.wysiwyg .widget-edit-card .card-items .removeItem,.wysiwyg .widget-edit-card .card-items .sortableCard{background:0 0!important}.wysiwyg .widget-edit-card .card-items .sortableCard{width:30%}.wysiwyg .widget-edit-card .card-items .itemCard .card-item{display:block}.wysiwyg .widget-edit-card .card-items .list-sortable{overflow:initial}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg .widget-edit-card .card-items .list-sortable{overflow:visible;-ms-scroll-limit:0}}.wysiwyg .widget-edit-card .card-items .list-sortable li{overflow:initial;background:0 0!important}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg .widget-edit-card .card-items .list-sortable li{overflow:visible;-ms-scroll-limit:0}}.wysiwyg .widget-edit-card .card-items .list-sortable li .card-item{overflow:initial;height:46px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg .widget-edit-card .card-items .list-sortable li .card-item{overflow:visible;-ms-scroll-limit:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg .widget-edit-card .card-items .list-sortable li .card-item .twitter-typeahead{overflow:visible;-ms-scroll-limit:0}}.wysiwyg .widget-edit-card .card-items .list-sortable li .card-item .tt-menu{left:-6px!important;top:46px!important}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg .widget-edit-card .card-items .list-sortable li .card-item .tt-menu{overflow:visible;-ms-scroll-limit:0}}.wysiwyg .widget-edit-card .card-items .card-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;border:1px solid #a3bac5;padding:0 5px;margin-bottom:10px;border-radius:6px;text-decoration:none}.wysiwyg .widget-edit-card .card-items .card-item.add-item{-ms-flex-pack:center;justify-content:center;font-size:22px;cursor:pointer;border:1px dashed #ccc;color:#ccc;min-height:42px;transition:.2s ease-in-out}.wysiwyg .widget-edit-card .card-items .card-item.add-item:hover{color:#a3bac5;border-color:#a3bac5}.wysiwyg .widget-edit-card .card-items .card-item>.drag-item{width:20px;text-align:center;cursor:move;color:#ccc;transition:.2s ease-in-out}.wysiwyg .widget-edit-card .card-items .card-item>.drag-item:hover{color:#a3bac5}.wysiwyg .widget-edit-card .card-items .card-item>.title{max-width:calc(100% - 60px)}.wysiwyg .widget-edit-card .card-items .card-item>.title .form-control{min-height:40px;border:none;background:0 0;padding:6px 0}.wysiwyg .widget-edit-card .card-items .card-item>.actions{width:20px;text-align:center;color:#ccc;transition:.2s ease-in-out;cursor:pointer}.wysiwyg .widget-edit-card .card-items .card-item>.actions:hover{color:#c94d3c}@media (min-width:992px){.wysiwyg .widget-card.modal-lg,.wysiwyg .widget-footer.modal-lg,.wysiwyg .widget-header.modal-lg{width:80%}}.wysiwyg .widget-card .sortable-add,.wysiwyg .widget-footer .sortable-add,.wysiwyg .widget-header .sortable-add{color:#d6d6d6;font-size:24px;position:relative;top:3px}.wysiwyg .widget-card .list-sortable,.wysiwyg .widget-footer .list-sortable,.wysiwyg .widget-header .list-sortable{overflow:hidden}.wysiwyg .widget-card .list-sortable li,.wysiwyg .widget-footer .list-sortable li,.wysiwyg .widget-header .list-sortable li{border:none;padding:0 5px;margin:0 0 10px;width:20%;float:left;overflow:hidden}@media (max-width:992px){.wysiwyg .widget-card .list-sortable li,.wysiwyg .widget-footer .list-sortable li,.wysiwyg .widget-header .list-sortable li{float:none;width:100%}}.wysiwyg .widget-card .list-sortable li .card-item,.wysiwyg .widget-card .list-sortable li .navigation-item,.wysiwyg .widget-footer .list-sortable li .card-item,.wysiwyg .widget-footer .list-sortable li .navigation-item,.wysiwyg .widget-header .list-sortable li .card-item,.wysiwyg .widget-header .list-sortable li .navigation-item{border:1px solid #ccc;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;overflow:hidden;padding:0 10px}.wysiwyg .widget-card .list-sortable li .card-item.has-error,.wysiwyg .widget-card .list-sortable li .navigation-item.has-error,.wysiwyg .widget-footer .list-sortable li .card-item.has-error,.wysiwyg .widget-footer .list-sortable li .navigation-item.has-error,.wysiwyg .widget-header .list-sortable li .card-item.has-error,.wysiwyg .widget-header .list-sortable li .navigation-item.has-error{border:1px solid #fc5353!important}.wysiwyg .widget-card .list-sortable li .card-item .fa.fa-bars,.wysiwyg .widget-card .list-sortable li .navigation-item .fa.fa-bars,.wysiwyg .widget-footer .list-sortable li .card-item .fa.fa-bars,.wysiwyg .widget-footer .list-sortable li .navigation-item .fa.fa-bars,.wysiwyg .widget-header .list-sortable li .card-item .fa.fa-bars,.wysiwyg .widget-header .list-sortable li .navigation-item .fa.fa-bars{line-height:40px;padding:0 10px 0 0;float:left;cursor:move}.wysiwyg .widget-card .list-sortable li .card-item input[type=text],.wysiwyg .widget-card .list-sortable li .navigation-item input[type=text],.wysiwyg .widget-footer .list-sortable li .card-item input[type=text],.wysiwyg .widget-footer .list-sortable li .navigation-item input[type=text],.wysiwyg .widget-header .list-sortable li .card-item input[type=text],.wysiwyg .widget-header .list-sortable li .navigation-item input[type=text]{text-overflow:ellipsis}@media (min-width:992px){.wysiwyg .widget-card .list-sortable li .card-item input[type=text],.wysiwyg .widget-card .list-sortable li .navigation-item input[type=text],.wysiwyg .widget-footer .list-sortable li .card-item input[type=text],.wysiwyg .widget-footer .list-sortable li .navigation-item input[type=text],.wysiwyg .widget-header .list-sortable li .card-item input[type=text],.wysiwyg .widget-header .list-sortable li .navigation-item input[type=text]{width:55%;border:none;padding:0 5px;height:40px;float:left}}@media (max-width:992px){.wysiwyg .widget-card .list-sortable li .card-item input[type=text],.wysiwyg .widget-card .list-sortable li .navigation-item input[type=text],.wysiwyg .widget-footer .list-sortable li .card-item input[type=text],.wysiwyg .widget-footer .list-sortable li .navigation-item input[type=text],.wysiwyg .widget-header .list-sortable li .card-item input[type=text],.wysiwyg .widget-header .list-sortable li .navigation-item input[type=text]{border:none;width:70%;height:40px}}.wysiwyg .widget-card .list-sortable li .card-item .nav-pills,.wysiwyg .widget-card .list-sortable li .navigation-item .nav-pills,.wysiwyg .widget-footer .list-sortable li .card-item .nav-pills,.wysiwyg .widget-footer .list-sortable li .navigation-item .nav-pills,.wysiwyg .widget-header .list-sortable li .card-item .nav-pills,.wysiwyg .widget-header .list-sortable li .navigation-item .nav-pills{margin-bottom:0;float:right;max-height:40px}.wysiwyg .widget-card .list-sortable li .card-item .nav-pills li,.wysiwyg .widget-card .list-sortable li .navigation-item .nav-pills li,.wysiwyg .widget-footer .list-sortable li .card-item .nav-pills li,.wysiwyg .widget-footer .list-sortable li .navigation-item .nav-pills li,.wysiwyg .widget-header .list-sortable li .card-item .nav-pills li,.wysiwyg .widget-header .list-sortable li .navigation-item .nav-pills li{border:none;padding:0;margin:0;float:none;display:inline-block;width:auto}.wysiwyg .widget-card .list-sortable li .card-item .nav-pills li a,.wysiwyg .widget-card .list-sortable li .navigation-item .nav-pills li a,.wysiwyg .widget-footer .list-sortable li .card-item .nav-pills li a,.wysiwyg .widget-footer .list-sortable li .navigation-item .nav-pills li a,.wysiwyg .widget-header .list-sortable li .card-item .nav-pills li a,.wysiwyg .widget-header .list-sortable li .navigation-item .nav-pills li a{padding:0 5px 0 0;line-height:40px;color:#595855}.wysiwyg .widget-card .list-sortable li .card-item .nav-pills li a:focus,.wysiwyg .widget-card .list-sortable li .card-item .nav-pills li a:hover,.wysiwyg .widget-card .list-sortable li .navigation-item .nav-pills li a:focus,.wysiwyg .widget-card .list-sortable li .navigation-item .nav-pills li a:hover,.wysiwyg .widget-footer .list-sortable li .card-item .nav-pills li a:focus,.wysiwyg .widget-footer .list-sortable li .card-item .nav-pills li a:hover,.wysiwyg .widget-footer .list-sortable li .navigation-item .nav-pills li a:focus,.wysiwyg .widget-footer .list-sortable li .navigation-item .nav-pills li a:hover,.wysiwyg .widget-header .list-sortable li .card-item .nav-pills li a:focus,.wysiwyg .widget-header .list-sortable li .card-item .nav-pills li a:hover,.wysiwyg .widget-header .list-sortable li .navigation-item .nav-pills li a:focus,.wysiwyg .widget-header .list-sortable li .navigation-item .nav-pills li a:hover{background:0 0;color:#137df7}.wysiwyg .widget-card .form-thumbnails,.wysiwyg .widget-footer .form-thumbnails,.wysiwyg .widget-header .form-thumbnails{padding:1em 0;overflow:hidden}.wysiwyg .widget-card .add-favicon,.wysiwyg .widget-footer .add-favicon,.wysiwyg .widget-header .add-favicon{position:relative;overflow-x:hidden}.wysiwyg .widget-card .add-favicon:before,.wysiwyg .widget-footer .add-favicon:before,.wysiwyg .widget-header .add-favicon:before{border-bottom:1px solid #b4b4b4;content:"";position:absolute;width:100%;top:45px}.wysiwyg .widget-card .add-favicon .add-favicon-tab,.wysiwyg .widget-footer .add-favicon .add-favicon-tab,.wysiwyg .widget-header .add-favicon .add-favicon-tab{background:url(../img/bg-add-favicon.png) no-repeat 0 0;height:46px;float:left;width:335px;line-height:50px;padding:0 50px;position:relative;z-index:10}@media (max-width:991px){.wysiwyg .widget-card .add-favicon .add-favicon-tab,.wysiwyg .widget-footer .add-favicon .add-favicon-tab,.wysiwyg .widget-header .add-favicon .add-favicon-tab{background-position:center;float:none;margin:0 auto}}.wysiwyg .widget-card .add-favicon .add-favicon-tab a,.wysiwyg .widget-footer .add-favicon .add-favicon-tab a,.wysiwyg .widget-header .add-favicon .add-favicon-tab a{line-height:50px}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon{position:relative}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon a.favIconButton img#favIconImg,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon a.favIconButton img#favIconImg,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon a.favIconButton img#favIconImg{position:absolute;max-width:16px;max-height:16px;top:18px;left:10px}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon{line-height:25px}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon .edit-hover a,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon .edit-hover a,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon .edit-hover a{text-decoration:none;color:#353535;height:36px;width:36px;display:inline-block;line-height:36px;text-align:center}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:before,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:before,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:before{margin:0;height:36px;width:36px;border:none;top:8px}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:after,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:after,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:after{font-size:1em;width:36px;height:36px;top:8px;margin:0;text-align:center;line-height:36px;background-color:rgba(255,255,255,.75)}.wysiwyg .widget-card .add-favicon .add-favicon-tab #form_favicon .edit-hover span.page-title,.wysiwyg .widget-footer .add-favicon .add-favicon-tab #form_favicon .edit-hover span.page-title,.wysiwyg .widget-header .add-favicon .add-favicon-tab #form_favicon .edit-hover span.page-title{position:absolute;top:15px}.wysiwyg .widget-card .add-favicon .add-favicon-tab .thumbnail,.wysiwyg .widget-footer .add-favicon .add-favicon-tab .thumbnail,.wysiwyg .widget-header .add-favicon .add-favicon-tab .thumbnail{border:1px dashed #ddd;border-radius:6px;width:30px;height:30px;float:left;margin:12px 20px 0 3px}.wysiwyg .widget-card .add-favicon .add-favicon-tab .thumbnail:hover,.wysiwyg .widget-footer .add-favicon .add-favicon-tab .thumbnail:hover,.wysiwyg .widget-header .add-favicon .add-favicon-tab .thumbnail:hover{border:1px dashed #137df7}.wysiwyg .widget-card .add-favicon .help-block,.wysiwyg .widget-footer .add-favicon .help-block,.wysiwyg .widget-header .add-favicon .help-block{padding:15px 0;margin:0}@media (max-width:991px){.wysiwyg .widget-card .add-favicon .help-block,.wysiwyg .widget-footer .add-favicon .help-block,.wysiwyg .widget-header .add-favicon .help-block{text-align:center}}@media (max-width:480px){.wysiwyg .widget-card .upload-logo,.wysiwyg .widget-footer .upload-logo,.wysiwyg .widget-header .upload-logo{text-align:center}}.wysiwyg .widget-card .upload-logo p,.wysiwyg .widget-footer .upload-logo p,.wysiwyg .widget-header .upload-logo p{padding-top:0}@media (max-width:991px){.wysiwyg .widget-card .upload-logo p,.wysiwyg .widget-footer .upload-logo p,.wysiwyg .widget-header .upload-logo p{text-align:center;padding-top:0}}.wysiwyg .widget-card .upload-logo .thumbnail,.wysiwyg .widget-footer .upload-logo .thumbnail,.wysiwyg .widget-header .upload-logo .thumbnail{float:left;width:220px;margin:0 20px 40px 0;height:120px;line-height:120px}@media (max-width:480px){.wysiwyg .widget-card .upload-logo .thumbnail,.wysiwyg .widget-footer .upload-logo .thumbnail,.wysiwyg .widget-header .upload-logo .thumbnail{float:none;width:300px;margin:0 auto 20px}}.wysiwyg .widget-card .upload-logo .edit-hover,.wysiwyg .widget-footer .upload-logo .edit-hover,.wysiwyg .widget-header .upload-logo .edit-hover{float:left;width:220px;position:relative;text-align:center;margin:0 20px 20px 0;padding:20px;border:1px dashed #ccc;border-radius:10px}@media (max-width:991px){.wysiwyg .widget-card .upload-logo .edit-hover,.wysiwyg .widget-footer .upload-logo .edit-hover,.wysiwyg .widget-header .upload-logo .edit-hover{float:none;margin:0 auto 20px}}.wysiwyg .widget-card .upload-logo .edit-hover a:before,.wysiwyg .widget-footer .upload-logo .edit-hover a:before,.wysiwyg .widget-header .upload-logo .edit-hover a:before{border:none}.wysiwyg .widget-card .upload-logo .edit-hover a img,.wysiwyg .widget-footer .upload-logo .edit-hover a img,.wysiwyg .widget-header .upload-logo .edit-hover a img{display:inline-block;max-height:90px;height:auto;width:auto;max-width:180px}@media (max-width:480px){.wysiwyg .widget-card .upload-logo .help-block,.wysiwyg .widget-footer .upload-logo .help-block,.wysiwyg .widget-header .upload-logo .help-block{clear:both}}.wysiwyg .widget-card .upload-logo.upload-logo-centered,.wysiwyg .widget-footer .upload-logo.upload-logo-centered,.wysiwyg .widget-header .upload-logo.upload-logo-centered{margin-left:35%}@media (max-width:992px){.wysiwyg .widget-card .upload-logo.upload-logo-centered,.wysiwyg .widget-footer .upload-logo.upload-logo-centered,.wysiwyg .widget-header .upload-logo.upload-logo-centered{margin-left:0}}@media (max-width:992px){.wysiwyg .widget-header .sortable-add{text-align:left;display:block;top:-5px}}.wysiwyg .widget-footer .list-sortable{overflow:hidden}.wysiwyg .widget-footer .list-sortable li{width:50%;margin:0 0 10px 0;padding:0 5px;float:left}@media (max-width:1110px){.wysiwyg .widget-footer .list-sortable li{float:none;width:100%}}.wysiwyg .widget-footer .contact-info .input-group{margin-bottom:20px}.wysiwyg .widget-footer .contact-info .input-group .input-group-addon{max-width:34px;background:0 0;border:none}.wysiwyg .widget-footer .contact-info .fa{font-size:24px;position:relative;left:-10px}@media (min-width:1200px){.wysiwyg #add-new-widget-modal .modal-lg{width:1110px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs{padding:0}@media (max-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs{margin-top:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li{float:none;display:block;margin:0 0 6px}@media (max-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li{margin:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li>a{font-family:Roboto,sans-serif;font-weight:400;background:0 0;color:#494949;font-size:15px;margin:0;line-height:34px;padding:0 25px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li>a:hover{background:#f4f8f9;color:#494949}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li>a.all{color:#137df7}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li.active>a{background:#f4f8f9;color:#494949}@media (max-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .nav.nav-tabs>li.active>a{line-height:42px;padding-right:50px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content{height:310px;overflow-y:auto}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content{height:388px}}@media screen and (min-width:992px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content{height:calc(100vh - 250px)}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content.tab-content-opned{height:100vh}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane{background:#f8f9fb;padding:30px;min-height:100%}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .alert-warning{margin-bottom:0}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .thumbnail{border-top-width:1px;cursor:pointer}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .thumbnail:hover{border-width:1px;background-color:#fff}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .thumbnail.unavailable{background:0 0;opacity:.8}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .thumbnail.unavailable .caption h4{opacity:.5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .thumbnail.unavailable:hover{border-color:#ddd}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane .thumbnail.unavailable:hover .caption h4{color:#595855}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:auto;padding:15px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active{min-height:100%;padding:30px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active #newsletter-form{width:100%}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active.has-list{-ms-flex-align:start;align-items:flex-start}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .item{width:337px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask{text-align:center}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .campaignmonitor{margin-bottom:40px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .campaignmonitor img{max-width:100%;height:auto;display:block;object-fit:cover;margin:0 auto}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .campaignmonitor img{max-width:225px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask h3{font-weight:400;color:#494949;margin:0;line-height:1.25;font-size:17px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask h3{font-size:24px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask p{color:#494949;font-size:13px;margin:0;font-weight:400;margin-top:12px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask p{font-size:15px;margin-top:20px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .newsletter-action{margin-top:20px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .newsletter-action{margin-top:36px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .newsletter-action .btn-newsletter{border-radius:2px;border-color:#678ea0;background:#fff;font-size:15px;font-weight:400;line-height:1;color:#678ea0;padding:10px 20px;min-width:100%;margin-top:8px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .newsletter-action .btn-newsletter{min-width:138px;margin-left:10px;margin-top:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask .newsletter-action .btn-newsletter:first-child{margin-left:0;margin-top:0}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form{margin:20px auto 0}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form{min-width:300px;max-width:300px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form .newsletter-action{margin-top:20px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form .form-control{border-color:#a3bac5;color:#4a4a4a;height:44px;font-size:15px;outline:0;box-shadow:none;font-weight:400;border-radius:4px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form .form-control::-webkit-input-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form .form-control::-moz-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form .form-control:-ms-input-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form .form-control:-moz-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form button:not(.password-toggle){border-radius:2px;font-size:15px;font-weight:400;line-height:1;padding:10px 20px;min-width:100%;margin-top:8px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form button:not(.password-toggle){min-width:138px;margin-left:10px;margin-top:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-newsletter.active .mask form button:not(.password-toggle):first-child{margin-left:0;margin-top:0}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .preview-image-block{display:none;position:fixed;z-index:999;width:100%;height:100%;text-align:center;top:0;left:0;background:rgba(0,0,0,.8)}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .preview-image-block:before{content:"\f00d";font-family:FontAwesome;position:absolute;right:5px;height:5px;color:#fff;font-size:20px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .preview-image-block:target{outline:0;display:block}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .preview-image-block img{max-width:90%;max-height:80%;margin-top:2%}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .tab-card-title{font-weight:400;color:#494949;margin:0;line-height:1.25;font-size:17px;text-align:center;margin-bottom:16px}@media screen and (min-width:768px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .tab-card-title{font-size:24px;margin-bottom:24px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card label{color:#4a4a4a;font-size:13px;font-weight:500}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card label:not(.radio-inline){display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card label .preview-column{font-weight:400;text-decoration:none}@media screen and (max-width:991px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .input-group{display:block}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .input-group-addon{display:block;width:100%;padding:0;border:1px solid #ccc;padding:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .btn{display:block;width:100%;padding:11px 12px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .checkbox-group,.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .radio-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .checkbox-group label,.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .radio-group label{line-height:1;font-weight:400;margin:0 15px 15px 0}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .checkbox-group input[type=checkbox],.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .checkbox-group input[type=radio],.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .radio-group input[type=checkbox],.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .radio-group input[type=radio]{margin:0;margin-right:5px}@media screen and (min-width:992px){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .input-group-addon+.form-control{border-top-left-radius:0;border-bottom-left-radius:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control{border-color:#a3bac5;color:#494949;min-height:44px;font-size:15px;outline:0;box-shadow:none;font-weight:400;border-radius:4px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control::-webkit-input-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control::-moz-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control:-ms-input-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control:-moz-placeholder{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control #custom_link{margin-bottom:4px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control.selectize-control{padding:0;height:auto;border:none;background:0 0;box-shadow:none;border-radius:4px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control.selectize-control.multi .selectize-input{height:auto}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control.selectize-control.has-fake-label{margin-top:24px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control.selectize-control .selectize-input{border-color:#a3bac5;color:#494949;height:44px;font-size:15px;border-radius:4px;box-shadow:none!important;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .form-control.selectize-control .selectize-dropdown .active{color:#fff}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items{margin-top:16px}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .itemTitle,.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .removeItem,.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .sortableCard{background:#f8f9fb}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .sortableCard{width:30%}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .itemCard .card-item{display:block}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable{overflow:initial}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable{overflow:visible;-ms-scroll-limit:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li{overflow:initial}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li{overflow:visible;-ms-scroll-limit:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li .card-item{overflow:initial;height:46px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li .card-item{overflow:visible;-ms-scroll-limit:0}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li .card-item .twitter-typeahead{overflow:visible;-ms-scroll-limit:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li .card-item .tt-menu{left:-6px!important;top:46px!important}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .list-sortable li .card-item .tt-menu{overflow:visible;-ms-scroll-limit:0}}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;border:1px solid #a3bac5;padding:0 5px;margin-bottom:10px;border-radius:6px;text-decoration:none}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item.add-item{-ms-flex-pack:center;justify-content:center;font-size:22px;cursor:pointer;border:1px dashed #ccc;color:#ccc;min-height:42px;transition:.2s ease-in-out}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item.add-item:hover{color:#a3bac5;border-color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item>.drag-item{width:20px;text-align:center;cursor:move;color:#ccc;transition:.2s ease-in-out}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item>.drag-item:hover{color:#a3bac5}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item>.title{max-width:calc(100% - 60px)}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item>.title .form-control{min-height:40px;border:none;background:0 0;padding:6px 0}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item>.actions{width:20px;text-align:center;color:#ccc;transition:.2s ease-in-out;cursor:pointer}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-cards.active .form-card .card-items .card-item>.actions:hover{color:#c94d3c}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane#tab-lead .grid-pinterest .item{display:inline-block}.wysiwyg #add-new-widget-modal .modal-lg .insert-widget .tab-content>.tab-pane #card-custom-rules-pane .form-group>.row{width:calc(100% - 24px)}.wysiwyg #add-new-widget-modal .tab-content .row .col-md-6:nth-child(2n+1){clear:left}.wysiwyg #card-pick-itens-pane{overflow:auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg #card-pick-itens-pane{overflow:visible;-ms-scroll-limit:0}}.wysiwyg .modal-card-custom #widget-card-form label{color:#4a4a4a;font-size:13px;font-weight:500}.wysiwyg .modal-card-custom #widget-card-form label:not(.radio-inline){display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.wysiwyg .modal-card-custom #widget-card-form label .preview-column{font-weight:400;text-decoration:none}@media screen and (max-width:991px){.wysiwyg .modal-card-custom #widget-card-form .input-group{display:block}.wysiwyg .modal-card-custom #widget-card-form .input-group-addon{display:block;width:100%;padding:0;border:1px solid #ccc;padding:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}}.wysiwyg .modal-card-custom #widget-card-form .btn{display:block;width:100%;padding:11px 12px}.wysiwyg .modal-card-custom #widget-card-form .checkbox-group,.wysiwyg .modal-card-custom #widget-card-form .radio-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px}.wysiwyg .modal-card-custom #widget-card-form .checkbox-group label,.wysiwyg .modal-card-custom #widget-card-form .radio-group label{line-height:1;font-weight:400;margin:0 15px 15px 0}.wysiwyg .modal-card-custom #widget-card-form .checkbox-group input[type=checkbox],.wysiwyg .modal-card-custom #widget-card-form .checkbox-group input[type=radio],.wysiwyg .modal-card-custom #widget-card-form .radio-group input[type=checkbox],.wysiwyg .modal-card-custom #widget-card-form .radio-group input[type=radio]{margin:0;margin-right:5px}@media screen and (min-width:992px){.wysiwyg .modal-card-custom #widget-card-form .input-group-addon+.form-control{border-top-left-radius:0;border-bottom-left-radius:0}}.wysiwyg .modal-card-custom #widget-card-form .form-control{border-color:#a3bac5;color:#494949;min-height:44px;font-size:15px;outline:0;box-shadow:none;font-weight:400;border-radius:4px}.wysiwyg .modal-card-custom #widget-card-form .form-control::-webkit-input-placeholder{color:#a3bac5}.wysiwyg .modal-card-custom #widget-card-form .form-control::-moz-placeholder{color:#a3bac5}.wysiwyg .modal-card-custom #widget-card-form .form-control:-ms-input-placeholder{color:#a3bac5}.wysiwyg .modal-card-custom #widget-card-form .form-control:-moz-placeholder{color:#a3bac5}.wysiwyg .modal-card-custom #widget-card-form .form-control #custom_link{margin-bottom:4px}.wysiwyg .modal-card-custom #widget-card-form .form-control.selectize-control{padding:0;height:auto;border:none;background:0 0;box-shadow:none;border-radius:4px}.wysiwyg .modal-card-custom #widget-card-form .form-control.selectize-control.multi .selectize-input{height:auto}.wysiwyg .modal-card-custom #widget-card-form .form-control.selectize-control.has-fake-label{margin-top:23px}.wysiwyg .modal-card-custom #widget-card-form .form-control.selectize-control .selectize-input{border-color:#a3bac5;color:#494949;height:44px;line-height:30px;font-size:15px;border-radius:4px;box-shadow:none!important}.wysiwyg .modal-card-custom #widget-card-form .form-control.selectize-control .selectize-dropdown .active{color:#fff}.wysiwyg .modal-card-custom #widget-card-form .card-items{margin-top:0}.wysiwyg .modal-card-custom #widget-card-form .card-items .itemTitle,.wysiwyg .modal-card-custom #widget-card-form .card-items .removeItem,.wysiwyg .modal-card-custom #widget-card-form .card-items .sortableCard{background:#f8f9fb}.wysiwyg .modal-card-custom #widget-card-form .card-items .sortableCard{width:25%}.wysiwyg .modal-card-custom #widget-card-form .card-items .itemCard .card-item{display:block}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable{overflow:initial}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable li{overflow:initial}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable li .card-item{overflow:initial;height:46px}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable li .card-item:not(.add-item){background-color:#fff;border:solid 1px #b7c4d5;border-radius:3px}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable li .card-item:not(.add-item) input{font-family:Roboto,sans-serif;font-size:14px}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable li .card-item:not(.add-item) i{color:#738dad}.wysiwyg .modal-card-custom #widget-card-form .card-items .list-sortable li .card-item .tt-menu{left:-6px!important;top:46px!important}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;border:1px solid #a3bac5;padding:0 5px;margin-bottom:10px;border-radius:6px}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item.add-item{-ms-flex-pack:center;justify-content:center;font-size:22px;cursor:pointer;border:1px dashed #ccc;color:#ccc;min-height:42px;transition:.2s ease-in-out}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item.add-item:hover{color:#a3bac5;border-color:#a3bac5}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item>.drag-item{width:20px;text-align:center;cursor:move;color:#ccc;transition:.2s ease-in-out}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item>.drag-item:hover{color:#a3bac5}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item>.title{max-width:calc(100% - 60px)}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item>.title .form-control{min-height:40px;border:none;background:0 0;padding:6px 0}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item>.actions{width:20px;text-align:center;color:#ccc;transition:.2s ease-in-out;cursor:pointer}.wysiwyg .modal-card-custom #widget-card-form .card-items .card-item>.actions:hover{color:#c94d3c}.wysiwyg .color-box{max-width:30px;min-width:30px;height:30px;margin-bottom:20px}.wysiwyg .nmt10{margin-top:-10px}.wysiwyg form#color_scheme .fa.fa-question-circle{opacity:.3}.wysiwyg .widget-contactform form.contactform .list-sortable li{border:none;padding:0;margin:0}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin-bottom:20px}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body{padding:15px 15px 0}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .input-group .input-group-addon{background:#fff;border-radius:2px 0 0 2px;-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .input-group .input-group-addon i{color:#999}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .input-group .form-control{border-left:none;border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .sortable-add,.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .sortable-remove{color:#3e8f3e;font-size:1.5em}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .sortable-add:hover,.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .sortable-remove:hover{text-decoration:none}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .sortable-remove{color:#c94d3c}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel .panel-body .pull-right{margin:10px 0;z-index:10;position:relative}.wysiwyg .widget-contactform form.contactform .list-sortable li .panel.active{background-color:#f5f5f5}.wysiwyg .widget-contactform form.contactform .list-sortable li:last-child .panel{margin-bottom:0}.wysiwyg .widget-newsletter .edit-hover a:hover:before{border:none}.wysiwyg .widget-search .form-thumbnails{padding:0}.wysiwyg .widget-search .form-thumbnails #image-background{position:relative}.wysiwyg .widget-search .form-thumbnails #image-background .edit-hover a:hover:before{border:none}.wysiwyg .widget-slider.modal-lg{width:80%}.wysiwyg .widget-slider .form-thumbnails{padding:0;width:80%;margin:0 auto}.wysiwyg .widget-slider .form-thumbnails #image-background{position:relative}.wysiwyg .widget-slider .form-thumbnails #image-background .edit-hover a:hover:before{border:none}.wysiwyg .widget-slider .list-sortable{overflow:hidden;margin-bottom:30px;display:inline-block;width:auto}.wysiwyg .widget-slider .list-sortable li{border:none;margin:0}@media (max-width:992px){.wysiwyg .widget-slider .list-sortable li{margin:0 10px;width:47%;text-align:center}}@media (max-width:768px){.wysiwyg .widget-slider .list-sortable li{margin:0 auto 10px;width:95%}}.wysiwyg .widget-slider .list-sortable li h5{text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;min-height:20px}.wysiwyg .widget-slider .list-sortable li .row{border:1px solid #e6e6e6;border-radius:6px;padding:15px 0;margin:0;display:table;width:100%;min-height:145px}.wysiwyg .widget-slider .list-sortable li .row .fa{color:#999}.wysiwyg .widget-slider .list-sortable li .row .col-md-2{width:16.66666667%;display:table-cell;position:relative;vertical-align:middle;text-align:center;float:none}.wysiwyg .widget-slider .list-sortable li .row .col-md-8{width:66.666667%;display:table-cell;position:relative;vertical-align:middle;text-align:center;float:none;padding:0}.wysiwyg .widget-slider .list-sortable li .row .col-md-8 .edit-hover a:hover:before{border:none}.wysiwyg .widget-slider .list-sortable li .row .col-md-8 .edit-hover a:hover:after{font-size:1.5em}.wysiwyg .widget-slider .list-sortable li .row .col-md-8 .edit-hover a img{max-width:100%}.wysiwyg .widget-slider .list-sortable li .row .col-md-8 .thumbnail.add-new{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding:20px 0;border:1px dashed #137df7;margin:0}.wysiwyg .widget-slider .list-sortable li .row .col-md-8 .thumbnail.add-new:hover{text-decoration:none}.wysiwyg .widget-slider .list-sortable li .row .col-md-8 .thumbnail.add-new img{max-height:70px}.wysiwyg .widget-slider .list-sortable li.active h5,.wysiwyg .widget-slider .list-sortable li:hover h5{color:#137df7}.wysiwyg .widget-slider .list-sortable li.active .row,.wysiwyg .widget-slider .list-sortable li:hover .row{border-color:#137df7;opacity:.5}.wysiwyg .widget-slider .list-sortable#sortableSlider{float:left;width:auto}.wysiwyg .widget-slider .list-sortable#sortableSlider:not(.list-sortable-custom) li:not(.video-gallery-li):not(#addNavBarItem){width:250px}.wysiwyg .widget-slider .list-sortable .video-gallery-li .row{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.wysiwyg .widget-slider .list-sortable .video-gallery-li .row .col-md-2{width:auto}.wysiwyg .widget-slider .createSliderItem{display:block;margin:30px 25px 0;line-height:100px;float:left}.wysiwyg .widget-slider .createSliderItem .fa-plus-circle{font-size:2.5em}.wysiwyg .widget-slider .list-sortable#sortableSlider{width:100%;float:none}.wysiwyg .widget-slider .list-sortable #addNavBarItem{padding:8px 15px}.wysiwyg .widget-slider .list-sortable #addNavBarItem .createSliderItem{border:1px dashed #137df7;border-radius:6px;min-height:145px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-decoration:none;margin:0;line-height:normal;float:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.wysiwyg .widget-slider .list-sortable #addNavBarItem .createSliderItem{height:145px}}.wysiwyg .widget-slider .alert-video-modal{margin-bottom:20px}.wysiwyg .widget-slider .video-preview{border:1px dashed #a3bac5;border-radius:6px;position:relative}.wysiwyg .widget-slider .video-preview:before{content:"\f01d";font-family:FontAwesome;font-size:46px;line-height:1;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#a3bac5}@-moz-document url-prefix(){.wysiwyg .widget-slider .form-builder-leadgen select{appearance:window}}.wysiwyg hr.fade{display:block;border:none;color:#fff;height:1px;opacity:1;width:100%;background:#fff;background:linear-gradient(to right,#fff 0,#b4b4b4 50%,#fff 100%)}.wysiwyg .gradient-border{background:url(../img/bg-gradient-border-left.png) no-repeat 100% 0;min-height:112px;margin-top:-1em;max-width:1140px}@media (max-width:767px){.wysiwyg .gradient-border{margin-top:0}}@media (max-width:580px){.wysiwyg .gradient-border{background:0 0;min-height:inherit;margin-top:20px}}.wysiwyg .gradient-border .content{background:url(../img/bg-gradient-border-right.png) no-repeat 0 0;padding:25px 85px 0;height:112px}@media (max-width:580px){.wysiwyg .gradient-border .content{background:0 0;padding:0;height:inherit}}.wysiwyg .gradient-border .content .tab-page{max-width:300px}@media (max-width:580px){.wysiwyg .gradient-border .content .tab-page{max-width:100%}}@media (min-width:992px){.wysiwyg .col5{width:20%;float:left;position:relative;min-height:1px;padding-right:15px;padding-left:15px}}.wysiwyg .showLabels{margin-top:30px}.wysiwyg .showLabels p{font-size:16px}.wysiwyg.modal#edit-widget-modal{overflow-y:scroll}.max-h{max-height:90vh;overflow:auto}.transition{transition:.3s}.list-sortable .ui-sortable-add{-webkit-border-radius:6px}.list-sortable .ui-sortable-add a.sortable-add.add-item,.list-sortable .ui-sortable-add a.sortable-add.createItem{border:1px dashed #ccc;border-radius:6px;display:block;text-align:center;line-height:40px;top:0;transition:.3s}.list-sortable .ui-sortable-add a.sortable-add.add-item i,.list-sortable .ui-sortable-add a.sortable-add.createItem i{transition:.3s}.list-sortable .ui-sortable-add a.sortable-add.add-item:hover,.list-sortable .ui-sortable-add a.sortable-add.createItem:hover{border-color:#137df7}.list-sortable .ui-sortable-add a.sortable-add.add-item:hover i,.list-sortable .ui-sortable-add a.sortable-add.createItem:hover i{color:#137df7}.grid-pinterest{column-count:2;column-gap:1.5em}@media (max-width:992px){.grid-pinterest{column-count:1}}.grid-pinterest .item{width:100%;display:inline-block}.twitter-typeahead{display:block!important;text-align:left}.twitter-typeahead b{font-weight:600}.twitter-typeahead .tt-input{box-shadow:none}.twitter-typeahead .tt-input:focus{border-color:#c1c4ca}.twitter-typeahead .tt-hint{color:#595855}.twitter-typeahead .tt-menu{position:initial;width:calc(148%);left:-32px!important;padding:0;background-color:#fff;border:1px solid #d6d6d6;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#595855}.twitter-typeahead .tt-suggestion{padding:10px 12px;font-size:14px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-bottom:1px solid #f1f1f1}.twitter-typeahead .tt-suggestion.tt-cursor,.twitter-typeahead .tt-suggestion.tt-is-under-cursor,.twitter-typeahead .tt-suggestion:focus,.twitter-typeahead .tt-suggestion:hover{color:#302e2b;background-color:#f1f1f1;cursor:pointer}.twitter-typeahead .tt-suggestion i.fa{line-height:24px}.twitter-typeahead .tt-suggestion p{margin:0}.twitter-typeahead .tt-suggestion span{display:block;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.modal .modal-content .modal-body .section-unsplash .unsplash-header .form-group{position:relative}.modal .modal-content .modal-body .section-unsplash .unsplash-header .form-group .fa{position:absolute;top:8px;left:8px;font-size:16px;color:#a1b3c9}.modal .modal-content .modal-body .section-unsplash .unsplash-header .form-group input{padding-left:32px}.modal .modal-content .modal-body .section-unsplash .unsplash-body{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:justify;justify-content:space-between;margin-top:-16px}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-text{width:100%;text-align:center;padding:24px 0 0;font-size:24px}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item{width:calc((100% / 3) - 12px);height:120px;border-radius:3px;overflow:hidden;position:relative;margin-top:12px}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item:before{content:"\f00c";font-family:fontAwesome;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(25,154,219,.7);display:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:32px}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item:hover .unsplash-author{-ms-transform:translateY(0);transform:translateY(0)}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item.selected:before{display:-ms-flexbox;display:flex}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item.selected .unsplash-author{-ms-transform:translateY(0);transform:translateY(0)}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item .unsplash-picture{width:100%;height:120px;display:block}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item .unsplash-picture img{width:100%;height:120px;display:block;object-fit:cover}.modal .modal-content .modal-body .section-unsplash .unsplash-body .unsplash-item .unsplash-author{position:absolute;width:100%;bottom:0;text-align:center;background:rgba(0,0,0,.4);color:#ccc;font-weight:700;display:block;padding:4px;text-decoration:none;transition:.2s ease-in-out;-ms-transform:translateY(100%);transform:translateY(100%)}.modal .modal-content .modal-body .section-unsplash .unsplash-loadmore{margin-top:16px}.modal .modal-content .modal-body .section-unsplash .unsplash-loadmore .btn-unsplash-more{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:40px;border:1px solid #137df7;color:#137df7;border-radius:4px;font-family:Roboto,sans-serif;background-color:transparent;transition:.2s}.modal .modal-content .modal-body .section-unsplash .unsplash-loadmore .btn-unsplash-more:hover{color:#fff;background-color:#137df7}.color-font-section{background:#fafafa;margin:0 -15px!important;padding:1em calc(1.4em + 15px)!important}.colors-sections{margin-left:-24px;margin-top:-8px;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.colors-sections .colors-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-left:24px;margin-top:24px;width:calc((100% / 4) - 24px)}.colors-sections .colors-item label,.colors-sections .colors-item span{font-weight:700;min-width:150px}.colors-sections .color-select{width:35px;height:35px;border:1px solid #eee;margin-left:16px;max-width:100%;min-width:auto;margin-bottom:0}.fonts-sections{margin-top:24px}.font-family-preview{font-size:18px;margin-top:32px;line-height:1}.font-size-preview{margin-top:32px;line-height:1}.widget-color-section{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-top:16px;margin-bottom:24px}@media (max-width:992px){.widget-color-section{-ms-flex-wrap:wrap;flex-wrap:wrap}}.widget-color-section .widget-color-options{width:100%}.widget-color-section .widget-color-options .widget-color-list{margin-bottom:24px}.widget-color-section .widget-color-options .widget-color-list:last-of-type{margin-bottom:0}.widget-color-section .widget-color-options .widget-color-list .widget-color-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}@media (min-width:768px){.widget-color-section .widget-color-options .widget-color-list .widget-color-group{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.widget-color-section .widget-color-options .widget-color-list .widget-color-group .color-item{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:8px 16px;cursor:pointer;transition:.2s ease-in-out;background:#fff;margin-bottom:0;border-radius:3px;border:solid 1px #becfd7}.widget-color-section .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected,.widget-color-section .widget-color-options .widget-color-list .widget-color-group .color-item:hover{border:solid 1px #137df7}.widget-color-section .widget-color-options .widget-color-list .widget-color-group .color-item input{margin:0 12px 0 0;cursor:pointer}.widget-color-section .widget-color-options .widget-color-list .color-preview{width:32px;height:32px;border-radius:3px;border:solid 1px #becfd7}.widget-color-section .widget-color-options .widget-color-list span{font-family:Roboto,sans-serif;font-size:12px;display:block;margin-right:16px;font-weight:700}.widget-color-section .widget-color-options .widget-color-list .form-control+label{margin-top:16px}.widget-color-section.widget-results{-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item{padding:16px;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item{-ms-flex-preferred-size:33%;flex-basis:33%}}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:-5px}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb{width:152px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:12px}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g{display:-ms-flexbox;display:flex;gap:6px}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g .col,.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g .el{border-radius:2px;transition:.3s}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g .col{width:15px;background-color:#fff;border:1px solid #becfd7}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g .el{background-color:#becfd7}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el3 .el3-g{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-direction:column;flex-direction:column;gap:2px}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el3 .el3-g .el{width:49px;height:33%}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el6 .el6-g{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px;width:49px}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el6 .el6-g .el{width:15px;height:19px}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item .item-content span{color:#becfd7;margin-top:10px;margin-right:0;transition:.3s}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .g .col{border-color:#137df7}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .g .el{background-color:#137df7}.widget-color-section.widget-results .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content span{color:#137df7}.widget-color-section.widget-cards{-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group{-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item{padding:16px;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item{-ms-flex-preferred-size:calc(50% - 4px);flex-basis:calc(50% - 4px)}}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:-5px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb{width:156px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:6px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb.wide-skyscraper .el7 .col{width:12px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb.wide-skyscraper .el7 .col i{font-size:8px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el4{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;gap:4px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el4 .el{width:36px;height:36px;border-radius:2px;border:1px solid #becfd7;background-color:#fff;transition:.3s}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el4 .el:last-of-type{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#becfd7}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el4 .el:last-of-type i{font-size:14px;color:#fff}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el7{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;gap:4px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el7 .el6{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px;width:74px}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el7 .el6 .el{border:1px solid #becfd7;border-radius:2px;background-color:#fff;width:22px;height:22px;transition:.3s}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el7 .col{height:100%;width:24px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#becfd7;transition:.3s}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .el7 .col i{font-size:14px;color:#fff}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item .item-content span{color:#becfd7;margin-right:0;transition:.3s}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .el4 .el{border-color:#137df7}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .el4 .el:last-of-type{background-color:#137df7}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .el7 .el{border-color:#137df7}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .el7 .col{background-color:#137df7}.widget-color-section.widget-cards .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content span{color:#137df7}.widget-color-section.widget-video-gallery{-ms-flex-wrap:wrap;flex-wrap:wrap}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item{padding:16px;-ms-flex-preferred-size:100%;flex-basis:100%}@media (min-width:768px){.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item{-ms-flex-preferred-size:33%;flex-basis:33%}}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:-5px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb{width:152px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;gap:12px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;gap:5px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g .el{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#becfd7;transition:.3s}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g .el .fa{color:#fff}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el4 .el{width:41px;height:25px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el4 .el .fa{font-size:12px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el3 .el{width:52px;height:32px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el3 .el .fa{font-size:15px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el2 .el{width:62px;height:38px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content .item-thumb .g.el2 .el .fa{font-size:18px}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item .item-content span{color:#becfd7;margin-top:10px;margin-right:0;transition:.3s}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content .item-thumb .g .el{background-color:#137df7}.widget-color-section.widget-video-gallery .widget-color-options .widget-color-list .widget-color-group .color-item.is-selected .item-content span{color:#137df7}.widget-options .options-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-32px;margin-top:-32px}.widget-options .options-list .options-item{max-width:100%;margin-left:32px;margin-top:32px}@media screen and (min-width:992px){.widget-options .options-list .options-item{max-width:calc((100% / 3) - 32px)}}.widget-options .options-list .options-item .option-title{font-size:18px;margin-bottom:8px}.widget-options .options-list .options-item .option-title input{margin-top:0}.widget-options.widget-header .control-label+.options-list{margin-top:-24px}.widget-options.widget-header .options-list{margin-top:28px;margin-bottom:28px}.widget-options.widget-header .options-list .options-item{max-width:none}.widget-options.widget-header .options-list .options-item .option-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;color:#636465}.widget-options.widget-header .options-list .options-item .option-description{font-family:Roboto;font-size:11px;font-weight:400;color:rgba(100,101,102,.85)}.main-dashboard{display:-ms-flexbox;display:flex}.main-dashboard .main-sidebar{height:100vh;width:220px;position:relative;transition:.3s ease-in-out;overflow:hidden;z-index:1000;margin-left:0;-ms-flex-negative:0;flex-shrink:0}.main-dashboard .main-sidebar.is-closed{width:62px;margin-left:-62px}@media screen and (min-width:992px){.main-dashboard .main-sidebar.is-closed{margin-left:0}}.main-dashboard .main-sidebar.is-closed+.main-wrapper .content-control-bottom,.main-dashboard .main-sidebar.is-closed+.main-wrapper .header-bar,.main-dashboard .main-sidebar.is-closed+.main-wrapper .main-header{width:100%}@media screen and (min-width:992px){.main-dashboard .main-sidebar.is-closed+.main-wrapper .content-control-bottom,.main-dashboard .main-sidebar.is-closed+.main-wrapper .header-bar,.main-dashboard .main-sidebar.is-closed+.main-wrapper .main-header{width:calc(100% - 62px)}}.main-dashboard .main-sidebar.is-closed+.main-wrapper .toggle-sidebar{-ms-transform:rotate(90deg);transform:rotate(90deg)}.main-dashboard .main-sidebar.is-closed .sidebar-menu .powered-by{left:8px;bottom:8px;line-height:1;font-size:10px}.main-dashboard .main-sidebar.is-closed .sidebar-menu .powered-by span{opacity:0}.main-dashboard .main-sidebar .sidebar-menu{background:#164377;height:100%;width:100%;transition:.3s ease-in-out;position:absolute;top:0;z-index:1000;overflow:hidden}.main-dashboard .main-sidebar .sidebar-menu.is-closed{width:62px}.main-dashboard .main-sidebar .sidebar-menu.is-closed .powered-by{left:8px;bottom:8px;line-height:1;font-size:10px}.main-dashboard .main-sidebar .sidebar-menu.is-closed .powered-by span{opacity:0}.main-dashboard .main-sidebar .sidebar-menu .sidebar-link{padding:18px 18px 18px 15px;text-decoration:none;color:#fff;display:block;border-bottom:1px solid #123b6a;white-space:nowrap;transition:.2s ease-in-out;border-left:3px solid transparent;font-size:13px}.main-dashboard .main-sidebar .sidebar-menu .sidebar-link[data-target=dashboard-mobile-app] .navbar-icon{width:17px;margin-right:33px;margin-left:4px}.main-dashboard .main-sidebar .sidebar-menu .sidebar-link.is-actived{border-left-color:#137df7;background:linear-gradient(90deg,#123154 30%,rgba(18,49,84,0) 100%)}.main-dashboard .main-sidebar .sidebar-menu .sidebar-link:hover{border-left-color:#137df7;background:linear-gradient(90deg,#123154 30%,rgba(18,49,84,0) 100%)}.main-dashboard .main-sidebar .sidebar-menu .sidebar-link .navbar-icon{margin-right:30px;width:24px;height:auto;object-fit:cover}.main-dashboard .main-sidebar .sidebar-menu .powered-by{color:#fff;font-size:12px;position:absolute;left:32px;bottom:32px;transition:.2s ease-in-out;opacity:1;overflow:hidden;white-space:nowrap}.main-dashboard .main-sidebar .sidebar-menu .powered-by a{display:block;color:#137df7;text-decoration:none}.main-dashboard .main-sidebar .sidebar-submenu{max-width:calc(100% - 62px);height:100%;margin-left:62px;background:#123154;position:relative}.main-dashboard .main-sidebar .sidebar-submenu .submenu-item{display:none;position:absolute;top:0;width:100%}.main-dashboard .main-sidebar .sidebar-submenu .submenu-item .submenu-title{padding:15px 20px 15px 20px;background:#0a213a;color:#fff}.main-dashboard .main-sidebar .sidebar-submenu .submenu-item .submenu-list{overflow-y:auto;max-height:calc(100vh - 60px)}.main-dashboard .main-sidebar .sidebar-submenu .submenu-item .submenu-list .submenu-link{padding:15px 20px 10px 20px;color:#fff;display:block;text-decoration:none;transition:color .2s ease-in-out;font-size:13px}.main-dashboard .main-sidebar .sidebar-submenu .submenu-item .submenu-list .submenu-link.is-active,.main-dashboard .main-sidebar .sidebar-submenu .submenu-item .submenu-list .submenu-link:hover{color:#137df7}.main-dashboard .main-wrapper{-ms-flex:1;flex:1}.main-dashboard .main-wrapper .main-header{height:60px;background:#fff;box-shadow:0 1px 6px #0000000D;position:fixed;width:calc(100% - 220px);z-index:900;opacity:.98;filter:blur(.3px);padding:0 24px;transition:.2s ease-in-out;transition-delay:.03s;right:0;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-header .toggle-sidebar{position:absolute;left:24px;background:0 0;border:none;line-height:1;padding:0;outline:0;transition:transform .2s ease-in-out}.main-dashboard .main-wrapper .main-header .domain-toggle{margin-left:48px;transition:.2s ease-out;position:absolute;left:0}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-selected{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-selected .domain-logo{background-size:contain;background-repeat:no-repeat;background-position:center center;width:145px;height:45px}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-selected .domain-select{background:0 0;border:none;outline:0;margin-left:8px;font-size:20px;color:#137df7}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-selected .domain-select.is-open .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-selected .domain-select .fa{transition:.2s ease-in-out}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-list{position:absolute;background:#fff;border:1px solid #e8e8e8;min-width:220px;right:-12px;margin-top:12px;padding:16px;border-radius:4px;display:none}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-list:before{content:"";position:absolute;top:-8px;right:17px;-ms-transform:rotate(45deg);transform:rotate(45deg);width:14px;height:14px;background:#fff;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-list .domain-item{font-size:15px;color:#3e455e;display:block;text-decoration:none;transition:color .2s ease-in-out}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-list .domain-item:hover{color:#137df7}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-list .domain-item.domain-active{color:#137df7;font-weight:500}.main-dashboard .main-wrapper .main-header .domain-toggle .domain-list .domain-item:not(:first-child){margin-top:16px}.main-dashboard .main-wrapper .main-header:not(.first-steps) .search-bar{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.main-dashboard .main-wrapper .main-header .search-bar{position:relative;width:350px;height:40px;margin-right:16px;transition:.2s ease-out;display:none}@media screen and (min-width:992px){.main-dashboard .main-wrapper .main-header .search-bar{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:1530px){.main-dashboard .main-wrapper .main-header .search-bar{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}.main-dashboard .main-wrapper .main-header .search-bar .search-toggler{position:absolute;left:16px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1;cursor:pointer;transition:.2s ease-out;display:inline-block;font-size:18px;color:#c3c4c7}.main-dashboard .main-wrapper .main-header .search-bar .search-toggler:hover{color:#137df7}.main-dashboard .main-wrapper .main-header .search-bar .search-loader{position:absolute;width:20px;right:48px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.main-dashboard .main-wrapper .main-header .search-bar .clear-button{cursor:pointer;position:absolute;width:20px;right:16px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.main-dashboard .main-wrapper .main-header .search-bar .clear-button .fa{font-size:14px;color:#9f9f9f}.main-dashboard .main-wrapper .main-header .search-bar input{width:100%;font-size:12px;font-family:Roboto,sans-serif;height:38px;transition:.2s ease-out;border-radius:8px;border:solid 1px #a1b3c9;padding:10px 10px 10px 36px;background-color:transparent}.main-dashboard .main-wrapper .main-header .search-bar input:focus{outline:0}.main-dashboard .main-wrapper .main-header .search-bar .placeholder{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;position:absolute;top:50%;left:48px;-ms-transform:translateY(-50%);transform:translateY(-50%);font-family:Roboto,sans-serif;font-size:12px;color:#94949b;z-index:-1}.main-dashboard .main-wrapper .main-header .search-bar .placeholder .shortcut-icon{display:-ms-inline-flexbox;display:inline-flex;font-weight:700;padding:5px 5px;margin-left:8px;border-radius:4px;background-color:#eaeaec;color:#171717}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box{position:relative;background-color:#fff;border-radius:8px;border:solid 1px #a1b3c9;top:16px;overflow:hidden;width:100%}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list{margin:0;padding:0;list-style-type:none}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li{padding:8px 12px;transition:.2s}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover{background-color:rgba(0,0,0,.02)}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover a{text-decoration:none;color:#137df7}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover a:active,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover a:focus,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover a:focus-visible,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover a:focus-within,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:hover a:visited{text-decoration:none}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li:before{font-family:FontAwesome;content:"\f002";display:inline-block;margin-right:15px;font-size:12px;color:#5e5e5e}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li a{width:calc(100% - 40px);color:#727272;display:inline-block;transition:.2s}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li a:active,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li a:focus,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li a:focus-visible,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li a:focus-within,.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li a:visited{text-decoration:none}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li.selected{background-color:rgba(0,0,0,.02)}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list li.selected a{text-decoration:none;color:#137df7}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .result-list.support li:before{content:"\f02d"}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box>.header-list:first-child{border-top:0}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .header-list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:12px 24px 12px 16px;border-top:solid 1px #a1b3c9;border-bottom:solid 1px #a1b3c9;background-color:#f3f5f8}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .header-list h6{font-size:12px;font-weight:600;color:#171717;margin:0}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .header-list a{font-size:12px;font-weight:400;color:#137df7}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .header-list a:hover{text-decoration:none;color:inherit}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .shortcut-exit{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:8px 24px;background-color:#f3f5f8;color:#202020;font-family:Roboto,sans-serif;font-size:12px}.main-dashboard .main-wrapper .main-header .search-bar .search-result-box .shortcut-exit .symbol{border-radius:3px;margin:0 7px;font-size:13px;padding:1px 4px;font-weight:700;background-color:#dbdcde}.main-dashboard .main-wrapper .main-header .search-bar .empty-state{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:40px 0}.main-dashboard .main-wrapper .main-header .search-bar .empty-state img{max-width:164px;margin-bottom:16px}.main-dashboard .main-wrapper .main-header .search-bar .empty-state p{margin-bottom:8px;font-family:Roboto,sans-serif;font-size:16px;text-align:center;max-width:350px;color:#595959}.main-dashboard .main-wrapper .main-header .search-bar .empty-state p strong{color:#171717}.main-dashboard .main-wrapper .main-header .search-bar .empty-state p:last-of-type{margin-bottom:0}.main-dashboard .main-wrapper .main-header.search-open .search-bar{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.main-dashboard .main-wrapper .main-header.search-open .search-bar .search-toggler{color:#137df7}.main-dashboard .main-wrapper .main-header.search-open .search-bar input{border:solid 1px #137df7;padding:10px 10px 10px 48px;height:38px}.main-dashboard .main-wrapper .main-header .header-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;background-color:#fff}.main-dashboard .main-wrapper .main-header .header-actions .visit-website{display:none;color:#c3c4c7;text-decoration:none;margin-right:24px;transition:.2s}@media screen and (min-width:1200px){.main-dashboard .main-wrapper .main-header .header-actions .visit-website{display:inline-block}}.main-dashboard .main-wrapper .main-header .header-actions .visit-website:hover{color:#137df7}.main-dashboard .main-wrapper .main-header .header-actions .visit-website .fa{font-size:20px}.main-dashboard .main-wrapper .main-header .header-actions .notify-list{display:none;color:#c3c4c7;text-decoration:none;font-size:20px;margin-right:32px}@media screen and (min-width:768px){.main-dashboard .main-wrapper .main-header .header-actions .notify-list{display:inline-block}}.main-dashboard .main-wrapper .main-header .header-actions .progress-container{position:relative;width:300px;margin-right:16px;display:none}@media screen and (min-width:1280px){.main-dashboard .main-wrapper .main-header .header-actions .progress-container{display:inline-block}}.main-dashboard .main-wrapper .main-header .header-actions .progress-container.completed .progress-item{background:#3fa841;height:40px;border-radius:6px}.main-dashboard .main-wrapper .main-header .header-actions .progress-container.completed .progress-number{border:none}.main-dashboard .main-wrapper .main-header .header-actions .progress-container.completed .progress-bar{display:none}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-item{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:36px;padding-left:12px;border-radius:6px 6px 0 0;background:#164377;color:#fff;font-size:12px;font-weight:700}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-item .progress-text{line-height:1.1}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-number{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;width:38px;font-size:12px;font-weight:400;padding:0 10px;border-left:solid 1px #fff}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-number .fa{color:#fff}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-bar{width:100%;height:4px;background-color:#e3ecef;border-radius:0 0 6px 6px;overflow:hidden;box-shadow:none}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-fill{height:100%;background-color:#137df7;transition:width .3s ease}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-message{display:none;background-color:#4caf50;color:#fff;padding:10px;border-radius:5px;margin-top:20px;text-align:center}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .completed .progress-fill{background-color:#4caf50}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .completed .progress-message{display:block}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu{display:none;position:absolute;background:#fff;border:1px solid #e8e8e8;min-width:380px;right:58px;top:36px;margin-top:12px;padding:18px 24px;border-radius:4px;color:#646464;font-size:15px}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu:before{content:"";position:absolute;top:-8px;right:10px;-ms-transform:rotate(45deg);transform:rotate(45deg);width:14px;height:14px;background:#fff;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .title{position:relative;padding:0 8px;color:#3e455e;font-size:16px;font-weight:500}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .title:before{position:absolute;right:0;content:"\f00d";font-family:FontAwesome;color:#3e455e}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu hr{margin:18px 0}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol{list-style:none;counter-reset:custom-counter;margin-top:28px;padding:0}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li{counter-increment:custom-counter;position:relative;padding-left:32px;margin-bottom:24px;color:#3e455e}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li:before{content:counter(custom-counter);position:absolute;left:0;top:0;width:22px;height:22px;background-color:#3e455e;color:#fff;font-size:12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li:last-of-type{margin-bottom:0}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li.finished .step-title{text-decoration:line-through}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li.finished:before{content:"\f00c";font-family:FontAwesome;background-color:#3fa841;color:#fff}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li .step-title{display:inline-block}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu ol li .emoji-party{font-size:18px;line-height:1}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .dashboard-link{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px;color:#3e455e;font-size:15px;font-weight:400;transition:.2s}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .dashboard-link:active,.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .dashboard-link:focus,.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .dashboard-link:hover{text-decoration:none}.main-dashboard .main-wrapper .main-header .header-actions .progress-container .progress-dropdown-menu .dashboard-link:hover{opacity:.6}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger{position:relative;cursor:pointer;margin-right:24px;transition:.2s}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger>.fa{font-size:20px;color:#c3c4c7;transition:.2s}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger>.fa.is-open{color:#137df7}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger:hover>.fa{color:#137df7}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu{display:none;position:absolute;background:#fff;border:1px solid #e8e8e8;min-width:315px;right:-12px;top:26px;margin-top:12px;padding:16px 10px;border-radius:4px;box-shadow:0 16px 40px 0 rgba(32,32,32,.1);list-style-type:none}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu:before{content:"";position:absolute;top:-8px;right:10px;-ms-transform:rotate(45deg);transform:rotate(45deg);width:14px;height:14px;background:#fff;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu .dropdown-divider{height:1px;background:#e8e8e8;width:100%}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li{position:relative;padding:12px 24px;transition:.3s}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li:after{position:absolute;top:10px;right:24px;font-family:FontAwesome;content:"\f061";-ms-transform:rotate(-45deg);transform:rotate(-45deg);font-size:14px;color:#7e7e7e}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li:hover{background-color:#f3f5f8}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a{display:-ms-flexbox;display:flex;font-size:15px;color:#3e455e;transition:.2s}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a:active,.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a:focus,.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a:hover{text-decoration:none}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a .fa{margin-right:8px;opacity:.8;color:#4a4a4a;font-size:18px}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a .up-down-icon .fa-long-arrow-up:nth-of-type(2){-ms-transform:translateX(-10px) rotate(180deg);transform:translateX(-10px) rotate(180deg)}.main-dashboard .main-wrapper .main-header .header-actions .help-dropdown-trigger .help-dropdown-menu li a .up-down-icon+div{margin-left:-9px}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account{background:0 0;border:none;outline:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account.is-open .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account .user-avatar{background:#bbe5ff;font-size:12px;text-align:center;width:30px;height:30px;border-radius:9999px;display:inline-block;line-height:30px;margin-right:8px}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account .user-avatar img{max-width:100%;width:100%;height:100%;object-fit:cover;border-radius:9999px}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account .user-name{display:none}@media screen and (min-width:992px){.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account .user-name{display:inline-block}}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-account .fa{font-size:20px;color:#137df7;transition:.2s ease-in-out;margin-left:16px}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown{position:absolute;background:#fff;border:1px solid #e8e8e8;min-width:220px;right:4px;margin-top:12px;padding:16px 10px;border-radius:4px;display:none}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown:before{content:"";position:absolute;top:-8px;right:10px;-ms-transform:rotate(45deg);transform:rotate(45deg);width:14px;height:14px;background:#fff;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link{font-size:15px;color:#3e455e;display:block;text-decoration:none;transition:background-color .2s ease-in-out;padding:12px 24px}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link:hover{background-color:#f3f5f8}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.is-active{background-color:#f3f5f8;font-weight:500}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-config,.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-support{display:block}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-config+.dropdown-divider,.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-support+.dropdown-divider{display:block}@media screen and (min-width:768px){.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-config,.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-support{display:none}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-config+.dropdown-divider,.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-support+.dropdown-divider{display:none}}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-visit{display:block}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-visit+.dropdown-divider{display:block}@media screen and (min-width:1200px){.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-visit{display:none}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-link.dropdown-link-visit+.dropdown-divider{display:none}}.main-dashboard .main-wrapper .main-header .header-actions .user-actions .user-dropdown .dropdown-divider{height:1px;background:#e8e8e8;width:100%}.main-dashboard .main-wrapper .header-bar{height:52px;background:#f3f5f8;position:fixed;top:60px;right:0;width:calc(100% - 220px);z-index:800;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 24px;transition:.3s ease-in-out}.main-dashboard .main-wrapper .header-bar.has-form{-ms-flex-pack:start;justify-content:flex-start}.main-dashboard .main-wrapper .header-bar.has-action{-ms-flex-pack:end;justify-content:flex-end}.main-dashboard .main-wrapper .header-bar+.main-content{padding:166px 40px 24px}.main-dashboard .main-wrapper .header-bar+.main-content[content-full=true]{padding:112px 0 0}.main-dashboard .main-wrapper .header-bar .bulk-check-all{width:auto;margin:0;margin-right:12px}.main-dashboard .main-wrapper .header-bar .bulkupdate{display:block;width:100%;margin:0}.main-dashboard .main-wrapper .header-bar .bulkupdate .bulk-check-all{margin-top:6px}.main-dashboard .main-wrapper .header-bar .control-bar{display:-ms-flexbox;display:flex}.main-dashboard .main-wrapper .header-bar .control-bar .btn:not(:first-child){margin-left:8px}.main-dashboard .main-wrapper .header-bar .control-bar .btn span{display:none}@media screen and (min-width:992px){.main-dashboard .main-wrapper .header-bar .control-bar .btn span{display:inline-block}}.main-dashboard .main-wrapper .header-bar .control-bar .dropdown-toggle{width:32px;margin-right:8px}.main-dashboard .main-wrapper .header-bar .control-bar .dropdown-menu{left:auto;right:0;padding:0;margin-right:7px;margin-top:8px}.main-dashboard .main-wrapper .main-content{padding:84px 24px 24px;overflow-x:hidden;overflow-y:auto;max-height:100vh;min-width:320px}.main-dashboard .main-wrapper .main-content[content-full=true]{padding:60px 0 0}.main-dashboard .main-wrapper .main-content.list-item-content{display:-ms-flexbox;display:flex;max-height:calc(100vh - 23px)}.main-dashboard .main-wrapper .main-content.list-item-content.is-open .list-content{min-width:50%;border-right:1px solid #e6e6e6}.main-dashboard .main-wrapper .main-content.list-item-content.is-open .list-content,.main-dashboard .main-wrapper .main-content.list-item-content.is-open .view-content{max-height:100%;overflow-x:hidden;overflow-y:auto}.main-dashboard .main-wrapper .main-content.list-item-content.is-open .view-content{position:relative;-ms-flex-positive:1;flex-grow:1;min-width:50%}.main-dashboard .main-wrapper .main-content.list-item-content .list-content,.main-dashboard .main-wrapper .main-content.list-item-content .view-content{transition:.3s ease-in-out}.main-dashboard .main-wrapper .main-content.list-item-content .list-content{min-width:100%}.main-dashboard .main-wrapper .main-content .section-heading{background:#f3f5f8;min-height:80px;padding:0 24px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative}@media screen and (min-width:1281px) and (max-width:1367px){.main-dashboard .main-wrapper .main-content .section-heading{padding-right:9%}}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .heading-back-button{text-decoration:none;color:#3e455e}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .heading-back-button .fa{margin-right:8px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .heading-back-button+.section-heading-title{margin-left:32px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .section-heading-title{font-size:22px;margin:0;color:#2f2f2f;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .section-heading-title i:before{content:open-quote}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .section-heading-title i:after{content:close-quote}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-content .section-heading-title span{font-size:25px;color:#164378;margin-left:8px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions{white-space:nowrap}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions .toggle-listing-template{margin-right:32px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions .tutorial-text{margin-right:16px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page div:not(.toggle-listing-template) .switch-button{width:60px;min-width:60px;height:30px;border-radius:50px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page div:not(.toggle-listing-template) .switch-button:after,.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page div:not(.toggle-listing-template) .switch-button:before{top:3px;font-size:16px}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page div:not(.toggle-listing-template) .switch-button.is-disable .toggle-item{left:0}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page div:not(.toggle-listing-template) .switch-button.is-enable .toggle-item{right:0}.main-dashboard .main-wrapper .main-content .section-heading .section-heading-actions.custom-page div:not(.toggle-listing-template) .switch-button .toggle-item{height:30px;width:30px}.main-dashboard .main-wrapper .main-content .section-heading .header-bar-action{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.main-dashboard .main-wrapper .main-content .section-heading .mobile-bar-action .dropdown-menu{right:0;left:auto}.main-dashboard .main-wrapper .main-content .section-heading .mobile-bar-action .dropdown-menu .active a{color:#595855;background-color:#f5f5f5}.main-dashboard .main-wrapper .main-content .section-heading .back-link{color:#3e455e;font-size:14px;margin-right:24px;font-weight:400}.main-dashboard .main-wrapper .main-content .section-heading .back-link:before{font-family:FontAwesome;content:"\f053";font-size:12px;color:#3e455e;display:inline-block;margin-right:10px;transition:.2s}.main-dashboard .main-wrapper .main-content .section-heading .back-link:hover{color:#3e455e;text-decoration:none}.main-dashboard .main-wrapper .main-content .content-item{padding:4px 21px 2px}.main-dashboard .main-wrapper .main-content .content-item .status span{display:none}.main-dashboard .main-wrapper .main-content .content-control-bottom{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:.8em;background:#f3f5f8;position:fixed;bottom:0;right:0;width:calc(100% - 220px);padding:.4em 24px;transition:.3s ease-in-out}.main-dashboard .main-wrapper .main-content .content-control-bottom .pagination-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;width:100%}@media screen and (min-width:768px){.main-dashboard .main-wrapper .main-content .content-control-bottom .pagination-content{width:auto;-ms-flex-pack:justify;justify-content:space-between}}.main-dashboard .main-wrapper .main-content .content-control-bottom .pagination-results{margin-right:12px;padding:0}.main-dashboard .main-wrapper .main-content .tab-options .nav.nav-tabs{padding:0 15px;margin-top:32px}.main-dashboard .main-wrapper .main-content .tab-options .nav.nav-tabs.advanced-settings{margin:0;padding:0}.main-dashboard .main-wrapper .main-content .css-editor-textarea+iframe{max-width:100%}.main-dashboard .main-wrapper .main-content .cover-preview-image{position:relative}.main-dashboard .main-wrapper .main-content .custom-tabs>.tab-content{padding:32px 0 0 0}.main-dashboard .main-wrapper .main-content .custom-tabs .content-pills{padding:24px}.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills{position:relative;border-bottom:1px solid #a1b3c9;padding:0 24px}.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills:before{content:"";height:1px;width:calc(102.8%);background-color:#a1b3c9;position:absolute;bottom:-1px;left:-1.4em}.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills>li.active>a,.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills>li:focus>a,.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills>li:hover>a{border-bottom-color:#fafafa;background:0 0}.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills>li+li{margin-left:-1px}.main-dashboard .main-wrapper .main-content .custom-tabs .nav-pills>li>a{border:1px solid #a1b3c9;margin-bottom:-1px;color:#2f2f2f;font-family:Roboto;font-weight:400;border-radius:8px;border-bottom-right-radius:0;border-bottom-left-radius:0}.main-dashboard .main-wrapper .main-content .custom-tabs .table-responsive{max-width:calc(100vw - 48px)}.main-dashboard .main-wrapper .main-content .custom-tabs .form-group .checkbox label{font-weight:400}.main-dashboard .main-wrapper .main-content .custom-tabs .form-group label{font-size:13px;color:#4a4a4a;font-weight:400;font-family:Roboto}.main-dashboard .main-wrapper .main-content .custom-tabs .help-block{font-family:Roboto}.main-dashboard .main-wrapper .main-content .custom-tabs .slide-container{display:none}.main-dashboard .main-wrapper .main-content .custom-tabs .table .form-control{border-color:#a1b3c9;border-radius:3px}.main-dashboard .main-wrapper .main-content .custom-tabs .table>thead>tr>th{font-family:Roboto;font-size:12px;font-weight:500;color:#4a4a4a}.main-dashboard .main-wrapper .main-content .custom-tabs .table>tbody>tr>td{font-family:Roboto;font-size:13px;font-weight:400;color:#2f2f2f;vertical-align:middle}.main-dashboard .main-wrapper .main-content .custom-tabs .table>tbody>tr>td .help-block{margin:0}.main-dashboard .main-wrapper .main-content .custom-tabs .switch-button{margin:0 auto}.main-dashboard .main-wrapper .main-content .custom-tabs .switch-button .toggle-item{z-index:5}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-info{margin-bottom:16px}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-info .panel-info-title{font-family:Roboto;font-size:20px;color:#4a4a4a;font-weight:400;margin:0}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-info .panel-info-description{font-family:Roboto;color:#4a4a4a;font-size:14px;font-weight:400}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default{margin-top:0;border-radius:3px;border:none;background:0 0;box-shadow:none}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .panel-heading{background:#f3f5f8;font-family:Roboto;color:#4a4a4a;font-weight:400;border:1px solid #cbd5e1;border-top-left-radius:3px;border-top-right-radius:3px}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .panel-heading.panel-heading-toggle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .panel-heading.panel-heading-toggle .toggle-panel{transition:.2s ease-in-out}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .panel-heading.panel-heading-toggle .toggle-panel.is-closed{-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .panel-body:not(.slide-container),.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .table-responsive{border:1px solid #cbd5e1;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#fff}.main-dashboard .main-wrapper .main-content .custom-tabs .panel-default .panel-footer{background:0 0;border:none;padding:16px 0 0}.main-dashboard .main-wrapper .main-content .custom-tabs.manage-products .tab-content{background-color:#fff;border:none}.main-dashboard .main-wrapper .main-content .custom-tabs.manage-products .nav-pills:before{content:"";height:1px;width:calc(102.8%);background-color:#a1b3c9;position:absolute;bottom:-1px;left:-1.4em}.main-dashboard .main-wrapper .main-content .custom-tabs.manage-products .nav-pills>li.active>a,.main-dashboard .main-wrapper .main-content .custom-tabs.manage-products .nav-pills>li:focus>a,.main-dashboard .main-wrapper .main-content .custom-tabs.manage-products .nav-pills>li:hover>a{border-bottom-color:#fff}.main-dashboard .main-wrapper .main-content .tab-pane:has(.empty-state-container){width:100%}.main-dashboard .main-wrapper .main-content .tab-pane:has(.empty-state-container) .content-full{width:100%}.main-dashboard .main-wrapper .main-content .tab-pane:has(.empty-state-container) .content-full .empty-state-container{margin-top:0}.main-dashboard .main-wrapper .main-content .tab-pane:has(.empty-state-container) .col-sm-9:has(.empty-state-container){width:100%}.main-dashboard .main-wrapper .main-content .tab-pane:has(.empty-state-container) .col-sm-9:has(.empty-state-container) .empty-state-container{margin-top:0}.main-dashboard .main-wrapper .main-content .empty-state-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;max-width:680px;margin:160px auto 0}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-illustration{width:160px}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-title{font-size:20px;font-weight:400;max-width:500px;margin-top:32px;margin-bottom:0}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-description{font-size:14px;color:#4a4a4a;max-width:500px;margin-top:12px;margin-bottom:0}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:24px}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .primary-add:before{font-family:FontAwesome;content:'\f067';margin-right:8px}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .btn-default{background-color:#fff}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .default-import{position:relative}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .default-import:before{font-family:FontAwesome;content:'\f176';margin-right:12px}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .default-import:after{font-family:FontAwesome;content:'\f176';left:18px;top:7px;position:absolute;-ms-transform:rotate(180deg);transform:rotate(180deg)}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .default-create{position:relative}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-actions .default-create:before{font-family:FontAwesome;content:'\f15b';margin-right:8px}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box{background-color:#edf7fc;border-radius:6px;padding:18px;margin-top:32px;text-align:left}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box .box-title{font-weight:600;font-size:14px;margin-bottom:12px}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box p{font-size:12px;font-weight:400;margin-top:0}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box a .fa{margin-left:4px}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box ul{margin:0;padding:0;list-style-type:none}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box ul li{margin-bottom:12px}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box ul li:last-of-type{margin-bottom:0}.main-dashboard .main-wrapper .main-content .empty-state-container .info-box ul li .fa{color:#137df7;margin-right:12px}.main-dashboard .main-wrapper .main-content .empty-state-container .empty-state-info{width:100%}.main-dashboard[has-sidebar=false] .main-wrapper .main-header{width:100%}.main-dashboard#login-page .panel:not(.panel-set-login){max-width:350px;margin:0 auto}.wrapper-promotions{display:-ms-flexbox;display:flex;-ms-flex-pack:right;justify-content:right;margin-top:40px;margin-bottom:16px}.wrapper-promotions .btn-outline{padding:12px 20px;font-size:14px;color:#137df7;border-color:#137df7}.wrapper-promotions .btn-outline .fa{margin-right:8px}.table-responsive.promotions{margin-top:24px;margin-right:72px}.table-responsive.promotions .table-bordered>thead>tr>th{border-bottom-width:1px}.table-responsive.promotions .discount-codes{text-align:center}.table-responsive.promotions .discount-codes a .fa{transition:.2s;color:#cbd5e1;font-size:18px;margin:0 8px}.table-responsive.promotions .discount-codes a:focus,.table-responsive.promotions .discount-codes a:hover,.table-responsive.promotions .discount-codes a:visited{text-decoration:none}.table-responsive.promotions .discount-codes a:hover .fa{color:#137df7}.switch-button{width:42px;min-width:42px;height:20px;border-radius:10px;position:relative;transition:.2s ease-in-out;margin-left:16px;cursor:pointer}.switch-button:after,.switch-button:before{font-family:fontAwesome;position:absolute;top:2px;font-size:10px;color:#fff}.switch-button:before{content:"\f00c";left:7px}.switch-button:after{content:"\f00d";right:7px}.switch-button.is-enable{background:#75ca76}.switch-button.is-enable .toggle-item{border-color:#75ca76}.switch-button.is-disable{background:#ccc}.switch-button.is-disable .toggle-item{border-color:#ccc;right:23px}.switch-button .toggle-item{height:20px;width:20px;right:0;top:0;display:block;background:#fff;border-radius:9999px;position:absolute;border:1px solid transparent;transition:.2s ease-in-out;z-index:5}.form-control-blocked{background:#e8ecf1!important;border-color:#dadde1!important;background-image:url(../img/locker-input.svg)!important;background-size:15px!important;background-repeat:no-repeat!important;background-position:right 14px center!important;pointer-events:none;font-size:0!important;outline:0!important;box-shadow:none!important}textarea.form-control-blocked{height:65px}.selectize-control.form-control-blocked .selectize-input{background:#e8ecf1!important;border-color:#dadde1!important;background-image:url(../img/locker-input.svg)!important;background-size:15px!important;background-repeat:no-repeat!important;background-position:right 14px center!important;pointer-events:none;font-size:0!important;outline:0!important;box-shadow:none!important}.selectize-control.form-control-blocked .selectize-input:after{display:none!important}.selectize-control.form-control-blocked .selectize-input .item{display:none!important}.selectize-control.form-control-blocked .selectize-dropdown{display:none!important}.panel-blocked{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(232,236,241,.7);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;color:#6e747b;font-family:Roboto;font-size:16px;padding:0 124px;text-align:center;z-index:5;cursor:not-allowed}.panel-blocked p{margin-top:8px;margin-bottom:0}.form-content-blocked{position:relative}.blocked-section{position:absolute;width:100%;height:100%;background:rgba(243,245,248,.8);z-index:10;display:none;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;padding-top:120px;font-size:24px;font-family:Roboto;color:#6e747b;font-weight:400}.blocked-section img{width:52px;margin-bottom:16px}.blocked-section .block-content{text-align:center;position:fixed}.section-form-type{padding:48px 0}.section-form-type .form-control{border-color:#a1b3c9;border-radius:3px}.section-form-type.listing-options .listing-options-form-group{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.section-form-type.listing-options .listing-options-form-group>div:nth-child(2){margin-left:30px}.section-form-type.listing-options .listing-options-form-group select{width:300px}.new-structure-form-block .nav-tabs{border-bottom-color:#a1b3c9}.new-structure-form-block .nav-tabs li.active a{color:#2f2f2f!important;background-color:#f3f5f8!important;border:1px solid #a1b3c9;border-bottom:none}.new-structure-form-block .nav-tabs li a{border:1px solid #a1b3c9;border-radius:8px;color:#2f2f2f;font-family:Roboto;font-weight:400;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;text-decoration:none;transition:background-color .2s ease-in-out;margin-right:0;margin-left:-1px}.new-structure-form-block .nav-tabs li a:hover{background-color:#f3f5f8!important;border:1px solid #a1b3c9;border-bottom:none}.new-structure-form-block .tab-content{border-top-color:#a1b3c9;background-color:#f3f5f8}.new-structure-form-block .panel-form-media{background-color:#e8ecf1}.new-structure-form-block .panel-form-media .panel-heading{border-bottom-color:rgba(162,162,162,.25)}.new-structure-form-block .panel-form-media .panel-footer{border-top-color:rgba(162,162,162,.25);background-color:#e8ecf1}.new-structure-form-block .panel-form .panel-heading{font-size:16px;color:#8d8b87;font-family:Roboto;margin-bottom:8px}.new-structure-form-block .panel-form .panel-body{border-color:#c0c0bf}.new-structure-form-block .form-control,.new-structure-form-block .select,.new-structure-form-block .selectize-input,.new-structure-form-block select{border-color:#a1b3c9;border-radius:3px}.new-structure-form-block .linked-listing-block .linked-listing-heading{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.new-structure-form-block .linked-listing-block .linked-listing-heading label{font-family:Roboto;font-weight:500;font-size:14px}.new-structure-form-block .linked-listing-block .linked-listing-heading a{font-family:Roboto;color:#757b8d;text-decoration:none;font-weight:400}.new-structure-form-block .linked-listing-block .linked-listing-heading a .fa{-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.new-structure-form-block .linked-listing-block .linked-listing-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:16px 0 0 -8px}.new-structure-form-block .linked-listing-block .linked-listing-container .linked-list-item{height:40px;border:1px dashed #b7c4d5;color:#b7c4d5;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-family:Roboto;font-size:14px;font-weight:400;line-height:1;width:calc((100% / 5) - 8px);border-radius:4px;text-decoration:none;margin:8px 0 0 8px;padding:0 8px;cursor:pointer}.new-structure-form-block .linked-listing-block .linked-listing-container .linked-list-item a{color:#b7c4d5;text-decoration:none}.new-structure-form-block .linked-listing-block .linked-listing-container .linked-list-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-structure-form-block .linked-listing-block .linked-listing-container .linked-list-item .fa-plus-circle{margin-right:8px;font-size:22px}.new-structure-form-block .linked-listing-block .linked-listing-container .linked-list-item.is-selected{background:#fff;border-style:solid;color:#2f2f2f;cursor:grab}.new-structure-form-block .linked-listing-block .linked-listing-container .linked-list-item.is-selected .fa{margin-left:8px;font-size:14px;cursor:pointer}.new-structure-form-block .products-services-container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;padding:20px 36px}.new-structure-form-block .products-services-container .products-services-item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;width:300px;padding:48px;border:dashed 1px #b7c4d5;border-radius:3px;min-height:338px;background-color:#f3f5f8}.new-structure-form-block .products-services-container .products-services-item.add-item{color:#b7c4d5;font-size:16px;cursor:pointer;transition:.2s}.new-structure-form-block .products-services-container .products-services-item.add-item .fa-plus-circle{font-size:18px}.new-structure-form-block .products-services-container .products-services-item.add-item:hover{opacity:.7;background-color:#e7e9ec}.new-structure-form-block .products-services-container .products-services-item.add-item .add-item.content{color:#b7c4d5}.new-structure-form-block .products-services-container .products-services-item.add-item .add-item.content:hover{color:#b7c4d5;opacity:1}.new-structure-form-block .products-services-container .products-services-item .content:hover{opacity:1}.new-structure-form-block .products-services-container .products-services-item .content .product-option .edit-product{margin-right:5px}.new-structure-form-block .products-services-container .products-services-item .content .product-option .edit-product:hover{cursor:pointer}.new-structure-form-block .products-services-container .products-services-item .fa-close{position:absolute;top:10px;right:10px;color:#738dad;cursor:pointer}.new-structure-form-block .products-services-container .products-services-item .products-services-thumb{width:100%;height:170px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:3px;position:relative}.new-structure-form-block .products-services-container .products-services-item .products-services-thumb .product-option{width:100%;height:100%;background-color:rgba(243,245,248,.8);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:.2s;cursor:pointer}.new-structure-form-block .products-services-container .products-services-item .products-services-thumb .product-option .edit-product:hover{color:#137df7}.new-structure-form-block .products-services-container .products-services-item .products-services-thumb .product-option .edit-product .fa{font-size:20px}.new-structure-form-block .products-services-container .products-services-item .price{font-size:20px;font-weight:600;margin-top:16px}.new-structure-form-block .products-services-container .products-services-item p{font-size:16px;font-weight:400;margin-top:8px;margin-bottom:0}.new-structure-form-block .products-services-container .products-services-item:hover .product-option{opacity:1}.new-structure-form-block .products-services-container .products-services-item .product-option{position:absolute;opacity:0}#modal-linked-listing .modal-body .search-listing-linked{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:50%;border:1px solid #a1b3c9;color:#8aa0ba;border-radius:3px;background-color:#fff;padding-left:12px;margin-bottom:8px}#modal-linked-listing .modal-body .search-listing-linked .form-control{border:none;outline:0;box-shadow:none}#modal-linked-listing .modal-body .linked-listing-list{border:1px solid #a1b3c9;border-radius:3px;max-height:176px;overflow-y:auto;background:#fff}#modal-linked-listing .modal-body .linked-listing-list::-webkit-scrollbar-track{background-color:#e2edf2}#modal-linked-listing .modal-body .linked-listing-list::-webkit-scrollbar{width:4px;background-color:#becfd7}#modal-linked-listing .modal-body .linked-listing-list::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}#modal-linked-listing .modal-body .linked-listing-list .list-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-weight:500;color:#2f2f2f;padding:8px 16px;border-bottom:1px solid #e2edf2;text-decoration:none;transition:background-color .2s ease-in-out}#modal-linked-listing .modal-body .linked-listing-list .list-item span{max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#modal-linked-listing .modal-body .linked-listing-list .list-item:hover{background-color:#e2edf2}#listing-extra-fields [custom-widget=more-detail] .custom-form-group{margin-left:-15px;margin-right:-15px;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:baseline;align-items:baseline}#listing-extra-fields [custom-widget=more-detail] .custom-form-group:after,#listing-extra-fields [custom-widget=more-detail] .custom-form-group:before{content:"";display:table}#listing-extra-fields [custom-widget=more-detail] .custom-form-group:after{clear:both}@media screen and (min-width:768px){#listing-extra-fields [custom-widget=more-detail] .col-sm-6:not(:nth-child(1)):not(:nth-child(2)){margin-top:16px}}.seo-center .panel-options.seo-preferred{margin-top:0}.seo-center .panel-options.seo-preferred h5{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;margin-top:0}.seo-center .panel-options.seo-preferred p{font-family:Roboto,sans-serif;font-size:12px}.seo-center .panel-options.seo-preferred form{margin-top:20px}.seo-center .panel-options.seo-preferred form label{font-weight:400;-ms-transform:translateY(-2px);transform:translateY(-2px)}.seo-center .panel-options.seo-redirects .panel-body{padding:0}.seo-center .panel-options.seo-redirects .redirects-empty{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:460px;text-align:center;margin:24px auto}.seo-center .panel-options.seo-redirects .redirects-empty.hide{display:none}.seo-center .panel-options.seo-redirects .redirect-list{position:relative;list-style:none;margin:0;padding:0}.seo-center .panel-options.seo-redirects .redirect-list li{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px;border-bottom:solid 1px #cbd5e1;transition:.3s}.seo-center .panel-options.seo-redirects .redirect-list li:last-of-type{border-bottom:none}.seo-center .panel-options.seo-redirects .redirect-list li label{margin-bottom:0;margin-left:12px;font-weight:400;-ms-transform:translateY(-1px);transform:translateY(-1px)}.seo-center .panel-options.seo-redirects .redirect-list li.redirect-list-header .redirect-list-item .new-url,.seo-center .panel-options.seo-redirects .redirect-list li.redirect-list-header .redirect-list-item label{font-weight:500}.seo-center .panel-options.seo-redirects .redirect-list li:not(.redirect-list-header):hover{background-color:#f3f5f8}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item{min-width:50%}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item:nth-child(3){position:absolute;right:25px;margin-top:-4px;width:max-content;min-width:auto;display:none;-ms-flex-align:center;align-items:center;gap:12px;-ms-transform:translateY(4px);transform:translateY(4px)}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item:nth-child(3) .fa{font-size:18px;color:#137df7;opacity:1;transition:.2s}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item:nth-child(3) .fa:hover{opacity:.8}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item .visit-website{border:1px solid #137df7;color:#137df7;padding:4px 8px;border-radius:4px;text-decoration:none;transition:.2s}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item .visit-website:hover{opacity:.7}.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item .new-url,.seo-center .panel-options.seo-redirects .redirect-list li .redirect-list-item label{font-weight:400}.seo-center .panel-options.seo-redirects .redirect-list li:hover .redirect-list-item:nth-child(3){display:-ms-flexbox;display:flex}.seo-center .panel-options.seo-redirects .redirect-list .btn{position:absolute;right:24px;top:12px}.seo-center .panel-options.robots-editor{margin-top:0}.seo-center .panel-options.robots-editor textarea{width:100%;padding:10px;border-color:#a1b3c9;border-radius:3px}.seo-center .panel-options.robots-editor textarea:focus-visible{outline:0}.seo-center .panel-options.robots-editor .panel-footer .btn{margin-right:12px}.seo-center .panel-options.robots-editor .panel-footer .btn:last-of-type{margin-right:0}.seo-center .panel-options.site-verification{margin-top:0;font-family:Roboto,sans-serif}.seo-center .panel-options.site-verification .panel-body{padding:0}.seo-center .panel-options.site-verification .panel-body .html-radio{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:16px}.seo-center .panel-options.site-verification .panel-body .html-radio label{margin-bottom:0;margin-right:40px;color:#636465;font-weight:400}.seo-center .panel-options.site-verification .panel-body .html-radio input{margin-top:0;margin-right:10px}.seo-center .panel-options.site-verification .panel-body #google-validation-tag-area .input-group{font-size:12px}.seo-center .panel-options.site-verification .panel-body #google-validation-tag-area .input-group input{margin-bottom:8px}.seo-center .panel-options.site-verification .panel-body .form-group{font-size:12px}.seo-center .panel-options.site-verification .panel-body .form-group label{font-size:13px;font-weight:700;margin-bottom:8px}.seo-center .panel-options.site-verification .panel-body .form-group input{margin-bottom:8px}.seo-center .panel-options.digital-sellers{font-family:Roboto,sans-serif}.seo-center .panel-options.digital-sellers .panel-body{padding:0}.seo-center .panel-options.digital-sellers .panel-body textarea{width:100%;padding:10px;border-color:#a1b3c9;border-radius:3px}.seo-center .panel-options.digital-sellers .panel-body textarea:focus-visible{outline:0}.seo-center .panel-options.digital-sellers .panel-body .accordion .accordion-item .accordion-header .accordion-header-title{font-weight:700}.seo-center .panel-options.og-image .panel-body{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.seo-center .panel-options.og-image .panel-body:after,.seo-center .panel-options.og-image .panel-body:before{display:block;content:none}.seo-center .panel-options.og-image .panel-body .og-content{max-width:55%}@media screen and (min-width:992px){.seo-center .panel-options.og-image .panel-body .og-content{max-width:45%}}.seo-center .panel-options.og-image .panel-body .og-image-select{max-width:35%}@media screen and (min-width:992px){.seo-center .panel-options.og-image .panel-body .og-image-select{max-width:25%}}.seo-center .panel-options.og-image .og-image-box{height:130px;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:24px 0 0 0}@media screen and (min-width:992px){.seo-center .panel-options.og-image .og-image-box{margin:auto}}.seo-center .panel-options.og-image .og-image-box img{max-width:100%;height:auto;object-fit:cover}.seo-center .panel-options.og-image small{display:-ms-flexbox;display:flex;margin-top:8px}.seo-center .panel-options.search-results{margin-top:0}.seo-center .panel-options.search-results .panel-body{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.seo-center .panel-options.search-results .panel-body .left{width:75%}.seo-center .panel-options.search-results .panel-body .right{width:25%;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;padding-right:24px}.seo-center .btn-outline{font-family:Roboto,sans-serif;padding:8px 16px;color:#137df7;border:solid 1px #137df7;border-radius:3px;width:fit-content;font-weight:400;background-color:#fff}.seo-center .btn-outline .fa{margin-right:8px}.seo-center .btn-outline.btn-delete{color:#c94d3c;border-color:#c94d3c}.seo-center .btn-outline.btn-delete .fa{color:#c94d3c}.seo-center .btn-outline.hide{display:none}.seo-center .btn-secondary{border:solid 1px #4a4a4a}.seo-center .panel-options .accordion{width:100%}.seo-center .panel-options .accordion .accordion-item{border-bottom:solid 1px #cbd5e1}.seo-center .panel-options .accordion .accordion-item:last-of-type{border-bottom:none}.seo-center .panel-options .accordion .accordion-item .accordion-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:12px 14px;width:100%;border:none;outline:0;cursor:pointer;transition:all .3s ease-in-out;background-color:#fff}.seo-center .panel-options .accordion .accordion-item .accordion-header .accordion-header-title{font-family:Roboto,sans-serif;font-weight:700}.seo-center .panel-options .accordion .accordion-item .accordion-header.active .fa-chevron-down{-ms-transform:rotate(180deg);transform:rotate(180deg)}.seo-center .panel-options .accordion .accordion-item .accordion-header .fa{transition:all .3s ease-in-out}.seo-center .panel-options .accordion .accordion-item .accordion-header .fa-chevron-down{color:#137df7}.seo-center .panel-options .accordion .accordion-item .accordion-header .fa-facebook,.seo-center .panel-options .accordion .accordion-item .accordion-header .fa-google,.seo-center .panel-options .accordion .accordion-item .accordion-header img.bing-icon{margin-right:12px}.seo-center .panel-options .accordion .accordion-item .accordion-body{padding:0 14px;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.seo-center .panel-options .accordion .accordion-item .accordion-body.active{max-height:30rem;padding:14px}#modal-SEO-center-create-redirect .modal-body p{margin-bottom:24px}#modal-SEO-center-create-redirect .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}#modal-SEO-center-create-redirect .modal-footer:after,#modal-SEO-center-create-redirect .modal-footer:before{display:none}.modal-compact .modal-body h4{font-size:18px;font-weight:500;margin-bottom:16px;font-family:Roboto,sans-serif;color:#137df7}.modal-compact .modal-body p{font-family:Roboto,sans-serif;font-weight:400}.modal-compact.delete h4{color:#c94d3c}.modal-compact.delete .btn-primary{background-color:#c94d3c;border:none}.tooltip-primary{display:inline-block;width:fit-content;color:#a1b3c9;font-weight:700;cursor:pointer;font-size:15px;margin:0 5px}.tutorial-banner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:24px;padding:16px 32px;background-color:#e6f2fe;border-radius:3px}.tutorial-banner .left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:32px}.tutorial-banner .left .content{max-width:540px}.tutorial-banner .left .content .title{font-size:14px;font-weight:700;margin-bottom:12px}.tutorial-banner .left .content p{font-size:12px;margin:0}.tutorial-banner .right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.tutorial-banner .right .btn-primary{padding:8px 16px;color:#fff;background-color:#0279f2}.tutorial-banner .right .btn-primary .fa{margin-right:12px}.slider-module-status{position:relative;margin:24px;overflow:hidden}.slider-module-status .slides-container{display:-ms-flexbox;display:flex;transition:transform .3s ease}.slider-module-status .slick-arrow{position:absolute;top:4px;cursor:pointer;z-index:2;transition:.2s}.slider-module-status .slick-arrow.slick-disabled{opacity:.5}.slider-module-status .slick-arrow.slick-arrow-left{left:0}.slider-module-status .slick-arrow.slick-arrow-right{right:0}.slider-module-status .module-status{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:column;flex-direction:column;min-width:100%;transition:transform .3s ease}.slider-module-status .module-status .title{font-size:16px;font-family:Roboto,sans-serif;font-weight:400;text-align:center;width:100%;margin-bottom:24px;color:#3e455e}.slider-module-status .module-status .title .fa{margin-right:12px}.panel-dashboard.w-3{max-width:33%}.panel-dashboard.w-2{max-width:calc(50% - 12px)}.panel-dashboard.w-1{max-width:100%}.load-more-loading{margin:auto}ul.dashboard-list{padding:0;margin:0;list-style:none;max-height:232px;overflow-y:auto}ul.dashboard-list::-webkit-scrollbar-track{background-color:#d5e1e8}ul.dashboard-list::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}ul.dashboard-list::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}ul.dashboard-list li{position:relative;background-color:#e6f2fe;height:40px;margin-bottom:8px;border-radius:3px}ul.dashboard-list li a{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;width:100%;height:40px;padding:12px;font-size:16px;font-family:Roboto,sans-serif;color:#3e455e;font-weight:400;z-index:3;transition:.2s}ul.dashboard-list li a:focus,ul.dashboard-list li a:hover{text-decoration:none;opacity:.5}ul.dashboard-list li:last-of-type{margin-bottom:0}ul.dashboard-list li.expiring .value{color:#ff5a5a}ul.dashboard-list li:after{position:absolute;right:12px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);content:"\f061";font-family:FontAwesome;color:#0279f2;font-size:12px}ul.dashboard-list li .value{font-weight:700;color:#0279f2}.panel-dashboard .empty-state{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:14px;padding:12px;height:200px}.panel-dashboard .empty-state .es-title{margin-top:8px;font-weight:500}.empty-state-sitemgr-dashboard{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:14px;padding:100px 0}.empty-state-sitemgr-dashboard .es-title{margin-top:8px;font-weight:500}.latest-list .header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin:24px;color:#3e455e;font-family:Roboto;font-size:16px;font-weight:400}.latest-list .header .more-link{color:#636465;font-size:14px}.latest-list .header .more-link .fa{margin-left:8px;font-size:14px}.latest-list .header .more-link:focus{text-decoration:none}.latest-list .empty-state{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:14px;padding:12px;height:200px}.latest-list .empty-state .title{margin-top:8px;font-weight:500}.latest-list ul{padding:0;margin:0;list-style:none;max-height:255px;overflow-y:auto}.latest-list ul::-webkit-scrollbar-track{background-color:#d5e1e8}.latest-list ul::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.latest-list ul::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.latest-list ul li{border-bottom:1px solid #e3ecef}.latest-list ul li:first-of-type{border-top:1px solid #e3ecef}.latest-list ul li .content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:18px 24px}.latest-list ul li .content .title-row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.latest-list ul li .content .title-row .status{font-weight:500}.latest-list ul li .content .title{color:#3e455e;font-family:Roboto;font-size:14px;font-weight:500}.latest-list ul li .content .subtitle{color:#2f2f2f;font-family:Roboto;font-size:12px;font-weight:400;opacity:.75}.latest-list ul li .content .details-link{margin-left:8px}.latest-list ul li .content .details-link:focus{text-decoration:none}.latest-list ul li .content .contact-row,.latest-list ul li .content .lead-origin-row,.latest-list ul li .content .transaction-origin-row{display:-ms-flexbox;display:flex;gap:8px}.latest-list ul li .content .contact-row .fa,.latest-list ul li .content .lead-origin-row .fa,.latest-list ul li .content .transaction-origin-row .fa{font-size:12px;color:#7e7e7e;-ms-transform:translateY(2px);transform:translateY(2px)}.latest-list ul li .content .contact-row .email-row,.latest-list ul li .content .contact-row .origin-label,.latest-list ul li .content .contact-row .origin-row,.latest-list ul li .content .contact-row .origin-type,.latest-list ul li .content .contact-row .phone-row,.latest-list ul li .content .lead-origin-row .email-row,.latest-list ul li .content .lead-origin-row .origin-label,.latest-list ul li .content .lead-origin-row .origin-row,.latest-list ul li .content .lead-origin-row .origin-type,.latest-list ul li .content .lead-origin-row .phone-row,.latest-list ul li .content .transaction-origin-row .email-row,.latest-list ul li .content .transaction-origin-row .origin-label,.latest-list ul li .content .transaction-origin-row .origin-row,.latest-list ul li .content .transaction-origin-row .origin-type,.latest-list ul li .content .transaction-origin-row .phone-row{color:#6d6d6d}.latest-list ul li .content .contact-row .email-row .email,.latest-list ul li .content .contact-row .email-row .origin,.latest-list ul li .content .contact-row .email-row .phone,.latest-list ul li .content .contact-row .origin-label .email,.latest-list ul li .content .contact-row .origin-label .origin,.latest-list ul li .content .contact-row .origin-label .phone,.latest-list ul li .content .contact-row .origin-row .email,.latest-list ul li .content .contact-row .origin-row .origin,.latest-list ul li .content .contact-row .origin-row .phone,.latest-list ul li .content .contact-row .origin-type .email,.latest-list ul li .content .contact-row .origin-type .origin,.latest-list ul li .content .contact-row .origin-type .phone,.latest-list ul li .content .contact-row .phone-row .email,.latest-list ul li .content .contact-row .phone-row .origin,.latest-list ul li .content .contact-row .phone-row .phone,.latest-list ul li .content .lead-origin-row .email-row .email,.latest-list ul li .content .lead-origin-row .email-row .origin,.latest-list ul li .content .lead-origin-row .email-row .phone,.latest-list ul li .content .lead-origin-row .origin-label .email,.latest-list ul li .content .lead-origin-row .origin-label .origin,.latest-list ul li .content .lead-origin-row .origin-label .phone,.latest-list ul li .content .lead-origin-row .origin-row .email,.latest-list ul li .content .lead-origin-row .origin-row .origin,.latest-list ul li .content .lead-origin-row .origin-row .phone,.latest-list ul li .content .lead-origin-row .origin-type .email,.latest-list ul li .content .lead-origin-row .origin-type .origin,.latest-list ul li .content .lead-origin-row .origin-type .phone,.latest-list ul li .content .lead-origin-row .phone-row .email,.latest-list ul li .content .lead-origin-row .phone-row .origin,.latest-list ul li .content .lead-origin-row .phone-row .phone,.latest-list ul li .content .transaction-origin-row .email-row .email,.latest-list ul li .content .transaction-origin-row .email-row .origin,.latest-list ul li .content .transaction-origin-row .email-row .phone,.latest-list ul li .content .transaction-origin-row .origin-label .email,.latest-list ul li .content .transaction-origin-row .origin-label .origin,.latest-list ul li .content .transaction-origin-row .origin-label .phone,.latest-list ul li .content .transaction-origin-row .origin-row .email,.latest-list ul li .content .transaction-origin-row .origin-row .origin,.latest-list ul li .content .transaction-origin-row .origin-row .phone,.latest-list ul li .content .transaction-origin-row .origin-type .email,.latest-list ul li .content .transaction-origin-row .origin-type .origin,.latest-list ul li .content .transaction-origin-row .origin-type .phone,.latest-list ul li .content .transaction-origin-row .phone-row .email,.latest-list ul li .content .transaction-origin-row .phone-row .origin,.latest-list ul li .content .transaction-origin-row .phone-row .phone{display:inline-block;margin-left:4px;color:#3e455e;font-weight:500}.latest-list ul li .content .contact-row .email-row~.phone-row:before,.latest-list ul li .content .lead-origin-row .email-row~.phone-row:before,.latest-list ul li .content .transaction-origin-row .email-row~.phone-row:before{display:inline-block;content:"";margin-right:8px;width:4px;height:4px;background-color:#c1c4cc;-ms-transform:translateY(-2px);transform:translateY(-2px);border-radius:5px}.latest-list ul li .content .contact-row .origin-item,.latest-list ul li .content .lead-origin-row .origin-item,.latest-list ul li .content .transaction-origin-row .origin-item{display:inline-block;margin-left:-4px;color:#3e455e;font-weight:500}.latest-list ul li .content .contact-row .origin-label,.latest-list ul li .content .lead-origin-row .origin-label,.latest-list ul li .content .transaction-origin-row .origin-label{margin-left:-4px}.latest-list ul li .content .info-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.latest-list ul li .content .info-row .amount,.latest-list ul li .content .info-row .payment{display:inline-block;color:#3e455e;font-weight:500}.latest-list ul li .content .info-row .payment-label:before{display:inline-block;content:"";margin-right:8px;margin-left:3px;width:4px;height:4px;background-color:#c1c4cc;-ms-transform:translateY(-2px);transform:translateY(-2px);border-radius:5px}.latest-list ul li .content .subject{color:#6d6d6d;font-size:12px}.latest-list ul li .content .subject:before{display:inline-block;content:"";margin-right:8px;width:2px;height:16px;background-color:#a1b3c9;-ms-transform:translateY(4px);transform:translateY(4px)}.panel-dashboard.big .latest-list ul{max-height:430px}.to-be-approved-list .title{color:#3e455e;font-family:Roboto;font-size:16px;font-weight:400;margin:24px}.to-be-approved-list ul{margin:0 24px 24px 24px}.to-be-approved-list ul li{line-height:1}.to-be-approved-list ul li .fa{color:#0279f2}.activity-timeline .empty-state{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:14px;padding:12px;height:200px}.activity-timeline .empty-state .title{margin-top:8px;font-weight:500}.activity-timeline .header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:24px;color:#3e455e;font-family:Roboto;font-size:16px;font-weight:400}.activity-timeline .header select{border-color:#a1b3c9;border-radius:3px;width:200px;height:40px;padding:4px 16px;font-size:14px}.activity-timeline .activity-list{padding:0;margin:0 24px 24px 24px;list-style-type:none;max-height:400px;overflow-y:auto}.activity-timeline .activity-list::-webkit-scrollbar-track{background-color:#d5e1e8}.activity-timeline .activity-list::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.activity-timeline .activity-list::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.activity-timeline .activity-list li{display:-ms-flexbox;display:flex;gap:12px;margin-bottom:24px}.activity-timeline .activity-list li .info{width:65px;text-align:center}.activity-timeline .activity-list li .info.new-review .icon{background-color:#00468c}.activity-timeline .activity-list li .info.new-account .icon{background-color:#eb7124}.activity-timeline .activity-list li .info.paid .icon{background-color:#3fa841}.activity-timeline .activity-list li .info.signed-up .icon{background-color:#ba609e}.activity-timeline .activity-list li .info .icon{margin:0 auto 4px auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:8px 12px;width:55px;color:#fff;background-color:#0279f2;border-radius:3px}.activity-timeline .activity-list li .info .icon .fa{color:#fff}.activity-timeline .activity-list li .content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;background-color:#f3f5f8;padding:24px;font-size:14px;font-family:Roboto,sans-serif}.activity-timeline .activity-list li .content .title{font-weight:700}.activity-timeline .activity-list li .content .msg blockquote{padding:10px;margin-top:18px;border-left:3px solid #a1b3c9;font-size:14px;margin-bottom:0}.activity-timeline .activity-list li .content .msg .user-activity .user-info{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-image{display:block;text-decoration:none;margin-right:12px;-ms-flex-negative:0;flex-shrink:0}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-image img{width:50px;height:50px;border-radius:50%;object-fit:cover}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-details{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px;-ms-flex:1;flex:1;min-width:0}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-details strong{display:block;color:#2f2f2f;font-size:14px;margin-bottom:4px}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-details span{display:block;color:#636465;font-size:13px}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-details a:focus{text-decoration:none}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-details .timeline-image{max-width:30%}.activity-timeline .activity-list li .content .msg .user-activity .user-info .user-details .timeline-image img{max-width:100%}.activity-timeline .activity-list li .content .msg .activity-title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;margin-bottom:16px}.activity-timeline .activity-list li .content .msg .activity-title strong{color:#2f2f2f;font-size:14px}.activity-timeline .activity-list li .content .msg .activity-title span{color:#636465;font-size:13px}.browse-main-areas .empty-state{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:14px;padding:12px;height:270px}.browse-main-areas .empty-state .title{margin-top:8px;font-weight:500}.browse-main-areas .header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin:24px;color:#3e455e;font-family:Roboto;font-size:16px;font-weight:400}.browse-main-areas .header .custom-main-areas{position:relative}.browse-main-areas .header .custom-main-areas.open{z-index:1000}.browse-main-areas .header .custom-main-areas.open .custom-main-areas-trigger{color:#199ada}.browse-main-areas .header .custom-main-areas.open .custom-main-areas-trigger .fa{color:#199ada}.browse-main-areas .header .custom-main-areas.open .custom-main-areas-trigger .fa-chevron-down{-ms-transform:rotate(180deg);transform:rotate(180deg)}.browse-main-areas .header .custom-main-areas.open .custom-main-areas-panel{max-height:480px;z-index:1000}.browse-main-areas .header .custom-main-areas .custom-main-areas-trigger{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:14px;border-radius:3px;color:#2f2f2f;font-family:Roboto,sans-serif;font-weight:400;cursor:pointer;transition:.2s}.browse-main-areas .header .custom-main-areas .custom-main-areas-trigger:hover{opacity:.8}.browse-main-areas .header .custom-main-areas .custom-main-areas-trigger .fa{color:#2f2f2f}.browse-main-areas .header .custom-main-areas .custom-main-areas-trigger .fa-pencil{margin-right:8px}.browse-main-areas .header .custom-main-areas .custom-main-areas-trigger .fa-chevron-down{transition:.2s;margin-left:12px}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel{background-color:#fff;position:absolute;left:-100px;right:0;z-index:2;box-shadow:0 1px 12px 0 rgba(0,0,0,.08);max-height:0;overflow:hidden;transition:max-height .3s ease-out}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel ul{margin:0;padding:0;list-style-type:none}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:12px;font-weight:400;font-size:14px}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel ul li:last-of-type{margin-bottom:12px}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel ul li .switch-button{margin-right:8px}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel ul li .switch-button.is-enable{background:#0279f2}.browse-main-areas .header .custom-main-areas .custom-main-areas-panel ul li .switch-button.is-enable .toggle-item{border-color:#0279f2}.browse-main-areas .main-areas-list{margin:18px;padding:0;list-style-type:none;display:-ms-grid;display:grid;-ms-grid-columns:(minmax(240px,1fr)) [auto-fit];grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.browse-main-areas .main-areas-list li{display:-ms-flexbox;display:flex;border-radius:3px;border:1px solid #e3ecef}.browse-main-areas .main-areas-list li a{width:100%;height:100%;padding:18px 16px;color:#3e455e;transition:.2s}.browse-main-areas .main-areas-list li a:focus,.browse-main-areas .main-areas-list li a:hover{text-decoration:none;opacity:.7}.browse-main-areas .main-areas-list li a .title{font-size:14px;font-weight:500;margin-bottom:8px}.browse-main-areas .main-areas-list li a .desc{font-size:12px;opacity:.7}.blog-slider-wrapper{position:relative;width:100%;height:252px}.blog-slider-wrapper .blog-slider{background-color:#fff;max-width:1050px;margin:0 auto}.blog-slider-wrapper .blog-slider .slick-dots{position:absolute;left:7%;top:24px;margin:0;padding:0;list-style-type:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:12px;right:0;bottom:-36px;max-height:15px}.blog-slider-wrapper .blog-slider .slick-dots button{border:none;padding:0;background-color:#bfe0f2;color:#bfe0f2;height:6px;width:6px;border-radius:6px;overflow:hidden;transition:.3s}.blog-slider-wrapper .blog-slider .slick-dots li.slick-active button{background-color:#0279f2;color:#0279f2}.blog-slider-wrapper .blog-slider .slick-arrow{position:absolute;right:30px;top:30px;cursor:pointer;z-index:1;color:#636465}.blog-slider-wrapper .blog-slider .slick-arrow.left{-ms-transform:translateX(-24px);transform:translateX(-24px)}.blog-slider-wrapper .blog-slider .slick-arrow.slick-disabled{opacity:.5}.blog-slider-wrapper .blog-slider .post-wrapper{width:100%;height:auto}.blog-slider-wrapper .blog-slider .post{display:-ms-flexbox;display:flex}.blog-slider-wrapper .blog-slider .post .img-area{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:49%;max-height:252px;overflow:hidden}.blog-slider-wrapper .blog-slider .post .img-area img{max-width:100%;height:auto;object-fit:cover}.blog-slider-wrapper .blog-slider .post .content{width:50%;padding:72px 24px 12px}.blog-slider-wrapper .blog-slider .post .content.noimg{width:auto}.blog-slider-wrapper .blog-slider .post .content.noimg .title{font-size:20px;margin-bottom:12px}.blog-slider-wrapper .blog-slider .post .content.noimg .desc{font-size:14px}.blog-slider-wrapper .blog-slider .post .content .title{color:#2f2f2f;font-family:Roboto;font-size:16px;font-weight:500;margin-bottom:18px}.blog-slider-wrapper .blog-slider .post .content .desc{color:#2f2f2f;font-family:Roboto;font-size:12px;font-weight:400}.blog-slider-wrapper .blog-slider .post .content .btn{margin-top:24px;background-color:#0279f2}.item-animate{transition:opacity .3s ease,transform .3s ease}.item-hidden{opacity:0;-ms-transform:translateY(10px);transform:translateY(10px)}.list-loading{height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;margin:16px 0;transition:opacity .3s ease}.list-loading.is-visible{opacity:1}.list-loading .fa-spinner{color:#199adb;font-size:20px}.list-loading.is-removing{animation:fadeOutLoading .5s ease forwards}@keyframes fadeOutLoading{0%{opacity:1;height:40px;margin:16px 0}100%{opacity:0;height:0;margin:0}}.first-steps-container{margin:0 auto 50px auto}@media screen and (min-width:1920px){.first-steps-container{max-width:1652px}}.first-steps-container .first-steps-box{display:-ms-flexbox;display:flex;width:100%;border-radius:6px;border:1px solid #d9d9d9;background:#fff}.first-steps-container .first-steps-box .first-steps-sidebar{width:25%;min-width:400px;border-right:1px solid #d9d9d9}html[lang=en] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:330px}html[lang=pt] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:380px}html[lang=es] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:420px}html[lang=fr] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:380px}html[lang=it] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:370px}html[lang=de] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:490px}html[lang=tr] .first-steps-container .first-steps-box .first-steps-sidebar{min-width:410px}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-header{padding:24px;border-bottom:1px solid #d9d9d9}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-header .sidebar-title{color:#302e2b;font-family:Roboto;font-size:20px;font-weight:600;margin-bottom:12px;margin-top:0}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-header .sidebar-subtitle{color:#302e2b;font-family:Roboto;font-size:14px;font-weight:400}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content{padding:24px}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;counter-reset:item;list-style-type:none;padding-left:0;margin-bottom:0}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li.active a{background-color:#e3ecf0}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li.active a:hover{background-color:#e3ecf0}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a{position:relative;font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;transition:.4s ease;padding:12px 16px 12px 46px;min-height:52px;border-radius:6px;border:1px solid #d9d9d9;background:#fff;color:#302e2b}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a:focus,.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a:hover{background-color:#f3f5f8;text-decoration:none}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a::after,.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a::before{transition:opacity .4s ease,transform .4s ease;position:absolute;left:16px;background-color:#302e2b;height:22px;width:22px;border-radius:30px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a::before{counter-increment:item;content:counter(item);opacity:1}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a::after{font-family:FontAwesome;content:"\f00c";opacity:0;-ms-transform:scale(.5) rotate(-50deg);transform:scale(.5) rotate(-50deg)}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a.finished{color:gray;position:relative;text-decoration:line-through}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a.finished::before{opacity:0}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a.finished::after{opacity:1;-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);background-color:#3fa841}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a.finished>span{position:relative;display:inline-block;overflow:hidden;-ms-transform:translateY(-1px);transform:translateY(-1px)}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a.finished>span .party-emoji{font-size:18px;opacity:1;-ms-transform:scale(1.2) rotate(10deg);transform:scale(1.2) rotate(10deg);animation:bounce .5s ease-in-out 1}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .steps-list li a span .party-emoji{display:inline-block;margin-left:5px;font-size:0;opacity:0;-ms-transform:scale(.5) rotate(0);transform:scale(.5) rotate(0);transition:opacity .3s ease,transform .5s ease-in-out,font-size .5s ease-in-out}@keyframes bounce{0%{transform:scale(.6) rotate(6deg)}25%{transform:scale(1.1) rotate(-3deg)}50%{transform:scale(1.3) rotate(8deg)}75%{transform:scale(1.3) rotate(0)}100%{transform:scale(1.2) rotate(7deg)}}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .mark-all-tasks{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:24px;font-size:14px}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .mark-all-tasks .btn-mark-all{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:22px;height:22px;border-radius:30px;background-color:#fff;border:solid 1px #d9d9d9;font-size:14px;transition:.4s}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .mark-all-tasks .btn-mark-all.checked{background-color:#137df7;border:solid 1px #137df7}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .mark-all-tasks .btn-mark-all .fa{transition:.4s;color:#fff}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .cta-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-top:24px;padding:16px;border-radius:6px;background:#e6f2fe}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .cta-box h4{color:#302e2b;font-size:14px;font-style:normal;font-weight:600;margin:0}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .cta-box p{color:#302e2b;font-size:12px}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .cta-box a{font-size:14px}.first-steps-container .first-steps-box .first-steps-sidebar .sidebar-content .cta-box a .fa{margin-left:4px}.first-steps-container .first-steps-box .first-steps-content{padding:24px;width:100%}.first-steps-container .first-steps-box .first-steps-content .content-header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;object-fit:cover;border-radius:6px;border:1px solid #d9d9d9;background:#fff;overflow:hidden;width:100%;margin-bottom:24px}.first-steps-container .first-steps-box .first-steps-content .content-header img{width:100%;height:100%}.first-steps-container .first-steps-box .first-steps-content .step-task~.step-task{margin-top:48px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-checkbox{font-size:16px;font-weight:600;color:#302e2b}.first-steps-container .first-steps-box .first-steps-content .step-task .task-checkbox input[type=checkbox]{width:17px;height:17px;margin-right:8px;margin-top:0;-ms-transform:translateY(3px);transform:translateY(3px)}.first-steps-container .first-steps-box .first-steps-content .step-task .task-checkbox .completed-tag{display:none;background-color:#e2f6e2;color:#2f8a31;font-size:12px;padding:4px 8px;border-radius:6px;font-weight:500;margin-left:4px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-checkbox .completed-tag:before{font-family:FontAwesome;content:"\f00c";color:#2f8a31;font-size:12px;margin-right:2px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-desc{color:#302e2b;margin-top:8px;font-size:14px;line-height:20px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;margin-top:18px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-primary{padding:8px 16px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-secondary,.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video{display:-ms-flexbox;display:flex;padding:8px 12px;color:#3e455e;font-family:Roboto;font-size:14px;font-weight:400;border-radius:3px;border:1px solid #d9d9d9;gap:8px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-secondary .fa,.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video .fa{font-size:16px;color:#3e455e}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video{border:none;padding:8px 4px;transition:.3s;color:#3e455e;gap:6px}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video:focus,.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video:hover{text-decoration:none}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video:hover{color:#137df7}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video:hover .fa{color:#137df7}.first-steps-container .first-steps-box .first-steps-content .step-task .task-actions .btn-video .fa{color:#3e455e;transition:.3s}.listing-template-editor .gradient-border{margin-top:0;max-width:100%}.listing-template-editor .add-widget,.listing-template-editor .edit-widget{max-width:100%}.listing-template-editor .sortableDiv{margin-top:24px}.listing-template-editor .main-listing-content{position:relative;margin-bottom:15px}@media screen and (min-width:992px){.listing-template-editor .main-listing-content{margin-bottom:0}}.listing-template-editor .main-listing-content:after{content:"";position:absolute;width:calc(100% - 30px);height:1px;bottom:-15px;left:15px;background:#777}@media screen and (min-width:992px){.listing-template-editor .main-listing-content:after{width:1px;height:calc(100% - 15px);top:15px;bottom:auto;left:auto;right:0}}.listing-template-editor [has-tabs=true] .tab-widget-listing{margin-top:24px}.listing-template-editor [has-tabs=true] .sortableDiv{margin:0;border-left:1px solid #ddd;border-right:1px solid #ddd}.listing-template-editor [has-tabs=true] .nav-tabs>li.active{color:#000;background-color:#fff}.listing-template-editor [has-tabs=true] .nav-tabs>li:hover{background-color:#fff}.listing-template-editor [has-tabs=true] .nav-tabs>li.active{color:#000;border:1px solid #ddd}.listing-template-editor [has-tabs=true] .nav-tabs>li{position:relative;padding:10px 15px;border-bottom:0!important;cursor:pointer}.listing-template-editor [has-tabs=true] .nav-tabs>li:not(.new-tab){display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.listing-template-editor [has-tabs=true] .nav-tabs>li:not(.new-tab) .tabs-action{margin-left:8px;border-left:1px solid #ddd;padding-left:8px}.listing-template-editor [has-tabs=true] .nav-tabs>li:not(.new-tab) .tabs-action a{color:#000;font-size:12px}.listing-template-editor [has-tabs=true] .nav-tabs>li:not(.new-tab) .tabs-action a:not(:first-child){margin-left:4px}.listing-template-editor [has-tabs=true] .nav-tabs>li.new-tab{border:1px dashed #ddd;border-bottom:1px dashed #ddd!important}.tab-content-listing{display:none}.tab-content-listing.is-active{display:block}.header-bar-action{display:none;-ms-flex-align:center;align-items:center;position:absolute;left:52%;-ms-transform:translateX(-52%);transform:translateX(-52%)}@media screen and (min-width:1200px){.header-bar-action{display:-ms-flexbox;display:flex}}.header-bar-action .action-button{font-family:Roboto;font-size:13px;color:#137df7;padding:5px 20px;text-decoration:none;transition:.2s ease-in-out;-ms-flex-negative:0;flex-shrink:0}.header-bar-action .action-button:hover{background:#e5e5e5}.header-bar-action .action-button:hover:not(:first-child){border-left-color:#e5e5e5}.header-bar-action .action-button.is-active{background:#137df7;color:#fff}.header-bar-action .action-button.is-active:not(:first-child){border-left-color:#137df7}.header-bar-action .action-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.header-bar-action .action-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.header-bar-action .action-button:not(:first-child){border-left:1px solid rgba(0,0,0,.2)}.card-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-16px}.card-list .card-item{width:calc(100% - 16px);padding:18px 28px;border:1px solid #e5e5e5;border-left-width:5px;position:relative;transition:border-color .2s ease-in-out;font-family:Roboto;margin-left:16px;margin-bottom:24px;display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.card-list .card-item{width:calc((100% / 2) - 16px)}}@media screen and (min-width:992px){.card-list .card-item{width:calc((100% / 3) - 16px)}}.card-list .card-item.edit-hovered{border-color:#137df7}.card-list .card-item.remove-hovered{border-color:#f48895}.card-list .card-item.remove-hovered .card-button.card-button-edit,.card-list .card-item.remove-hovered .card-button.card-button-view{background:#e5e5e5;color:#fff}.card-list .card-item.remove-hovered .card-button-remove{color:#f48895}.card-list .card-item[card-enabled=false] .card-title{color:#3e455e;opacity:.3}.card-list .card-item[card-enabled=false] .card-title span{font-size:14px}.card-list .card-item .card-title{font-size:18px;margin-bottom:24px;color:#3e455e}.card-list .card-item .card-button{padding:6px 18px;border-radius:3px;text-decoration:none;font-size:14px;transition:.2s ease-in-out;display:inline-block}.card-list .card-item .card-button.card-button-edit{background:#137df7;color:#fff}.card-list .card-item .card-button.card-button-view{background:#e3ecf0;color:#4a4a4a}.card-list .card-item .card-button-remove{position:absolute;top:0;right:0;color:#3e455e}.card-list .card-item .card-button-clone{position:absolute;top:2px;right:25px;color:#3e455e;font-size:12px}.card-list .card-item .card-button-clone:hover{color:#137df7}.card-list .card-item-placeholder{width:calc(100% - 16px);margin-left:16px;margin-bottom:24px;border:1px dashed #ddd;border-radius:3px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#ddd;font-size:15px;text-decoration:none;transition:color .2s ease-in-out,border-color .2s ease-in-out;min-height:107px;text-align:center}@media screen and (min-width:768px){.card-list .card-item-placeholder{width:calc((100% / 2) - 16px)}}@media screen and (min-width:992px){.card-list .card-item-placeholder{width:calc((100% / 3) - 16px)}}.card-list .card-item-placeholder .fa{margin-right:8px}.card-list .card-item-placeholder:hover{color:#137df7;border-color:#137df7}.card-list[data-module=page-editor]{padding:24px 24px 0}.listing-template-config{max-width:900px;margin:0 auto;padding:39px 0 43px}.listing-template-config label{color:#4a4a4a;font-weight:500;font-family:Roboto;font-size:12px}.listing-template-config .form-input-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.listing-template-config .form-input-group .selectize-input{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.listing-template-config .form-input-group .selectize-control{height:34px}.listing-template-config .form-input-group .btn{border-top-left-radius:0;border-bottom-left-radius:0}.listing-template-config .new-category-button{text-align:right;margin-top:8px}.listing-template-config .new-category-button a{text-decoration:none}.listing-template-config .panel-default{border-color:#a1b3c9;border-radius:3px;overflow:hidden}.listing-template-config .panel-default .panel-heading{border:none;background-color:#f3f5f8;padding:2px 4px 0 16px}.listing-template-config .panel-default .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #a1b3c9}.listing-template-config .panel-default .panel-heading .heading-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;color:#4a4a4a;font-family:Roboto;font-weight:400}.listing-template-config .panel-default .panel-heading .heading-title .btn{line-height:1;font-size:22px;transition:.2s ease-in-out}.listing-template-config .panel-default .panel-heading .heading-title .btn.is-open{-ms-transform:rotate(180deg);transform:rotate(180deg)}.listing-template-config .panel-default .heading-description{font-family:Roboto;color:#636465;font-size:13px;font-weight:400;background:#f3f5f8;padding:0 16px 12px}.listing-template-config .panel-default .panel-body{background-color:#f3f5f8}.listing-template-config .panel-default .panel-body .toggle-required-widget{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:Roboto;color:#636465;font-weight:400;font-size:13px;margin-top:16px}.listing-template-config .panel-default .panel-body label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0;font-family:Roboto;color:#636465;font-weight:400;font-size:13px}.listing-template-config .panel-default .panel-body label span{font-size:22px;color:#000}.listing-template-config .panel-default .panel-body .pricing-list-input{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:24px}.listing-template-config .panel-default .panel-body .pricing-list-input.is-disabled label{color:#c1c1c0}.listing-template-config .panel-default .panel-body .pricing-list-input .form-control{max-width:150px;margin-left:16px}.summary-view-templates{background:#e8ecf1;border:1px solid #a1b3c9;border-radius:3px;padding:0}.summary-view-templates .summary-view-heading{max-width:900px;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:40px;cursor:pointer}.summary-view-templates .summary-view-heading.is-open .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.summary-view-templates .summary-view-heading .fa{transition:.2s ease-in-out;font-size:20px}.summary-view-templates .summary-view-heading span{color:#4a4a4a;font-family:Roboto;font-size:14px;font-weight:400}.summary-view-templates .summary-view-content{padding:36px 48px;border-top:1px solid #a1b3c9;display:none}.summary-view-templates .summary-view-content .summary-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-36px}.summary-view-templates .summary-view-content .summary-item{width:calc(100% / 2);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:36px;cursor:pointer}.summary-view-templates .summary-view-content .summary-item img{max-width:420px;height:auto;display:block;object-fit:cover;margin-left:48px}.summary-view-templates.seo-settings{border-radius:0}.summary-view-templates.seo-settings .summary-view-heading{max-width:100%;margin:0;padding:0 24px}.listing-template-editor{background:#f3f5f8;padding:36px 48px;margin-top:16px;position:relative}.listing-template-editor:before{content:"";position:absolute;width:200vw;height:100%;top:0;left:-100%;background:#f3f5f8;z-index:-1}.listing-template-editor .listing-template-editor-heading{max-width:900px;margin:0 auto 24px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.listing-template-editor .listing-template-editor-heading span{color:#4a4a4a;font-family:Roboto;font-size:14px}.listing-template-editor .listing-template-editor-heading .btn{background:0 0}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-list{position:relative}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item{background:#fff;padding:16px 48px;border:1px solid #a1b3c9;border-radius:3px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;position:relative;height:195px;margin-bottom:16px}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item[id^=header-]{height:auto}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-add-before{position:absolute;top:-26px;width:100%;left:0;text-align:center;font-size:34px;line-height:1;opacity:0;transition:.2s ease-in-out}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-add-before:hover{opacity:1}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-name{font-size:14px;font-family:Roboto;color:#2f2f2f;width:20%}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-placeholder{width:800px;margin:0 24px}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-placeholder.crop-placeholder-vertical{max-height:169px;overflow-y:hidden}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-placeholder img{max-width:100%;height:auto;display:block;object-fit:cover}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-actions .widget-action-item{display:block;text-decoration:none;font-size:16px;color:#137df7}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-actions .widget-action-item.widget-move{cursor:move}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-item .widget-actions .widget-action-item:not(:first-child){margin-top:4px}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-placeholder{border:1px dashed #ddd;border-radius:3px;display:block;padding:14px 0;text-align:center;text-decoration:none;transition:.2s ease-in-out}.listing-template-editor .listing-template-editor-widgets .listing-widget-container .listing-widget-placeholder:hover{border-color:#137df7}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.header-widgets .listing-widget-item .widget-name{max-width:85px;word-break:break-word}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.header-widgets .listing-widget-item .widget-placeholder{width:960px}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.main-widgets{max-width:65%;border-right:1px solid #a1b3c9;margin-right:4px;padding-right:4px;-ms-flex-positive:1;flex-grow:1}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.main-widgets.resized-sidebar{max-width:80%}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.sidebar-widgets{max-width:calc(35% - 4px);-ms-flex-positive:1;flex-grow:1}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.sidebar-widgets.resized-sidebar{max-width:calc(20% - 4px)}.listing-template-editor .listing-template-editor-widgets .listing-widget-container.main-widgets,.listing-template-editor .listing-template-editor-widgets .listing-widget-container.sidebar-widgets{transition:max-width .2s ease-in-out}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs{margin:0;margin-top:38px;padding:0;list-style:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:1px solid #a1b3c9}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .widget-tabs-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;max-width:100%;overflow-x:auto}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .widget-tabs-content .listing-tabs-item{cursor:move}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .listing-tabs-item{border:1px solid #a1b3c9;padding:12px 32px;border-top-right-radius:15px;border-top-left-radius:15px;font-family:Roboto;color:#2f2f2f;font-weight:500;line-height:1;font-size:14px;max-width:140px;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;border-bottom:none;background-color:#f3f5f8}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .listing-tabs-item:not(:first-child){margin-left:-1px}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .listing-tabs-item.is-selected{background-color:#fff}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .listing-tabs-item .tabs-title{width:auto;padding:0;border:none;max-width:100%;background:0 0;outline:0;text-align:center;font-weight:400}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .listing-tabs-item .tabs-remove{color:#738dad;margin-left:8px;text-decoration:none}.listing-template-editor .listing-template-editor-widgets .listing-widget-tabs .listing-add-tabs{line-height:1;color:#738dad;font-size:24px;margin-left:12px;cursor:pointer}.listing-template-editor .listing-template-editor-widgets .listing-widget-body{display:none;margin-top:24px}.listing-template-editor .listing-template-editor-widgets .listing-widget-body.is-active{display:-ms-flexbox;display:flex}.range-form-group .rage-icons{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;padding:0 38px 0 36px}.range-form-group .rage-icons .range-icon{transition:.2s ease-in-out;opacity:0}.range-form-group .range-input-group{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.range-form-group .range-input-group .range-amount{font-weight:500;color:#636465;width:20px;display:block;-ms-flex-negative:0;flex-shrink:0}.range-form-group .range-input-group .range-amount.max-amount{text-align:right}.range-form-group .range-input-group .range-slider{-webkit-appearance:none;width:100%;background:0 0;margin:0 14px}.range-form-group .range-input-group .range-slider::-webkit-slider-thumb{-webkit-appearance:none}.range-form-group .range-input-group .range-slider:focus{outline:0}.range-form-group .range-input-group .range-slider::-ms-track{width:100%;cursor:pointer;background:0 0;border-color:transparent;color:transparent}.range-form-group .range-input-group .range-slider::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #a1b3c9;height:14px;width:14px;border-radius:9999px;background:#fff;cursor:pointer;margin-top:-5px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.range-form-group .range-input-group .range-slider::-moz-range-thumb{border:1px solid #a1b3c9;height:14px;width:14px;border-radius:9999px;background:#fff;cursor:pointer;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.range-form-group .range-input-group .range-slider::-ms-thumb{border:1px solid #a1b3c9;height:14px;width:14px;border-radius:9999px;background:#fff;cursor:pointer;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.range-form-group .range-input-group .range-slider::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#a1b3c9}.range-form-group .range-input-group .range-slider:focus::-webkit-slider-runnable-track{background:#a1b3c9}.range-form-group .range-input-group .range-slider::-moz-range-track{width:100%;height:4px;cursor:pointer;background:#a1b3c9}.range-form-group .range-input-group .range-slider::-ms-track{width:100%;height:4px;cursor:pointer;background:#a1b3c9}.range-form-group .range-indicators{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px}.range-form-group .range-indicators .range-indicator{width:1px;height:5px;background:#a1b3c9;display:block}.categories-list:not(.categories-list-block) .categories-item .categories-block{padding:20px 13px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;transition:.2s ease-in-out;border-bottom:1px solid #e6e6e6}.categories-list:not(.categories-list-block) .categories-item .categories-block:hover:not(.is-disabled){background:#f3f5f8;color:#137df7}.categories-list:not(.categories-list-block) .categories-item .categories-block:hover:not(.is-disabled) .categories-name{color:#137df7}.categories-list:not(.categories-list-block) .categories-item .categories-block:hover:not(.is-disabled).is-selected{color:#137df7}.categories-list:not(.categories-list-block) .categories-item .categories-block:hover:not(.is-disabled).is-selected .categories-name{color:#137df7}.categories-list:not(.categories-list-block) .categories-item .categories-block:hover .categories-action{display:block}.categories-list:not(.categories-list-block) .categories-item .categories-block.is-selected .categories-name{color:#137df7}.categories-list:not(.categories-list-block) .categories-item .categories-block[tree="0"]{padding-left:16px}.categories-list:not(.categories-list-block) .categories-item .categories-block[tree="1"]{padding-left:48px}.categories-list:not(.categories-list-block) .categories-item .categories-block[tree="2"]{padding-left:96px}.categories-list:not(.categories-list-block) .categories-item .categories-block[tree="3"]{padding-left:144px}.categories-list:not(.categories-list-block) .categories-item .categories-block[tree="4"]{padding-left:192px}.categories-list:not(.categories-list-block) .categories-item .categories-block[is-loading=true]{-ms-flex-pack:center;justify-content:center;padding:0;height:63px}.categories-list:not(.categories-list-block) .categories-item .categories-block[is-loading=true]:hover{background:#fff}.categories-list:not(.categories-list-block) .categories-item .categories-block.is-disabled{background:#fbfbfb;border-bottom-color:#f3f5f8}.categories-list:not(.categories-list-block) .categories-item .categories-block.is-disabled .categories-name{color:#c2c5cc}.categories-list:not(.categories-list-block) .categories-item .categories-block.is-disabled .categories-name .disabled-attr{font-size:14px}.categories-list:not(.categories-list-block) .categories-item .categories-block.is-disabled:hover{background:#f3f5f8;border-bottom-color:#f3f5f8}.categories-list:not(.categories-list-block) .categories-item .categories-name{font-size:16px;color:#302e2b;font-weight:400;text-decoration:none}.categories-list:not(.categories-list-block) .categories-item .categories-name.is-active .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.categories-list:not(.categories-list-block) .categories-item .categories-name .fa{transition:.2s ease-in-out;margin-left:10px}.categories-list:not(.categories-list-block) .categories-item .categories-name input[type=checkbox]{margin-right:10px}.categories-list:not(.categories-list-block) .categories-item .categories-action{position:absolute;right:13px;display:none}.categories-list:not(.categories-list-block) .categories-item .categories-action .btn-edit{color:#fff;background-color:#137df7}.categories-list:not(.categories-list-block) .categories-item .categories-action .btn-remove{color:#fff;background-color:#f48895}.categories-list:not(.categories-list-block) .categories-item .categories-sub-block:not([is-active=true]){display:none}#tour-categories{position:relative}#tour-categories .input-group .selectize-control{height:34px}#tour-categories .categories-buttons-block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}#tour-categories .create-new-category-button{margin-top:0;display:inline-block;text-decoration:none;transition:.2s}#tour-categories .text-left{margin-top:8px}.categories-list-block:not(.create-categories-modal){position:absolute;width:calc(320px - 30px);background:#fff;z-index:6;border-radius:4px;border:1px solid #ccc;right:0;top:59px;margin-top:12px;display:none}@media screen and (min-width:768px){.categories-list-block:not(.create-categories-modal){width:430px;min-height:343px}}.categories-list-block:not(.create-categories-modal):before{content:"";position:absolute;width:12px;height:12px;top:-7px;right:35px;background:#fff;-ms-transform:rotate(45deg);transform:rotate(45deg);border-top:1px solid #ccc;border-left:1px solid #ccc}.categories-list-block:not(.create-categories-modal) .categories-list-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:8px;border-bottom:1px solid #ccc}.categories-list-block:not(.create-categories-modal) .categories-list-header .open-create-categories.is-disabled{opacity:.3!important;pointer-events:none!important;cursor:not-allowed!important}.categories-list-block.create-categories-modal .categories-item .categories-block:hover{background:#f3f5f8}.categories-list-block.create-categories-modal .categories-item .categories-block:hover .categories-name{color:#2f2f2f}.categories-list-block.create-categories-modal .categories-item .categories-block:hover .addCategory,.categories-list-block.create-categories-modal .categories-item .categories-block:hover .addParent,.categories-list-block.create-categories-modal .categories-item .categories-block:hover .removeCategory{color:#2f2f2f}.categories-list-block.create-categories-modal .categories-item .categories-block:hover.is-selected .categories-name{color:#2f2f2f}.categories-list-block.create-categories-modal .categories-item:last-child>.categories-block{border-bottom:none}.categories-list-block.create-categories-modal .categories-list-header .form-control{border-bottom-left-radius:0;border-bottom-right-radius:0;border-right:none}.categories-list-block.create-categories-modal .categories-list-header .input-group-addon{cursor:pointer;background:#fff}.categories-list-block.create-categories-modal .categories-list-header .input-group-addon .fa{transition:.2s ease-in-out}.categories-list-block.create-categories-modal .categories-list-header .input-group-addon.is-open .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.categories-list-block.create-categories-modal .categories-list-header .open-create-categories.is-disabled{opacity:.3!important;pointer-events:none!important;cursor:not-allowed!important}.categories-list-block.create-categories-modal .categories-wrap{border:1px solid #ccc;border-top:none;background:#fff;display:none}.categories-list-block .categories-wrap{max-height:290px;overflow-y:auto}.categories-list-block .categories-list-header .input-group-icon{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1}.categories-list-block .categories-list-header .input-group-icon .input-icon{line-height:32px;border:1px solid #ccc;border-right:none;border-top-left-radius:2px;border-bottom-left-radius:2px;color:#8aa0ba;padding-left:12px}.categories-list-block .categories-list-header .input-group-icon .form-control{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;outline:0;box-shadow:none;color:#8aa0ba}.categories-list-block .categories-list-header .input-group-icon .form-control:focus{border-color:#ccc}.categories-list-block .categories-list-header .input-group-icon .form-control:-ms-input-placeholder{color:#8aa0ba;opacity:1}.categories-list-block .categories-list-header .input-group-icon .form-control::placeholder{color:#8aa0ba;opacity:1}.categories-list-block .categories-list-header .input-group-icon .form-control::-ms-input-placeholder{color:#8aa0ba}.categories-list-block .categories-list-header .selectize-input{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.categories-list-block .categories-list-header .create-new-category{-ms-flex-negative:0;flex-shrink:0;margin-left:16px;text-decoration:none;background:#738dad;color:#fff;padding:7px 12px;border-radius:4px}.categories-list-block .categories-list-header .open-create-categories.is-disabled{opacity:.3!important;pointer-events:none!important;cursor:not-allowed!important}.categories-list-block .categories-form-list{display:-ms-flexbox;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:343px;padding:45px}.categories-list-block .categories-form-list .form-group{width:100%}.categories-list-block .categories-form-list .form-actions{width:100%;text-align:right}.categories-list-block .categories-form-list .custom-input-tree{background:#fff;cursor:pointer;border-bottom-right-radius:0;border-bottom-left-radius:0}.categories-list-block .categories-form-list .categories-tree-new{background:#fff;border:1px solid #ccc;border-top:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px;display:none}.categories-list-block .categories-item .categories-block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;transition:background .2s ease-in-out,color .1s ease-in-out}.categories-list-block .categories-item .categories-block:not(.is-last){padding:8px 16px}.categories-list-block .categories-item .categories-block:hover{background:#137df7}.categories-list-block .categories-item .categories-block:hover .categories-name{color:#fff}.categories-list-block .categories-item .categories-block:hover .addCategory,.categories-list-block .categories-item .categories-block:hover .addParent,.categories-list-block .categories-item .categories-block:hover .removeCategory{color:#fff}.categories-list-block .categories-item .categories-block:hover.is-selected .categories-name{color:#fff}.categories-list-block .categories-item .categories-block[tree="0"]{padding-left:8px}.categories-list-block .categories-item .categories-block[tree="1"]{padding-left:24px}.categories-list-block .categories-item .categories-block[tree="2"]{padding-left:48px}.categories-list-block .categories-item .categories-block[tree="3"]{padding-left:72px}.categories-list-block .categories-item .categories-block[tree="4"]{padding-left:96px}.categories-list-block .categories-item .categories-block.is-last[tree="0"]{padding-left:16px}.categories-list-block .categories-item .categories-block.is-last[tree="1"]{padding-left:32px}.categories-list-block .categories-item .categories-block.is-last[tree="2"]{padding-left:56px}.categories-list-block .categories-item .categories-block.is-last[tree="3"]{padding-left:80px}.categories-list-block .categories-item .categories-block.is-last[tree="4"]{padding-left:104px}.categories-list-block .categories-item .categories-block.is-last .addCategory,.categories-list-block .categories-item .categories-block.is-last .removeCategory{padding:8px 16px}.categories-list-block .categories-item .categories-block.is-selected .categories-name{color:#137df7}.categories-list-block .categories-item .categories-block[is-loading=true]{-ms-flex-pack:center;justify-content:center;padding:0;height:37px}.categories-list-block .categories-item .categories-block[is-loading=true]:hover{background:#fff}.categories-list-block .categories-item .categories-name{color:#7c7c7c;font-weight:500;text-decoration:none}.categories-list-block .categories-item .categories-name.is-active .fa{-ms-transform:rotate(180deg);transform:rotate(180deg)}.categories-list-block .categories-item .categories-name .fa{transition:.2s ease-in-out}.categories-list-block .categories-item .categories-name span{margin-left:8px;padding-left:8px;border-left:1px solid #ccc}.categories-list-block .categories-item .categories-action .btn-add{color:#97cc61}.categories-list-block .categories-item .categories-action .btn-remove{color:#f48895}.categories-list-block .categories-item .categories-sub-block:not([is-active=true]){display:none}.categories-advanced-options{text-decoration:none!important;font-size:14px;display:block;border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:8px;margin-bottom:16px;font-weight:400}.categories-dropdown-block{position:absolute;top:100%;z-index:1000;left:calc(-100% - 10px);min-width:320px;margin-top:12px;background-color:#fff;border:1px solid #8aa1bb;border-radius:4px;padding:30px;display:none}@media screen and (min-width:768px){.categories-dropdown-block{min-width:560px;left:-40px}}@media screen and (min-width:992px){.categories-dropdown-block{min-width:654px;left:-50%}}.categories-dropdown-block:before{content:"";position:absolute;width:12px;height:12px;top:-7px;left:48px;-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;border-top:1px solid #8aa1bb;border-left:1px solid #8aa1bb}@media screen and (min-width:768px){.categories-dropdown-block:before{left:80px}}.categories-dropdown-block .form-group{display:block;margin-bottom:15px}.categories-dropdown-block .form-group .form-control{width:100%;float:none;display:block}.categories-select-item{height:34px}.categories-select-item .selectize-input{border-right:none}#form_widgets .input-categories-list{min-height:34px;border-top-left-radius:2px;border-bottom-left-radius:2px;border-right:none;padding:5px 12px}#form_widgets .input-categories-list+.input-group-btn .btn{border-top-left-radius:0;border-bottom-left-radius:0}.create-new-category-button{margin-top:8px;display:inline-block}.input-categories-list{border:1px solid #ccc;display:-ms-flexbox;display:flex;padding:6px 12px;max-width:100%;overflow-x:auto;-ms-flex-positive:1;flex-grow:1}.input-categories-list .input-categories-item{background:#738dad;border-radius:3px;padding:2px 6px;font-size:12px;font-family:Roboto;color:#fff;-ms-flex-negative:0;flex-shrink:0;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-categories-list .input-categories-item:not(:first-child){margin-left:4px}.input-categories-list .input-categories-item .remove-categories-item{display:inline-block;cursor:pointer;margin-left:4px}.custom-members-category{display:-ms-flexbox;display:flex}.custom-members-category .input-group-btn{width:auto}.custom-members-category .btn.is-disabled{opacity:.4;background:#ccc;border-color:#ccc;cursor:not-allowed}#notify-container{position:fixed;z-index:999999;pointer-events:none}#notify-container[notify-alignment-x=left]{left:12px}#notify-container[notify-alignment-x=center]{left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}#notify-container[notify-alignment-x=right]{right:12px}#notify-container[notify-alignment-y=top]{top:12px}#notify-container[notify-alignment-y=center]{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}#notify-container[notify-alignment-y=bottom]{bottom:12px}#notify-container[notify-alignment-x=center][notify-alignment-y=center]{-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#notify-container[notify-alignment-x=center][notify-alignment-y=center][notify-full-width=true]{-ms-transform:translateY(-50%);transform:translateY(-50%)}#notify-container[notify-full-width=true]{left:0;right:0}#notify-container[notify-full-width=true][notify-alignment-x=center]:not([notify-alignment-y=center]){-ms-transform:translate(0);transform:translate(0)}#notify-container[notify-full-width=true] .notify-item{width:96%;margin:0 auto}#notify-container *{box-sizing:border-box}#notify-container .notify-item{position:relative;pointer-events:auto;overflow:hidden;background-position:15px center;background-repeat:no-repeat;color:#fff;font-family:Roboto;padding:16px 32px 16px 52px;width:350px;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:0 3px 10px 0 rgba(0,0,0,.2);background-color:#137df7}#notify-container .notify-item+.notify-item{margin-top:12px}#notify-container .notify-item:before{font-family:fontAwesome;position:absolute;left:19px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:20px}#notify-container .notify-item[notify-type=success]{background-color:#75ca76}#notify-container .notify-item[notify-type=success]:before{content:"\f00c"}#notify-container .notify-item[notify-type=info]{background-color:#3dbff1}#notify-container .notify-item[notify-type=info]:before{content:"\f05a"}#notify-container .notify-item[notify-type=warning]{background-color:#fe9700}#notify-container .notify-item[notify-type=warning]:before{content:"\f071"}#notify-container .notify-item[notify-type=danger]{background-color:#c94d3c}#notify-container .notify-item[notify-type=danger]:before{content:"\f06a"}#notify-container .notify-item .notify-title{font-weight:500}#notify-container .notify-item .notify-title+.notify-content{margin-top:8px}#notify-container .notify-item .notify-content{word-wrap:break-word}#notify-container .notify-item .notify-progress{position:absolute;left:0;bottom:0;height:4px;background-color:rgba(0,0,0,.2)}#notify-container .notify-item .notify-close-button{position:absolute;top:0;right:0;font-size:16px;color:#fff;line-height:1;padding:8px;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;outline:0;text-decoration:none;box-shadow:none}.scroll-disabled>*{overflow:hidden}@media (min-width:768px){.modal-page-editor.modal-dialog{width:auto;margin:10px}}@media (min-width:992px){.modal-page-editor.modal-dialog{width:890px;margin:30px auto}}@media (min-width:768px){.modal-page-editor.modal-dialog.widget-footer,.modal-page-editor.modal-dialog.widget-header,.modal-page-editor.modal-dialog.widget-slider{width:auto;margin:10px}}@media (min-width:992px){.modal-page-editor.modal-dialog.widget-footer,.modal-page-editor.modal-dialog.widget-header,.modal-page-editor.modal-dialog.widget-slider{width:930px;margin:30px auto}}@media (min-width:1200px){.modal-page-editor.modal-dialog.widget-footer,.modal-page-editor.modal-dialog.widget-header,.modal-page-editor.modal-dialog.widget-slider{width:1140px}}.modal-page-editor.modal-dialog .modal-content{border-radius:3px;border:solid 1px #a1b3c9;background-color:#fff}.modal-page-editor.modal-dialog .modal-content .modal-header{padding:32px 0 18px}.modal-page-editor.modal-dialog .modal-content .modal-header .back-link{font-family:Roboto,sans-serif;font-size:14px;color:#3e455e;font-weight:400;background-color:inherit;border:none;padding:5px;margin:-5px}.modal-page-editor.modal-dialog .modal-content .modal-header .back-link .fa{font-size:12px;margin-right:12px;margin-left:4px;opacity:.8}.modal-page-editor.modal-dialog .modal-content .modal-body{padding:24px 40px;background-color:#f7f8fb;border-radius:3px}.modal-page-editor.modal-dialog .modal-content .modal-body .widget-description,.modal-page-editor.modal-dialog .modal-content .modal-body .widget-title{font-family:Roboto,sans-serif;font-weight:400}.modal-page-editor.modal-dialog .modal-content .modal-body .widget-title{margin-top:0;margin-bottom:16px;color:#4a4a4a}.modal-page-editor.modal-dialog .modal-content .modal-body .widget-description{color:#636465;margin-bottom:24px}.modal-page-editor.modal-dialog .modal-content .modal-body .form-group{position:relative}.modal-page-editor.modal-dialog .modal-content .modal-body label.control-label{font-family:Roboto,sans-serif;font-size:12px;color:#4a4a4a;font-weight:500;margin-bottom:8px}.modal-page-editor.modal-dialog .modal-content .modal-body input[type=text]{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:8px 16px;border:solid 1px #a1b3c9;border-radius:3px}.modal-page-editor.modal-dialog .modal-content .modal-body textarea{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;padding:8px 16px;border:solid 1px #a1b3c9;border-radius:3px}.modal-page-editor.modal-dialog .modal-content .modal-body .checkbox input[type=checkbox]{margin-top:2px}.modal-page-editor.modal-dialog .modal-content .modal-body hr{margin-top:16px;margin-bottom:16px;border-color:rgba(161,179,201,.25)}.modal-page-editor.modal-dialog .modal-content .modal-body .input-group-addon{background-color:#a1b3c9;border:none;border-radius:3px 0 0 3px;color:#fff}.modal-page-editor.modal-dialog .modal-content .modal-body i[data-toggle=tooltip]{margin-left:4px;color:#c3c4c7}.modal-page-editor.modal-dialog .modal-content .modal-body .showLabels a{font-size:14px;font-weight:400;color:#137df7}.modal-page-editor.modal-dialog .modal-content .modal-body .showLabels a i{margin-left:3px;font-size:12px}.modal-page-editor.modal-dialog .modal-content .modal-body .showLabels .form-group{margin-bottom:24px}.modal-page-editor.modal-dialog .modal-content .modal-body .showLabels hr{margin-top:40px}.modal-page-editor.modal-dialog .modal-content .modal-body .selectize-control.multi .selectize-input>div{background-color:#738dad;border-radius:2px;color:#fff;padding:4px 10px;line-height:18px;font-size:13px}.modal-page-editor.modal-dialog .modal-content .modal-body #sliderInfoDiv .checkbox input[type=checkbox]{margin-top:1px}.modal-page-editor.modal-dialog .modal-content .modal-body #image-background-generic .thumbnail{border:dashed 1px #a1b3c9;background-color:transparent}.modal-page-editor.modal-dialog .modal-content .modal-body #image-background-generic .thumbnail:hover{text-decoration:none}.modal-page-editor.modal-dialog .modal-content .modal-body #image-background-generic .thumbnail .caption h6{font-family:Roboto,sans-serif;color:#a1b3c9}.modal-page-editor.modal-dialog .modal-content .modal-body #image-background-generic .thumbnail .caption h6 .fa{color:#a1b3c9}.modal-page-editor.modal-dialog .modal-content .modal-body .download-apps-widget-box{padding:24px 40px;background-color:#fff;border:solid 1px #afbed1;border-radius:3px;margin-top:8px}.modal-page-editor.modal-dialog .modal-content .modal-body .download-apps-widget-box .fa-android,.modal-page-editor.modal-dialog .modal-content .modal-body .download-apps-widget-box .fa-apple{font-size:20px;position:absolute;left:-25px;top:34px;color:#a1b3c9}.modal-page-editor.modal-dialog .modal-content .modal-body .download-apps-widget-box .open-window{font-size:14px;font-weight:400;-ms-transform:translateY(-2px);transform:translateY(-2px);margin-bottom:0;margin-left:4px}.modal-page-editor.modal-dialog .modal-content .modal-body .upload-img-box{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:195px;border:dashed 1px #a1b3c9;border-radius:3px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;transition:.3s}.modal-page-editor.modal-dialog .modal-content .modal-body .upload-img-box .fa{margin-right:10px}.modal-page-editor.modal-dialog .modal-content .modal-body .form-call-to-action #labelInputs .form-group:nth-of-type(5){-ms-flex-direction:column;flex-direction:column}.modal-page-editor.modal-dialog .modal-content .modal-footer{padding:24px 0 0 0}.modal-page-editor.modal-dialog .modal-content .modal-footer .btn{padding:12px 28px}.modal-page-editor.modal-dialog .modal-content .modal-footer .btn-cancel{border:solid 1px #4a4a4a;border-radius:3px}.modal-page-editor.modal-dialog .modal-content .alert-warning{position:absolute;left:0;right:0;bottom:-50px;font-family:Roboto,sans-serif;margin-bottom:-1px;width:calc(100% + 2px);margin-left:-1px}.modal-page-editor.modal-dialog .charleft .help-block{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#b9c6d6}.modal-page-editor.modal-testimonial .modal-header .back-link{font-family:Roboto,sans-serif;font-size:14px;color:#3e455e;font-weight:400;background-color:inherit;border:none;padding:5px;margin:-5px}.modal-page-editor.modal-testimonial .modal-header .back-link .fa{font-size:12px;margin-right:12px;margin-left:4px;opacity:.8}.modal-page-editor.modal-testimonial .modal-header .back-link:hover{text-decoration:none}.modal-page-editor.modal-testimonial .modal-body{height:700px;overflow-y:scroll}.modal-page-editor.modal-testimonial .testimonial-list{padding-top:32px;padding-left:0;margin-bottom:0;list-style:none;border-top:solid 1px rgba(161,179,201,.25)}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-add{position:relative;height:78px;border-radius:3px;border:dashed 1px #ddd;color:#137df7}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-add a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:8px;position:absolute;top:0;bottom:0;left:0;right:0;text-decoration:none}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-add a:hover{text-decoration:none}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-add a .fa{color:#137df7}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item{position:relative;background-color:#fff;border-radius:4px;border:solid 1px #cbd5e1;padding:16px;margin-top:16px}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item:first-of-type{margin-top:0}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item .testimonial-item-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item .testimonial-item-content .avatar-pic{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:80px;height:80px;background-color:#d3d3d3;border-radius:120px;margin-bottom:16px;overflow:hidden}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item .testimonial-item-content .avatar-pic img{object-fit:cover;width:100%;height:100%}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item .testimonial-item-content .testimonial-name{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;text-align:center;color:#4a4a4a;margin-bottom:8px;max-width:580px}.modal-page-editor.modal-testimonial .testimonial-list .testimonial-item .testimonial-item-content .testimonial-text{font-size:12px;line-height:1.5;font-weight:400;text-align:center;color:#3e455e;max-width:580px}.modal-page-editor.modal-testimonial .testimonial-list .item-options{position:absolute;right:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:28px;top:50%;-ms-transform:translate(-20px,-50%);transform:translate(-20px,-50%)}.modal-page-editor.modal-testimonial .testimonial-list .item-options .fa{font-size:16px}.modal-page-editor.modal-testimonial .testimonial-add-wrapper{display:-ms-flexbox;display:flex;gap:32px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar{width:140px}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar label{font-family:Roboto,sans-serif;font-size:12px;color:#4a4a4a;font-weight:500;margin-bottom:8px}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .edit-hover a,.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .thumbnail.add-new{padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:75px;height:140px;width:140px}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .edit-hover a:before{border-radius:75px}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .testimonial-avatar-upload{border-radius:140px;border:dashed 1px #a1b3c9;width:140px;height:140px}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .testimonial-avatar-upload .add-avatar{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:120px;overflow:hidden;cursor:pointer}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .testimonial-avatar-upload .add-avatar .add-new{width:100%;height:100%}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .testimonial-avatar-upload .add-avatar img{object-fit:cover;width:100%;height:100%}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .testimonial-avatar-upload .add-avatar a{cursor:pointer;display:-ms-flexbox;display:flex;gap:8px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;text-decoration:none}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .testimonial-avatar .testimonial-avatar-upload .add-avatar a:hover{text-decoration:none}.modal-page-editor.modal-testimonial .testimonial-add-wrapper .add-testimonial-form{width:100%}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:0;padding-bottom:18px}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li{background-color:transparent;width:47%}@media (min-width:768px){.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li{width:30%}}@media (min-width:992px){.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li{width:20%}}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li.active .slider-item .thumbnail.add-new{border:solid 1px #4aacdc}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item{position:relative}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .createSliderItem{min-height:0;height:155px;color:#b6c4d5;font-family:Roboto,sans-serif;font-size:14px;border-color:#a1b3c9;transition:.3s}@media (min-width:768px){.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .createSliderItem{height:140px}}@media (min-width:992px){.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .createSliderItem{height:110px}}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .createSliderItem .fa-plus-circle{font-size:18px;color:#b6c4d5;margin-right:8px;transition:.3s}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .createSliderItem:hover{color:#919ead;border-color:#919ead}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .createSliderItem:hover .fa-plus-circle{color:#919ead}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .thumbnail.add-new{padding:12px;border:dashed 1px #a1b3c9;background-color:#f7f8fb;border-radius:3px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:grab;height:155px}@media (min-width:768px){.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .thumbnail.add-new{height:140px}}@media (min-width:992px){.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .thumbnail.add-new{height:110px}}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .thumbnail.add-new:hover{text-decoration:none}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .thumbnail.add-new img{border-radius:3px;object-fit:contain;max-height:100%}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .slider-item-option{position:absolute;bottom:-20px;left:50%}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .slider-item-option.fa-bars{cursor:grab;-ms-transform:translateX(-20px);transform:translateX(-20px)}.modal-page-editor.widget-slider .list-sortable-wrapper .list-sortable#sortableSlider li .slider-item .slider-item-option.sortable-remove{-ms-transform:translate(10px,3px);transform:translate(10px,3px)}.modal-page-editor.widget-slider .form-thumbnails{padding-top:28px}.modal-page-editor.widget-slider .form-thumbnails .thumbnail{background-color:transparent;border-color:#b6c4d5;padding:106px 0;border-radius:3px}.modal-page-editor.widget-slider .form-thumbnails .thumbnail .caption h6{color:#b6c4d5}.modal-page-editor.widget-slider .form-thumbnails .help-block{font-family:Roboto,sans-serif;font-weight:400}.modal-page-editor.widget-header .modal-body .add-favicon{overflow:hidden}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab{position:relative;background:0 0;height:34px;width:171px;float:left;padding:0 20px;z-index:10;border:dashed 1px #a1b3c9;border-radius:6px 6px 0 0}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab #form_favicon a.favIconButton img#favIconImg{top:8px}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:before{height:20px;transition:0}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab #form_favicon .edit-hover a:hover:after{height:20px;line-height:18px}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab #form_favicon .edit-hover span.page-title{font-family:Roboto,sans-serif;top:4px}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab a{line-height:33px}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab .thumbnail{width:16px;height:16px;background-color:transparent;border-radius:3px;border:1px dashed #a1b3c9;margin:9px 10px 0 0}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab .favIconButton{font-family:Roboto,sans-serif;font-size:13px;font-weight:400;color:#96a3b2}.modal-page-editor.widget-header .modal-body .add-favicon .add-favicon-tab .favIconButton .fa{font-size:16px;color:#b6c4d5;-ms-transform:translateY(2px);transform:translateY(2px);margin-right:3px}.modal-page-editor.widget-header .modal-body .add-favicon:before{border-bottom:1px dashed #a1b3c9;width:calc(100% - 170px);right:0;top:33px}.modal-page-editor.widget-header .modal-body .add-favicon .help-block{padding:7px 0 0 190px}.modal-page-editor.widget-header .modal-body .add-favicon .help-block small{font-family:Roboto,sans-serif;font-size:11px}.modal-page-editor.widget-header .modal-body .showLabels{margin-top:16px;margin-bottom:32px}.modal-page-editor.widget-footer .modal-body .reset-nav,.modal-page-editor.widget-header .modal-body .reset-nav{cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;transition:.3s}.modal-page-editor.widget-footer .modal-body .reset-nav small,.modal-page-editor.widget-header .modal-body .reset-nav small{text-decoration:underline}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable{width:100%}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li{background-color:transparent}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li.ui-sortable-add .createItem,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add .createItem,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li.ui-sortable-add .createItem,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add .createItem{border:dashed 1px #a1b3c9;border-radius:3px;transition:.3s}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li.ui-sortable-add .createItem .fa,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add .createItem .fa,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li.ui-sortable-add .createItem .fa,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add .createItem .fa{color:#a1b3c9;transition:.3s}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li.ui-sortable-add:hover .createItem,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add:hover .createItem,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li.ui-sortable-add:hover .createItem,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add:hover .createItem{border-color:#137df7}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li.ui-sortable-add:hover .createItem .fa,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add:hover .createItem .fa,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li.ui-sortable-add:hover .createItem .fa,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li.ui-sortable-add:hover .createItem .fa{color:#137df7}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li .navigation-item,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li .navigation-item,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li .navigation-item,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li .navigation-item{background-color:#fff;border-radius:3px;border:solid 1px #becfd7}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li .navigation-item .form-control,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li .navigation-item .form-control,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li .navigation-item .form-control,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li .navigation-item .form-control{background-color:transparent}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li .navigation-item .fa,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li .navigation-item .fa,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li .navigation-item .fa,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li .navigation-item .fa{color:#a1b3c9}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li .navigation-item .fa-trash:hover,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li .navigation-item .fa-trash:hover,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li .navigation-item .fa-trash:hover,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li .navigation-item .fa-trash:hover{color:#ee634f}.modal-page-editor.widget-footer .modal-body #form_navigation .list-sortable li .navigation-item .fa-cog:hover,.modal-page-editor.widget-footer .modal-body #form_navigation_footer .list-sortable li .navigation-item .fa-cog:hover,.modal-page-editor.widget-header .modal-body #form_navigation .list-sortable li .navigation-item .fa-cog:hover,.modal-page-editor.widget-header .modal-body #form_navigation_footer .list-sortable li .navigation-item .fa-cog:hover{color:#4aacdc}.modal-page-editor.widget-footer .modal-body .form-thumbnails,.modal-page-editor.widget-header .modal-body .form-thumbnails{padding:28px 0}.modal-page-editor.widget-footer .modal-body .form-thumbnails .upload-logo .edit-hover,.modal-page-editor.widget-header .modal-body .form-thumbnails .upload-logo .edit-hover{border-radius:3px;border:dashed 1px #a1b3c9}.modal-page-editor.widget-footer .modal-body .form-thumbnails .upload-logo .edit-hover a:after,.modal-page-editor.widget-header .modal-body .form-thumbnails .upload-logo .edit-hover a:after{-ms-transform:translateY(-50%);transform:translateY(-50%)}.modal-page-editor.widget-footer .modal-body .form-thumbnails .upload-logo .help-block small,.modal-page-editor.widget-header .modal-body .form-thumbnails .upload-logo .help-block small{font-family:Roboto,sans-serif;font-size:11px}.modal-page-editor.widget-footer .modal-body .form-thumbnails .upload-logo p,.modal-page-editor.widget-header .modal-body .form-thumbnails .upload-logo p{padding-top:20px}.modal-page-editor.widget-contactform .section-form,.modal-page-editor.widget-slider .section-form{background-color:transparent;padding:24px 16px;border-radius:3px;border:solid 1px #d9e3f1}.modal-page-editor.widget-contactform .section-form p,.modal-page-editor.widget-slider .section-form p{font-family:Roboto,sans-serif;font-weight:400}.modal-page-editor.widget-contactform .section-form .form-builder .form-control,.modal-page-editor.widget-slider .section-form .form-builder .form-control{font-family:Roboto,sans-serif}.modal-page-editor.widget-contactform .section-form .form-builder .panel,.modal-page-editor.widget-slider .section-form .form-builder .panel{margin-bottom:0}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default{border-radius:3px;border-color:#afbed1}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-heading,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-heading{padding:12px 16px;background-color:#f7f8fb;border-color:#afbed1}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-heading .icon-uniE605,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-heading .icon-uniE605{font-size:14px;color:#3e455e;-ms-transform:translateY(4px);transform:translateY(4px)}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-heading span,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-heading span{font-family:Roboto,sans-serif;font-size:12px;font-weight:500}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-heading .del-button,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-heading .del-button{border:none;margin-top:0;padding:0;color:#3e455e}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-heading .del-button .fa,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-heading .del-button .fa{color:#3e455e;font-size:16px}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-heading .del-button:hover,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-heading .del-button:hover{background-color:transparent}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-body .false-label,.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-body label,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-body .false-label,.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-body label{font-family:Roboto,sans-serif;font-size:12px;font-weight:500}.modal-page-editor.widget-contactform .section-form .form-builder .panel.panel-default .panel-body input[type=checkbox],.modal-page-editor.widget-slider .section-form .form-builder .panel.panel-default .panel-body input[type=checkbox]{margin:2px 0 0 -20px}.modal-page-editor.widget-contactform .section-form #div_options select,.modal-page-editor.widget-slider .section-form #div_options select{margin-top:30px}.modal-page-editor.widget-photo-gallery .photo-gallery-list{list-style-type:none;margin:0;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-bottom:50px}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:12px;border:dashed 1px #a1b3c9;border-radius:3px;height:130px;transition:.2s;position:relative}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item:first-of-type{gap:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#b6c4d5;cursor:pointer}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item:first-of-type .fa{color:#b6c4d5}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item:first-of-type:hover{opacity:.7}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item:hover{text-decoration:none}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item:hover .actions{opacity:1;visibility:visible}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item .img-area{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;overflow:hidden;border-radius:3px}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item .img-area img{width:100%;height:100%;object-fit:cover;display:block}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item .actions{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;visibility:hidden;transition:.2s;background-color:rgba(161,179,201,.8)}.modal-page-editor.widget-photo-gallery .photo-gallery-list .gallery-item .actions .fa{font-size:20px;color:#fff;margin:0 15px}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel{display:-ms-flexbox;display:flex;gap:0}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .gallery-item{width:167px;margin:10px}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow{background-color:transparent;border:none;cursor:pointer}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow[className=slick-next]:before,.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow[className=slick-prev]:before{font-family:FontAwesome;font-size:16px;color:#a1b3c9}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow[className=slick-next]{-ms-transform:translateX(100%);transform:translateX(100%)}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow[className=slick-next]:before{content:"\f054"}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow[className=slick-prev]{-ms-transform:translateX(-100%);transform:translateX(-100%)}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow[className=slick-prev]:before{content:"\f053"}.modal-page-editor.widget-photo-gallery .photo-gallery-list.type-carousel .slick-arrow:focus{outline:0}.modal-page-editor.widget-pricing-plans .modal-content .modal-header{padding:16px 0 0 0}.modal-page-editor.widget-pricing-plans .modal-content .modal-header .back-link{margin:0 0 12px 0}.modal-page-editor.widget-pricing-plans .modal-content .modal-body{height:545px;overflow:auto}.modal-page-editor.widget-pricing-plans .modal-content .modal-body::-webkit-scrollbar-track{background-color:#d5e1e8}.modal-page-editor.widget-pricing-plans .modal-content .modal-body::-webkit-scrollbar{height:6px;width:8px;background-color:#becfd7}.modal-page-editor.widget-pricing-plans .modal-content .modal-body::-webkit-scrollbar-thumb{border-radius:20px;background-color:#becfd7}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;list-style:none;margin:32px 0;padding:0}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list.select-plan li{height:50px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;cursor:pointer;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list.select-plan li.selected{border-color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;height:90px;width:calc(25% - 16px);background-color:#fff;border-radius:3px;border:solid 1px #cbd5e1;padding:0 4px 6px}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .fa{font-size:18px}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li.add-new-plan{border:dashed 1px #ddd;color:#137df7;background-color:transparent;padding:12px}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li.add-new-plan a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;height:100%;font-size:14px;font-weight:400;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li.add-new-plan a:hover{opacity:.7;text-decoration:none}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-title{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:45px;font-family:Roboto;font-size:14px;font-weight:500;text-align:center;width:100%}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions.centered{-ms-flex-pack:center;justify-content:center}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions a{margin-right:24px}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions a:last-of-type{margin-right:0}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions a .fa{color:#cbd5e1;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions a .fa.fa-bars{cursor:grab}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions a.selected .fa{color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .created-plans-list li .plan-actions a:hover .fa{color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group{display:-ms-flexbox;display:flex}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:24px;background-color:#fff;width:232px;height:124px;padding:16px 32px 24px 10px;margin-right:16px;border-radius:4px;border:solid 1px #becfd7;margin-bottom:32px}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected{border-color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:8px;width:146px;height:84px}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .check-title{font-family:Roboto;font-size:12px;font-weight:500;color:#d1d1d1;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:146px;height:100%;border-radius:4px;border:solid 1px #becfd7;background-color:#fff;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .content,.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:10px;width:50%}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .content .content-g,.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb .content-g{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:5px}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .content .content-g .p,.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb .content-g .p{width:58px;height:2px;background-color:#becfd7;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .content .content-g .p.half,.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb .content-g .p.half{width:30px}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .content .content-g .b,.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb .content-g .b{width:35px;height:9px;background-color:#becfd7;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb{background-color:#becfd7;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment .plan-card .g .thumb .fa{font-size:42px;color:#dae4e8;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected .check-title{color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected .g{border:solid 1px #137df7}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected .g .content .content-g .b,.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected .g .content .content-g .p{background-color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected .g .thumb{background-color:#137df7}.modal-page-editor.widget-pricing-plans .modal-content .widget-color-options .widget-color-group .color-item.plan-card-alignment.is-selected .g .thumb .fa{color:#31b4f5}.modal-page-editor.widget-pricing-plans .modal-content .add-image{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;height:182px;border:dashed 1px #ddd;color:#137df7;background-color:transparent;font-size:14px;font-weight:400;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .add-image:hover{opacity:.7;text-decoration:none}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box{padding:24px 16px;border-radius:3px;border:solid 1px #cbd5e1;background-color:#fff}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .box-title{font-family:Roboto;font-size:12px;font-weight:500;margin-bottom:8px;color:#4a4a4a}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .form-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;gap:8px}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .form-group .fa{color:#738dad}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .add-topic{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:8px;width:calc(100% - 20px);height:34px;margin-top:8px;padding:8px;border-radius:3px;border:dashed 1px #ddd;font-family:Roboto;font-size:14px;font-weight:400;color:#137df7;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .add-topic .fa{font-size:18px;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .add-topic:focus,.modal-page-editor.widget-pricing-plans .modal-content .plan-infos-box .add-topic:hover{text-decoration:none;opacity:.7}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;width:100%;padding:24px;border-radius:3px;border:solid 1px #cbd5e1;background-color:#fff}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box{padding:24px;border-radius:3px;border:solid 1px #cbd5e1;background-color:#fbfcfd}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box .form-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;gap:8px}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box .form-group .fa{color:#738dad}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box .subtopic-list .subtopic-arrow{position:relative;padding:0 16px}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box .subtopic-list .subtopic-arrow:before{content:"";display:block;position:absolute;width:3px;height:12px;top:-1px;left:14px;background-color:#738dad;border-radius:1px}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box .subtopic-list .add-topic{position:relative;left:52px;height:34px;width:calc(100% - 72px)}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .topic-box .subtopic-list .add-topic:focus{text-decoration:none}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .add-topic{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;height:64px;margin-top:8px;padding:8px;border-radius:3px;border:dashed 1px #ddd;font-family:Roboto;font-size:14px;font-weight:400;color:#137df7;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .add-topic .fa{font-size:18px;transition:.3s}.modal-page-editor.widget-pricing-plans .modal-content .plan-topics-box .add-topic:hover{text-decoration:none;opacity:.7}#add-new-widget-modal .widget-highlight-cards .form-control,.modal-highlight-cards .form-control{font-family:Roboto,sans-serif;font-size:14px}#add-new-widget-modal .widget-highlight-cards .feature-icon.form-control,.modal-highlight-cards .feature-icon.form-control{text-rendering:optimizeLegibility;font-family:FontAwesome,Arial,sans-serif;font-weight:900;content:"\f005"}#add-new-widget-modal .widget-highlight-cards .feature-icon.form-control .item,.modal-highlight-cards .feature-icon.form-control .item{font-family:FontAwesome,Roboto}#add-new-widget-modal .widget-highlight-cards h3,.modal-highlight-cards h3{margin-top:0}#add-new-widget-modal .widget-highlight-cards .img-background,.modal-highlight-cards .img-background{margin-bottom:10px}#add-new-widget-modal .widget-highlight-cards .img-background .thumbnail,.modal-highlight-cards .img-background .thumbnail{margin-bottom:0}#add-new-widget-modal .widget-highlight-cards hr,.modal-highlight-cards hr{border-color:rgba(161,179,201,.25)}#add-new-widget-modal .widget-highlight-cards .edit-hover a:hover:before,.modal-highlight-cards .edit-hover a:hover:before{opacity:.88}#add-new-widget-modal .widget-highlight-cards .edit-hover a:before,.modal-highlight-cards .edit-hover a:before{background-color:#a1b3c9}#add-new-widget-modal .widget-highlight-cards .edit-hover a:after,.modal-highlight-cards .edit-hover a:after{color:#fff}#add-new-widget-modal .widget-highlight-cards input[value="2"]~.highlight-cards-configuration .add-card-box,.modal-highlight-cards input[value="2"]~.highlight-cards-configuration .add-card-box{width:calc(50% - 16px);height:154px}#add-new-widget-modal .widget-highlight-cards .add-card-box,.modal-highlight-cards .add-card-box{border:dashed 1px #ddd;border-radius:3px;width:100%;height:80px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-family:Roboto,sans-serif;font-weight:400;font-size:14px;transition:.3s;cursor:pointer}#add-new-widget-modal .widget-highlight-cards .add-card-box .fa,.modal-highlight-cards .add-card-box .fa{margin-right:8px}#add-new-widget-modal .widget-highlight-cards .add-card-box:hover,.modal-highlight-cards .add-card-box:hover{text-decoration:none}#add-new-widget-modal .widget-highlight-cards .cards-list,.modal-highlight-cards .cards-list{display:-ms-flexbox;display:flex;margin:0;padding:0;list-style-type:none}#add-new-widget-modal .widget-highlight-cards .cards-list li,.modal-highlight-cards .cards-list li{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:16px;width:100%;background-color:#fff;margin:0 0 16px 0;border-radius:3px;border:solid 1px #cbd5e1}#add-new-widget-modal .widget-highlight-cards .cards-list li .content-area h5,.modal-highlight-cards .cards-list li .content-area h5{font-family:Roboto,sans-serif;font-size:14px;color:#4a4a4a;margin-bottom:16px;font-weight:500}#add-new-widget-modal .widget-highlight-cards .cards-list li .content-area p,.modal-highlight-cards .cards-list li .content-area p{font-family:Roboto,sans-serif;font-size:12px;color:#3e455e;margin:0}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1,.modal-highlight-cards .cards-list.highlight-type1{-ms-flex-wrap:wrap;flex-wrap:wrap}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .img-area,.modal-highlight-cards .cards-list.highlight-type1 li .img-area{min-width:150px;width:150px;margin-right:18px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .content-area,.modal-highlight-cards .cards-list.highlight-type1 li .content-area{width:100%}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .options,.modal-highlight-cards .cards-list.highlight-type1 li .options{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:16px;height:100%;margin-left:24px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .options .fa,.modal-highlight-cards .cards-list.highlight-type1 li .options .fa{cursor:pointer;color:#137df7;font-size:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .options .fa:hover,.modal-highlight-cards .cards-list.highlight-type1 li .options .fa:hover{color:#1277a9}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2,.modal-highlight-cards .cards-list.highlight-type2{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-bottom:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li,.modal-highlight-cards .cards-list.highlight-type2 li{width:calc(50% - 16px);margin-bottom:0;-ms-flex-pack:start;justify-content:flex-start}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .img-area,.modal-highlight-cards .cards-list.highlight-type2 li .img-area{min-width:150px;width:150px;margin-right:18px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .content-area,.modal-highlight-cards .cards-list.highlight-type2 li .content-area{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .options,.modal-highlight-cards .cards-list.highlight-type2 li .options{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;gap:20px;margin-left:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .options .fa,.modal-highlight-cards .cards-list.highlight-type2 li .options .fa{cursor:pointer;color:#137df7;font-size:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .options .fa:hover,.modal-highlight-cards .cards-list.highlight-type2 li .options .fa:hover{color:#1277a9}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2+.add-card-box,.modal-highlight-cards .cards-list.highlight-type2+.add-card-box{width:calc(50% - 16px);height:154px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3,.modal-highlight-cards .cards-list.highlight-type3{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li,.modal-highlight-cards .cards-list.highlight-type3 li{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .img-area,.modal-highlight-cards .cards-list.highlight-type3 li .img-area{min-width:138px;max-width:150px;margin-bottom:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .content-area,.modal-highlight-cards .cards-list.highlight-type3 li .content-area{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .content-area h5,.modal-highlight-cards .cards-list.highlight-type3 li .content-area h5{text-align:center}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .options,.modal-highlight-cards .cards-list.highlight-type3 li .options{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:20px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .options .fa,.modal-highlight-cards .cards-list.highlight-type3 li .options .fa{cursor:pointer;color:#137df7;font-size:16px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .options .fa:hover,.modal-highlight-cards .cards-list.highlight-type3 li .options .fa:hover{color:#1277a9}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .img-area,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .img-area,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .img-area,.modal-highlight-cards .cards-list.highlight-type1 li .img-area,.modal-highlight-cards .cards-list.highlight-type2 li .img-area,.modal-highlight-cards .cards-list.highlight-type3 li .img-area{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:122px;background-color:#f7f8fb;border-radius:3px}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1 li .img-area .fa,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2 li .img-area .fa,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3 li .img-area .fa,.modal-highlight-cards .cards-list.highlight-type1 li .img-area .fa,.modal-highlight-cards .cards-list.highlight-type2 li .img-area .fa,.modal-highlight-cards .cards-list.highlight-type3 li .img-area .fa{font-size:50px;color:#3e455e}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1.with-image li .img-area,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2.with-image li .img-area,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3.with-image li .img-area,.modal-highlight-cards .cards-list.highlight-type1.with-image li .img-area,.modal-highlight-cards .cards-list.highlight-type2.with-image li .img-area,.modal-highlight-cards .cards-list.highlight-type3.with-image li .img-area{overflow:hidden;background-color:transparent}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1.with-image li .img-area img,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2.with-image li .img-area img,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3.with-image li .img-area img,.modal-highlight-cards .cards-list.highlight-type1.with-image li .img-area img,.modal-highlight-cards .cards-list.highlight-type2.with-image li .img-area img,.modal-highlight-cards .cards-list.highlight-type3.with-image li .img-area img{width:100%;height:100%;display:block;object-fit:cover;transition:.5s}#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type1.with-image.rounded li .img-area img,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type2.with-image.rounded li .img-area img,#add-new-widget-modal .widget-highlight-cards .cards-list.highlight-type3.with-image.rounded li .img-area img,.modal-highlight-cards .cards-list.highlight-type1.with-image.rounded li .img-area img,.modal-highlight-cards .cards-list.highlight-type2.with-image.rounded li .img-area img,.modal-highlight-cards .cards-list.highlight-type3.with-image.rounded li .img-area img{width:122px;min-width:122px;border-radius:100px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image,.modal-highlight-cards .color-item.card-style-image{width:100%}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb{display:-ms-flexbox;display:flex;width:236px;height:64px;margin:auto}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1.rounded .g .img,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2.rounded .g .img,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1.rounded .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2.rounded .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img{width:46px;min-width:46px;border-radius:99px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g{display:-ms-flexbox;display:flex;border:solid 1px #becfd7;border-radius:4px;padding:9px 12px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img{position:relative;overflow:hidden;width:57px;min-width:57px;height:46px;background-color:#becfd7;border-radius:4px;transition:.3s}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .sun,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .sun,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .sun{position:absolute;background-color:#d8e2e7;transition:.3s}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .sun,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .sun,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .sun{width:21%;height:22%;left:13px;top:11px;border-radius:20px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon{width:40%;height:48%;-ms-transform:rotate(45deg);transform:rotate(45deg)}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon:nth-child(2),#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon:nth-child(2),#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(2),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon:nth-child(2),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon:nth-child(2),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(2){top:30px;left:0}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon:nth-child(3),#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon:nth-child(3),#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(3),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .img .mon:nth-child(3),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .img .mon:nth-child(3),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(3){top:25px;left:16px;width:60%;height:80%}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con .title,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con .title,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con .title,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con .title,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con .title,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con .title{width:42px;height:2px;background-color:#becfd7;border-radius:3px;margin-bottom:11px;transition:.3s}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con .bar,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con .bar,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con .bar,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con .bar,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con .bar,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con .bar{width:100%;height:2px;border-radius:3px;background-color:#becfd7;margin-bottom:3px;transition:.3s}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con .bar:last-of-type,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con .bar:last-of-type,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con .bar:last-of-type,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g .con .bar:last-of-type,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g .con .bar:last-of-type,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .con .bar:last-of-type{margin-bottom:0;width:50%}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type1 .g{gap:12px;width:100%}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2{gap:4px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type2 .g{gap:7px;width:calc(50%-7px)}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3{gap:8px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img{width:23px;min-width:23px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img .mon:nth-child(2),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img .mon:nth-child(2){top:15px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img .mon:nth-child(3),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3.rounded .g .img .mon:nth-child(3){top:12px;left:9px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g{gap:4px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img{width:31px;min-width:31px;height:23px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .sun,.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .sun{width:20%;left:7px;top:6px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(2),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(2){top:18px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(3),.modal-highlight-cards .color-item.card-style-image .highlight-radio-thumb.type3 .g .img .mon:nth-child(3){top:14px;left:12px}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g{border:solid 1px #137df7}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .img,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .img,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .img,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .img,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .img,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .img{background-color:#137df7}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .img .sun,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .img .sun,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .img .mon,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .img .sun,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .img .mon,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .img .sun,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .img .mon,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .img .sun,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .img .mon,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .img .sun{background-color:#74c2e8}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .con .title,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .con .title,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .con .title,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .con .title,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .con .title,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .con .title{background-color:#137df7}#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .con .bar,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .con .bar,#add-new-widget-modal .widget-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .con .bar,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type1 .g .con .bar,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type2 .g .con .bar,.modal-highlight-cards .color-item.card-style-image.is-selected .highlight-radio-thumb.type3 .g .con .bar{background-color:#137df7}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker.datepicker-dropdown{z-index:1050!important}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker.days div.datepicker-days{display:block}.datepicker.months div.datepicker-months{display:block}.datepicker.years div.datepicker-years{display:block}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#f1f1f1;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#e6e6e6}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#e6e6e6;cursor:default}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{color:#ffdb99;background-color:transparent;border-color:#ffb733}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:focus,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:focus,.datepicker table tr td.today:hover:hover,.open>.dropdown-toggle.datepicker table tr td.today,.open>.dropdown-toggle.datepicker table tr td.today.disabled,.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.today:hover{color:#000;background-color:#ffdb99;order-color:#ffb733}.datepicker table tr td.today.active .badge,.datepicker table tr td.today.disabled.active .badge,.datepicker table tr td.today.disabled:active .badge,.datepicker table tr td.today.disabled:focus .badge,.datepicker table tr td.today.disabled:hover .badge,.datepicker table tr td.today.disabled:hover.active .badge,.datepicker table tr td.today.disabled:hover:active .badge,.datepicker table tr td.today.disabled:hover:focus .badge,.datepicker table tr td.today.disabled:hover:hover .badge,.datepicker table tr td.today:active .badge,.datepicker table tr td.today:focus .badge,.datepicker table tr td.today:hover .badge,.datepicker table tr td.today:hover.active .badge,.datepicker table tr td.today:hover:active .badge,.datepicker table tr td.today:hover:focus .badge,.datepicker table tr td.today:hover:hover .badge,.open>.dropdown-toggle.datepicker table tr td.today .badge,.open>.dropdown-toggle.datepicker table tr td.today.disabled .badge,.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover .badge,.open>.dropdown-toggle.datepicker table tr td.today:hover .badge{color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active,.open>.dropdown-toggle.datepicker table tr td.today,.open>.dropdown-toggle.datepicker table tr td.today.disabled,.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.today:hover{background-image:none}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled.disabled.active,.datepicker table tr td.today.disabled.disabled:active,.datepicker table tr td.today.disabled.disabled:focus,.datepicker table tr td.today.disabled.disabled:hover,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover.disabled.active,.datepicker table tr td.today.disabled:hover.disabled:active,.datepicker table tr td.today.disabled:hover.disabled:focus,.datepicker table tr td.today.disabled:hover.disabled:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled:hover[disabled].active,.datepicker table tr td.today.disabled:hover[disabled]:active,.datepicker table tr td.today.disabled:hover[disabled]:focus,.datepicker table tr td.today.disabled:hover[disabled]:hover,.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled[disabled].active,.datepicker table tr td.today.disabled[disabled]:active,.datepicker table tr td.today.disabled[disabled]:focus,.datepicker table tr td.today.disabled[disabled]:hover,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover.disabled.active,.datepicker table tr td.today:hover.disabled:active,.datepicker table tr td.today:hover.disabled:focus,.datepicker table tr td.today:hover.disabled:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today:hover[disabled].active,.datepicker table tr td.today:hover[disabled]:active,.datepicker table tr td.today:hover[disabled]:focus,.datepicker table tr td.today:hover[disabled]:hover,.datepicker table tr td.today[disabled],.datepicker table tr td.today[disabled].active,.datepicker table tr td.today[disabled]:active,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today,fieldset[disabled] .datepicker table tr td.today.active,fieldset[disabled] .datepicker table tr td.today.disabled,fieldset[disabled] .datepicker table tr td.today.disabled.active,fieldset[disabled] .datepicker table tr td.today.disabled:active,fieldset[disabled] .datepicker table tr td.today.disabled:focus,fieldset[disabled] .datepicker table tr td.today.disabled:hover,fieldset[disabled] .datepicker table tr td.today.disabled:hover.active,fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.today:active,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today:hover.active,fieldset[disabled] .datepicker table tr td.today:hover:active,fieldset[disabled] .datepicker table tr td.today:hover:focus,fieldset[disabled] .datepicker table tr td.today:hover:hover{background-color:transparent;border-color:#ffb733;color:#ffe4b3}.datepicker table tr td.today .badge,.datepicker table tr td.today.disabled .badge,.datepicker table tr td.today.disabled:hover .badge,.datepicker table tr td.today:hover .badge{color:#ffdb99;background-color:transparent}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#f1f1f1;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{color:#f8cb79;background-color:transparent;border-color:#f3a618;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:focus,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:focus,.datepicker table tr td.range.today:hover:hover,.open>.dropdown-toggle.datepicker table tr td.range.today,.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.range.today:hover{color:#000;background-color:#f8cb79;order-color:#f3a618}.datepicker table tr td.range.today.active .badge,.datepicker table tr td.range.today.disabled.active .badge,.datepicker table tr td.range.today.disabled:active .badge,.datepicker table tr td.range.today.disabled:focus .badge,.datepicker table tr td.range.today.disabled:hover .badge,.datepicker table tr td.range.today.disabled:hover.active .badge,.datepicker table tr td.range.today.disabled:hover:active .badge,.datepicker table tr td.range.today.disabled:hover:focus .badge,.datepicker table tr td.range.today.disabled:hover:hover .badge,.datepicker table tr td.range.today:active .badge,.datepicker table tr td.range.today:focus .badge,.datepicker table tr td.range.today:hover .badge,.datepicker table tr td.range.today:hover.active .badge,.datepicker table tr td.range.today:hover:active .badge,.datepicker table tr td.range.today:hover:focus .badge,.datepicker table tr td.range.today:hover:hover .badge,.open>.dropdown-toggle.datepicker table tr td.range.today .badge,.open>.dropdown-toggle.datepicker table tr td.range.today.disabled .badge,.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover .badge,.open>.dropdown-toggle.datepicker table tr td.range.today:hover .badge{color:#000}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active,.open>.dropdown-toggle.datepicker table tr td.range.today,.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.range.today:hover{background-image:none}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled.disabled.active,.datepicker table tr td.range.today.disabled.disabled:active,.datepicker table tr td.range.today.disabled.disabled:focus,.datepicker table tr td.range.today.disabled.disabled:hover,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover.disabled.active,.datepicker table tr td.range.today.disabled:hover.disabled:active,.datepicker table tr td.range.today.disabled:hover.disabled:focus,.datepicker table tr td.range.today.disabled:hover.disabled:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled:hover[disabled].active,.datepicker table tr td.range.today.disabled:hover[disabled]:active,.datepicker table tr td.range.today.disabled:hover[disabled]:focus,.datepicker table tr td.range.today.disabled:hover[disabled]:hover,.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled[disabled].active,.datepicker table tr td.range.today.disabled[disabled]:active,.datepicker table tr td.range.today.disabled[disabled]:focus,.datepicker table tr td.range.today.disabled[disabled]:hover,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover.disabled.active,.datepicker table tr td.range.today:hover.disabled:active,.datepicker table tr td.range.today:hover.disabled:focus,.datepicker table tr td.range.today:hover.disabled:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today:hover[disabled].active,.datepicker table tr td.range.today:hover[disabled]:active,.datepicker table tr td.range.today:hover[disabled]:focus,.datepicker table tr td.range.today:hover[disabled]:hover,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today[disabled].active,.datepicker table tr td.range.today[disabled]:active,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today,fieldset[disabled] .datepicker table tr td.range.today.active,fieldset[disabled] .datepicker table tr td.range.today.disabled,fieldset[disabled] .datepicker table tr td.range.today.disabled.active,fieldset[disabled] .datepicker table tr td.range.today.disabled:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.range.today:active,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today:hover.active,fieldset[disabled] .datepicker table tr td.range.today:hover:active,fieldset[disabled] .datepicker table tr td.range.today:hover:focus,fieldset[disabled] .datepicker table tr td.range.today:hover:hover{background-color:transparent;border-color:#f3a618;color:#f9d491}.datepicker table tr td.range.today .badge,.datepicker table tr td.range.today.disabled .badge,.datepicker table tr td.range.today.disabled:hover .badge,.datepicker table tr td.range.today:hover .badge{color:#f8cb79;background-color:transparent}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{color:#e6e6e6;background-color:transparent;border-color:#d6d6d6;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:focus,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:focus,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:focus,.datepicker table tr td.selected:hover:hover,.open>.dropdown-toggle.datepicker table tr td.selected,.open>.dropdown-toggle.datepicker table tr td.selected.disabled,.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.selected:hover{color:#fff;background-color:#e6e6e6;order-color:#d6d6d6}.datepicker table tr td.selected.active .badge,.datepicker table tr td.selected.disabled.active .badge,.datepicker table tr td.selected.disabled:active .badge,.datepicker table tr td.selected.disabled:focus .badge,.datepicker table tr td.selected.disabled:hover .badge,.datepicker table tr td.selected.disabled:hover.active .badge,.datepicker table tr td.selected.disabled:hover:active .badge,.datepicker table tr td.selected.disabled:hover:focus .badge,.datepicker table tr td.selected.disabled:hover:hover .badge,.datepicker table tr td.selected:active .badge,.datepicker table tr td.selected:focus .badge,.datepicker table tr td.selected:hover .badge,.datepicker table tr td.selected:hover.active .badge,.datepicker table tr td.selected:hover:active .badge,.datepicker table tr td.selected:hover:focus .badge,.datepicker table tr td.selected:hover:hover .badge,.open>.dropdown-toggle.datepicker table tr td.selected .badge,.open>.dropdown-toggle.datepicker table tr td.selected.disabled .badge,.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover .badge,.open>.dropdown-toggle.datepicker table tr td.selected:hover .badge{color:#fff}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active,.open>.dropdown-toggle.datepicker table tr td.selected,.open>.dropdown-toggle.datepicker table tr td.selected.disabled,.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.selected:hover{background-image:none}.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled.disabled.active,.datepicker table tr td.selected.disabled.disabled:active,.datepicker table tr td.selected.disabled.disabled:focus,.datepicker table tr td.selected.disabled.disabled:hover,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover.disabled.active,.datepicker table tr td.selected.disabled:hover.disabled:active,.datepicker table tr td.selected.disabled:hover.disabled:focus,.datepicker table tr td.selected.disabled:hover.disabled:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled:hover[disabled].active,.datepicker table tr td.selected.disabled:hover[disabled]:active,.datepicker table tr td.selected.disabled:hover[disabled]:focus,.datepicker table tr td.selected.disabled:hover[disabled]:hover,.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled[disabled].active,.datepicker table tr td.selected.disabled[disabled]:active,.datepicker table tr td.selected.disabled[disabled]:focus,.datepicker table tr td.selected.disabled[disabled]:hover,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover.disabled.active,.datepicker table tr td.selected:hover.disabled:active,.datepicker table tr td.selected:hover.disabled:focus,.datepicker table tr td.selected:hover.disabled:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected:hover[disabled].active,.datepicker table tr td.selected:hover[disabled]:active,.datepicker table tr td.selected:hover[disabled]:focus,.datepicker table tr td.selected:hover[disabled]:hover,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected[disabled].active,.datepicker table tr td.selected[disabled]:active,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected,fieldset[disabled] .datepicker table tr td.selected.active,fieldset[disabled] .datepicker table tr td.selected.disabled,fieldset[disabled] .datepicker table tr td.selected.disabled.active,fieldset[disabled] .datepicker table tr td.selected.disabled:active,fieldset[disabled] .datepicker table tr td.selected.disabled:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.selected:active,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected:hover.active,fieldset[disabled] .datepicker table tr td.selected:hover:active,fieldset[disabled] .datepicker table tr td.selected:hover:focus,fieldset[disabled] .datepicker table tr td.selected:hover:hover{background-color:transparent;border-color:#d6d6d6;color:#f3f3f3}.datepicker table tr td.selected .badge,.datepicker table tr td.selected.disabled .badge,.datepicker table tr td.selected.disabled:hover .badge,.datepicker table tr td.selected:hover .badge{color:#e6e6e6;background-color:transparent}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{color:#137df7;background-color:transparent;border-color:#0870e9;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:focus,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:focus,.datepicker table tr td.active:hover:hover,.open>.dropdown-toggle.datepicker table tr td.active,.open>.dropdown-toggle.datepicker table tr td.active.disabled,.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.active:hover{color:#fff;background-color:#137df7;order-color:#0870e9}.datepicker table tr td.active.active .badge,.datepicker table tr td.active.disabled.active .badge,.datepicker table tr td.active.disabled:active .badge,.datepicker table tr td.active.disabled:focus .badge,.datepicker table tr td.active.disabled:hover .badge,.datepicker table tr td.active.disabled:hover.active .badge,.datepicker table tr td.active.disabled:hover:active .badge,.datepicker table tr td.active.disabled:hover:focus .badge,.datepicker table tr td.active.disabled:hover:hover .badge,.datepicker table tr td.active:active .badge,.datepicker table tr td.active:focus .badge,.datepicker table tr td.active:hover .badge,.datepicker table tr td.active:hover.active .badge,.datepicker table tr td.active:hover:active .badge,.datepicker table tr td.active:hover:focus .badge,.datepicker table tr td.active:hover:hover .badge,.open>.dropdown-toggle.datepicker table tr td.active .badge,.open>.dropdown-toggle.datepicker table tr td.active.disabled .badge,.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover .badge,.open>.dropdown-toggle.datepicker table tr td.active:hover .badge{color:#fff}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active,.open>.dropdown-toggle.datepicker table tr td.active,.open>.dropdown-toggle.datepicker table tr td.active.disabled,.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover,.open>.dropdown-toggle.datepicker table tr td.active:hover{background-image:none}.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled.disabled.active,.datepicker table tr td.active.disabled.disabled:active,.datepicker table tr td.active.disabled.disabled:focus,.datepicker table tr td.active.disabled.disabled:hover,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover.disabled.active,.datepicker table tr td.active.disabled:hover.disabled:active,.datepicker table tr td.active.disabled:hover.disabled:focus,.datepicker table tr td.active.disabled:hover.disabled:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled:hover[disabled].active,.datepicker table tr td.active.disabled:hover[disabled]:active,.datepicker table tr td.active.disabled:hover[disabled]:focus,.datepicker table tr td.active.disabled:hover[disabled]:hover,.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled[disabled].active,.datepicker table tr td.active.disabled[disabled]:active,.datepicker table tr td.active.disabled[disabled]:focus,.datepicker table tr td.active.disabled[disabled]:hover,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover.disabled.active,.datepicker table tr td.active:hover.disabled:active,.datepicker table tr td.active:hover.disabled:focus,.datepicker table tr td.active:hover.disabled:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active:hover[disabled].active,.datepicker table tr td.active:hover[disabled]:active,.datepicker table tr td.active:hover[disabled]:focus,.datepicker table tr td.active:hover[disabled]:hover,.datepicker table tr td.active[disabled],.datepicker table tr td.active[disabled].active,.datepicker table tr td.active[disabled]:active,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active,fieldset[disabled] .datepicker table tr td.active.active,fieldset[disabled] .datepicker table tr td.active.disabled,fieldset[disabled] .datepicker table tr td.active.disabled.active,fieldset[disabled] .datepicker table tr td.active.disabled:active,fieldset[disabled] .datepicker table tr td.active.disabled:focus,fieldset[disabled] .datepicker table tr td.active.disabled:hover,fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td.active:active,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active:hover.active,fieldset[disabled] .datepicker table tr td.active:hover:active,fieldset[disabled] .datepicker table tr td.active:hover:focus,fieldset[disabled] .datepicker table tr td.active:hover:hover{background-color:transparent;border-color:#0870e9;color:#2c8bf8}.datepicker table tr td.active .badge,.datepicker table tr td.active.disabled .badge,.datepicker table tr td.active.disabled:hover .badge,.datepicker table tr td.active:hover .badge{color:#137df7;background-color:transparent}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span:hover{background:#f1f1f1}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#e6e6e6;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#137df7;background-color:transparent;border-color:#0870e9;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active:hover:hover,.open>.dropdown-toggle.datepicker table tr td span.active,.open>.dropdown-toggle.datepicker table tr td span.active.disabled,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open>.dropdown-toggle.datepicker table tr td span.active:hover{color:#fff;background-color:#137df7;order-color:#0870e9}.datepicker table tr td span.active.active .badge,.datepicker table tr td span.active.disabled.active .badge,.datepicker table tr td span.active.disabled:active .badge,.datepicker table tr td span.active.disabled:focus .badge,.datepicker table tr td span.active.disabled:hover .badge,.datepicker table tr td span.active.disabled:hover.active .badge,.datepicker table tr td span.active.disabled:hover:active .badge,.datepicker table tr td span.active.disabled:hover:focus .badge,.datepicker table tr td span.active.disabled:hover:hover .badge,.datepicker table tr td span.active:active .badge,.datepicker table tr td span.active:focus .badge,.datepicker table tr td span.active:hover .badge,.datepicker table tr td span.active:hover.active .badge,.datepicker table tr td span.active:hover:active .badge,.datepicker table tr td span.active:hover:focus .badge,.datepicker table tr td span.active:hover:hover .badge,.open>.dropdown-toggle.datepicker table tr td span.active .badge,.open>.dropdown-toggle.datepicker table tr td span.active.disabled .badge,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover .badge,.open>.dropdown-toggle.datepicker table tr td span.active:hover .badge{color:#fff}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active,.open>.dropdown-toggle.datepicker table tr td span.active,.open>.dropdown-toggle.datepicker table tr td span.active.disabled,.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open>.dropdown-toggle.datepicker table tr td span.active:hover{background-image:none}.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled.disabled.active,.datepicker table tr td span.active.disabled.disabled:active,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover.disabled.active,.datepicker table tr td span.active.disabled:hover.disabled:active,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled:hover[disabled].active,.datepicker table tr td span.active.disabled:hover[disabled]:active,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled[disabled].active,.datepicker table tr td span.active.disabled[disabled]:active,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover.disabled.active,.datepicker table tr td span.active:hover.disabled:active,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active:hover[disabled].active,.datepicker table tr td span.active:hover[disabled]:active,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active[disabled].active,.datepicker table tr td span.active[disabled]:active,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active,fieldset[disabled] .datepicker table tr td span.active.active,fieldset[disabled] .datepicker table tr td span.active.disabled,fieldset[disabled] .datepicker table tr td span.active.disabled.active,fieldset[disabled] .datepicker table tr td span.active.disabled:active,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active:active,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.active,fieldset[disabled] .datepicker table tr td span.active:hover:active,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:transparent;border-color:#0870e9;color:#2c8bf8}.datepicker table tr td span.active .badge,.datepicker table tr td span.active.disabled .badge,.datepicker table tr td span.active.disabled:hover .badge,.datepicker table tr td span.active:hover .badge{color:#137df7;background-color:transparent}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#e6e6e6}.datepicker th.datepicker-switch{width:145px}.datepicker tfoot tr th,.datepicker thead tr:first-child th{cursor:pointer}.datepicker tfoot tr th:hover,.datepicker thead tr:first-child th:hover{background:#f1f1f1}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker thead tr:first-child th.cw{cursor:default;background-color:transparent}.input-group.date .input-group-addon i{cursor:pointer;width:16px;height:16px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;font-weight:400;line-height:1.42857143;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#f1f1f1;border:solid #ccc;border-width:1px 0;margin-left:-5px;margin-right:-5px}/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em!important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.hours-datepicker{position:absolute;z-index:500;background:#fff;padding:24px;border:1px solid #ccc;margin-top:14px;box-shadow:0 0 10px 2px rgba(0,0,0,.35);left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}.hours-datepicker:before{content:"";position:absolute;width:13px;height:13px;background:#fff;top:-6.5px;left:50%;-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.hours-datepicker .datepicker-content{display:-ms-flexbox;display:flex}.hours-datepicker .datepicker-item{width:50px;text-align:center}.hours-datepicker .datepicker-item.am-pm-item,.hours-datepicker .datepicker-item.minutes-item{margin-left:24px}.hours-datepicker .datepicker-item.am-pm-item button{margin-top:55px}.hours-datepicker .datepicker-item span{font-size:16px;font-weight:400;display:block}.hours-datepicker .datepicker-item .input-content{margin-top:8px}.hours-datepicker .datepicker-item .input-content .button-input{background:0 0;border:none;box-shadow:none;background-image:none;font-size:20px;width:100%;height:auto;padding:0;line-height:1}.hours-datepicker .datepicker-item .input-content .input-action{width:50px;height:40px;line-height:40px;font-size:16px;border:1px solid #ccc}.hours-datepicker .datepicker-nextday{margin-top:8px;text-align:center;border-top:1px solid #eee;padding-top:8px}.hours-datepicker .datepicker-nextday label{margin-bottom:0}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0 none!important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;padding:3px 12px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:2px 2px 0 0}.selectize-dropdown-header-close{position:absolute;right:12px;top:50%;color:#3b3936;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 0 0 0;border-left:1px solid transparent;border-radius:0 2px 2px 0;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:transparent}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:rgba(77,77,77,0)}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#3b3936;font-family:Roboto,sans-serif;font-size:1em;line-height:20px;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #ccc;padding:6px 12px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:2px}.selectize-control.multi .selectize-input.has-items{padding:5px 12px 2px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:2px 2px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:1px 3px;background:#efefef;color:#3b3936;border:0 solid transparent}.selectize-control.multi .selectize-input>div.active{background:#133154;color:#fff;border:0 solid transparent}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#858585;background:#fff;border:0 solid rgba(77,77,77,0)}.selectize-input>input{font-weight:400;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:0 0!important;line-height:inherit;-webkit-user-select:auto!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:0!important}.selectize-input::after{content:' ';display:block;clear:left}.selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#fff;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #ccc;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 2px 2px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,.4);border-radius:1px}.selectize-dropdown .optgroup-header,.selectize-dropdown [data-selectable]{padding:3px 12px}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#e6e6e6;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#137df7;color:#4c4b49}.selectize-dropdown .active.create{color:#4c4b49}.selectize-dropdown .create{color:rgba(59,57,54,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;text-transform:capitalize}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:17px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#3b3936 transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #3b3936 transparent}.selectize-control.rtl.single .selectize-input:after{left:17px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fff}.selectize-dropdown.navLink .optgroup-header{color:#878282}.selectize-dropdown.navLink .option{padding:3px 12px}.selectize-dropdown.navLink .optgroup:before{content:none}.selectize-dropdown.navLink .optgroup .option{padding:3px 22px}.selectize-dropdown,.selectize-dropdown.form-control{height:auto;padding:0;margin:2px 0 0 0;z-index:1000;background:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,.175)}.selectize-dropdown .optgroup-header{font-size:12px;line-height:1.42857143}.selectize-dropdown .optgroup:first-child:before{display:none}.selectize-dropdown .optgroup:before{content:' ';display:block;height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;margin-left:-12px;margin-right:-12px}.selectize-dropdown-content{padding:5px 0}.selectize-dropdown-content .label-name{white-space:nowrap;font-weight:400}.selectize-dropdown-content .label-name i{display:block;font-weight:400}.selectize-dropdown-header{padding:6px 12px}.selectize-input{min-height:34px;font-weight:400}.selectize-input.dropdown-active{border-radius:2px}.selectize-input.dropdown-active::before{display:none}.selectize-input.focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.listing-select .full .selectize-dropdown-content,.mail-select .full .selectize-dropdown-content{white-space:nowrap;vertical-align:top;max-width:85%;overflow:hidden;padding:0 3px;text-overflow:ellipsis}.listing-select.is-loading:after,.mail-select.is-loading:after{opacity:.7}.listing-select:after,.mail-select:after{content:' ';transition:opacity .2s;z-index:2;position:absolute;display:block;top:calc(50% - 10px);right:34px;width:16px;height:16px;background:url(../../../assets/images/loading.gif);background-size:16px 16px;opacity:0}.selectize-control.multi .selectize-input.has-items{padding-left:9px;padding-right:9px}.selectize-control.multi .selectize-input>div{border-radius:1px}.form-control.selectize-control{padding:0;height:auto;border:none;background:0 0;box-shadow:none;border-radius:0}.tour-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#000;opacity:.8}.tour-step-backdrop{position:relative;z-index:1101;padding:7px;background:inherit}.tour-step-background{background:inherit;border-radius:0;box-sizing:initial;padding:10px;position:absolute;z-index:1100}.popover[class*=tour-]{z-index:1100}.popover[class*=tour-] .popover-navigation{padding:9px 14px}.popover[class*=tour-] .popover-navigation [data-role=end]{float:right}.popover[class*=tour-] .popover-navigation [data-role=end],.popover[class*=tour-] .popover-navigation [data-role=next],.popover[class*=tour-] .popover-navigation [data-role=prev]{cursor:pointer}.popover[class*=tour-] .popover-navigation [data-role=end].disabled,.popover[class*=tour-] .popover-navigation [data-role=next].disabled,.popover[class*=tour-] .popover-navigation [data-role=prev].disabled{cursor:default}.popover[class*=tour-].orphan{position:fixed;margin-top:0}.popover[class*=tour-].orphan .arrow{display:none}.colpick{position:absolute;width:346px;height:170px;overflow:hidden;display:none;font-family:Arial,Helvetica,sans-serif;background:#ebebeb;border:1px solid #bbb;border-radius:5px;z-index:1;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.colpick_color{position:absolute;left:7px;top:7px;width:156px;height:156px;overflow:hidden;outline:1px solid #aaa;cursor:crosshair}.colpick_color_overlay1{position:absolute;left:0;top:0;width:156px;height:156px;background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%)}.colpick_color_overlay2{position:absolute;left:0;top:0;width:156px;height:156px;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%)}.colpick_selector_outer{background:0 0;position:absolute;width:11px;height:11px;margin:-6px 0 0 -6px;border:1px solid #000;border-radius:50%}.colpick_selector_inner{position:absolute;width:9px;height:9px;border:1px solid #fff;border-radius:50%}.colpick_hue{position:absolute;top:6px;left:175px;width:19px;height:156px;border:1px solid #aaa;cursor:n-resize}.colpick_hue_arrs{position:absolute;left:-8px;width:35px;height:7px;margin:-7px 0 0 0}.colpick_hue_larr{position:absolute;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:7px solid #858585}.colpick_hue_rarr{position:absolute;right:0;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:7px solid #858585}.colpick_new_color{position:absolute;left:207px;top:6px;width:60px;height:27px;background:red;border:1px solid #8f8f8f}.colpick_current_color{position:absolute;left:277px;top:6px;width:60px;height:27px;background:red;border:1px solid #8f8f8f}.colpick_field,.colpick_hex_field{position:absolute;height:20px;width:60px;overflow:hidden;background:#f3f3f3;color:#b8b8b8;font-size:12px;border:1px solid #bdbdbd;border-radius:3px}.colpick_rgb_r{top:40px;left:207px}.colpick_rgb_g{top:67px;left:207px}.colpick_rgb_b{top:94px;left:207px}.colpick_hsb_h{top:40px;left:277px}.colpick_hsb_s{top:67px;left:277px}.colpick_hsb_b{top:94px;left:277px}.colpick_hex_field{width:68px;left:207px;top:121px}.colpick_focus{border-color:#999}.colpick_field_letter{position:absolute;width:12px;height:20px;line-height:20px;padding-left:4px;background:#efefef;border-right:1px solid #bdbdbd;font-weight:700;color:#777}.colpick_field input,.colpick_hex_field input{position:absolute;right:11px;margin:0;padding:0;height:20px;line-height:20px;background:0 0;border:none;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#555;text-align:right;outline:0}.colpick_hex_field input{right:4px}.colpick_field_arrs{position:absolute;top:0;right:0;width:9px;height:21px;cursor:n-resize}.colpick_field_uarr{position:absolute;top:5px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #959595}.colpick_field_darr{position:absolute;bottom:5px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #959595}.colpick_submit{position:absolute;left:207px;top:149px;width:130px;height:22px;line-height:22px;background:#efefef;text-align:center;color:#555;font-size:12px;font-weight:700;border:1px solid #bdbdbd;border-radius:3px}.colpick_submit:hover{background:#f3f3f3;border-color:#999;cursor:pointer}.colpick_full_ns .colpick_current_color,.colpick_full_ns .colpick_submit{display:none}.colpick_full_ns .colpick_new_color{width:130px;height:25px}.colpick_full_ns .colpick_hsb_h,.colpick_full_ns .colpick_rgb_r{top:42px}.colpick_full_ns .colpick_hsb_s,.colpick_full_ns .colpick_rgb_g{top:73px}.colpick_full_ns .colpick_hsb_b,.colpick_full_ns .colpick_rgb_b{top:104px}.colpick_full_ns .colpick_hex_field{top:135px}.colpick_rgbhex .colpick_hsb_b,.colpick_rgbhex .colpick_hsb_h,.colpick_rgbhex .colpick_hsb_s{display:none}.colpick_rgbhex{width:282px}.colpick_rgbhex .colpick_field,.colpick_rgbhex .colpick_submit{width:68px}.colpick_rgbhex .colpick_new_color{width:34px;border-right:none}.colpick_rgbhex .colpick_current_color{width:34px;left:240px;border-left:none}.colpick_rgbhex_ns .colpick_current_color,.colpick_rgbhex_ns .colpick_submit{display:none}.colpick_rgbhex_ns .colpick_new_color{width:68px;border:1px solid #8f8f8f}.colpick_rgbhex_ns .colpick_rgb_r{top:42px}.colpick_rgbhex_ns .colpick_rgb_g{top:73px}.colpick_rgbhex_ns .colpick_rgb_b{top:104px}.colpick_rgbhex_ns .colpick_hex_field{top:135px}.colpick_hex .colpick_hsb_b,.colpick_hex .colpick_hsb_h,.colpick_hex .colpick_hsb_s,.colpick_hex .colpick_rgb_b,.colpick_hex .colpick_rgb_g,.colpick_hex .colpick_rgb_r{display:none}.colpick_hex{width:206px;height:201px}.colpick_hex .colpick_hex_field{width:72px;height:25px;top:168px;left:80px}.colpick_hex .colpick_hex_field div,.colpick_hex .colpick_hex_field input{height:25px;line-height:25px}.colpick_hex .colpick_new_color{left:9px;top:168px;width:30px;border-right:none}.colpick_hex .colpick_current_color{left:39px;top:168px;width:30px;border-left:none}.colpick_hex .colpick_submit{left:164px;top:168px;width:30px;height:25px;line-height:25px}.colpick_hex_ns .colpick_current_color,.colpick_hex_ns .colpick_submit{display:none}.colpick_hex_ns .colpick_hex_field{width:80px}.colpick_hex_ns .colpick_new_color{width:60px;border:1px solid #8f8f8f}.colpick_dark{background:#161616;border-color:#2a2a2a}.colpick_dark .colpick_color{outline-color:#333}.colpick_dark .colpick_hue{border-color:#555}.colpick_dark .colpick_field,.colpick_dark .colpick_hex_field{background:#101010;border-color:#2d2d2d}.colpick_dark .colpick_field_letter{background:#131313;border-color:#2d2d2d;color:#696969}.colpick_dark .colpick_field input,.colpick_dark .colpick_hex_field input{color:#7a7a7a}.colpick_dark .colpick_field_uarr{border-bottom-color:#696969}.colpick_dark .colpick_field_darr{border-top-color:#696969}.colpick_dark .colpick_focus{border-color:#444}.colpick_dark .colpick_submit{background:#131313;border-color:#2d2d2d;color:#7a7a7a}.colpick_dark .colpick_submit:hover{background-color:#101010;border-color:#444}.color-box{cursor:pointer;position:relative;border:1px solid #b0b0b0;display:inline-block;max-width:40px;min-width:30px;width:100%;height:40px;vertical-align:middle}.color-box:after{content:"";display:block;position:absolute;background-color:#b0b0b0;height:9px;width:9px;bottom:0;right:0}.cpage-content{margin-bottom:16px}.st-outer{font-size:11px}[data-icon-after]:after,[data-icon]:before{font-family:ST-Icons;speak:none;-ms-font-feature-settings:"liga","dlig";-o-font-feature-settings:"liga","dlig";font-feature-settings:"liga","dlig";text-rendering:optimizeLegibility;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:attr(data-icon)}[data-icon-after]:after{content:attr(data-icon-after)}.st-icon{font-family:ST-Icons;speak:none;-ms-font-feature-settings:"liga","dlig";-o-font-feature-settings:"liga","dlig";font-feature-settings:"liga","dlig";text-rendering:optimizeLegibility;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;cursor:pointer}[data-icon=bin]:hover:before{content:"binopen"}.st-block__inner ::selection{background:#164378;text-shadow:none}.st-spinner{position:absolute!important;left:50%;top:50%}.st-input-label{display:block;margin-bottom:.3em}.st-block input[type=text],.st-block textarea,.st-text-block{font-size:inherit;margin:0;padding:.3em 0}.st-block [contenteditable=true],.st-block [contenteditable=true]:active,.st-block [contenteditable=true]:focus,.st-block input[type=text],.st-block input[type=text]:active,.st-block input[type=text]:focus,.st-block textarea,.st-block textarea:active,.st-block textarea:hover,.st-text-block,.st-text-block:active,.st-text-block:focus{outline:0;border:none}.st-block input[type=text],.st-block input[type=text]:active,.st-block input[type=text]:focus{color:#42474b;border:.1em solid #d4d4d4;padding:.6em}.st-errors{background-color:#ffe1e4;padding:2em;color:#d70014}.st-errors p,.st-errors ul{margin:0}.st-errors ul{padding-left:1em}.st-errors p{margin-bottom:.5em;font-weight:700}.st--block-limit-reached .st-block-controls__top{display:none}.st-blocks.st-ready{background-color:#f3f5f8}.st-block-controls__top{padding:16px}.st-block-controls__top:before{width:100%;display:block;text-align:center;font-size:20px;color:#137df7;padding:16px 0;line-height:.9;border-radius:.2em;background:#f3f5f8;border:dashed 1px #ddd}.st-block-controls__top:hover:before{color:#164378;background:#f3f3f3;cursor:pointer}.st-block-controls{background-color:#f3f3f3;display:none;border-radius:.2em;color:#42474b;width:100%;text-align:center;padding:1.2em 0;font-size:14px}.st-block-controls--active{display:block}.st-block-control{font-size:1em;display:inline-block;cursor:pointer;margin:0 1.3em 0 0;color:#a3a3a3}.st-block-control .st-icon{font-size:2.6em;margin:0;display:block}.st-block-control:hover{text-decoration:none;color:#575757}.st-block{padding:0 16px 16px 16px;position:relative}.st-block__inner{padding:1.875em 1.875em 2.8em;position:relative;background-color:#fff;border:solid 1px #a1b3c9;border-radius:3px}.st-block__inner:hover{border-color:#164378}.st-block--delete-active .st-block__inner,.st-block--with-errors .st-block__inner{border-color:#d70014}.st-block--with-plus:after,.st-icon--add:after{display:block;position:relative;z-index:1;bottom:0}.st--block-limit-reached .st-block--with-plus:after,.st--block-limit-reached .st-icon--add:after{display:none}.st-icon--add:after{text-align:center;line-height:.9;font-size:20px;color:#137df7;padding:16px 0;border-radius:.2em;background:#f3f5f8;border:dashed 1px #ddd;margin-top:16px}.st-block--with-plus:after{background:#f3f3f3;color:#164378}.with-st-controls:after,.with-st-controls:before{display:none}.st-outer--is-reordering .st-block-controls__top.st-drag-over:before,.st-outer--is-reordering .st-block.st-drag-over:after,.st-outer--is-reordering .st-block.st-drag-over:last-child:after{font-family:inherit;content:"Drop block here";text-align:center;padding:.7em 0;font-size:1.125em;font-weight:700;border:2px dashed #d4d4d4;background:0 0;color:#d4d4d4}.st-text-block{min-height:3em;font-size:14px;line-height:1.45}.st-text-block--heading{line-height:1.1;font-size:20px;min-height:0;font-weight:400}ul.st-text-block{margin-left:1.875em}.st-block__inputs{padding:1.6em 0 1em;border-radius:.2em;background:#f3f3f3;border-top:.125em solid transparent}.st-block__dropzone .st-icon{font-size:4em;color:#42474b;display:block;text-align:center;margin:0 auto .2em}.st-block__dropzone p{text-align:center;color:#42474b;font-size:1.2em;margin:0}.st-block__dropzone p span{font-weight:700}.st-drag-over .st-block__inputs{border-top-color:#cdcdcd}.st-block .st-block__paste-input[type=text]{text-align:center;width:80%;display:block;margin:.4em auto 0}.st-upload-btn{border:0;background:#42474b;border-radius:.2em;padding:.35em 1em;font-size:1.125em;cursor:pointer;color:#fff;position:relative;z-index:10}.st-block__upload-container:hover .st-upload-btn{background:#164378}.st-block__editor--with-square-media{padding-top:100%;height:0;position:relative;width:100%}.st-block__editor--with-sixteen-by-nine-media{padding-top:56.25%;height:0;position:relative;width:100%}.st-block__editor--with-sixteen-by-nine-media iframe,.st-block__editor--with-sixteen-by-nine-media video,.st-block__editor--with-square-media iframe,.st-block__editor--with-square-media video{height:100%;width:100%;left:0;top:0;position:absolute}.st-block__editor img{width:100%;height:auto}.st-block__upload-container{margin:.4em 0 0 0;text-align:center}.st-block__upload-container input[type=file]{position:absolute;z-index:50;opacity:0;cursor:pointer;left:0;width:100%;padding:7px 0;text-align:center}.st-block__messages{display:none;position:relative;top:-1.9em;left:-1.9em;padding:.3em .5em;border:2px solid #164378;border-left:none;border-top:none;max-width:80%}.st-block__messages--is-visible{display:block}.st-block--with-errors .st-block__messages{border-color:#d70014}.st-block__messages span{display:block}.st-msg--error{color:#d70014}.st-block-positioner{border:.125em solid #164378;position:absolute;z-index:2;left:-5.5em;bottom:.4em;background:#fff;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out}.st-block-positioner--is-visible{visibility:visible;opacity:1}.st-block-positioner:after{content:'';display:block;width:.4em;height:.4em;position:absolute;right:-.3em;bottom:.6em;z-index:1;border:.125em solid #164378;background:#fff;-ms-transform:rotate(45deg);transform:rotate(45deg)}.st-block-positioner__title{color:#164378;font-size:.7em;font-style:italic;font-weight:400;margin:0;border-bottom:1px solid #164378;padding:.5em;text-align:center}.st-block-positioner__inner{background:#fff;position:relative;z-index:2;padding:.3em .5em}.st-block__ui,.st-block__ui-delete-controls{position:absolute;bottom:0;right:0;opacity:0}.st-block__control-ui{position:absolute;bottom:0;left:0;opacity:0}.st-block__inner:hover .st-block__control-ui,.st-block__inner:hover .st-block__ui{opacity:1}.st-block-control-ui-btn,.st-block-ui-btn{display:block;float:left;width:3em;height:2.5em;line-height:2.5em;font-size:1.4em;color:#164378;background:#fff;text-align:center;border:1px solid #164378;border-right:0;border-bottom:0;margin-bottom:0;cursor:pointer}.st-block-control-ui-btn{width:2em;height:1.75em;font-size:1.5em;line-height:1.25em;height:1.25em;border:2px solid #164378;border-left:0;border-bottom:0}.st-block--delete-active .st-block-control-ui-btn,.st-block--delete-active .st-block-ui-btn,.st-block--with-errors .st-block-control-ui-btn,.st-block--with-errors .st-block-ui-btn{color:#d70014;border-color:#d70014}.st-block-control-ui-btn:hover,.st-block-ui-btn:hover{color:#fff;background:#164378}.st-block--delete-active .st-block-control-ui-btn:hover,.st-block--delete-active .st-block-ui-btn:hover,.st-block--with-errors .st-block-control-ui-btn:hover,.st-block--with-errors .st-block-ui-btn:hover{background-color:#d70014}.st-block--delete-active .st-block__ui-delete-controls{opacity:1;z-index:2}.st-block__delete-label{display:block;border:2px solid #d70014;border-bottom:none;border-right:none;text-align:center;background:#fff;color:#d70014;padding:.4em 0}.st-format-bar{position:absolute;margin:-3em 0 0 0;background:#4d5358;opacity:0;visibility:hidden;z-index:10;border-radius:.4em;padding:.5em .9em;transition:opacity .2s ease-in-out}.st-format-bar:before{content:'';display:block;position:absolute;left:50%;top:2.12em;width:0;height:0;border-left:.625em solid transparent;border-right:.625em solid transparent;border-top:.625em solid #4d5358;margin-left:-.625em}.st-format-bar--is-ready{visibility:visible;opacity:1}.st-format-btn{background:0 0;border:0;color:#fff;padding:0 .6em 0 0;margin:0 .6em 0 0;font-size:1em;vertical-align:middle;border-right:1px solid #3e4245}.st-format-btn:last-child{border-right:none;padding-right:0;margin-right:0}.st-format-btn--is-active,.st-format-btn:hover{color:#164378}.st-format-btn--Italic{font-style:italic}.st-format-btn--Unlink{text-decoration:line-through}@font-face{font-family:ST-Icons;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAysAA8AAAAAFIQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABoAAAAcZcTj6EdERUYAAAF0AAAAJgAAACwAcgA0R1BPUwAAAZwAAAAgAAAAIGyRdI9HU1VCAAABvAAAAQgAAAGk4/3oj09TLzIAAALEAAAARwAAAFZQHNwUY21hcAAAAwwAAACIAAABiKEtzJ1nYXNwAAADlAAAAAgAAAAI//8AA2dseWYAAAOcAAAGRAAAC1BdyPPMaGVhZAAACeAAAAAuAAAANv1btXRoaGVhAAAKEAAAACAAAAAkBBL/+WhtdHgAAAowAAAAOAAAAIwoigNMbG9jYQAACmgAAABeAAAAXlsqWHJtYXhwAAAKyAAAAB4AAAAgAIIAk25hbWUAAAroAAAA2gAAAYxkiVz8cG9zdAAAC8QAAADnAAABTvwu+jV4nGNgYGBkAIKTnfmGIPqc7K5oGA0AP98F9AAAeJxjYGRgYOADYhUGEGBiYAZDRgYWBjEgT5xBF8wGyTAAAA26AKcAAAABAAAACgAcAB4AAWxhdG4ACAAEAAAAAP//AAAAAAAAeJwtkGtOAkEQhL8RWFYQxRfsS2CXl4gmnMR4BRITY0L8xYE8gifwHJ7AA3gBqG43k9mtrq6u7h4C0GHEI2G33X8Q0xTD4YBlwu79bSuO/0i5pv9jQnimx4QNL7yy55Mvvvnhl78QhY1rz2mRkJKRc0LEDaf6LlgyoxLbUb4SngubvkVbaCFmTEnhXM81a/EpDfVNFEXSPQkVOpncLqXLuFN0JZTwYNsInal2rN5F7d/XzeVc+jR9zWPqldTXjqZ1zwvXDeuqgfqmOoZjn3CmyOrm7jMS35W+0mtkckj85sp31b8Umoo35UDVba/MXbviVt4WB+05rN+qkONEdfYy99plfQSCThpCeJxjYGT8wjiBgZWBg9GHMY2BgcEdSn9lkGRoYWBgYmBlZoABRgEGBAhIc01hcGBI/MDA+OD/AwY9xocMCg1ANSA5ANuNDFIAeJytjksKg2AMhL/fliKuurO+3+96KDeCeIGue+LewMbfUnCtE0IyIZkJcGFLH8WKtzCl+ZVRqoWJIQETrw/LorcG5n/PfbsweWia09Hi4FJSUMv0SUJKg0dMSEUm6hE2PQGoGz9rqauPwR6K48i71nHLopZfkrTx4rDK/MjugxOkz8AXPA0PLQAAAAH//wACeJztVl1sG0UQnjnXt47j2rF9e+ckjp27c3z5aRr/n6BxUtIUjEooCZTfVimiOIKoJKmQEE0lkFALCCkBgRCoLapIIlAAAS/QCpCiAm8J4gkJBKgOT/w8ICQCT1dmL20KtMAD4o37mZ3Z2fXNzzezBgQ4f04CPAcSQBh1CRwSHBCXB9qhAz/Ds1AHLZAA6EerH5PItB6iIRR8D9EeT8hzuGn8uYGB58abji4O+aTIqN8/GpF8Q+N+bybj9Y93PnsfP3aM3/fszld3+fzjOa83N+737WpA/913+7EB6AvCDsQahCAJPdAPu2EUJuARmAXgxUJpG+bUFlTkLjTSZfx7Ofofr5e993vlvyRL/0rNN6SPr8A5R/+N2s1pC1i4ii/CFtgL+wBsNZ+zS8UC3WmLbtOQuZJEYhV3NCyVMi4zNa8xuU0JSibN0BYj7Q5bsahq6WLBTqAYSvmcVrJllhVE5ZPx1olr+xG9AS2Z6EQWv/+G1t4KY6HUbXtIn7hqSyvqqe1jfbdsq68v24lMXV1dINDaqaidm817rpLsdHs82exPNDVHm3FA3l3ZJ6HH4/PF6mNdCT9rQrni2ZRW2z1osrCGqGGqsdazdyiTlra0xSUPy5v1GM/GeGfOUxewSi1ygx7xBOIKE7HYBDedP4cL+AVFhUE9IQ+iGrPIXYvpXN+G3Dy7qq1Wp9RDi7jdWdq+tISfr2rfBKbUqVrrEjRAGdrxQ3yB9m8CH2E4DBFogmZCcCukoA06oBO2EpohWjR53pMPm2E7T6xJr5bngs0XNTHNBOuuCguyPDNTVZSOmnJGoaemrNIwM/PLLF34GOfOm7jPmTt74vFjx9tPvP3W8efxDueVIOd4F+kWOAfYTPYU8Fd8ijwLkaUxskgne7KQg6thG+yAQYBSoZRTFdkoFdKGrKg5W/3HCY1pVPDUAtpYEm3LtthkzIjFjHQgHKCnI6bHYnrbRUFoLgj7TwYXGFsIveSUaAiefCm08KlYG2t11Tz8lwKeDM752HzoBGO+ueDJE6F5EP3CTzheIxyL3PkgCCpoFHeLehZgWA9HdSJtmt6PGtOtkLCZp/7sDa45CsezTh8G5pwq9k7P4c2HMsHgAxbWJToTic5CpClCD77gPI2TzjxWnNPvvPx64fDw5NZg8KA+83pXItGVsBojkcZIElxMTcBufAanNjABtkZRshnRicxPdAvyiCBC+In2yJSTa3EFDxMncqW5uQJheZ6bNkGki7qsyS6byB8Znq6eVp4eyZm3a5NnpkeOjJ1WZkeyQnKO4OEzbx2fNW+f8F1iwUtxu4Hi9uAFzAcJsxAltAvEa/RGmea1rSnc75wawx8cBfF6593erd1Y6u7Gal9HuaMPY93dy93dl+VAoKwR4i76L+XgMpBZGrMtfin21Uq1Uqm+2HtLLz2zVfpGx+/jPSm0lWFXWy2Xe3sbszGg0+ohiOKT+AYhPUhfSyJVjcgy1RQ1HDDG6DLWKb5hjD0hBCIiR/Wu3b+4dSvsDtBvhIETgprolKM0Rqki3Tr1Fiki6Epu6a4H32ydnlZGRsh2jt87n0xP8+HhGaI0dZezptRqZUUh689wbHG+eXf59Py8yPE1YOAX+AGhQsStwcUrUEYtW8sTQHibZec1bml20TIZ9u939qOy49sd3+LNoxmtcmggXvbG8dHR8zi667uB7wbWRjPXxXoGmllvXPgkUS8apF50xPUI6AeTBBGLvX9jthqL/Zj97NRIRjCZL4F6lB/upLxVN/xvcP1vdP03wKQq6qLzIQMFKFI0qF1pwm3tD4yITxvXi5pOQfIKhl59Y02lj1MD2yB41FlR0O+s4ZQzreBeZ772s7KygveWywrnI31izUi53MH5mkvLF2cU0c2Ef+v/U2qErWsoblbaCKFMB5Sq2ekeTBf6sZQjSQmhyuxSgaUtpq7LsrGuT9vM3ZCjpQULv5JSB8wHTFOSWbvPK0WjB6OlqKQo2c04ZH50pUnzwg58TzLNg6kDKcnrbd8kS7TkoKKIIZc0h8wDD195OnVhFyFgDxTxNerNl84dXQSP6wJiosb34K3OonhvXVwMLy9jyhgzdxpjK3/Ye7G/CGxaYv/Xg4NPik1FQVYGqcMDwu+u7P/yfyz/BoUx2Yx4nGNgZGBgAGLPaSd04/ltvjJwMzGAwDnZXdEI+v8DJkbGh0AuBwNYGgAekwpRAAB4nGNgZGBgfPj/AYMeEwMDwz8GJkYGoAgKkAAAbi4EDXicY2KAglUQiomBQYMJQssyPmAIANK2QMwBxFxAnA/ERlA2CJdDaUeoOi6o3lAQZiARAADURQT+AAAAAAAAAAAADgBEAPgBfgGeAewCXAKoAsIC+AMeA1wDegO0A+QD+gRUBLoE2ATwBPgFAAUIBRAFGAUgBSgFMAU4BUAFSAVQBVgFYAVoBXAFeAWABYgFkAWYBaAFqAAAeJxjYGRgYNBjmMAgxAACTEDMyAAScwDzGQAWwQEWAAB4nH2OPW7CQBCFP4ON8ldEKdLQbBEp1VprUyBxACvUIC6ALETjlQxSbkLFGWg5Rg6QM+QOeXYGCaVgpdF+8+bND/DEgYTuJdzxYjwg4914yBufxqk8J+OMR76MR9J/5EzSeynPfVfHAx4YGw/5wBun8hyNM145G4+kf7NgKeecNZGGHSyWfr6OjehKNKXq833/t2yocZTkBP0zxf9hf+pEdc9UUYoK5VSx2Vex3dSuzIObuctS4ST4qS9DIdeN21ba3Ura9iWnqd0VrOp2t42NK/Jwq/0XZd03HwAAeJx9TtlSwkAQ7I7GNWIUD37DykcoHljifT5MhSRiiiSLsKCf7+x+gFs1R09vTw8i/P9ONIiIETe4yZhbNNxmwh32uMuUe9xnnwc85BGPOcAbrnGOC9zjBR94xCseMMYtnnGKK1ziCSPcYYgz3ODdrLp6mGXZoBArrcylEid1CCtdWir+lFxW0ohLnfwEzul0kU607/SX13Tpl+ZcyjCb9mpVLRS3UiW15lym2hW6xcpSu2/daP2epFJ2otoyWavW+1nTKreWysy1NtIY7/crzvirCpmZRutScRPcZnG4JPbu5R9cP1MZAA==) format('woff');font-weight:400;font-style:normal}.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano>.nano-content:focus{outline:thin dotted}.nano>.nano-content::-webkit-scrollbar{display:none}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano>.nano-pane{background:rgba(0,0,0,.25);position:absolute;width:6px;right:0;top:0;bottom:0;opacity:.01;transition:.2s;border-radius:5px}.nano>.nano-pane>.nano-slider{background:#444;background:rgba(0,0,0,.5);position:relative;margin:0 1px;border-radius:3px}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{opacity:.99}.jcrop-holder{direction:ltr;text-align:left;margin-bottom:24px}.jcrop-hline,.jcrop-vline{background:#fff url(../img/Jcrop.gif);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px #eee solid;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}.jcrop-keymgr{z-index:-1;opacity:0;visibility:hidden}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.useful-tips-box{width:100%;border:solid 1px #cbd5e1;border-radius:3px;margin-top:24px}.useful-tips-box.max-width{width:calc(100% - 72px)}.useful-tips-box.mt-40{margin-top:40px}.useful-tips-box.mt-32{margin-top:32px}.useful-tips-box .box-header{padding:8px 24px;border-bottom:solid 1px #cbd5e1;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#4a4a4a;background-color:#f3f5f8}.useful-tips-box .box-body{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:24px 24px 48px 24px;background-color:#f3f5f8}.useful-tips-box .box-body .box-slider{width:100%;max-width:600px}@media screen and (min-width:1200px){.useful-tips-box .box-body .box-slider{max-width:820px}}.useful-tips-box .box-body .box-slider .slick-arrow{position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);color:#137df7;cursor:pointer;font-size:18px}.useful-tips-box .box-body .box-slider .slick-arrow.left{left:-35px}@media screen and (min-width:1200px){.useful-tips-box .box-body .box-slider .slick-arrow.left{left:-55px}}.useful-tips-box .box-body .box-slider .slick-arrow.right{right:-35px}@media screen and (min-width:1200px){.useful-tips-box .box-body .box-slider .slick-arrow.right{right:-55px}}.useful-tips-box .box-body .box-slider .slick-dots{margin:0;padding:0;list-style-type:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:12px;position:absolute;left:0;right:0;bottom:-36px}.useful-tips-box .box-body .box-slider .slick-dots button{border:none;padding:0;background-color:#bfe0f2;color:#bfe0f2;height:6px;width:6px;border-radius:6px;overflow:hidden;transition:.3s}.useful-tips-box .box-body .box-slider .slick-dots li.slick-active button{background-color:#137df7;color:#137df7}.useful-tips-box .box-body .box-item{min-height:64px;width:100%}.useful-tips-box .box-body .box-item .box-content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0 24px}.useful-tips-box .box-body .box-item .box-content .box-content-left{padding-right:20px}.useful-tips-box .box-body .box-item .box-content .title{font-family:Roboto,sans-serif;font-size:16px;font-weight:500;margin-bottom:8px;color:#4a4a4a}.useful-tips-box .box-body .box-item .box-content .subtitle{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#777675}.useful-tips-box .box-body .box-item .box-content .btn-outline{color:#137df7;border:solid 1px #137df7;border-radius:3px;padding:8px 16px}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype')}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:normal;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype')}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#styleguide .header{margin-top:20px;margin-bottom:20px}#styleguide .header h2{margin:0}#styleguide .header a{line-height:30px}@media (max-width:580px){#styleguide .header>.text-right{float:left}#styleguide .header>.text-right a{display:block;margin:0;text-align:left}}#styleguide .main{margin-bottom:20px}#styleguide .main.island{padding:60px 40px}@media (max-width:580px){#styleguide .main.island{padding:20px 10px}}#styleguide .main .navigation{margin-bottom:80px;display:inline-block;width:100%}@media (max-width:991px){#styleguide .main .navigation{margin-bottom:0;display:-ms-flexbox;display:-moz-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#styleguide .main .navigation>div{width:50%;display:inline-block}#styleguide .main .navigation>div:nth-of-type(1){-ms-flex-order:1;order:1}#styleguide .main .navigation>div:nth-of-type(2){-ms-flex-order:3;order:3;margin-bottom:60px;width:100%}#styleguide .main .navigation>div:nth-of-type(3){-ms-flex-order:2;order:2}}@media (max-width:767px){#styleguide .main .navigation>div:nth-of-type(2){margin-top:20px}}@media (max-width:580px){#styleguide .main .navigation>div:nth-of-type(2){margin-bottom:40px}}#styleguide .main .menu{margin-bottom:20px}#styleguide .main .menu a{color:#4a4a4a;padding:20px 0;text-align:center;display:block}#styleguide .main .menu a i{color:#8ba1bc;font-size:24px;margin-right:10px;vertical-align:sub}#styleguide .main .menu a:hover{border-color:#137df7;color:#137df7}#styleguide .main .menu a:hover i{color:#137df7}#styleguide .main .content .dd-file{margin-bottom:40px}#styleguide .content-empty{padding:80px 0;text-align:center}#styleguide .content-empty.success-empty{padding:0 0 40px}#styleguide .content-empty .img-empty{background-repeat:no-repeat;background-position:center;background-size:contain;margin-bottom:20px;height:80px}#styleguide .content-empty .img-empty--browse-ftp{background-image:url(/sitemgr/assets/img/browse-ftp.svg)}#styleguide .content-empty .img-empty--like{background-image:url(/sitemgr/assets/img/like.svg)}#styleguide .content-empty .img-empty--coffe{background-image:url(/sitemgr/assets/img/coffe.svg)}#styleguide .content-empty .img-empty--package{background-image:url(/sitemgr/assets/img/package.svg)}#styleguide section.step:nth-of-type(2){max-height:calc(100vh - 420px);overflow-x:hidden;overflow-y:auto}#styleguide #mapping-resume>p.alert{margin-bottom:0;line-height:40px}#styleguide #reupload-button{margin-bottom:20px}#styleguide{color:#4a4a4a}#styleguide .transition{transition:.5s}#styleguide a,#styleguide button{text-decoration:none;transition:.5s}#styleguide button{cursor:pointer}#styleguide button.close{line-height:40px;width:40px}#styleguide .block{display:block}#styleguide .inline-block{display:inline-block}#styleguide .input-height{padding:0 20px;line-height:40px;height:40px}#styleguide .placeholder-color::-webkit-input-placeholder{color:#8ba1bc}#styleguide .placeholder-color::-moz-placeholder{color:#8ba1bc}#styleguide .placeholder-color:-ms-input-placeholder{color:#8ba1bc}#styleguide .placeholder-color:-moz-placeholder{color:#8ba1bc}#styleguide .input-disabled{background-color:#e8ecf2;border-color:#d0d9e4;color:#b9c7d7;cursor:not-allowed}#styleguide .input-disabled::-webkit-input-placeholder{color:#b9c7d7}#styleguide .input-disabled::-moz-placeholder{color:#b9c7d7}#styleguide .input-disabled:-ms-input-placeholder{color:#b9c7d7}#styleguide .input-disabled:-moz-placeholder{color:#b9c7d7}#styleguide .width-calc-input{width:-o-calc(100% - 2px - 40px);width:calc(100% - 2px - 40px)}#styleguide .radio-check-content{color:#8ba1bc;text-align:center;font-size:10px;height:16px;width:16px}#styleguide .radius-small{border-radius:3px}#styleguide .border-circle-medium{border-radius:40px}#styleguide .border-circle-small{border-radius:calc(40px - 12px)}#styleguide .bg-check{background-origin:content-box;background-position-y:center;background-repeat:no-repeat;background-size:16px}#styleguide .check-icon{background-image:url(/sitemgr/assets/img/checked.svg)}#styleguide .check-icon2{background-image:url(/sitemgr/assets/img/checked2.svg)}#styleguide .center{text-align:center}#styleguide .left{float:left}#styleguide .right{float:right}#styleguide .mb{margin-bottom:40px}#styleguide .wrapper{height:100%;min-height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#styleguide .island{border:solid 1px #d0d9e4;border-radius:6px}#styleguide .island>h3{padding:0 15px}#styleguide .island .table{margin-bottom:0}#styleguide .scroll-x{overflow-x:scroll}#styleguide .btn{text-transform:none;display:inline-block;border-radius:3px;vertical-align:middle;border:solid 1px;color:#fff}#styleguide .btn--small{line-height:30px;font-size:13px;padding:0 14px;height:30px}#styleguide .btn--medium{line-height:40px;padding:0 18px;font-size:14px;height:40px}#styleguide .btn--large{line-height:50px;padding:0 32px;font-size:16px;height:50px}#styleguide .btn--primary,#styleguide .btn--primary:focus{background-color:#137df7;border-color:#137df7}#styleguide .btn--primary:hover{background-color:#4297f9}#styleguide .btn--primary:active{background-color:#054d9f}#styleguide .btn--secondary,#styleguide .btn--secondary:focus{color:#8ba1bc;background-color:#fff}#styleguide .btn--secondary:hover{background-color:#a2b4c9;border-color:#a2b4c9;color:#fff}#styleguide .btn--secondary:active{background-color:#8ba1bc;color:#fff}#styleguide .btn--disabled{background-color:#e8ecf2;border-color:#d0d9e4;color:#b9c7d7;cursor:not-allowed}#styleguide .btn--disabled:hover{background-color:#e8ecf2}#styleguide form .form-group{margin-bottom:0}#styleguide form .form-group .form-control{width:-o-calc(100% - 2px - 40px);width:calc(100% - 2px - 40px);border-radius:3px;padding:0 20px;line-height:40px;height:40px;display:block;border:solid 1px #a2b4c9;color:#4a4a4a;font-weight:400;font-size:14px}#styleguide form .form-group .form-control::-webkit-input-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control::-moz-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control:-ms-input-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control:-moz-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--select{width:100%;padding:0;border:0}#styleguide form .form-group .form-control--select .selectize-input{padding:0 20px;line-height:40px;height:40px;border-radius:3px;color:#a2b4c9;border:solid 1px}#styleguide form .form-group .form-control--select .selectize-input .item{color:#4a4a4a}#styleguide form .form-group .form-control--select .selectize-input input{font-size:14px;border:0;line-height:1}#styleguide form .form-group .form-control--select .selectize-input input::-webkit-input-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--select .selectize-input input::-moz-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--select .selectize-input input:-ms-input-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--select .selectize-input input:-moz-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--select .selectize-dropdown-content{border:solid 1px #a2b4c9;background-color:#fff;border-top:0}#styleguide form .form-group .form-control--select .selectize-dropdown-content .option{padding:0 20px;line-height:40px;height:40px;color:#4a4a4a;background-color:#fff}#styleguide form .form-group .form-control--select .selectize-dropdown-content .option:hover{background-color:#e7f2fe}#styleguide form .form-group .form-control--select .selectize-dropdown-content .option.selected,#styleguide form .form-group .form-control--select .selectize-dropdown-content .option.selected:hover{color:#2bb8ff}#styleguide form .form-group .form-control--select:disabled{color:#b9c7d7}#styleguide form .form-group .form-control--number::-webkit-input-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--number::-moz-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--number:-ms-input-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control--number:-moz-placeholder{color:#8ba1bc}#styleguide form .form-group .form-control:active,#styleguide form .form-group .form-control:focus{border-color:#2bb8ff;outline:0}#styleguide form .form-group--success .form-control{background-origin:content-box;background-position-y:center;background-repeat:no-repeat;background-size:16px;background-image:url(/sitemgr/assets/img/checked.svg);background-position-x:right}#styleguide form .form-group--error .form-control{border-color:#f48895}#styleguide form .form-group--error label.checkbox{color:#f48895}#styleguide form .form-group--disabled{color:#b9c7d7}#styleguide form .form-group--disabled input:disabled{background-color:#e8ecf2;border-color:#d0d9e4;color:#b9c7d7;cursor:not-allowed}#styleguide form .form-group--disabled input:disabled::-webkit-input-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled input:disabled::-moz-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled input:disabled:-ms-input-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled input:disabled:-moz-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled{background-color:#e8ecf2;border-color:#d0d9e4;color:#b9c7d7;cursor:not-allowed}#styleguide form .form-group--disabled .selectize-input.disabled::-webkit-input-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled::-moz-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled:-ms-input-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled:-moz-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled input{background-color:#e8ecf2;border-color:#d0d9e4;color:#b9c7d7;cursor:not-allowed}#styleguide form .form-group--disabled .selectize-input.disabled input::-webkit-input-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled input::-moz-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled input:-ms-input-placeholder{color:#b9c7d7}#styleguide form .form-group--disabled .selectize-input.disabled input:-moz-placeholder{color:#b9c7d7}#styleguide form .form-group label{display:block;margin-bottom:5px;font-size:14px}#styleguide form .form-group small{color:#f48895;font-size:12px;margin-top:5px}#styleguide form .form-group--select:not(:first-child){margin-top:8px}#styleguide form .form-group--check-radio input[type=checkbox],#styleguide form .form-group--check-radio input[type=radio]{display:none}#styleguide form .form-group--check-radio label{display:inline-block;position:relative;margin-left:25px;margin-bottom:0}#styleguide form .form-group--check-radio span::after,#styleguide form .form-group--check-radio span::before{transition:background-color .3s;content:'';position:absolute;cursor:pointer;margin:auto;bottom:0;top:0}#styleguide form .form-group--check-radio span.radio::before{color:#8ba1bc;text-align:center;font-size:10px;height:16px;width:16px;border:solid 2px;background-color:#fff;border-radius:50px;left:-25px;margin:0}#styleguide form .form-group--check-radio span.radio::after{transition:left .25s,background-color .25s;border-radius:10px;height:17px;left:-49px;width:17px}#styleguide form .form-group--check-radio span.checkbox::before{color:#8ba1bc;text-align:center;font-size:10px;height:16px;width:16px;border-radius:3px;transition:border-color .2s;border:solid 2px;box-sizing:border-box;left:-25px}#styleguide form .form-group--check-radio span.checkbox:hover::before{opacity:.6}#styleguide form .form-group--check-radio span.checkbox::after{color:#8ba1bc;text-align:center;font-size:10px;height:16px;width:16px;border-radius:3px;color:transparent;content:'';left:-25px}#styleguide form .form-group--check-radio input:checked+label span::before{border-color:#137df7}#styleguide form .form-group--check-radio input:checked+label span.radio::after{background-color:#137df7;margin:4px 0 0 6px;height:8px;left:-27px;width:8px}#styleguide form .form-group--check-radio input:checked+label span.checkbox::after{background-origin:content-box;background-position-y:center;background-repeat:no-repeat;background-size:16px;background-image:url(/sitemgr/assets/img/checked2.svg);background-color:#137df7;color:#fff;background-size:12px;background-position:center}#styleguide form .form-group--check-radio input:disabled+label{color:#d0d9e4}#styleguide form .form-group--check-radio input:disabled+label span::before{background-color:#e8ecf2;border-color:#d0d9e4;cursor:not-allowed}#styleguide form .form-group--check-radio input:disabled+label span:hover::before{opacity:1}#styleguide form .form-group--check-radio input:disabled+label span::after{cursor:not-allowed}#styleguide form .form-group--check-radio input:disabled:checked+label span::after{background-color:#d0d9e4;border-color:#d0d9e4}#styleguide form .form-group--check-radio input:disabled:checked+label span.radio::after,#styleguide form .form-group--check-radio input:disabled:checked+label span.radio::before{background-color:#fff}#styleguide form .form-group--check-radio~.form-group--error label span{color:#f48895}#styleguide form .form-group--check-radio~.form-group--error label span::before{border-color:#f48895}#styleguide form .form-group--seach{position:relative}#styleguide form .form-group--seach i{color:#b9c7d7;position:absolute;font-size:16px;top:10px;left:8px}#styleguide form .form-group--seach input.form-control{padding-left:30px}#styleguide .switch{display:table-cell;vertical-align:middle;padding:10px;display:inline-block}#styleguide .switch input{position:absolute;margin-left:-9999px;visibility:hidden}#styleguide .switch input+label{display:block;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;cursor:pointer;outline:0;padding:2px;margin:5px 0}#styleguide .switch input+label:after,#styleguide .switch input+label:before{position:absolute;content:"";bottom:2px;right:0;left:0;top:2px}#styleguide .switch input+label:before{border-radius:40px;display:block;background-origin:content-box;background-position-y:center;background-repeat:no-repeat;background-size:16px;background-image:url(/sitemgr/assets/img/checked2.svg);border:solid 1px #b9c7d7;background-color:#e8ecf2;background-position-x:center;transition:.4s}#styleguide .switch input+label:after{border-radius:40px;border:solid 1px #b9c7d7;transition:margin .4s;background-color:#fff}#styleguide .switch input:checked+label:before{background-color:#7ed321}#styleguide .switch input:checked+label:after{border-color:#7ed321}#styleguide .switch input:disabled+label:before{background-color:#e8ecf2;border-color:#d0d9e4}#styleguide .switch input:disabled+label:after{background-color:#f3f6f8;border-color:#b9c7d7}#styleguide .switch--small input+label{width:46px;height:20px}#styleguide .switch--small input+label:before{background-size:12px}#styleguide .switch--small input+label:after{border-radius:calc(40px - 12px);width:28px;height:28px;margin-top:-6px}#styleguide .switch--small input:checked+label:before{padding-right:26px}#styleguide .switch--small input:checked+label:after{margin-left:20px}#styleguide .switch--medium input+label{width:66px;height:30px}#styleguide .switch--medium input+label:after{border-radius:40px;height:40px;width:40px;margin-top:-5px}#styleguide .switch--medium input:checked+label:before{padding-right:36px}#styleguide .switch--medium input:checked+label:after{margin-left:30px}#styleguide .dd-zone{display:inline-block;margin-bottom:20px;width:100%}#styleguide .dd-zone .uploader{background-color:#e7f2fe;border-radius:3px;color:#92aab0;text-align:center;vertical-align:middle;padding:30px 0;margin-bottom:0;cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}#styleguide .dd-zone .uploader>h3{margin-top:0}#styleguide .dd-zone .uploader .browser input{position:absolute;direction:ltr;opacity:0;margin:0;right:0;top:0}#styleguide .dd-zone .uploader .dd-hover-file{background-color:rgba(19,125,247,.8);border-radius:3px;position:absolute;bottom:0;right:0;left:0;top:0}#styleguide .dd-zone .uploader .dd-hover-file h3{color:#fff;margin:0}#styleguide .dd-zone .uploader .dd-hover-file h3 i{margin-right:10px}#styleguide .dd-zone .uploader .img-file{background-position-x:center;background-repeat:no-repeat;background-size:contain;height:70px}#styleguide .dd-zone .uploader .img-file.csv{background-image:url(/sitemgr/assets/img/csv.svg)}#styleguide .dd-zone .uploader .img-file.xml{background-image:url(/sitemgr/assets/img/xml.svg)}#styleguide .dd-zone .uploader .img-file.xls{background-image:url(/sitemgr/assets/img/xls.svg)}#styleguide .dd-zone .uploader .img-file.xlsx{background-image:url(/sitemgr/assets/img/xlsx.svg)}#styleguide .dd-zone .uploader .img-file~small{padding:10px 0;display:inline-block}#styleguide .dd-zone .white-papper{background-image:url(/sitemgr/assets/img/white-papper.svg);background-repeat:no-repeat;background-position:center;background-size:contain;height:80px;padding:30px 0}#styleguide .dd-zone .white-papper .loader{width:30px;height:30px;margin:0 auto;font-size:5px}#styleguide nav.step{display:block}#styleguide nav.step .multi-steps{background-color:transparent;text-align:center;margin:1em auto;padding:0}#styleguide nav.step .multi-steps li{margin:.4em 0;counter-increment:steps;display:inline-block;text-align:center;position:relative;width:210px;float:none}#styleguide nav.step .multi-steps li:first-child{margin-left:-65px}#styleguide nav.step .multi-steps li>*{display:inline-block;position:relative}#styleguide nav.step .multi-steps li>::before{transition:.5s;border:6px solid #d0d9e4;background-color:#d0d9e4;top:-33px;line-height:50px;height:60px;width:60px;border-radius:50%;position:absolute;font-size:24px;color:#fff;z-index:1}#styleguide nav.step .multi-steps li::after{background-color:#d0d9e4;position:absolute;content:'';height:6px;width:100%;left:-50%;top:8px}#styleguide nav.step .multi-steps li a>span{transition:.5s;color:#d0d9e4;position:absolute;text-align:center;width:110px;left:-25px;top:35px}#styleguide nav.step .multi-steps li a i{position:absolute;font-size:18px;display:none;height:18px;width:18px;z-index:1;left:45px;top:10px}#styleguide nav.step .multi-steps li a i::before{background-color:#fff;border:1px solid #fff;border-radius:50%}#styleguide nav.step .multi-steps li>i{display:none;position:absolute;right:40px;top:31px;z-index:1}#styleguide nav.step .multi-steps li>i::before{background-color:#fff;border:0;height:24px;width:24px;line-height:24px}@media (max-width:1285px){#styleguide nav.step .multi-steps li{width:150px}#styleguide nav.step .multi-steps li>i{right:0}}@media (max-width:680px){#styleguide nav.step .multi-steps li{width:130px}}@media (max-width:580px){#styleguide nav.step .multi-steps li{width:100px}#styleguide nav.step .multi-steps li span{display:none}}@media (max-width:420px){#styleguide nav.step .multi-steps li{width:70px}#styleguide nav.step .multi-steps li>i{right:0}}#styleguide nav.step .multi-steps li.current a::before,#styleguide nav.step .multi-steps li.visited a::before{border-color:#137df7;color:#137df7;background-color:#fff}#styleguide nav.step .multi-steps li.current::after,#styleguide nav.step .multi-steps li.visited::after{background-color:#137df7}#styleguide nav.step .multi-steps li.current>a>span,#styleguide nav.step .multi-steps li.visited>a>span{color:#137df7}#styleguide nav.step .multi-steps li.current:hover a::before,#styleguide nav.step .multi-steps li.visited:hover a::before{border-color:#4297f9}#styleguide nav.step .multi-steps li.current:hover a span,#styleguide nav.step .multi-steps li.visited:hover a span{color:#4297f9}#styleguide nav.step .multi-steps li.current>i{display:inline-block}#styleguide nav.step .multi-steps li.current>i.warning::before{color:#f3b358}#styleguide nav.step .multi-steps li.current>i.error::before{color:#f48895}#styleguide nav.step .multi-steps li.visited a>i{display:inline-block}#styleguide nav.step .multi-steps li.visited a>i::before{color:#7ed321}#styleguide nav.step .multi-steps li.visited a::before{background-color:#137df7;border-color:#137df7;color:#fff}#styleguide nav.step .multi-steps li.visited:hover a::before{background-color:#4297f9;border-color:#4297f9}#styleguide nav.step .multi-steps li.disabled a span,#styleguide nav.step .multi-steps li.disabled a::before{cursor:not-allowed}#styleguide nav.step .multi-steps li:first-child::after{display:none}#styleguide nav.step .multi-steps li a::before{font-family:FontAwesome}#styleguide nav.step .multi-steps li:nth-child(1) a::before{content:'\f15c'}#styleguide nav.step .multi-steps li:nth-child(2) a::before{content:'\f066'}#styleguide nav.step .multi-steps li:nth-child(3) a::before{content:'\f1de'}#styleguide .table{position:relative;margin:0 0 11px;display:table;width:100%}#styleguide .table .row{display:table-row;position:relative}#styleguide .table .row.header{background:#f3f6f8;color:#137df7}#styleguide .table .row.sub-header{color:#b9c7d7}@media (max-width:767px){#styleguide .table .row.sub-header .cell:first-child{display:none}}#styleguide .table .row::after{border-bottom:solid 1px #d0d9e4;position:absolute;content:'';width:100%;left:0;bottom:0}#styleguide .table .row .cell{display:table-cell;padding:10px 15px;position:relative}#styleguide .table .row .cell .form-group--check-radio{position:absolute;top:0}#styleguide .table.scroll-x .cell{white-space:nowrap}#styleguide .table.scroll-y{margin-bottom:0}#styleguide .table.scroll-y .cell{max-width:400px}@media (min-width:768px){#styleguide .table.scroll-y .cell:last-child,#styleguide .table.scroll-y .cell:nth-child(3){text-align:right;width:200px}}#styleguide .table.scroll-y .cell .form-group--check-radio input{top:10px;position:absolute}@media (max-width:767px){#styleguide .table.scroll-y .cell{display:block;max-width:none}#styleguide .table.scroll-y .cell:first-child,#styleguide .table.scroll-y .cell:nth-child(2){display:inline-block}#styleguide .table.scroll-y .cell:first-child{padding:12px}}#styleguide table{width:100%}#styleguide table tr{transition:.5s;border-bottom:solid 1px #d0d9e4}#styleguide table tr.link{cursor:pointer}#styleguide table tr:hover{background-color:#f3f6f8}#styleguide table tr.no-border{border-bottom:0}#styleguide table tr th{color:#8ba1bc;padding:17px .5em;font-weight:500;font-size:12px}#styleguide table tr td{padding:17px .5em;font-size:14px}#styleguide table tr td.td-radio{position:relative;width:38px}#styleguide table tr td.td-radio input,#styleguide table tr td.td-radio span{margin:3px 0 0 5px;position:absolute;cursor:pointer}#styleguide table tr.collapse tr:last-child table{margin-bottom:20px}#styleguide table.horizontal-scroll{margin:1em 0 0}#styleguide table.horizontal-scroll>tbody>tr tr{border:0}#styleguide table.horizontal-scroll>tbody>tr tr td{padding-bottom:10px}#styleguide table.horizontal-scroll>tbody>tr tr td.error{font-weight:400}#styleguide table.horizontal-scroll>tbody>tr tr td td{padding-left:40px}#styleguide table.horizontal-scroll td.on-queue{color:#f3b358}#styleguide table.horizontal-scroll td.completed{color:#7ed321}#styleguide table.horizontal-scroll td.aborted{color:#f48895}#styleguide table.horizontal-scroll td.error{color:#f48895}#styleguide table.horizontal-scroll td.undone{color:#a2b4c9}#styleguide table.horizontal-scroll td.waiting{color:#f3b358}#styleguide table.horizontal-scroll td.in-progress{color:#2bb8ff}#styleguide table.horizontal-scroll td,#styleguide table.horizontal-scroll th{line-height:1.5}#styleguide table.horizontal-scroll td:first-child,#styleguide table.horizontal-scroll th:first-child{width:25px}#styleguide table.horizontal-scroll td.text-center,#styleguide table.horizontal-scroll th.text-center{min-width:150px}#styleguide table.horizontal-scroll td.text-center:last-child,#styleguide table.horizontal-scroll th.text-center:last-child{width:20px;min-width:inherit}#styleguide table.horizontal-scroll td.name,#styleguide table.horizontal-scroll th.name{min-width:250px;width:auto}#styleguide table tr.line~tr.collapse>td td{padding-top:0;padding-bottom:0}#styleguide table tr.line~tr.collapse>td table{margin-bottom:0}#styleguide table tr.line~tr.collapse>td a i{text-align:center;padding:3px 9px}#styleguide .table-hidden{overflow-x:auto}#styleguide .modal--neo{padding:0!important;text-align:center}#styleguide .modal--neo:before{display:inline-block;vertical-align:middle;margin-right:-4px;height:100%;content:''}#styleguide .modal--neo .modal-dialog{display:inline-block;vertical-align:middle;text-align:left;width:auto}#styleguide .modal--neo .modal-dialog .modal-content{border-radius:6px}#styleguide .modal--neo .modal-dialog .modal-content .modal-header form{display:-ms-grid;display:grid}#styleguide .modal--neo .modal-dialog .modal-content .modal-header form .form-group{margin-bottom:0;text-align:left}#styleguide .modal--neo .modal-dialog .modal-content .modal-header form .form-group input.form-control{width:300px}#styleguide .modal--neo .modal-dialog.vertical-scroll{margin:0;height:auto}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content{margin:5vh 15px;overflow:auto;max-height:90vh;height:auto}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content .modal-body{margin-bottom:70px}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content .modal-footer{width:calc(100% - 32px);position:fixed;right:16px;bottom:5vh;left:16px;padding:16px 40px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content .modal-body{margin-bottom:0}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content .modal-footer{position:relative;bottom:inherit;right:inherit;left:inherit;width:100%}}@media (max-width:580px){#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content table>tbody>tr{display:block}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content table>tbody>tr td{padding:5px 10px;display:block}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content table>tbody>tr td.td-radio{display:inline-block;width:42px}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content table>tbody>tr td:nth-child(2){display:inline-block;padding-left:0}#styleguide .modal--neo .modal-dialog.vertical-scroll .modal-content table>tbody>tr th{display:block;padding:5px 10px}}#styleguide .modal--neo .modal-dialog .modal-body{padding:0;background-color:#fff}#styleguide .modal--neo .modal-dialog .modal-footer{border-bottom-right-radius:6px;border-bottom-left-radius:6px;background-color:#f3f6f8}#styleguide .modal--neo .modal-dialog .modal-footer span{color:#738eae;line-height:40px}@media (max-width:767px){#styleguide .modal--neo .modal-dialog .modal-footer span{width:100%;text-align:left;margin-bottom:20px}}@media (max-width:991px){#styleguide .modal--neo .modal-dialog{width:90vw}}#styleguide .modal--neo footer ol{border-top:1px solid #eee;padding-left:20px;padding-top:15px;margin-top:40px}#styleguide .pagination{display:inline-block;margin:15px auto 10px}#styleguide .pagination li a,#styleguide .pagination li.active,#styleguide .pagination li.disabled{border:solid 1px #e8ecf2;background-color:#e8ecf2;color:#4a4a4a;border-radius:3px;text-decoration:none;padding:4px;margin:0 4px;width:30px;float:left}#styleguide .pagination li.active{background-color:#137df7;border:solid 1px #137df7;color:#fff}#styleguide .pagination li:hover:not(.active) a{color:#137df7}#styleguide .pagination li.disabled{background-color:#f3f6f8;border-color:#f3f6f8;color:#c9c9c9}#styleguide [data-tooltip]{position:relative;z-index:2;cursor:pointer}#styleguide [data-tooltip]:after,#styleguide [data-tooltip]:before{visibility:hidden;opacity:0;pointer-events:none}#styleguide [data-tooltip]:before{position:absolute;bottom:150%;left:50%;margin-bottom:5px;margin-left:-80px;padding:7px;width:160px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,.9);color:#fff;content:attr(data-tooltip);text-align:center;font-size:14px;line-height:1.2}#styleguide [data-tooltip]:after{position:absolute;bottom:150%;left:50%;margin-left:-5px;width:0;border-top:5px solid #000;border-top:5px solid rgba(51,51,51,.9);border-right:5px solid transparent;border-left:5px solid transparent;content:" ";font-size:0;line-height:0}#styleguide [data-tooltip]:hover:after,#styleguide [data-tooltip]:hover:before{visibility:visible;opacity:1}#styleguide .dd-list-associate{-ms-flex-flow:row wrap;flex-flow:row wrap;display:-ms-flexbox;display:flex}#styleguide .dd-list-associate .column{background-color:#f3f9ff;border-radius:6px;-ms-flex:1 1;flex:1 1}#styleguide .dd-list-associate .column:first-child{margin-right:20px}#styleguide .dd-list-associate .column:last-child{margin-left:20px}#styleguide .dd-list-associate .column .column-header{background-color:#e8ecf2;border-top-right-radius:6px;border-top-left-radius:6px;line-height:40px;padding:0 20px;text-align:left;height:40px}#styleguide .dd-list-associate .column .column-content{overflow-y:scroll;padding:20px;max-height:400px}#styleguide .dd-list-associate .column .column-content .draggable{display:block;border:solid 1px #b9c7d7;-ms-transform:translate(0,0);transform:translate(0,0);transition:background-color .3s;padding:0 20px 0 10px;color:#4a4a4a;border-radius:3px;background-color:#fff;line-height:40px;cursor:-webkit-grab;margin-bottom:10px;height:40px;width:100%}#styleguide .dd-list-associate .column .column-content .draggable:last-child{margin-bottom:0}#styleguide .dd-list-associate .column .column-content .draggable.no-drop{cursor:not-allowed;opacity:.5}#styleguide .dd-list-associate .column .column-content .dropzone{border:1px dashed #b9c7d7;padding:0 20px 0 10px;color:#8ba1bc;border-radius:3px;line-height:40px;cursor:-webkit-grab;margin-bottom:10px;height:40px}#styleguide .dd-list-associate .column .column-content i{color:#b9c7d7;margin-right:5px}#styleguide .alert-group{margin-bottom:20px;float:inherit;width:100%}#styleguide .alert-group .alert{padding:0;border-radius:6px}#styleguide .alert-group .alert a,#styleguide .alert-group .alert p{display:block;padding:0 20px;line-height:40px;cursor:default}#styleguide .alert-group .alert a i,#styleguide .alert-group .alert p i{margin-right:10px}#styleguide .alert-group .alert a i.right,#styleguide .alert-group .alert p i.right{display:none;line-height:40px;margin-right:0}#styleguide .alert-group .alert a.collapse,#styleguide .alert-group .alert p.collapse{cursor:pointer}#styleguide .alert-group .alert a.collapse i.right,#styleguide .alert-group .alert p.collapse i.right{display:block}#styleguide .alert-group .alert a.collapse>span strong,#styleguide .alert-group .alert p.collapse>span strong{font-weight:400;margin-left:15px}#styleguide .alert-group .alert .alert-collapse ul.list-group{margin-bottom:0;padding:0 30px}#styleguide .alert-group .alert .alert-collapse ul.list-group a{padding:0;line-height:1.5}#styleguide .alert-group .alert .alert-collapse ul.list-group ul{border-left:solid 1px #f3b358;padding-left:15px;margin-top:15px}#styleguide .alert-group .alert .alert-collapse ul.list-group ul li{display:block;line-height:2}#styleguide .alert-group .alert--simple{display:block;padding:0 20px;line-height:40px}#styleguide .alert-group .alert--simple i{margin-right:10px}#styleguide .alert-group .alert--error{background-color:#fef3f4;border-color:#f48895}#styleguide .alert-group .alert--error a,#styleguide .alert-group .alert--error li,#styleguide .alert-group .alert--error p,#styleguide .alert-group .alert--error span{color:#a10f20}#styleguide .alert-group .alert--error i{color:#f48895}#styleguide .alert-group .alert--warning{background-color:#fef7ee;border-color:#f3b358}#styleguide .alert-group .alert--warning a,#styleguide .alert-group .alert--warning li,#styleguide .alert-group .alert--warning p,#styleguide .alert-group .alert--warning span{color:#764909}#styleguide .alert-group .alert--warning i{color:#f3b358}#styleguide .alert-group .alert .success-message{color:#2f4f0c;font-weight:400}#styleguide .alert-group .alert .error-message{color:#d0132a;font-weight:400}#styleguide .dropdown{text-align:right}#styleguide .dropdown button{background-color:transparent;display:-ms-inline-grid;display:inline-grid;padding:10px;border:0}#styleguide .dropdown button .caret{margin-left:0}#styleguide .dropdown.open ul.dropdown-menu{border-radius:3px;left:inherit;padding:0;right:0}#styleguide .dropdown.open ul.dropdown-menu li a{background-color:transparent;margin:0}#styleguide .dropdown.open ul.dropdown-menu li a:focus,#styleguide .dropdown.open ul.dropdown-menu li a:hover{background-color:#f3f9ff;color:#4a4a4a}#styleguide .dropdown.open ul.dropdown-menu li.divider{margin:0}#styleguide .import-mapping{margin-top:40px;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (max-width:680px){#styleguide .import-mapping>div{-ms-flex:1 0 100%;flex:1 0 100%}}#styleguide .import-mapping ul{border:solid 1px #d0d9e4;border-radius:6px;padding:0}#styleguide .import-mapping ul li{display:block;border-bottom:solid 1px #d0d9e4;padding:9px 20px;word-wrap:break-word;line-height:1.5;min-height:40px}#styleguide .import-mapping ul li.title{background-color:#f3f6f8;font-weight:500}#styleguide .import-mapping .form-group{border:solid 1px #d0d9e4;background-color:#f3f6f8;border-radius:6px;padding:20px}#styleguide .import-mapping .form-group.warning{background-color:#fef7ee;border-color:#f3b358}#styleguide .import-mapping .form-group p{margin-bottom:20px}#styleguide .loader{margin:100px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid #d9e1ea;border-right:1.1em solid #d9e1ea;border-bottom:1.1em solid #d9e1ea;border-left:1.1em solid #fff;-ms-transform:translateZ(0);transform:translateZ(0);animation:load8 .8s infinite linear}#styleguide .loader,#styleguide .loader:after{border-radius:50%;width:75px;height:75px}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.footer-message~#styleguide{margin-bottom:40px}