@charset "utf-8";@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-moz-box-flex:1;flex:1 1 auto;padding:6px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.Toastify__toast-icon{-webkit-margin-end:10px;-moz-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:-moz-box;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-moz-transition:transform .2s,-moz-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s,-moz-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;-moz-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);-moz-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);-moz-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);-moz-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);-moz-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.stop-scrolling{height:100%;overflow:hidden}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{outline:none!important}.window-resizing *{-webkit-transition:none!important;-moz-transition:none!important;transition:none!important}a{-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}body,html{min-height:100vh;min-width:375px}body{-webkit-text-stroke:.45px rgba(0,0,0,.10196078431372549);text-shadow:rgba(0,0,0,.10196078431372549) 0 0 1px}::-webkit-scrollbar{height:8px!important;width:8px!important}::-webkit-scrollbar-thumb{background-color:#b2b2b2!important;border:0!important;border-radius:12px!important}.wrapper{min-height:100vh}input[type=email],input[type=password],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}::-moz-focus-inner{border:0}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}option:not(:checked){color:#000}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-moz-appearance:none;appearance:none}input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;opacity:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input::-ms-clear,input::-ms-reveal{display:none}.red-text{color:#ff151f!important}.color-3d73dd{color:#3d73dd!important}.vertical-bottom{vertical-align:bottom!important}.before-d-none:before{display:none!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.w-auto{width:auto!important}.cursor-auto,.cursor-pointer{cursor:pointer!important}.fs-11{font-size:.6875rem;line-height:.9375rem}.fs-12{font-size:1rem!important}.fs-16{font-size:1rem;line-height:1.75rem}.fs-22{font-size:1.375rem}.fs-22,.fs-24{line-height:1.875rem}.fs-24{font-size:1.5rem}.lowercase{text-transform:lowercase!important}.uppercase{text-transform:uppercase!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.Mui-error{color:#f44336!important}.w-100{width:100%!important}.border-0{border:0!important}.border-radius-4{border-radius:4px!important}.bb-0{border-bottom:0!important}.lnh-20,.lnh-sm-20{line-height:1.25rem}.text-nowrap{white-space:nowrap!important}.error-text{color:#f44336;font-weight:600;line-height:.875rem;margin:0}.hr-secondary{border:0;border-top:1px solid #ededed;margin:10px 0;width:100%}.mt-15{margin-top:15px!important}.pb-16{padding-bottom:16px!important}.pt-8px{padding-top:8px!important}.card{-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744);box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744);padding:20px 30px;position:relative}.bordered-card,.card{border:1px solid #ededed;border-radius:10px}.bordered-card{padding:10px}.bottom-grey-card{background-color:#f8f8f8;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;margin:20px -30px -20px;padding:20px 30px}.radius-6.btn.MuiButtonBase-root,.radius-6.MuiAvatar-root{border-radius:6px}.secondary-chip.MuiChip-root{border-color:#faca00!important;border-radius:8px!important;height:27px!important}.secondary-chip.MuiChip-root .MuiChip-label{font-weight:600!important}.success-chip.MuiChip-root{background:#0cb56c!important}.success-chip.MuiChip-root .MuiChip-label{color:#fff!important;font-weight:600!important}.btn.MuiButton-root{border-radius:4px;-webkit-box-shadow:none;box-shadow:none;font-weight:600;min-width:auto;text-transform:none}.btn-round.btn.MuiButton-root{border-radius:34px!important}.btn.MuiButton-root.MuiButton-sizeLarge{border-radius:10px}.btn.MuiButton-root.MuiButton-sizeSmall{border-radius:4px}.btn.MuiButton-root.MuiButton-sizeSmall .MuiButton-endIcon.MuiButton-iconSizeSmall .MuiAvatar-root{height:12px;width:12px}.btn.MuiButton-containedPrimary{-webkit-box-shadow:0 2px 4px 0 rgba(31,27,27,.10196078431372549)!important;box-shadow:0 2px 4px 0 rgba(31,27,27,.10196078431372549)!important}.btn.btn-blurred.MuiButton-outlinedPrimary{border:1px solid rgba(61,115,221,.2)!important;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.050980392156862744)!important;box-shadow:0 2px 4px 0 rgba(0,0,0,.050980392156862744)!important}.btn .MuiButton-startIcon{margin:-2px}.btn .MuiButton-endIcon{margin:-2px 0 -2px 4px}.btn.btn-icon.MuiButton-root{border-radius:50%;padding:8px}.btn.btn-icon.MuiButton-root .MuiButton-label .MuiAvatar-root,.btn.btn-icon.MuiButton-root .MuiButton-label .MuiBadge-root{height:24px;width:24px}.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall .MuiButton-label .MuiAvatar-root,.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall .MuiButton-label .MuiBadge-root{height:20px;width:20px}.btn.btn-icon.btn-square.MuiButton-root{border-radius:4px}.primary-switch{-moz-box-align:center;align-items:center;display:-moz-inline-box;display:inline-flex}.primary-switch .left-label,.primary-switch .right-label{color:#4a4a4a;cursor:pointer;font-size:.875rem;font-weight:600;line-height:1.625rem}.primary-switch .left-label.active,.primary-switch .right-label.active{color:#3d73dd}.primary-switch .left-label{margin-right:8px}.primary-switch .right-label{margin-left:8px}.primary-switch .MuiSwitch-root{border-radius:18px;height:26px;width:44px}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase{height:16px;padding:4px 6px;width:16px}.primary-switch .MuiSwitch-root .MuiIconButton-root:hover{background:none}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase .MuiSwitch-thumb{position:relative}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase .MuiSwitch-thumb:after{background-color:#fff;border-radius:50%;content:"";display:block;height:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;width:0}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase .MuiSwitch-input:focus+.MuiSwitch-thumb:after{height:6px;width:6px}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase .MuiIconButton-label,.primary-switch .MuiSwitch-root .MuiSwitch-switchBase .MuiIconButton-label .MuiSwitch-thumb{border-radius:50%;height:16px;width:16px}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase .MuiTouchRipple-root{display:none}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked{-webkit-transform:translateX(15px);-moz-transform:translateX(15px);transform:translateX(15px)}.primary-switch .MuiSwitch-root.MuiSwitch-colorPrimary.Mui-checked:hover{background:none}.dropdown-wrapper>div{z-index:2}.dropdown-wrapper .MuiPaper-root{background:#fff;border:1px solid rgba(61,115,221,.2);border-radius:10px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.050980392156862744);box-shadow:0 2px 4px 0 rgba(0,0,0,.050980392156862744)}.dropdown-wrapper .MuiPaper-root .MuiListItem-button{color:#3d73dd;font-size:.75rem;font-weight:600;line-height:1rem;min-height:auto;min-width:130px;padding:10px}.dropdown-wrapper .MuiPaper-root .MuiListItem-button:hover{background-color:#f0f5ff}.dropdown-wrapper .MuiPaper-root .MuiListItem-button .MuiListItemIcon-root{min-width:23px}.dropdown-wrapper .MuiPaper-root .MuiListItem-button .MuiListItemIcon-root img{display:block;height:14px;width:14px}.dropdown-wrapper.secondary .MuiPaper-root .MuiListItem-button{color:#f5c10a}.dropdown-wrapper.secondary .MuiPaper-root .MuiListItem-button:hover{background:rgba(245,193,10,.10196078431372549)}.dropdown-wrapper.default .MuiPaper-root .MuiListItem-button{color:#4a4a4a}.dropdown-wrapper.default .MuiPaper-root .MuiListItem-button:hover{background:#f8f8f8}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-label{-moz-box-align:center;align-items:center;background:none!important;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;overflow:visible!important;padding:0!important}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-label .MuiTypography-root{background:none!important;-moz-box-flex:1;flex-grow:1;font-size:1.125rem;line-height:1.5rem;overflow:hidden;padding:0 10px 0 0;text-overflow:ellipsis;white-space:nowrap}.tree-view-wrapper.MuiTreeView-root .MuiTypography-root .dropdown-wrapper{display:block;margin:-3px 0}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-group{margin-left:0}.tree-view-wrapper.MuiTreeView-root .MuiCollapse-container .MuiCollapse-wrapper .MuiTreeItem-root .MuiTreeItem-content .MuiTreeItem-label{margin-left:40px;width:-moz-calc(100% - 40px);width:calc(100% - 40px)}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-group .MuiTreeItem-label .MuiTypography-root{font-size:1rem;line-height:1.375rem}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-group .MuiTypography-root .dropdown-wrapper{margin:-4px 0}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root>.MuiTreeItem-content:hover{background:#f9fafe}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root.Mui-expanded>.MuiTreeItem-content,.tree-view-wrapper.MuiTreeView-root[role=group] .MuiTreeItem-root.Mui-selected{background:#f9fafe;color:#3d73dd}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-group[role=group] .MuiTreeItem-root.Mui-selected[role=treeitem]{background:#f9fafe}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-group[role=group] .MuiTreeItem-root.Mui-selected[role=treeitem] .MuiTypography-root{color:#3d73dd;font-weight:700}.form-control.MuiFormControl-root .MuiFilledInput-root{border-radius:10px;-webkit-box-shadow:0 2px 4px 0 rgba(44,64,90,.050980392156862744);box-shadow:0 2px 4px 0 rgba(44,64,90,.050980392156862744);-webkit-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;transition:all .2s cubic-bezier(0,0,.2,1) 0ms}.form-control.MuiFormControl-root .MuiFilledInput-root.Mui-focused{-webkit-box-shadow:0 2px 4px 0 rgba(61,115,221,.050980392156862744);box-shadow:0 2px 4px 0 rgba(61,115,221,.050980392156862744)}.form-control.MuiFormControl-root .MuiFilledInput-input,.form-control.MuiFormControl-root .MuiFilledInput-multiline{-moz-box-align:center;align-items:center;border-radius:10px;display:-moz-box;display:flex;font-size:1rem;font-weight:600;-moz-box-pack:start;justify-content:flex-start;line-height:1.125rem;max-width:100%;min-height:22px;overflow:hidden;padding:25px 20px 7px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.form-control.MuiFormControl-root .MuiFilledInput-underline:after,.form-control.MuiFormControl-root .MuiFilledInput-underline:before{content:none}.form-control.MuiFormControl-root .MuiFilledInput-input.Mui-disabled,.form-control.MuiFormControl-root .MuiFilledInput-multiline.Mui-disabled{color:#b5b5b5;cursor:not-allowed}.form-control.MuiFormControl-root .MuiInputLabel-filled{font-size:.875rem;font-weight:600;line-height:1.125rem;max-width:-moz-calc(100% - 38px);max-width:calc(100% - 38px);overflow:hidden;text-overflow:ellipsis;-webkit-transform:translate(20px,19px) scale(1);-moz-transform:translate(20px,19px) scale(1);transform:translate(20px,19px) scale(1);white-space:nowrap}.form-control.MuiFormControl-root .MuiInputLabel-filled.MuiInputLabel-shrink{-webkit-transform:translate(20px,9px) scale(.75);-moz-transform:translate(20px,9px) scale(.75);transform:translate(20px,9px) scale(.75)}.textfield-with-prefix.form-control.MuiFormControl-root .MuiInputBase-root{padding-left:44px}.textfield-with-prefix.form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-positionEnd{-moz-box-align:center;align-items:center;background:#3d73dd;border-radius:9px 0 0 9px;bottom:0;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;left:0;position:absolute;top:0;width:44px}.textfield-with-prefix.form-control.MuiFormControl-root .MuiFormLabel-root{max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.textfield-with-prefix.form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-shrink{-webkit-transform:translate(60px,19px) scale(1);-moz-transform:translate(60px,19px) scale(1);transform:translate(60px,19px) scale(1)}.textfield-with-prefix.form-control.MuiFormControl-root .MuiFormLabel-root.Mui-focused,.textfield-with-prefix.form-control.MuiFormControl-root .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(60px,9px) scale(.75);-moz-transform:translate(60px,9px) scale(.75);transform:translate(60px,9px) scale(.75)}.textfield-with-prefix.form-control.MuiFormControl-root .MuiFilledInput-input{padding:25px 15px 7px}.textfield-with-prefix.shrieker.form-control.MuiFormControl-root .MuiFormLabel-root[data-shrink=false]{-webkit-transform:translate(60px,19px) scale(1);-moz-transform:translate(60px,19px) scale(1);transform:translate(60px,19px) scale(1)}.textfield-with-prefix.shrieker.form-control.MuiFormControl-root .MuiFormLabel-root,.textfield-with-prefix.shrieker.form-control.MuiFormControl-root .MuiFormLabel-root.Mui-focused,.textfield-with-prefix.shrieker.form-control.MuiFormControl-root .MuiFormLabel-root[data-shrink=true]{-webkit-transform:translate(60px,9px) scale(.75);-moz-transform:translate(60px,9px) scale(.75);transform:translate(60px,9px) scale(.75)}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiInputBase-root{padding-left:36px}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-positionEnd{-moz-box-align:center;align-items:center;border-radius:9px 0 0 9px;bottom:0;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;left:0;position:absolute;top:0;width:36px}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiFormLabel-root{max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.textfield-with-simple-prefix.form-control.MuiFormControl-root.have-suffix .MuiFormLabel-root{max-width:-moz-calc(100% - 100px);max-width:calc(100% - 100px)}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-shrink{-webkit-transform:translate(52px,19px) scale(1);-moz-transform:translate(52px,19px) scale(1);transform:translate(52px,19px) scale(1)}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiFormLabel-root.Mui-focused,.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(52px,9px) scale(.75);-moz-transform:translate(52px,9px) scale(.75);transform:translate(52px,9px) scale(.75)}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiFilledInput-input{padding:25px 15px 7px}.textfield-with-simple-prefix.form-control.MuiFormControl-root .MuiInputAdornment-positionStart .btn.btn-icon.MuiButton-root.MuiButton-sizeSmall .MuiButton-label .MuiAvatar-root{height:16px;width:16px}.form-control.MuiFormControl-root textarea.MuiFilledInput-input{line-height:1.5rem;max-width:100%;padding:0;white-space:normal}.form-control.MuiFormControl-root.otp-control .MuiFilledInput-input{-moz-box-align:center;align-items:center;color:#4a4a4a;display:-moz-box;display:flex;letter-spacing:12px;line-height:1.375rem;padding:16px 20px}.form-control.MuiFormControl-root.otp-control .MuiInputLabel-filled{color:#4a4a4a;display:block;font-size:1.8rem;font-weight:700;letter-spacing:4px;line-height:2rem;-webkit-transform:translate(20px,-2px) scale(1);-moz-transform:translate(20px,-2px) scale(1);transform:translate(20px,-2px) scale(1)}.form-control.MuiFormControl-root.otp-control .MuiInputLabel-filled.MuiInputLabel-shrink{display:none}.form-control.MuiFormControl-root{display:-moz-box;display:flex;margin:0 0 20px}.form-control.MuiFormControl-root .MuiInputBase-root{display:-moz-box;display:flex}.form-control.MuiFormControl-root .MuiSelect-select:focus{background-color:transparent;background-color:initial}.form-control.primary-select-control.MuiFormControl-root .MuiInputLabel-filled{max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px)}.form-control.MuiFormControl-root .MuiListItem-root.Mui-selected,.form-control.MuiFormControl-root .MuiListItem-root.Mui-selected:hover{background:none}.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-root{display:block;padding:25px 45px 7px 20px}.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-icon{height:14px;right:20px;top:-moz-calc(50% - 6px);top:calc(50% - 6px);-webkit-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;transition:all .2s cubic-bezier(0,0,.2,1) 0ms;width:14px}.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-icon path{display:none}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiInputBase-root{padding-left:44px!important}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment{display:none}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-positionEnd.MuiInputAdornment-root{-moz-box-align:center;align-items:center;background:#3d73dd;border-radius:9px 0 0 9px;bottom:0;display:-moz-box;display:flex;-moz-box-pack:center!important;justify-content:center!important;left:0;position:absolute;top:0;width:44px!important}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .autocomplete.MuiInputBase-root .MuiSelect-root{padding:25px 45px 7px 15px!important}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-shrink{-webkit-transform:translate(60px,19px) scale(1)!important;-moz-transform:translate(60px,19px) scale(1)!important;transform:translate(60px,19px) scale(1)!important}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiFormLabel-root.Mui-focused,.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(60px,9px) scale(.75)!important;-moz-transform:translate(60px,9px) scale(.75)!important;transform:translate(60px,9px) scale(.75)!important}.autocomplete-with-prefixIcon.MuiAutocomplete-root.MuiAutocomplete-hasPopupIcon.autocomplete-with-prefix .form-control.MuiFormControl-root .MuiFilledInput-input{padding:25px 15px 7px!important}.autocomplete-with-prefixIcon .form-control.MuiFormControl-root .MuiFormLabel-root{max-width:-moz-calc(100% - 100px)!important;max-width:calc(100% - 100px)!important}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiInputBase-root{padding-left:44px}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-positionEnd{-moz-box-align:center;align-items:center;background:#3d73dd;border-radius:9px 0 0 9px;bottom:0;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;left:0;position:absolute;top:0;width:44px}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-root{padding:25px 45px 7px 15px}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiFormLabel-root.MuiInputLabel-shrink{-webkit-transform:translate(60px,19px) scale(1);-moz-transform:translate(60px,19px) scale(1);transform:translate(60px,19px) scale(1)}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiFormLabel-root.Mui-focused,.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiFormLabel-root.MuiFormLabel-filled{-webkit-transform:translate(60px,9px) scale(.75);-moz-transform:translate(60px,9px) scale(.75);transform:translate(60px,9px) scale(.75)}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiFilledInput-input{padding:25px 15px 7px}.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiFormLabel-root{max-width:-moz-calc(100% - 100px);max-width:calc(100% - 100px)}.select-with-prefix-lable.form-control.MuiFormControl-root,.select-with-prefix-lable.form-control.MuiFormControl-root .MuiFilledInput-root{border-radius:5px;min-width:140px}.select-with-prefix-lable.form-control.MuiFormControl-root .MuiInputLabel-filled.MuiInputLabel-shrink{color:#4a4a4a;letter-spacing:-.16px;-webkit-transform:translate(73px,6px) scale(1);-moz-transform:translate(73px,6px) scale(1);transform:translate(73px,6px) scale(1)}.select-with-prefix-lable.form-control.MuiFormControl-root .MuiInputLabel-filled.MuiFormLabel-filled{display:none}.select-with-prefix-lable.form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root p{font-size:.875rem;letter-spacing:-.16px;line-height:1.125rem;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-with-prefix-lable.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-root{font-size:.875rem;line-height:1.125rem;min-height:16px;padding:5px 30px 5px 5px}.select-with-prefix-lable.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-icon{background-size:10px 10px;height:10px;right:9px;top:-moz-calc(50% - 5px);top:calc(50% - 5px);width:10px}.form-control.primary-select-control .MuiPopover-paper.MuiPaper-root{-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center;-webkit-transition:none!important;-moz-transition:none!important;transition:none!important;-webkit-transition:-webkit-transform 217ms cubic-bezier(.4,0,.2,1) 0ms!important;transition:-webkit-transform 217ms cubic-bezier(.4,0,.2,1) 0ms!important;-moz-transition:transform 217ms cubic-bezier(.4,0,.2,1) 0ms,-moz-transform 217ms cubic-bezier(.4,0,.2,1) 0ms!important;transition:transform 217ms cubic-bezier(.4,0,.2,1) 0ms!important;transition:transform 217ms cubic-bezier(.4,0,.2,1) 0ms,-webkit-transform 217ms cubic-bezier(.4,0,.2,1) 0ms,-moz-transform 217ms cubic-bezier(.4,0,.2,1) 0ms!important}.form-control.primary-select-control.openedSelect{overflow:visible!important;overflow:initial!important;padding:0!important}.form-control.primary-select-control.openedSelect .MuiFilledInput-root{z-index:6!important}.form-control.primary-select-control.openedSelect .MuiFormLabel-root{z-index:7!important}.form-control.primary-select-control.openedSelect .MuiPopover-root{z-index:4!important}.default-select.MuiPaper-root{border-radius:3px!important;-webkit-box-shadow:0 5px 16px 0 rgba(33,43,54,.050980392156862744)!important;box-shadow:0 5px 16px 0 rgba(33,43,54,.050980392156862744)!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.default-select.MuiPaper-root .MuiMenu-list{padding:0}.default-select.MuiPaper-root .MuiMenu-list .MuiMenuItem-root{color:#4a4a4a;display:block;font-size:.875rem;font-weight:600;line-height:1.125rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-height:auto;min-width:100%;padding:11px 20px;white-space:normal;word-break:break-word}.default-select.MuiPaper-root .MuiMenu-list .MuiMenuItem-root.MuiListItem-button:hover{background-color:#f0f5ff}.form-control.no-label.default-checkbox{margin:0}.form-control.no-label.default-checkbox .MuiTypography-root{display:none}.form-control.default-checkbox.check-sm .MuiCheckbox-root .MuiAvatar-root{border-radius:0;height:14px;width:14px}.form-control.default-checkbox.check-sm .MuiCheckbox-root .MuiSvgIcon-fontSizeSmall{font-size:1rem}.form-control.default-checkbox .MuiCheckbox-root .MuiAvatar-root{border-radius:0;height:24px;width:24px}.form-control.default-checkbox .MuiTypography-root{color:#4a4a4a;font-size:.875rem;line-height:1.125rem;margin-left:-4px;text-align:left}.form-control.default-checkbox.check-sm .MuiTypography-root{color:#4a4a4a;font-size:.8125rem;line-height:1.0625rem;text-align:left}.form-control.default-checkbox{margin:0 0 15px}.MuiFormControl-root .MuiFormControlLabel-root.Mui-disabled{cursor:not-allowed;opacity:.7}.form-control.default-checkbox.inline{display:inline-block;margin:0 70px 10px 0}.form-control.default-checkbox .MuiFormControlLabel-root.Mui-disabled .MuiFormControlLabel-label{color:#a2a2a2}.form-control.default-checkbox .MuiFormGroup-root{display:inline-block}.form-control.default-checkbox .MuiCheckbox-root{align-self:flex-start;margin-left:-8px;margin-right:8px;padding:8px}.form-control.default-checkbox.no-label .MuiCheckbox-root{align-self:flex-start;margin:0;padding:8px}.form-control.default-checkbox .MuiFormControlLabel-root{margin:0}.form-control.default-checkbox .MuiCheckbox-indeterminate .MuiSvgIcon-root{height:32px;margin:-4px;width:32px}.form-control.default-checkbox.check-sm .MuiCheckbox-indeterminate .MuiSvgIcon-root{height:18px;margin:-2px;width:18px}.radio-group.MuiFormControl-root.inline .MuiFormGroup-root{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.radio-group.MuiFormControl-root.inline .MuiFormControlLabel-root{display:-moz-inline-box;display:inline-flex;margin:0 70px 10px 0}.radio-group.MuiFormControl-root .MuiFormControlLabel-root{display:-moz-box;display:flex;margin:0 0 10px}.radio-group.MuiFormControl-root>.MuiFormLabel-root{color:#7f7f7f;display:block;font-size:.75rem;line-height:1.25rem;margin-bottom:8px}.radio-group.MuiFormControl-root>.MuiFormLabel-root.Mui-focused{color:#7f7f7f}.radio-group.MuiFormControl-root .form-control.default-radio.MuiRadio-root{color:rgba(61,115,221,.30196078431372547);margin-left:-4px;padding:6px}.radio-group.MuiFormControl-root .form-control.default-radio.MuiRadio-root.Mui-checked{color:#3d73dd}.radio-group.MuiFormControl-root .form-control.default-radio.MuiRadio-root .MuiIconButton-label .MuiSvgIcon-root{height:28px;margin:-4px;width:28px}.radio-group.MuiFormControl-root .form-control.default-radio.MuiRadio-root+.MuiFormControlLabel-label{color:#4a4a4a;font-size:.875rem;line-height:1.25rem;margin-left:6px}.MuiFormControl-root.boolean-toggle-group .MuiTypography-root{color:#4a4a4a;font-size:.875rem;line-height:1.125rem;padding-bottom:10px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root+.MuiToggleButton-root{margin-left:56px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{-moz-box-align:center;align-items:center;background:#f8f8f8;border:1px solid #e7e4f1;border-radius:10px;display:-moz-box;display:flex;height:58px;-moz-box-pack:center;justify-content:center;padding:0 11px;width:58px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;height:58px;-moz-box-pack:center;justify-content:center;position:relative;width:58px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span{-moz-box-align:end;align-items:flex-end;display:-moz-box;display:flex;height:57px;-moz-box-pack:center;justify-content:center;width:57px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .MuiAvatar-root{bottom:0;height:auto;left:0;position:absolute;right:0;top:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:auto}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label img{height:28px;margin-top:-16px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:28px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label .active>img,.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .default>img,.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:hover .MuiToggleButton-label .active>img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);visibility:visible}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label .default>img,.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .active>img,.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:hover .MuiToggleButton-label .default>img{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0);visibility:hidden}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .MuiAvatar-root+i{color:#d2d2d2;display:block;font-size:.6875rem;font-style:normal;font-weight:600;line-height:1.0625;margin-bottom:6px;text-align:center}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label .MuiAvatar-root+i.text-success{color:#0cb56c}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label .MuiAvatar-root+i.text-danger{color:#fc463f}.MuiFormControl-root.rating-toggle-group .MuiTypography-root{color:#4a4a4a;font-size:.875rem;line-height:1.125rem;padding-bottom:10px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root+.MuiToggleButton-root{margin-left:50px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root{padding-left:24px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{-moz-box-align:center;align-items:center;background:#f8f8f8;border:1px solid #e7e4f1;border-radius:10px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;padding:0 10px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;position:relative}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;min-height:49px;padding-left:20px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span i{bottom:0;display:inline-block;height:43px;left:-34px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;width:43px;z-index:1}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .MuiAvatar-root{bottom:0;height:auto;left:0;position:absolute;right:0;top:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:auto}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label img{height:43px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:43px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label .active>img,.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .default>img,.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:hover .MuiToggleButton-label .active>img{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);visibility:visible}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label .default>img,.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label .active>img,.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:hover .MuiToggleButton-label .default>img{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0);visibility:hidden}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label em{color:#4a4a4a;display:block;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.5;padding:6px 0;text-align:center;text-transform:none}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected .MuiToggleButton-label em,.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:hover em{color:#3d73dd}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root{border:0;border-radius:4px;overflow:hidden}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{-moz-box-align:center;align-items:center;background:#fff;border:1px solid #3d73dd;border-radius:0;color:#4a4a4a;display:-moz-box;display:flex;font-size:.875rem;-moz-box-pack:center;justify-content:center;line-height:1.25rem;padding:8px 15px;text-transform:none}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:hover{color:#3d73dd}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected{background:#3d73dd;color:#fff}.MuiFormControl-root.multiple-wrapper.text-toggle-group,.MuiFormControl-root.multiple-wrapper.text-toggle-group .MuiToggleButtonGroup-root.multiline-text{display:block}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:first-child,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:last-child{border-radius:4px;display:-moz-inline-box;display:inline-flex;margin:5px;padding:4px 32px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label{text-align:left}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span{min-height:38px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label b,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label i{display:block}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label i{color:#9b9b9b;font-size:.875rem}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label b{color:#2b2b2b;font-size:.875rem;font-weight:600;padding-top:2px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:hover .MuiToggleButton-label b,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:hover .MuiToggleButton-label i{color:#3d73dd}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root.Mui-selected .MuiToggleButton-label b,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root.Mui-selected .MuiToggleButton-label i{background:#3d73dd;color:#fff}.xs-chips{padding:2px 0!important}.xs-chips .MuiChip-label{font-size:.75rem!important;line-height:1rem!important}.primary-rounded-border{border-color:#3d73dd!important;border-radius:14px!important}.primary-rounded-border .MuiChip-label{color:#3d73dd!important}.chips-medium-wrapper{max-height:126px;overflow:auto;text-align:left}.chips-small-wrapper{max-height:96px;overflow:auto;text-align:left}.primary-chips.MuiChip-root .MuiChip-deleteIcon{background:url(https://s3.amazonaws.com/unverified-resources.integration.wsp.wizcart.com/common-assets/delete-primary.svg) no-repeat 50%;background-size:22px 22px}.primary-chips.MuiChip-root .MuiChip-deleteIcon path{display:none}.primary-chips.MuiChip-root{border-radius:2px;-webkit-box-shadow:none!important;box-shadow:none!important;font-size:.875rem;font-weight:600;height:auto;line-height:1.125rem;margin:0 10px 6px 0;padding:7px 2px}.primary-chips.MuiChip-root .MuiChip-label{color:#4a4a4a;font-size:.875rem;line-height:1.125rem;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.primary-chips.MuiChip-root.MuiChip-outlined{border-radius:4px}.primary-chips.MuiChip-root .MuiChip-icon.MuiChip-iconSmall{font-size:.875rem;margin-right:0}.primary-chips.MuiChip-root .MuiChip-icon{font-size:1.125rem;margin-left:7px}.primary-chips.MuiChip-root .MuiChip-deleteIcon{margin-right:4px}.primary-chips.MuiChip-root.MuiChip-sizeSmall{padding:4px 0}.hide-chips{display:none!important}.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot[class*=MuiFilledInput-root]{padding:0}.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot[class*=MuiFilledInput-root] .MuiAutocomplete-input{border-radius:0;padding:25px 45px 7px 20px}.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiAutocomplete-inputRoot[class*=MuiFilledInput-root] .MuiAutocomplete-endAdornment{right:22px;top:-moz-calc(50% - 10px);top:calc(50% - 10px)}.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiAutocomplete-inputRoot[class*=MuiFilledInput-root] .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator{background:none!important;padding:0;-webkit-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;transition:all .2s cubic-bezier(0,0,.2,1) 0ms}.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiAutocomplete-inputRoot[class*=MuiFilledInput-root] .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiTouchRipple-root{display:none!important}.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiAutocomplete-inputRoot[class*=MuiFilledInput-root] .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiAvatar-root{height:14px;width:14px}.d-none-endAdornment .MuiAutocomplete-endAdornment,.d-none-MuiSelect-icon .MuiSelect-icon{display:none}.d-none-MuiSelect-icon.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-root{padding-right:20px}.d-none-MuiSelect-icon.primary-select-with-prefixIcon.form-control.MuiFormControl-root .MuiFormLabel-root{max-width:-moz-calc(100% - 80px);max-width:calc(100% - 80px)}.position-relative{position:relative}.form-control.MuiAutocomplete-root.primary-select-control .MuiInputLabel-filled{max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px)}.MuiInputAdornment-filled.MuiInputAdornment-positionStart:not(.MuiInputAdornment-hiddenLabel){margin:0}.form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root{height:auto;margin:0;max-height:none}.form-control.multiline-control-with-action.MuiFormControl-root .MuiInputBase-root{-moz-box-align:start;align-items:flex-start;padding:14px 20px}.form-control.multiline-control-with-action.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input{font-size:12px;font-weight:400}.form-control.multiline-control-with-action .MuiInputBase-root .MuiInputAdornment-root .MuiButtonBase-root{margin-left:20px}.form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root .MuiAvatar-root{height:24px;width:24px}.form-control.MuiFormControl-root.number-textfield .MuiInputBase-root{-moz-box-align:end;align-items:flex-end;padding:0 20px}.form-control.MuiFormControl-root.number-textfield .MuiFilledInput-input{border-bottom:1px solid #4a4a4a;border-radius:0;font-weight:600;margin:0 10px 7px;max-width:60px;min-width:-moz-calc(100% - 75px);min-width:calc(100% - 75px);padding:22px 10px 2px;text-align:center}.form-control.MuiFormControl-root.number-textfield .MuiInputBase-root .MuiInputAdornment-root .MuiButton-root{height:18px;padding:0;width:18px}.form-control.MuiFormControl-root.number-textfield .MuiInputBase-root .MuiInputAdornment-root .MuiButton-root .MuiButton-label .MuiSvgIcon-root{fill:#fff;color:#fff;height:14px;opacity:1;width:14px}.form-control.MuiFormControl-root.number-textfield .MuiInputBase-root .MuiInputAdornment-root.MuiInputAdornment-positionEnd .MuiInputAdornment-root.MuiInputAdornment-positionEnd{margin:auto 0 6px}.MuiBadge-badge.MuiBadge-dot{height:9px;min-width:9px;z-index:0}.MuiBadge-root{-moz-box-align:center;align-items:center;display:-moz-box!important;display:flex!important;-moz-box-pack:center;justify-content:center}.MuiBadge-root .MuiBadge-anchorOriginTopRightRectangle{-webkit-transform:scale(1) translate(12%,-12%);-moz-transform:scale(1) translate(12%,-12%);transform:scale(1) translate(12%,-12%)}.preloader{font-family:Open Sans,sans-serif!important;text-align:center}.preloader.fullscreen{-moz-box-align:center;align-items:center;background:hsla(0,0%,100%,.34901960784313724);display:-moz-box;display:flex;height:100%;-moz-box-pack:center;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.preloader .animation{display:block;position:relative}.preloader .animation .main-loader{border:2px solid rgba(61,115,221,.25098039215686274);border-radius:50%}.preloader .loading-text{display:block;font-size:.875rem;font-weight:600;line-height:1.1275rem;padding-top:10px}.disabled-opacity{opacity:.5!important}.slick-dots{position:static!important}.slick-dots li{margin:0!important}.slick-dots li button:before{color:#fff!important;font-size:.675rem!important;opacity:.5!important}.slick-dots li button:hover:before{opacity:.8!important}.slick-dots li.slick-active button:before{opacity:1!important}.MuiAutocomplete-popper{z-index:2}.MuiAutocomplete-popper .MuiAutocomplete-paper{border:1px solid #dfe3e9;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.0784313725490196);box-shadow:0 1px 4px 0 rgba(0,0,0,.0784313725490196);margin:-4px 0}.MuiAutocomplete-popper .MuiAutocomplete-listbox{padding:0}.MuiAutocomplete-popper .MuiAutocomplete-option{color:#4a4a4a;font-size:.875rem;font-weight:600;line-height:1.125rem;padding:9px 20px}.MuiAutocomplete-popper .MuiAutocomplete-option:hover{background:#f0f5ff!important}.MuiAutocomplete-root.MuiAutocomplete-hasPopupIcon.autocomplete-with-prefix .form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root{-moz-box-align:center;align-items:center;cursor:pointer;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;width:36px}.MuiAutocomplete-root.MuiAutocomplete-hasPopupIcon.autocomplete-with-prefix .form-control.MuiFormControl-root .MuiFilledInput-input{padding:25px 30px 7px 14px!important}.MuiAutocomplete-root.MuiAutocomplete-hasPopupIcon.autocomplete-with-prefix .form-control.MuiFormControl-root .MuiInputLabel-filled.MuiInputLabel-shrink{max-width:-moz-calc(100% - 90px);max-width:calc(100% - 90px);-webkit-transform:translate(50px,19px) scale(1);-moz-transform:translate(50px,19px) scale(1);transform:translate(50px,19px) scale(1)}.MuiAutocomplete-root.MuiAutocomplete-hasPopupIcon.autocomplete-with-prefix .form-control.MuiFormControl-root .MuiFormLabel-filled.MuiInputLabel-shrink,.MuiAutocomplete-root.MuiAutocomplete-hasPopupIcon.autocomplete-with-prefix[aria-expanded=true] .form-control.MuiFormControl-root .MuiInputLabel-filled.MuiInputLabel-shrink{-webkit-transform:translate(50px,9px) scale(.75);-moz-transform:translate(50px,9px) scale(.75);transform:translate(50px,9px) scale(.75)}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot{padding:25px 45px 7px 20px}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputLabel-filled{max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px)}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot .MuiAutocomplete-input{padding:0}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot span{color:#4a4a4a;display:inline-block;font-size:1rem;font-weight:600;line-height:1.25rem;margin-right:4px;text-align:left;vertical-align:top;white-space:normal;word-break:break-all}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot span.MuiIconButton-label{margin-right:0}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root.MuiAutocomplete-inputRoot .MuiAutocomplete-tag{color:#3d73dd}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root{padding-right:20px}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputLabel-filled.MuiInputLabel-shrink{max-width:-moz-calc(100% - 90px);max-width:calc(100% - 90px)}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root.Mui-focused .MuiAutocomplete-input+.MuiInputAdornment-root.MuiInputAdornment-positionEnd{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment{height:14px;position:absolute;right:22px;top:-moz-calc(50% - 6px);top:calc(50% - 6px);-webkit-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;transition:all .2s cubic-bezier(0,0,.2,1) 0ms;width:14px}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator{bottom:0;height:14px;left:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;transition:all .2s cubic-bezier(0,0,.2,1) 0ms;width:14px}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiSvgIcon-root path{display:none}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiIconButton-label{height:14px;width:14px}.MuiAutocomplete-root.multiselect-autocomplete .form-control.MuiFormControl-root .MuiInputBase-root .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiSvgIcon-root{height:14px;-webkit-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .2s cubic-bezier(0,0,.2,1) 0ms;transition:all .2s cubic-bezier(0,0,.2,1) 0ms;width:14px}.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .multiselect-menuitem{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;width:100%}.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .multiselect-menuitem .multi-select-label{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;max-width:-moz-calc(100% - 50px);max-width:calc(100% - 50px);padding-right:20px;word-break:break-word}.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .multiselect-menuitem .MuiFormControl-root{height:20px;width:20px}.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .multiselect-menuitem span.MuiCheckbox-root{margin:0;padding:2px 0}.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .multiselect-menuitem span.MuiCheckbox-root .MuiIconButton-label{padding:0}.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected=true],.MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox .MuiAutocomplete-option[data-focus=true]{background:#ededed}.datepicker-wrapper .MuiInputAdornment-positionStart{background:#3d73dd;border-radius:9px 0 0 9px;bottom:0;left:0;position:absolute;top:0;width:44px}.datepicker-wrapper .MuiFilledInput-adornedStart{padding-left:44px}.datepicker-wrapper .MuiFilledInput-adornedStart .MuiInputAdornment-root .MuiButtonBase-root{padding:10px}.datepicker-wrapper .form-control.MuiFormControl-root .MuiFilledInput-input{padding:25px 15px 7px}.datepicker-wrapper .form-control.MuiFormControl-root .MuiInputLabel-filled{left:39px;max-width:-moz-calc(100% - 78px);max-width:calc(100% - 78px)}.datepicker-wrapper .form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root .MuiIconButton-root:hover{background-color:transparent;background-color:initial}.datepicker-wrapper .form-control.MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root .MuiIconButton-root .MuiTouchRipple-root{display:none}.datepicker-wrapper .MuiAvatar-root{margin:0 auto}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar{padding:0 10px}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar .MuiPickersToolbarButton-toolbarBtn{padding:4px 8px}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar .month-date .MuiPickersToolbarButton-toolbarBtn:last-child{margin-left:-8px}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar .MuiPickersTimePickerToolbar-hourMinuteLabel .MuiPickersToolbarButton-toolbarBtn .MuiTypography-root.MuiPickersToolbarText-toolbarTxt{font-size:3.75rem;font-weight:400;line-height:4.125rem}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar .MuiPickersTimePickerToolbar-hourMinuteLabel{-moz-box-align:center;align-items:center}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar .MuiPickersToolbarButton-toolbarBtn .MuiTypography-root.MuiPickersToolbarText-toolbarTxt{font-size:1.5rem;line-height:1.875rem}.datepicker-wrapper .form-control.MuiFormControl-root .MuiInputLabel-root[data-shrink=false]+.MuiInputBase-formControl .MuiFilledInput-input{font-size:0}.MuiPopover-paper.MuiPaper-root{border:1px solid #dfe3e9!important;border-radius:8px!important;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.0784313725490196)!important;box-shadow:0 1px 4px 0 rgba(0,0,0,.0784313725490196)!important;color:#354052;font-size:.875rem;max-height:310px}.MuiPopover-paper.MuiPaper-root .MuiTypography-body1{font-weight:600}.MuiPopover-paper.MuiPaper-root .MuiPickersCalendarHeader-switchHeader{border-bottom:1px solid #dfe3e9}.MuiPopover-paper.MuiPaper-root .MuiPickersCalendarHeader-dayLabel{color:rgba(53,64,82,.3137254901960784);font-size:.625rem;font-weight:600;text-transform:uppercase}.rbc-calendar .rbc-time-content .rbc-day-slot .rbc-events-container .rbc-event{min-height:auto!important}.rbc-calendar .rbc-time-content .rbc-day-slot .rbc-events-container .rbc-event .rbc-event-content .day-event,.rbc-calendar .rbc-time-content .rbc-day-slot .rbc-events-container .rbc-event .rbc-event-content .week-event{line-height:12px!important;padding-top:0!important}.MuiPopover-paper.MuiPaper-root .MuiPickersDay-day{height:28px;margin:4px 6px;width:28px}.MuiPopover-paper.MuiPaper-root .MuiPickersDay-daySelected{background-color:rgba(61,115,221,.14901960784313725);color:#3d73dd}.MuiPopover-paper.MuiPaper-root .MuiPickersDay-day .MuiTypography-body2{font-weight:600}.MuiPopover-paper.MuiPaper-root .MuiPickersCalendarHeader-switchHeader .MuiIconButton-root{color:#a1a7af}.primary-link{color:#3d73dd;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:600;line-height:1.125rem;vertical-align:middle}.primary-link:focus{-webkit-box-shadow:0 0 2px 1px #3d73dd;box-shadow:0 0 2px 1px #3d73dd}.primary-link .MuiAvatar-root{-moz-box-align:center;align-items:center;display:-moz-inline-box;display:inline-flex;height:12px;vertical-align:middle;width:12px}.primary-link .MuiAvatar-root .MuiAvatar-img{display:block;margin:auto}.primary-link .MuiAvatar-root.left-icon .MuiAvatar-img{margin-right:3px}.primary-link .MuiAvatar-root.right-icon .MuiAvatar-img{margin-left:3px}.primary-link:active,.primary-link:focus,.primary-link:hover{opacity:.7}.default-dialog .MuiDialogTitle-root{position:relative}.default-dialog .MuiDialogTitle-root .MuiTypography-root{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-flex:1;flex-grow:1;font-weight:600;-moz-box-pack:justify;justify-content:space-between}.default-dialog .MuiDialogTitle-root h2.MuiTypography-root{padding:0 30px 0 0}.default-dialog.center-header .MuiDialogTitle-root .MuiTypography-root{-moz-box-pack:center;justify-content:center;padding:0 30px}.default-dialog .MuiDialogTitle-root .MuiTypography-root .btn.btn-icon{position:absolute;right:10px}.default-dialog .MuiDialogContent-root{color:#212b36;font-size:.875rem;line-height:1.125rem}.default-dialog.no-action .MuiDialogContent-root{padding-bottom:30px}.default-dialog .MuiDialogActions-root.form-dialog{padding:30px 0;text-align:right}.default-dialog .MuiDialogActions-root .MuiButton-root{min-width:180px}.default-dialog .MuiDialogActions-root .MuiButton-root+.MuiButton-root{margin-left:15px}.default-dialog.confirmation-modal .MuiDialogTitle-root h2.MuiTypography-root{padding:0 30px}.default-dialog.confirmation-modal .MuiDialogActions-root,.default-dialog.confirmation-modal .MuiDialogTitle-root .MuiTypography-root{-moz-box-pack:center;justify-content:center}.default-dialog.confirmation-modal .MuiDialogActions-root .MuiButton-root{min-width:75px}.page-title-with-action{-moz-box-align:center;align-items:center;border-bottom:1px solid #ededed;display:-moz-box;display:flex;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;margin-bottom:20px}.page-title-with-action .h6,.page-title-with-action h6{color:#4a4a4a;font-size:1.25rem;font-weight:600;line-height:1.5rem;margin:0 20px 10px 0}.page-title-with-action .btn-list .MuiButton-root{margin:0 12px 10px 0}.page-title-with-action .btn-list .MuiButton-root:last-child{margin-right:0}.multifile-upload{border:1px solid #d2d2d2;border-radius:10px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;padding:15px 20px}.multifile-upload .file-upload-list{margin:10px 0 0}.multifile-upload .file-upload-list .primary-chips.MuiChip-root{-moz-box-pack:start;justify-content:flex-start;margin:0;max-width:100%}.multifile-upload .file-upload-list li+li{margin-top:10px}.multifile-upload .file-upload-list li .btn-download{margin-left:4px}.multifile-upload .file-upload-list .primary-chips.MuiChip-root .MuiChip-label{-moz-box-flex:1;flex-grow:1;font-weight:400;padding:0 15px}.multifile-upload .file-upload-list .primary-chips.MuiChip-root .MuiChip-icon{height:16px;margin-left:6px;width:16px}.treeViewTypeTwo .MuiTreeItem-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#4a4a4a;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;padding:15px 30px}.treeViewTypeTwo .MuiTreeItem-label{background:none!important;max-width:-moz-calc(100% - 25px);max-width:calc(100% - 25px);padding-left:0}.treeViewTypeTwo .tree-item-label{-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.treeViewTypeTwo .tree-item-label .MuiAvatar-root{height:24px;width:24px}.treeViewTypeTwo .tree-item-label .label-text{font-size:1.125rem;line-height:1.5rem}.treeViewTypeTwo .MuiTreeItem-content .tree-item-label .label-text{font-weight:600;max-width:-moz-calc(100% - 62px);max-width:calc(100% - 62px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.treeViewTypeTwo .MuiTreeItem-group{margin-left:0}.treeViewTypeTwo .MuiTreeItem-group .MuiTreeItem-content{border-bottom:1px solid transparent;border-left:2px solid transparent;border-top:1px solid transparent;padding:12px 12px 12px 60px}.treeViewTypeTwo .MuiTreeItem-group .MuiCollapse-wrapper .MuiTreeItem-root .MuiTreeItem-content .label-text{font-size:.875rem;line-height:1.25rem;max-width:-moz-calc(100% - 28px);max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.treeViewTypeTwo .MuiTreeItem-group .Mui-selected .label-text{font-weight:600}.treeViewTypeTwo .MuiTreeItem-group .Mui-selected .MuiTreeItem-content{background:#fff;border-color:#ededed #ededed #ededed #3d73dd}.treeViewTypeTwo .default-checkbox .MuiAvatar-root{height:18px!important;width:18px!important}.treeViewTypeTwo .default-checkbox.check-sm .MuiAvatar-root{height:15px!important;width:15px!important}.treeViewTypeTwo .default-checkbox .MuiSvgIcon-root{height:24px!important;width:24px!important}.treeViewTypeTwo .default-checkbox.check-sm .MuiSvgIcon-root{height:20px!important;width:20px!important}.treeViewTypeTwo .MuiTreeItem-iconContainer{margin:0 0 0 10px}.treeViewTypeTwo .MuiTreeItem-iconContainer .MuiAvatar-root{height:7px;width:11px}.bordered-heading{display:block;margin-bottom:25px}.bordered-heading span{display:inline-block;font-size:.875rem;font-weight:600;line-height:1.25rem;padding-bottom:6px;position:relative}.bordered-heading span:after{background:#ffc80a;content:"";height:3px;left:0;position:absolute;top:100%;width:49.2%}.AccordionTypeTwo.MuiPaper-root{background-color:#f9f9f9;border:0;border-radius:10px!important;-webkit-box-shadow:inset 0 0 2px 0 rgba(0,0,0,.0196078431372549);box-shadow:inset 0 0 2px 0 rgba(0,0,0,.0196078431372549);margin:0 0 25px!important}.AccordionTypeTwo.MuiPaper-root:before{display:none}.AccordionTypeTwo .MuiAccordionSummary-root{min-height:56px;padding:0 22px 0 18px}.AccordionTypeTwo .MuiAccordionSummary-root .MuiAccordionSummary-content{-moz-box-align:center;align-items:center}.AccordionTypeTwo .MuiAccordionSummary-root .MuiAccordionSummary-content .label-icon.MuiAvatar-root{height:24px;margin-right:12px;width:24px}.AccordionTypeTwo .MuiAccordionSummary-content>span{color:#2b2b2b;font-size:1.125rem;line-height:1.5rem}.AccordionTypeTwo .MuiAccordionSummary-root.Mui-expanded{min-height:56px}.AccordionTypeTwo .MuiAccordionSummary-content.Mui-expanded{margin:12px 0}.AccordionTypeTwo .MuiAccordionSummary-content.Mui-expanded>span{color:#3d73dd}.AccordionTypeTwo .MuiAccordionSummary-expandIcon{padding:12px}.AccordionTypeTwo .MuiAccordionSummary-expandIcon .MuiAvatar-root{height:14px;width:14px}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root{display:block;padding:0 16px 16px 78px}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links{display:block;margin-top:-8px}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links a{color:#4a4a4a;display:block;font-size:1rem;line-height:1.125rem;max-width:100%;padding:10px 0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links a.active,.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links a:focus,.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links a:hover{color:#3d73dd;font-weight:600}.nav-brand,.nav-brand img{display:inline-block;vertical-align:middle}.nav-brand img{height:48px;width:100px}header.MuiAppBar-root{border:0;-webkit-box-shadow:none;box-shadow:none}header.MuiAppBar-root .MuiToolbar-root{min-height:80px;padding-left:5px}header.MuiAppBar-root .MuiToolbar-root .header-left-panel,header.MuiAppBar-root .MuiToolbar-root .header-right-panel{-moz-box-align:center;align-items:center;display:-moz-box;display:flex}header.MuiAppBar-root .MuiToolbar-root .header-left-panel .menu-btn{margin-right:10px}header.MuiAppBar-root .MuiToolbar-root .header-left-panel .menu-btn .MuiAvatar-root{height:18px;width:18px}header.MuiAppBar-root .MuiToolbar-root .header-right-panel .btn+.btn{margin-left:14px}header.MuiAppBar-root .MuiToolbar-root .header-right-panel .primary-link{font-size:.75rem;font-weight:600;line-height:1rem;margin-right:20px}.btn-profile.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall{border-radius:4px;margin-left:14px}.btn-profile.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall .MuiAvatar-root.primary-icon{height:24px;width:24px}.btn-profile.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall .MuiAvatar-root{height:14px;margin-left:3px;width:14px}.btn-profile.btn.btn-icon.MuiButton-root+div,.btn-profile.btn.btn-icon.MuiButton-root .MuiPaper-root{min-width:170px}.over-layer{background:rgba(0,0,0,.30196078431372547);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;-webkit-transition:all .25s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .25s cubic-bezier(0,0,.2,1) 0ms;transition:all .25s cubic-bezier(0,0,.2,1) 0ms;visibility:hidden;z-index:4}.sidebar{display:block}.sidebar .main-navigation{display:block;margin-left:40px}.sidebar .main-navigation li{display:inline-block;position:relative;vertical-align:middle}.sidebar .main-navigation li+li{margin-left:26px}.sidebar .main-navigation .dropdown-wrapper li{margin:0}.sidebar .main-navigation li .nav-item{color:#4a4a4a;display:inline-block;font-size:.75rem;font-weight:600;line-height:1rem;padding:2px 8px;position:relative;text-decoration:none;vertical-align:middle}.sidebar .main-navigation li.has-child .nav-item[aria-controls=menu-list-grow]:hover,.sidebar .main-navigation li .nav-item.active,.sidebar .main-navigation li .nav-item.Mui-focusVisible,.sidebar .main-navigation li .nav-item:hover{background:none;color:#3d73dd!important}.sidebar .main-navigation li .nav-item+ul{background:#fff;border:1px solid rgba(61,115,221,.2);border-radius:10px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.050980392156862744);box-shadow:0 2px 4px 0 rgba(0,0,0,.050980392156862744);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:-10px!important;min-width:170px;opacity:0;padding:8px 0;position:absolute;right:auto;top:-11px!important;-webkit-transform:translate(0) scale(0);-moz-transform:translate(0) scale(0);transform:translate(0) scale(0);-webkit-transform-origin:top left;-moz-transform-origin:top left;transform-origin:top left;-webkit-transition:all .3s cubic-bezier(.075,.82,.165,1);-moz-transition:all .3s cubic-bezier(.075,.82,.165,1);transition:all .3s cubic-bezier(.075,.82,.165,1);visibility:hidden;z-index:3}.sidebar .main-navigation>li>.nav-item+ul{left:-12px!important;top:-moz-calc(100% - 2px)!important;top:calc(100% - 2px)!important}.sidebar .main-navigation li:hover>.nav-item+ul{opacity:1;-webkit-transform:translate(10px,10px) scale(1);-moz-transform:translate(10px,10px) scale(1);transform:translate(10px,10px) scale(1);visibility:visible}.sidebar .main-navigation li .nav-item+ul li{display:block;margin:0}.sidebar .main-navigation li .nav-item+ul li .nav-item{color:#4a4a4a;display:block;font-size:.75rem;line-height:1rem;padding:10px 24px 10px 10px}.sidebar .main-navigation li ul>li .nav-item:before{display:none!important}.sidebar .main-navigation li ul ul{margin-left:100%}.sidebar .main-navigation li ul li:hover .nav-item:hover,.sidebar .main-navigation li ul li:hover>.nav-item{background:#f8f8f8!important;color:#4a4a4a!important}.sidebar .main-navigation>li.has-child>.nav-item{padding:2px 18px 2px 8px}.sidebar .main-navigation>li.has-child>.nav-item:after{background:url(https://s3.amazonaws.com/unverified-resources.integration.wsp.wizcart.com/common-assets/chevron-down-default.svg) no-repeat 50%;background-size:8px 8px;content:"";height:10px;padding-left:2px;position:absolute;right:2px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);width:10px}.sidebar .main-navigation>li.has-child>ul>li.has-child>.nav-item:after{background:url(https://s3.amazonaws.com/unverified-resources.integration.wsp.wizcart.com/common-assets/chevron-right-default.svg) no-repeat 50%;background-size:10px 10px;content:"";height:16px;left:auto;position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%) rotate(0deg)!important;-moz-transform:translateY(-50%) rotate(0deg)!important;transform:translateY(-50%) rotate(0deg)!important;-webkit-transition:all .3s cubic-bezier(.075,.82,.165,1);-moz-transition:all .3s cubic-bezier(.075,.82,.165,1);transition:all .3s cubic-bezier(.075,.82,.165,1);width:16px}.sidebar .main-navigation li.has-child .dropdown-wrapper{margin-top:6px;min-width:170px;overflow:hidden;z-index:999}.sidebar .main-navigation .dropdown-wrapper .MuiListItem-button{color:#4a4a4a;font-size:.75rem;font-weight:600;line-height:1rem;max-width:100%;min-height:auto;overflow:hidden;padding:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.sidebar .main-navigation .dropdown-wrapper .MuiListItem-button:hover{background:#f8f8f8}.login-wrapper{max-width:inherit!important;min-height:100vh}.login-wrapper .login-left{-moz-box-align:center;align-items:center;background:url(https://s3.amazonaws.com/unverified-resources.integration.wsp.wizcart.com/common-assets/login-background.jpg) no-repeat 50%;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;min-height:100%;overflow:hidden;padding:40px 20px}.login-wrapper .login-left .login-content{max-width:100%;text-align:center}.login-wrapper .login-left .login-content .slick-slider{overflow:hidden}.login-wrapper .login-left .login-content .login-logo{display:inline-block;margin:0 auto 40px;vertical-align:top}.login-wrapper .login-left .login-content .login-logo .MuiAvatar-root{display:inline-block;height:151px;vertical-align:top;width:144px}.login-wrapper .login-left .login-content .MuiTypography-h5{color:#fff;font-size:1.5rem;font-weight:700;line-height:2.0625rem;margin:0 auto 40px;max-width:310px;text-transform:uppercase}.login-wrapper .login-left .login-content .MuiTypography-h6{color:#fff;font-size:1rem;font-weight:400;line-height:1.3125rem;margin:0 auto 100px;max-width:310px}.login-wrapper .login-right{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.login-wrapper .login-right .login-content{padding:40px 56px;text-align:center}.login-wrapper .login-right .login-content .login-controls{margin:80px 0 0}.login-wrapper .login-right .login-content .signup-text{color:#4a4a4a;font-size:.875rem;font-weight:600;line-height:1.125rem}.main-content{overflow:hidden;padding:15px}h6.fw-700{padding:20px 0 0}table.sample-table{margin-bottom:0;overflow:auto;width:100%}table.sample-table td,table.sample-table th{font-size:1.125rem;line-height:1.375rem;padding:15px 20px;text-align:center;vertical-align:middle}table.sample-table th{border-bottom:1px solid #c2c2c2}table.sample-table td:first-child{text-align:left}.DataTableTypeSix{border-radius:4px;overflow:auto}.DataTableTypeSix .MuiTable-root{min-width:400px}.DataTableTypeSix .MuiTable-root .MuiTableCell-root{border:0;color:#4a4a4a;font-size:12px!important;line-height:1.25rem;padding:10px 24px;position:relative;vertical-align:top}.DataTableTypeSix .MuiTable-root .MuiTableCell-root+.MuiTableCell-root:before{border-left:1px solid #eee;bottom:12px;content:"";left:0;position:absolute;top:12px;width:0}.DataTableTypeSix .MuiTable-root .MuiTableCell-root:first-child{padding-left:15px!important}.DataTableTypeSix .MuiTable-root .MuiTableCell-root:last-child{padding-right:0}.DataTableTypeSix .MuiTable-root .MuiTableCell-root:last-child:before{display:none}.DataTableTypeSix .MuiTable-root .MuiTableRow-root+.MuiTableRow-root .MuiTableCell-root{border-top:1px solid #eee}.DataTableTypeSix .MuiTable-root .MuiTableRow-root .MuiTableCell-root button.MuiButtonBase-root .MuiAvatar-root{height:11px;width:11px}.DataTableTypeSix .MuiTable-root .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root+.MuiButtonBase-root{margin-left:0}.data-table6-head{background-color:#3d73dd;border-radius:4px!important;line-height:.15rem!important}.DataTableTypeSix .data-table6-cell{font-size:.775rem!important;line-height:.15rem!important;padding:5px!important;vertical-align:middle!important}.DataTableTypeSix .data-table6-cell-value{font-size:.775rem!important;line-height:1.15rem!important;padding:9px 6px!important}.DataTableTypeSix .MuiTable-root .MuiTableCell-root+.MuiTableCell-root:before{border-left:none!important}.DataTableTypeTwo{overflow:auto}.DataTableTypeTwo .MuiTable-root{min-width:400px}.DataTableTypeTwo .MuiTable-root .MuiTableCell-root{border:0;color:#4a4a4a;font-size:.875rem;line-height:1.25rem;padding:10px 24px;position:relative;vertical-align:top}.DataTableTypeTwo .MuiTable-root .MuiTableCell-root+.MuiTableCell-root:before{border-left:1px solid #eee;bottom:12px;content:"";left:0;position:absolute;top:12px;width:0}.DataTableTypeTwo .MuiTable-root .MuiTableCell-root:first-child{padding-left:0}.DataTableTypeTwo .MuiTable-root .MuiTableCell-root:last-child{padding-right:0}.DataTableTypeTwo .MuiTable-root .MuiTableCell-root:last-child:before{display:none}.DataTableTypeTwo .MuiTable-root .MuiTableRow-root+.MuiTableRow-root .MuiTableCell-root{border-top:1px solid #eee}.DataTableTypeTwo .MuiTable-root .MuiTableRow-root .MuiTableCell-root button.MuiButtonBase-root .MuiAvatar-root{height:11px;width:11px}.DataTableTypeTwo .MuiTable-root .MuiTableRow-root .MuiTableCell-root .MuiButtonBase-root+.MuiButtonBase-root{margin-left:18px}.DataTableTypeThree .MuiTable-root{border-collapse:separate;border-collapse:initial;border-spacing:0 10px;min-width:600px}.DataTableTypeThree .MuiTable-root .MuiTableHead-root .MuiTableCell-head{border:0;padding:8px 20px}.DataTableTypeThree .MuiTable-root .MuiTableHead-root .MuiTableCell-head>span{color:#7f7f7f;display:block;font-size:.875rem;font-weight:600;line-height:1.125rem;margin-bottom:-8px;white-space:nowrap}.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{border-top:1px solid #ededed;color:#4a4a4a;font-size:.875rem;font-weight:400;line-height:1.125rem;min-height:auto;padding:6px 20px}.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:last-child .MuiIconButton-root{padding:4px}.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:last-child .MuiIconButton-root .MuiAvatar-root{height:18px;width:18px}.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:first-child{border-bottom-left-radius:4px;border-left:1px solid #ededed;border-top-left-radius:4px}.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:last-child{border-bottom-right-radius:4px;border-right:1px solid #ededed;border-top-right-radius:4px;padding-right:4px;white-space:nowrap}.data-table-thumbnail.MuiAvatar-root{border-radius:4px;height:54px;overflow:hidden;width:54px}.tableFive-wrapper .MuiTableRow-root .MuiTableCell-root .MuiTable-root .MuiTableRow-root .MuiTableCell-root{position:relative}.tableFive-wrapper .MuiTableRow-root .MuiTableCell-root .MuiTable-root .MuiTableRow-root .MuiTableCell-root+.MuiTableCell-root:before{border-left:1px solid #ededed;bottom:12px;content:"";left:0;position:absolute;top:12px;width:0}.tableFive-wrapper .MuiTableRow-root .MuiTableCell-root .MuiTable-root .MuiTableCell-root .label span{font-size:.75rem;line-height:1rem}.tableFive-wrapper .nodata:before{display:none}.radius-slider{border:1px solid #d2d2d2;border-radius:10px;padding:20px 20px 10px}.radius-slider .MuiSlider-root{margin-bottom:0}.radius-slider .MuiSlider-rail{background:#ededed;height:3px}.radius-slider .MuiSlider-thumb{border:2px solid #fff;height:15px;margin-left:-8px;margin-top:-7px;width:15px}.radius-slider .MuiSlider-markLabel{color:#717171;font-size:.625rem;line-height:1rem;top:-8px}.radius-slider .MuiSlider-markLabel.MuiSlider-markLabelActive{font-size:.75rem;font-weight:700}.radius-slider .MuiSlider-mark{background:#bbb;border-radius:3px;height:7px;margin-left:-2px;top:20px;width:3px}.radius-slider .MuiSlider-mark.MuiSlider-markActive{background:#3d73dd;height:11px}.figure{background-color:#fff;border:1px solid #ededed;border-radius:10px;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.050980392156862744);box-shadow:0 5px 20px 0 rgba(0,0,0,.050980392156862744);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;padding:10px;position:relative;top:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.figure:focus,.figure:hover{border-color:#e0e0e0;-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.2);box-shadow:0 10px 30px 0 rgba(0,0,0,.2);top:-4px}.figure .MuiAvatar-root{height:auto;width:100%}.figure .MuiAvatar-root .MuiAvatar-img{border-radius:5px}.figure figcaption{color:#4a4a4a;margin:17px 0 8px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.border-red{border-color:#d0021b!important}.collapsible-table.MuiTableContainer-root{border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.collapsible-table.MuiTableContainer-root .MuiTable-root{border-collapse:separate;border-collapse:initial;table-layout:fixed}.collapsible-table.MuiTableContainer-root .MuiTableHead-root{-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744);box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744)}.collapsible-table.MuiTableContainer-root .MuiTableCell-head{border:1px solid #ededed;border-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:1.375rem;padding:6px;text-align:center}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .btn-collapse .MuiAvatar-img{height:7px;width:11px}.collapsible-table.MuiTableContainer-root .MuiTableRow-root:first-child .MuiTableCell-head:last-child{border-bottom-right-radius:10px;border-right:1px solid #ededed}.collapsible-table.MuiTableContainer-root .MuiTableHead-root .MuiTableCell-head .content{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.collapsible-table .MuiTableRow-root .MuiTableCell-root{color:#4a4a4a}.collapsible-table.MuiTableContainer-root .w-90-px{width:90px}.collapsible-table.MuiTableContainer-root .w-120-px{width:120px}.collapsible-table.MuiTableContainer-root .w-125-px{width:125px}.collapsible-table.MuiTableContainer-root .w-130-px{width:130px}.collapsible-table.MuiTableContainer-root .w-135-px{width:135px}.collapsible-table.MuiTableContainer-root .w-180-px{width:180px}.collapsible-table.MuiTableContainer-root .w-270-px{width:270px}.collapsible-table.MuiTableContainer-root .MuiTableCell-head span{display:block;font-size:.625rem;line-height:1rem}.collapsible-table.MuiTableContainer-root .MuiTableCell-head.bl-0{border-left:0}.collapsible-table.MuiTableContainer-root .MuiTableCell-head.br-0{border-right:0}.collapsible-table.MuiTableContainer-root .MuiTableCell-head.bt-0{border-top:0}.collapsible-table.MuiTableContainer-root .MuiTableCell-head.bb-0{border-bottom:0}.collapsible-table.MuiTableContainer-root .MuiTableRow-root:first-child .MuiTableCell-head:first-child{border-top-left-radius:10px}.collapsible-table.MuiTableContainer-root .MuiTableRow-root:first-child .MuiTableCell-head:last-child{border-top-right-radius:10px}.collapsible-table.MuiTableContainer-root .MuiTableRow-root:last-child .MuiTableCell-head:first-child{border-bottom-left-radius:10px}.collapsible-table.MuiTableContainer-root .MuiTableCell-body{border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:6px 15px;text-align:center}.collapsible-table.MuiTableContainer-root .data-level-2-row{-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744);box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744)}.collapsible-table.MuiTableContainer-root .data-level-2-row>.MuiTableCell-body{background:#fff;border:1px solid #ededed;border-radius:0 0 10px 30px;border-top:0;padding:0 0 0 10px}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root{margin-bottom:0}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root .MuiFilledInput-root{border:1px solid #ededed;border-radius:5px;-webkit-box-shadow:none;box-shadow:none}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root.red-border .MuiFilledInput-root{border-color:#d0021b}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root .MuiFilledInput-root.Mui-focused{border-color:#3d73dd}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root .MuiFilledInput-input{border-radius:5px;color:#00b9c3;font-size:.875rem;height:36px;line-height:1.25rem;padding:0;text-align:center}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root.dark-text .MuiFilledInput-input{color:#4a4a4a}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root.orange-text .MuiFilledInput-input{color:#fd7b1f}.collapsible-table.MuiTableContainer-root .MuiTableCell-body .MuiTextField-root .MuiFilledInput-input.Mui-disabled{background:#f8f8f8}.collapsible-table.MuiTableContainer-root .data-level-1{-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744);box-shadow:0 2px 10px 0 rgba(44,64,90,.050980392156862744)}.collapsible-table.MuiTableContainer-root .data-level-1 .MuiTableCell-body{border-bottom:1px solid #ededed;border-top:1px solid #ededed}.collapsible-table.MuiTableContainer-root .data-level-1 .MuiTableCell-body:first-child{border-bottom-left-radius:10px;border-left:1px solid #ededed;border-top-left-radius:10px}.collapsible-table.MuiTableContainer-root .data-level-1 .MuiTableCell-body:last-child{border-bottom-right-radius:10px;border-right:1px solid #ededed;border-top-right-radius:10px}.collapsible-table.MuiTableContainer-root .data-level-2-detail>.MuiTableCell-body{border-top:1px solid #ededed}.collapsible-table.MuiTableContainer-root .data-level-1:not(.open)+.data-level-2-row>.MuiTableCell-body{border:0}.collapsible-table.MuiTableContainer-root .data-level-1.open>.MuiTableCell-body{border-bottom:0}.collapsible-table.MuiTableContainer-root .data-level-1.open>.MuiTableCell-body:first-child{border-bottom-left-radius:0}.collapsible-table.MuiTableContainer-root .data-level-1.open>.MuiTableCell-body:last-child{border-bottom-right-radius:0}.collapsible-table.MuiTableContainer-root .data-level-3-row>.MuiTableCell-body{padding-left:0;padding-right:0}.collapsible-table.MuiTableContainer-root .data-level-3-row>.MuiTableCell-body .MuiCollapse-wrapper{background:#fbfbfb;border:1px solid #ededed;border-radius:4px;margin:0 0 0 -25px;padding:0 0 0 27px}.collapsible-table.MuiTableContainer-root .data-level-3-row:not(.open)>.MuiTableCell-body{padding:0}.table-status a{margin-left:4px}.photo-video-dialog .MuiDialogContent-root .MuiAvatar-root{margin:0 auto}.payment-info-card{padding:30px}.payment-info-card .top{background-color:#3d73dd;border-top-left-radius:inherit;border-top-right-radius:inherit;margin:-30px;padding:30px}.payment-info-card .top .MuiAvatar-root{height:auto;width:auto}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTable-root{min-width:700px}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiCollapse-container .MuiTable-root{min-width:auto}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-1,.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-2,.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-2-row,.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableHead-root{-webkit-box-shadow:none!important;box-shadow:none!important}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-1.open{-webkit-box-shadow:0 2px 4px 0 hsla(0,0%,39.2%,.050980392156862744)!important;box-shadow:0 2px 4px 0 hsla(0,0%,39.2%,.050980392156862744)!important}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableCell-head{border:0!important}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableHead-root .MuiTableRow-head .MuiTableCell-head{border-radius:0;color:#7f7f7f;font-size:.875rem;font-weight:600;line-height:1.125rem;padding:11px 15px}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableHead-root .MuiTableRow-head .MuiTableCell-head:first-child{color:#7f7f7f;font-size:.875rem;font-weight:600;line-height:1.125rem;padding-left:0;text-align:left}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableCell-head{padding:6px 15px}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableCell-body{color:#4a4a4a;font-size:1rem;line-height:1.25rem;padding:10px 15px}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableCell-body:first-child>span{padding-left:5px;white-space:nowrap}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-2-row>.MuiTableCell-body{padding:0 15px 0 40px}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-2-row>.MuiTableCell-body .MuiTableCell-body{font-size:1rem;font-weight:300;line-height:1.25rem;padding:13px 15px}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-2-row>.MuiTableCell-body .MuiTableCell-body span{padding:0}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .data-level-2-row>.MuiTableCell-body .MuiTableCell-body:last-child{padding-right:0}.CollapsibleTypeTwo.collapsible-table.MuiTableContainer-root .MuiTableRow-root.spacing-row .MuiTableCell-body{padding:5px 15px}.figure-horizontal{background-color:#fff;border:1px solid #ededed;border-radius:10px;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.050980392156862744);box-shadow:0 5px 20px 0 rgba(0,0,0,.050980392156862744);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-moz-box;display:flex;padding:10px;position:relative;top:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.figure-horizontal:focus,.figure-horizontal:hover{border-color:#e0e0e0;-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.2);box-shadow:0 10px 30px 0 rgba(0,0,0,.2);top:-4px}.figure-horizontal .MuiAvatar-root{height:auto;margin-right:20px;min-width:180px}.figure-horizontal .MuiAvatar-root .MuiAvatar-img{border-radius:5px}.figure-horizontal .fig-details{padding:5px 0}.figure-horizontal .fig-details .fig-caption{color:#4a4a4a;font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:10px}.figure-horizontal .fig-details .fig-description{color:#2b2b2b;font-size:.75rem;line-height:1.0625rem}.status-dot{border-radius:50%;display:inline-block;height:12px;margin-right:12px;vertical-align:middle;width:12px}.status-dot.error{background:#fd0a00}.container{display:-moz-box;display:flex}.camera-btn-two>.MuiAvatar-root{margin-bottom:0!important;margin-right:12px!important}.camera-btn-two .MuiAvatar-root.MuiAvatar-square{margin-bottom:0!important}.camera-btn-two .MuiTouchRipple-root{display:none!important}.camera-btn-two .MuiButtonBase-root:after{background-color:grey;content:"";height:-moz-calc(100% - 8px);height:calc(100% - 8px);left:-11px;position:absolute;top:4px;width:1px}.camera-btn-two .MuiButtonBase-root{margin-left:8px!important;padding:4px!important}.camera-btn-two .camera-avtar{margin:0 13px 0 4px!important}.info-tooltip{position:relative}.tick-box{background:#4a4a4a;border-radius:1px;display:inline-block;height:11px;margin-right:10px;width:11px}.warn.tick-box{background:#faca00}.success.tick-box{background:#0cb56c}.danger.tick-box{background:#fc463f}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:first-child{margin-left:0}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(2){margin-left:20px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(3){margin-left:40px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(4){margin-left:60px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(5){margin-left:80px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(6){margin-left:100px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(7){margin-left:120px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(8){margin-left:140px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(9){margin-left:160px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(10){margin-left:180px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(11){margin-left:200px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(12){margin-left:220px}.play-btn.MuiAvatar-root{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.10196078431372549),0 0 4px 0 rgba(0,0,0,.5019607843137255);box-shadow:0 2px 4px 0 rgba(0,0,0,.10196078431372549),0 0 4px 0 rgba(0,0,0,.5019607843137255)}.MuiToggleButtonGroup-root .slick-arrow{background:#fff!important;height:26px;height:62px;margin-top:0;width:26px;width:30px;z-index:1}.MuiToggleButtonGroup-root .slick-arrow.slick-prev{left:0;right:auto}.MuiToggleButtonGroup-root .slick-arrow.slick-next{left:auto;right:0}.MuiToggleButtonGroup-root .slick-arrow.slick-next:before,.MuiToggleButtonGroup-root .slick-arrow.slick-prev:before{color:#3d73dd;font-size:26px;line-height:1.1;opacity:1}.MuiToggleButtonGroup-root .slick-arrow.slick-next.slick-disabled,.MuiToggleButtonGroup-root .slick-arrow.slick-prev.slick-disabled{display:none!important}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root>.MuiTreeItem-content{-moz-box-align:start;align-items:flex-start;display:-moz-box;display:flex}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root .MuiTreeItem-content .MuiTreeItem-iconContainer{flex-shrink:0;margin-top:4px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root .MuiTreeItem-content .MuiTreeItem-label{-moz-box-flex:1;flex-grow:1}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root .MuiTreeItem-content .MuiTreeItem-label .chips-wrapper .MuiTypography-root{margin-bottom:4px}.error-chip.MuiChip-root,.success-chip.MuiChip-root{border-radius:8px!important;color:#fff;height:27px!important}.error-chip.MuiChip-root.light{background-color:rgba(231,76,60,.2);border-color:rgba(231,76,60,.2)!important;border-radius:8px!important;height:27px!important}.error-chip.MuiChip-root.light .MuiChip-label{color:#e74c3c}.error-chip.MuiChip-root.light.small-chips .MuiChip-label,.success-chip.MuiChip-root.light.small-chips .MuiChip-label{font-size:.8rem;line-height:1}.success-chip.MuiChip-root.light{background-color:rgba(12,181,108,.2)!important;border-color:rgba(12,181,108,.2)!important;border-radius:8px!important;height:27px!important}.success-chip.MuiChip-root.light .MuiChip-label{color:#0cb56c!important}@media (max-width:1279px){.sidebar{background:#fff;bottom:0;-webkit-box-shadow:0 0 12px rgba(0,0,0,.10196078431372549);box-shadow:0 0 12px rgba(0,0,0,.10196078431372549);left:0;margin-left:-300px;overflow:auto;position:fixed;top:0;-webkit-transition:all .3s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .3s cubic-bezier(0,0,.2,1) 0ms;transition:all .3s cubic-bezier(0,0,.2,1) 0ms;width:240px;z-index:999}.sidebar>div{border-bottom:1px solid rgba(49,49,49,.10196078431372549);display:block;margin:0 0 10px;padding:20px}.sidebar>div .nav-brand{margin:0 auto}.sidebar .main-navigation{margin-left:0;overflow:hidden}.sidebar .main-navigation li{display:block}.sidebar .main-navigation li+li{margin-left:0}.sidebar .main-navigation>li.has-child>.nav-item,.sidebar .main-navigation li .nav-item{border-radius:0;display:block;font-size:.875rem;line-height:1.125rem;margin:0;padding:12px 30px 12px 16px}.sidebar .main-navigation li .nav-item:before{display:none}body.toggle-sidebar{overflow:hidden}body.toggle-sidebar .sidebar{margin-left:0}body.toggle-sidebar .over-layer{opacity:1;visibility:visible}.sidebar .main-navigation li.has-child .nav-item[aria-controls=menu-list-grow]:after{-webkit-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.sidebar .main-navigation li.has-child .dropdown-wrapper{margin-top:0;position:static!important;will-change:auto!important}.sidebar .main-navigation li.has-child .dropdown-wrapper,.sidebar .main-navigation li.has-child .dropdown-wrapper .MuiPaper-root{height:auto!important;-webkit-transform:none!important;-moz-transform:none!important;transform:none!important;-webkit-transition:none!important;-moz-transition:none!important;transition:none!important}.sidebar .main-navigation li.has-child .dropdown-wrapper .MuiPaper-root{background:#f8f8f8;border:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;opacity:1!important;-webkit-transform-origin:0!important;-moz-transform-origin:0!important;transform-origin:0!important}.sidebar .main-navigation li.has-child .dropdown-wrapper .MuiPaper-root .MuiList-root{padding:0}.sidebar .main-navigation .dropdown-wrapper .MuiListItem-button{font-size:.875rem;line-height:1.125rem;padding:12px 30px}.sidebar .main-navigation li .nav-item+ul{border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin:0;min-width:auto;opacity:1;padding:0;position:static;-webkit-transform:none!important;-moz-transform:none!important;transform:none!important;visibility:visible}.sidebar .main-navigation .nav-item+ul li .nav-item{display:block;font-size:.875rem;line-height:1.125rem;margin:0;padding:12px 30px 12px 16px}.sidebar .main-navigation li.has-child .nav-item[aria-controls=menu-list-grow]:hover,.sidebar .main-navigation li.has-child>.nav-item:focus,.sidebar .main-navigation li.has-child>.nav-item:hover,.sidebar .main-navigation li .nav-item:hover,.sidebar .main-navigation li ul li:hover .nav-item:hover{background:#f8f8f8;color:#3d73dd!important}.sidebar .main-navigation li.has-child>.nav-item:focus{background:none}.sidebar .main-navigation li.has-child .nav-item[aria-controls=menu-list-grow]{background:#f8f8f8}.sidebar .main-navigation li ul li .nav-item{padding-left:26px!important}.sidebar .main-navigation li ul ul li .nav-item{padding-left:36px!important}.sidebar .main-navigation li ul ul ul li .nav-item{padding-left:46px!important}.sidebar .main-navigation li.has-child.open{background:rgba(0,0,0,.050980392156862744)}.sidebar .main-navigation li.has-child.open>ul{background:none;display:block}.sidebar .main-navigation>li.has-child>.nav-item:after{background-position:50%;left:auto;padding:0;right:15px}.sidebar .main-navigation>li.has-child.open>.nav-item:after{-webkit-transform:translateY(-50%) rotate(180deg)!important;-moz-transform:translateY(-50%) rotate(180deg)!important;transform:translateY(-50%) rotate(180deg)!important}.sidebar .main-navigation>li.has-child>ul>li.has-child>.nav-item:after{background-image:url(https://s3.amazonaws.com/unverified-resources.integration.wsp.wizcart.com/common-assets/chevron-down-default.svg)}.sidebar .main-navigation li ul li.has-child.open .nav-item:after{-webkit-transform:translateY(-50%) rotate(180deg)!important;-moz-transform:translateY(-50%) rotate(180deg)!important;transform:translateY(-50%) rotate(180deg)!important}.login-wrapper .login-left .login-content .MuiTypography-h6{margin:0 auto 60px}.login-wrapper .login-right .login-content{padding:40px 80px}.login-wrapper .login-right .login-content .login-controls{margin:40px auto 0;padding:0}}@media (max-width:959px){.login-wrapper .login-left .login-content .login-logo .MuiAvatar-root{height:inherit;max-width:100%;width:inherit}.login-wrapper .login-right .login-content{padding:40px}.login-wrapper .login-left .login-content .login-logo{max-width:50%}.login-wrapper .login-left .login-content .slick-slider{display:none}.login-wrapper .login-left .login-content .login-logo{margin:0}.login-wrapper .login-right{min-height:auto}.login-wrapper .login-left{padding:30px 20px}.login-wrapper .login-right .login-content .login-controls{margin:30px auto 0}.all-service-listing-wrapper .secondary-sidebar .AccordionTypeTwo.MuiPaper-root{margin:0 0 16px!important}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-label .MuiTypography-root{font-size:.9375rem;line-height:1.1875rem}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-group .MuiTreeItem-label .MuiTypography-root{font-size:.875rem;line-height:1.125rem}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-content{padding:10px}.tree-view-wrapper.MuiTreeView-root .MuiCollapse-container .MuiCollapse-wrapper .MuiTreeItem-root .MuiTreeItem-content .MuiTreeItem-label{margin-left:20px;width:-moz-calc(100% - 20px);width:calc(100% - 20px)}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root{padding:6px 18px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root .MuiToggleButton-label b{padding-top:0}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text{display:block}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:first-child,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:last-child{border-radius:4px;display:-moz-inline-box;display:inline-flex;margin:5px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root{padding-left:0;padding-top:0}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{background:none;border:none;display:inline-block;margin:0;padding:26px 9px 10px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root+.MuiToggleButton-root{margin-left:30px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label{display:block}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span{min-height:36px;padding-left:0;padding-top:6px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span i{bottom:auto;height:34px;left:50%;top:-8px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:34px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label img{height:34px;width:34px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label em{-moz-box-align:start;align-items:flex-start;display:-moz-box;display:flex;font-size:12px;height:32px;line-height:16px;max-width:66px;padding:6px 0;text-align:center}.payment-info-card{padding:20px!important}.payment-info-card .top{margin:-20px -20px 20px!important;padding:20px!important}.tree-view-wrapper.MuiTreeView-root .MuiTreeItem-root .MuiTreeItem-content .MuiTreeItem-iconContainer{margin-top:1px}}@media (max-width:599px){.lnh-sm-20{line-height:1.125rem}header.MuiAppBar-root .MuiToolbar-root .header-left-panel .menu-btn{margin-right:14px;padding:6px}header.MuiAppBar-root .MuiToolbar-root{min-height:70px}.nav-brand img{height:48px;width:100px}.btn-profile.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall,header.MuiAppBar-root .MuiToolbar-root .header-right-panel .btn+.btn{margin-left:8px}.login-wrapper .login-right .login-content{padding:40px 20px}.form-control.MuiFormControl-root .MuiInputLabel-filled{-webkit-transform:translate(20px,17px) scale(1);-moz-transform:translate(20px,17px) scale(1);transform:translate(20px,17px) scale(1)}.form-control.MuiFormControl-root .MuiInputLabel-filled.MuiInputLabel-shrink{-webkit-transform:translate(20px,8px) scale(.75);-moz-transform:translate(20px,8px) scale(.75);transform:translate(20px,8px) scale(.75)}.form-control.MuiFormControl-root .MuiFilledInput-input,.form-control.MuiFormControl-root .MuiFilledInput-multiline{font-size:.875rem;line-height:1.125rem;padding:23px 20px 7px}.form-control.MuiFormControl-root.otp-control .MuiInputLabel-filled{font-size:1.3rem;line-height:1.5em;-webkit-transform:translate(20px,2px) scale(1);-moz-transform:translate(20px,2px) scale(1);transform:translate(20px,2px) scale(1)}.btn.MuiButton-root.MuiButton-sizeSmall{font-size:.775rem}.btn.MuiButton-root.MuiButton-sizeLarge{border-radius:4px;font-size:.9375rem;padding:11px 20px}.btn.MuiButton-root{border-radius:4px;font-size:.875rem;padding:8.5px ​20px}.btn.btn-icon.MuiButton-root{padding:8px}.default-dialog .MuiDialogActions-root{display:block}.default-dialog .MuiDialogActions-root .MuiButton-root{min-width:140px;width:100%}.default-dialog .MuiDialogActions-root .MuiButton-root+.MuiButton-root{margin:10px 0 0}.btn.has-icon.MuiButton-root{padding:9px}.btn.has-icon.MuiButton-root.MuiButton-contained.MuiButton-sizeSmall{padding:5px}.btn.has-icon.MuiButton-root.MuiButton-sizeLarge{padding:10px}.btn.has-icon.MuiButton-root.MuiButton-outlinedPrimary{padding:5px}.btn.has-icon.MuiButton-root.MuiButton-outlinedPrimary.MuiButton-sizeSmall{padding:4px}.btn.has-icon.MuiButton-root.MuiButton-outlinedPrimary.MuiButton-sizeLarge{padding:9px}.btn.has-icon.MuiButton-root .MuiButton-label{font-size:0;line-height:0}.btn.has-icon.text-xs.MuiButton-root .MuiButton-label{font-size:12.5px}.btn.has-icon.text-show.MuiButton-root,.btn.has-icon.text-show.MuiButton-root.MuiButton-outlinedPrimary,.btn.has-icon.text-xs.MuiButton-root.MuiButton-sizeSmall{padding:4px 8px}.btn.has-icon.text-show.MuiButton-root .MuiButton-label{font-size:.75rem}.btn.has-icon.MuiButton-root.MuiButton-sizeLarge{border-radius:4px}.btn.has-icon.MuiButton-root .MuiButton-label .MuiButton-endIcon,.btn.has-icon.MuiButton-root .MuiButton-label .MuiButton-startIcon{margin:0}.btn.has-icon.text-show.MuiButton-root .MuiButton-label .MuiButton-startIcon{margin:0 2px 0 0}.btn.has-icon.text-show.MuiButton-root .MuiButton-label .MuiButton-endIcon{margin:0 0 0 2px}.btn.has-icon.MuiButtonBase-root{min-width:auto!important;padding:6px}.default-dialog .MuiDialogTitle-root h2.MuiTypography-root{padding:0}.default-dialog.center-header .MuiDialogTitle-root .MuiTypography-root{-moz-box-pack:justify;justify-content:space-between;padding:0}.default-dialog.confirmation-modal .MuiDialogTitle-root h2.MuiTypography-root{padding:0}.default-dialog.confirmation-modal .MuiDialogTitle-root .MuiTypography-root{-moz-box-pack:start;justify-content:flex-start}.default-dialog .MuiDialogTitle-root{padding:8px 14px 8px 20px}.default-dialog .MuiDialogTitle-root .MuiTypography-root .btn.btn-icon{position:relative;right:0}.default-dialog .MuiDialogContent-root{padding:20px 20px 0}.default-dialog.no-action .MuiDialogContent-root{padding-bottom:20px}.default-dialog .MuiDialogActions-root{padding:20px}.default-dialog .MuiDialogActions-root.form-dialog{padding:20px 0}.page-title-with-action{display:block}.page-title-with-action .h6,.page-title-with-action h6{font-size:1rem;line-height:1.125rem;margin-bottom:15px}.figure-horizontal{display:block}.figure-horizontal .MuiAvatar-root{margin:0 0 8px}.figure-horizontal .fig-details .fig-caption{font-size:1rem;line-height:1.25rem;margin-bottom:8px}.AccordionTypeTwo .MuiAccordionSummary-root{min-height:48px;padding:0 20px 0 16px}.AccordionTypeTwo .MuiAccordionSummary-content>span{font-size:1rem;line-height:1.25rem}.AccordionTypeTwo .MuiAccordionSummary-root .MuiAccordionSummary-content .label-icon.MuiAvatar-root{height:22px;margin-right:10px;width:22px}.AccordionTypeTwo .MuiAccordionSummary-expandIcon .MuiAvatar-root{height:12px;width:12px}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links a{font-size:.875rem;line-height:1.125rem;padding:8px 0}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root{padding:0 16px 8px 64px}.DataTableTypeTwo .MuiTable-root .MuiTableCell-root:last-child .btn.MuiButton-root{height:26px;width:26px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(2){margin-left:10px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(3){margin-left:20px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(4){margin-left:30px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(5){margin-left:40px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(6){margin-left:50px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(7){margin-left:60px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(8){margin-left:70px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(9){margin-left:80px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(10){margin-left:90px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(11){margin-left:100px}.accordion-hierarchy .MuiAccordion-root.AccordionTypeThree:nth-child(12){margin-left:110px}.card{padding:20px}.bottom-grey-card{margin:20px -20px -20px;padding:20px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root{display:block}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{display:-moz-inline-box;display:inline-flex;margin:5px;padding:6px 10px}.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:first-child,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root:last-child,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:first-child,.MuiFormControl-root.text-toggle-group .MuiToggleButtonGroup-root.multiline-text .MuiToggleButton-root:last-child{border-radius:4px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{padding:26px 4px 4px;width:70px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label em{font-size:10px;height:28px;line-height:14px;max-width:56px}.MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root+.MuiToggleButton-root{margin-left:0}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label img{height:24px;width:24px}.MuiFormControl-root.boolean-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root+.MuiToggleButton-root{margin-left:26px}}.order-first{-moz-box-ordinal-group:0!important;order:-1!important}.order-0{-moz-box-ordinal-group:1!important;order:0!important}.order-1{-moz-box-ordinal-group:2!important;order:1!important}.order-2{-moz-box-ordinal-group:3!important;order:2!important}.order-3{-moz-box-ordinal-group:4!important;order:3!important}.order-4{-moz-box-ordinal-group:5!important;order:4!important}.order-5{-moz-box-ordinal-group:6!important;order:5!important}.order-last{-moz-box-ordinal-group:7!important;order:6!important}.m-0{margin:0!important}.m-1{margin:10px!important}.m-2{margin:20px!important}.m-3{margin:30px!important}.m-4{margin:40px!important}.m-5{margin:50px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:10px!important;margin-right:10px!important}.mx-2{margin-left:20px!important;margin-right:20px!important}.mx-3{margin-left:30px!important;margin-right:30px!important}.mx-4{margin-left:40px!important;margin-right:40px!important}.mx-5{margin-left:50px!important;margin-right:50px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:10px!important;margin-top:10px!important}.my-2{margin-bottom:20px!important;margin-top:20px!important}.my-3{margin-bottom:30px!important;margin-top:30px!important}.my-4{margin-bottom:40px!important;margin-top:40px!important}.my-5{margin-bottom:50px!important;margin-top:50px!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:10px!important}.mt-2{margin-top:20px!important}.mt-3{margin-top:30px!important}.mt-4{margin-top:40px!important}.mt-5{margin-top:50px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:10px!important}.mr-2{margin-right:20px!important}.mr-3{margin-right:30px!important}.mr-4{margin-right:40px!important}.mr-5{margin-right:50px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:10px!important}.mb-2{margin-bottom:20px!important}.mb-3{margin-bottom:30px!important}.mb-4{margin-bottom:40px!important}.mb-5{margin-bottom:50px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:10px!important}.ml-2{margin-left:20px!important}.ml-3{margin-left:30px!important}.ml-4{margin-left:40px!important}.ml-5{margin-left:50px!important}.p-0{padding:0!important}.p-1{padding:10px!important}.p-2{padding:20px!important}.p-3{padding:30px!important}.p-4{padding:40px!important}.p-5{padding:50px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:10px!important;padding-right:10px!important}.px-2{padding-left:20px!important;padding-right:20px!important}.px-3{padding-left:30px!important;padding-right:30px!important}.px-4{padding-left:40px!important;padding-right:40px!important}.px-5{padding-left:50px!important;padding-right:50px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:10px!important;padding-top:10px!important}.py-2{padding-bottom:20px!important;padding-top:20px!important}.py-3{padding-bottom:30px!important;padding-top:30px!important}.py-4{padding-bottom:40px!important;padding-top:40px!important}.py-5{padding-bottom:50px!important;padding-top:50px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:10px!important}.pt-2{padding-top:20px!important}.pt-3{padding-top:30px!important}.pt-4{padding-top:40px!important}.pt-5{padding-top:50px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:10px!important}.pr-2{padding-right:20px!important}.pr-3{padding-right:30px!important}.pr-4{padding-right:40px!important}.pr-5{padding-right:50px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:10px!important}.pb-2{padding-bottom:20px!important}.pb-3{padding-bottom:30px!important}.pb-4{padding-bottom:40px!important}.pb-5{padding-bottom:50px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:10px!important}.pl-2{padding-left:20px!important}.pl-3{padding-left:30px!important}.pl-4{padding-left:40px!important}.pl-5{padding-left:50px!important}.m--1{margin:-10px!important}.m--2{margin:-20px!important}.m--3{margin:-30px!important}.mt--1{margin-top:-10px!important}.mt--2{margin-top:-20px!important}.mt--3{margin-top:-30px!important}.mb--1{margin-bottom:-10px!important}.mb--2{margin-bottom:-20px!important}.mb--3{margin-bottom:-30px!important}.ml--1{margin-left:-10px!important}.ml--2{margin-left:-20px!important}.ml--3{margin-left:-30px!important}.mr--1{margin-right:-10px!important}.mr--2{margin-right:-20px!important}.mr--3{margin-right:-30px!important}.d-flex{display:-moz-box!important;display:flex!important}.flex-column{-moz-box-orient:vertical!important;-moz-box-direction:normal!important;flex-direction:column!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.justify-content-start{-moz-box-pack:start!important;justify-content:flex-start!important}.justify-content-end{-moz-box-pack:end!important;justify-content:flex-end!important}.justify-content-center{-moz-box-pack:center!important;justify-content:center!important}.justify-content-between{-moz-box-pack:justify!important;justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{-moz-box-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-moz-box-align:start!important;align-items:flex-start!important}.align-items-end{-moz-box-align:end!important;align-items:flex-end!important}.align-items-center{-moz-box-align:center!important;align-items:center!important}.align-items-baseline{-moz-box-align:baseline!important;align-items:baseline!important}.align-items-stretch{-moz-box-align:stretch!important;align-items:stretch!important}@media (min-width:1920px){.order-xl-first{-moz-box-ordinal-group:0!important;order:-1!important}.order-xl-0{-moz-box-ordinal-group:1!important;order:0!important}.order-xl-1{-moz-box-ordinal-group:2!important;order:1!important}.order-xl-2{-moz-box-ordinal-group:3!important;order:2!important}.order-xl-3{-moz-box-ordinal-group:4!important;order:3!important}.order-xl-4{-moz-box-ordinal-group:5!important;order:4!important}.order-xl-5{-moz-box-ordinal-group:6!important;order:5!important}.order-xl-last{-moz-box-ordinal-group:7!important;order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:10px!important}.m-xl-2{margin:20px!important}.m-xl-3{margin:30px!important}.m-xl-4{margin:40px!important}.m-xl-5{margin:50px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:10px!important;margin-right:10px!important}.mx-xl-2{margin-left:20px!important;margin-right:20px!important}.mx-xl-3{margin-left:30px!important;margin-right:30px!important}.mx-xl-4{margin-left:40px!important;margin-right:40px!important}.mx-xl-5{margin-left:50px!important;margin-right:50px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:10px!important;margin-top:10px!important}.my-xl-2{margin-bottom:20px!important;margin-top:20px!important}.my-xl-3{margin-bottom:30px!important;margin-top:30px!important}.my-xl-4{margin-bottom:40px!important;margin-top:40px!important}.my-xl-5{margin-bottom:50px!important;margin-top:50px!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:10px!important}.mt-xl-2{margin-top:20px!important}.mt-xl-3{margin-top:30px!important}.mt-xl-4{margin-top:40px!important}.mt-xl-5{margin-top:50px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:10px!important}.mr-xl-2{margin-right:20px!important}.mr-xl-3{margin-right:30px!important}.mr-xl-4{margin-right:40px!important}.mr-xl-5{margin-right:50px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:10px!important}.mb-xl-2{margin-bottom:20px!important}.mb-xl-3{margin-bottom:30px!important}.mb-xl-4{margin-bottom:40px!important}.mb-xl-5{margin-bottom:50px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:10px!important}.ml-xl-2{margin-left:20px!important}.ml-xl-3{margin-left:30px!important}.ml-xl-4{margin-left:40px!important}.ml-xl-5{margin-left:50px!important}.ml-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:10px!important}.p-xl-2{padding:20px!important}.p-xl-3{padding:30px!important}.p-xl-4{padding:40px!important}.p-xl-5{padding:50px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:10px!important;padding-right:10px!important}.px-xl-2{padding-left:20px!important;padding-right:20px!important}.px-xl-3{padding-left:30px!important;padding-right:30px!important}.px-xl-4{padding-left:40px!important;padding-right:40px!important}.px-xl-5{padding-left:50px!important;padding-right:50px!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:10px!important;padding-top:10px!important}.py-xl-2{padding-bottom:20px!important;padding-top:20px!important}.py-xl-3{padding-bottom:30px!important;padding-top:30px!important}.py-xl-4{padding-bottom:40px!important;padding-top:40px!important}.py-xl-5{padding-bottom:50px!important;padding-top:50px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:10px!important}.pt-xl-2{padding-top:20px!important}.pt-xl-3{padding-top:30px!important}.pt-xl-4{padding-top:40px!important}.pt-xl-5{padding-top:50px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:10px!important}.pr-xl-2{padding-right:20px!important}.pr-xl-3{padding-right:30px!important}.pr-xl-4{padding-right:40px!important}.pr-xl-5{padding-right:50px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:10px!important}.pb-xl-2{padding-bottom:20px!important}.pb-xl-3{padding-bottom:30px!important}.pb-xl-4{padding-bottom:40px!important}.pb-xl-5{padding-bottom:50px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:10px!important}.pl-xl-2{padding-left:20px!important}.pl-xl-3{padding-left:30px!important}.pl-xl-4{padding-left:40px!important}.pl-xl-5{padding-left:50px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.d-xl-flex{display:-moz-box!important;display:flex!important}.flex-xl-column{-moz-box-orient:vertical!important;-moz-box-direction:normal!important;flex-direction:column!important}.d-xl-block{display:block!important}.d-xl-inline-block{display:inline-block!important}.justify-content-xl-start{-moz-box-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-moz-box-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-moz-box-pack:center!important;justify-content:center!important}.justify-content-xl-between{-moz-box-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{-moz-box-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-moz-box-align:start!important;align-items:flex-start!important}.align-items-xl-end{-moz-box-align:end!important;align-items:flex-end!important}.align-items-xl-center{-moz-box-align:center!important;align-items:center!important}.align-items-xl-baseline{-moz-box-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-moz-box-align:stretch!important;align-items:stretch!important}}@media (min-width:1280px){.order-lg-first{-moz-box-ordinal-group:0!important;order:-1!important}.order-lg-0{-moz-box-ordinal-group:1!important;order:0!important}.order-lg-1{-moz-box-ordinal-group:2!important;order:1!important}.order-lg-2{-moz-box-ordinal-group:3!important;order:2!important}.order-lg-3{-moz-box-ordinal-group:4!important;order:3!important}.order-lg-4{-moz-box-ordinal-group:5!important;order:4!important}.order-lg-5{-moz-box-ordinal-group:6!important;order:5!important}.order-lg-last{-moz-box-ordinal-group:7!important;order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:10px!important}.m-lg-2{margin:20px!important}.m-lg-3{margin:30px!important}.m-lg-4{margin:40px!important}.m-lg-5{margin:50px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:10px!important;margin-right:10px!important}.mx-lg-2{margin-left:20px!important;margin-right:20px!important}.mx-lg-3{margin-left:30px!important;margin-right:30px!important}.mx-lg-4{margin-left:40px!important;margin-right:40px!important}.mx-lg-5{margin-left:50px!important;margin-right:50px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:10px!important;margin-top:10px!important}.my-lg-2{margin-bottom:20px!important;margin-top:20px!important}.my-lg-3{margin-bottom:30px!important;margin-top:30px!important}.my-lg-4{margin-bottom:40px!important;margin-top:40px!important}.my-lg-5{margin-bottom:50px!important;margin-top:50px!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:10px!important}.mt-lg-2{margin-top:20px!important}.mt-lg-3{margin-top:30px!important}.mt-lg-4{margin-top:40px!important}.mt-lg-5{margin-top:50px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:10px!important}.mr-lg-2{margin-right:20px!important}.mr-lg-3{margin-right:30px!important}.mr-lg-4{margin-right:40px!important}.mr-lg-5{margin-right:50px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:10px!important}.mb-lg-2{margin-bottom:20px!important}.mb-lg-3{margin-bottom:30px!important}.mb-lg-4{margin-bottom:40px!important}.mb-lg-5{margin-bottom:50px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:10px!important}.ml-lg-2{margin-left:20px!important}.ml-lg-3{margin-left:30px!important}.ml-lg-4{margin-left:40px!important}.ml-lg-5{margin-left:50px!important}.ml-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:10px!important}.p-lg-2{padding:20px!important}.p-lg-3{padding:30px!important}.p-lg-4{padding:40px!important}.p-lg-5{padding:50px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:10px!important;padding-right:10px!important}.px-lg-2{padding-left:20px!important;padding-right:20px!important}.px-lg-3{padding-left:30px!important;padding-right:30px!important}.px-lg-4{padding-left:40px!important;padding-right:40px!important}.px-lg-5{padding-left:50px!important;padding-right:50px!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:10px!important;padding-top:10px!important}.py-lg-2{padding-bottom:20px!important;padding-top:20px!important}.py-lg-3{padding-bottom:30px!important;padding-top:30px!important}.py-lg-4{padding-bottom:40px!important;padding-top:40px!important}.py-lg-5{padding-bottom:50px!important;padding-top:50px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:10px!important}.pt-lg-2{padding-top:20px!important}.pt-lg-3{padding-top:30px!important}.pt-lg-4{padding-top:40px!important}.pt-lg-5{padding-top:50px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:10px!important}.pr-lg-2{padding-right:20px!important}.pr-lg-3{padding-right:30px!important}.pr-lg-4{padding-right:40px!important}.pr-lg-5{padding-right:50px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:10px!important}.pb-lg-2{padding-bottom:20px!important}.pb-lg-3{padding-bottom:30px!important}.pb-lg-4{padding-bottom:40px!important}.pb-lg-5{padding-bottom:50px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:10px!important}.pl-lg-2{padding-left:20px!important}.pl-lg-3{padding-left:30px!important}.pl-lg-4{padding-left:40px!important}.pl-lg-5{padding-left:50px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.d-lg-flex{display:-moz-box!important;display:flex!important}.flex-lg-column{-moz-box-orient:vertical!important;-moz-box-direction:normal!important;flex-direction:column!important}.d-lg-block{display:block!important}.d-lg-inline-block{display:inline-block!important}.justify-content-lg-start{-moz-box-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-moz-box-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-moz-box-pack:center!important;justify-content:center!important}.justify-content-lg-between{-moz-box-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{-moz-box-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-moz-box-align:start!important;align-items:flex-start!important}.align-items-lg-end{-moz-box-align:end!important;align-items:flex-end!important}.align-items-lg-center{-moz-box-align:center!important;align-items:center!important}.align-items-lg-baseline{-moz-box-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-moz-box-align:stretch!important;align-items:stretch!important}.sidebar .main-navigation>li>.nav-item:before{background:#3d73dd;border-radius:8px;bottom:-4px;content:"";height:2px;left:0;position:absolute;right:0;-webkit-transition:all .3s cubic-bezier(0,0,.2,1) 0ms;-moz-transition:all .3s cubic-bezier(0,0,.2,1) 0ms;transition:all .3s cubic-bezier(0,0,.2,1) 0ms;width:0}.sidebar .main-navigation>li:hover>.nav-item:before{width:100%}}@media (min-width:960px){.order-md-first{-moz-box-ordinal-group:0!important;order:-1!important}.order-md-0{-moz-box-ordinal-group:1!important;order:0!important}.order-md-1{-moz-box-ordinal-group:2!important;order:1!important}.order-md-2{-moz-box-ordinal-group:3!important;order:2!important}.order-md-3{-moz-box-ordinal-group:4!important;order:3!important}.order-md-4{-moz-box-ordinal-group:5!important;order:4!important}.order-md-5{-moz-box-ordinal-group:6!important;order:5!important}.order-md-last{-moz-box-ordinal-group:7!important;order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:10px!important}.m-md-2{margin:20px!important}.m-md-3{margin:30px!important}.m-md-4{margin:40px!important}.m-md-5{margin:50px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:10px!important;margin-right:10px!important}.mx-md-2{margin-left:20px!important;margin-right:20px!important}.mx-md-3{margin-left:30px!important;margin-right:30px!important}.mx-md-4{margin-left:40px!important;margin-right:40px!important}.mx-md-5{margin-left:50px!important;margin-right:50px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:10px!important;margin-top:10px!important}.my-md-2{margin-bottom:20px!important;margin-top:20px!important}.my-md-3{margin-bottom:30px!important;margin-top:30px!important}.my-md-4{margin-bottom:40px!important;margin-top:40px!important}.my-md-5{margin-bottom:50px!important;margin-top:50px!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:10px!important}.mt-md-2{margin-top:20px!important}.mt-md-3{margin-top:30px!important}.mt-md-4{margin-top:40px!important}.mt-md-5{margin-top:50px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:10px!important}.mr-md-2{margin-right:20px!important}.mr-md-3{margin-right:30px!important}.mr-md-4{margin-right:40px!important}.mr-md-5{margin-right:50px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:10px!important}.mb-md-2{margin-bottom:20px!important}.mb-md-3{margin-bottom:30px!important}.mb-md-4{margin-bottom:40px!important}.mb-md-5{margin-bottom:50px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:10px!important}.ml-md-2{margin-left:20px!important}.ml-md-3{margin-left:30px!important}.ml-md-4{margin-left:40px!important}.ml-md-5{margin-left:50px!important}.ml-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:10px!important}.p-md-2{padding:20px!important}.p-md-3{padding:30px!important}.p-md-4{padding:40px!important}.p-md-5{padding:50px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:10px!important;padding-right:10px!important}.px-md-2{padding-left:20px!important;padding-right:20px!important}.px-md-3{padding-left:30px!important;padding-right:30px!important}.px-md-4{padding-left:40px!important;padding-right:40px!important}.px-md-5{padding-left:50px!important;padding-right:50px!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:10px!important;padding-top:10px!important}.py-md-2{padding-bottom:20px!important;padding-top:20px!important}.py-md-3{padding-bottom:30px!important;padding-top:30px!important}.py-md-4{padding-bottom:40px!important;padding-top:40px!important}.py-md-5{padding-bottom:50px!important;padding-top:50px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:10px!important}.pt-md-2{padding-top:20px!important}.pt-md-3{padding-top:30px!important}.pt-md-4{padding-top:40px!important}.pt-md-5{padding-top:50px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:10px!important}.pr-md-2{padding-right:20px!important}.pr-md-3{padding-right:30px!important}.pr-md-4{padding-right:40px!important}.pr-md-5{padding-right:50px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:10px!important}.pb-md-2{padding-bottom:20px!important}.pb-md-3{padding-bottom:30px!important}.pb-md-4{padding-bottom:40px!important}.pb-md-5{padding-bottom:50px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:10px!important}.pl-md-2{padding-left:20px!important}.pl-md-3{padding-left:30px!important}.pl-md-4{padding-left:40px!important}.pl-md-5{padding-left:50px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.d-md-flex{display:-moz-box!important;display:flex!important}.flex-md-column{-moz-box-orient:vertical!important;-moz-box-direction:normal!important;flex-direction:column!important}.d-md-block{display:block!important}.d-md-inline-block{display:inline-block!important}.justify-content-md-start{-moz-box-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-moz-box-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-moz-box-pack:center!important;justify-content:center!important}.justify-content-md-between{-moz-box-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{-moz-box-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-moz-box-align:start!important;align-items:flex-start!important}.align-items-md-end{-moz-box-align:end!important;align-items:flex-end!important}.align-items-md-center{-moz-box-align:center!important;align-items:center!important}.align-items-md-baseline{-moz-box-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-moz-box-align:stretch!important;align-items:stretch!important}}@media (min-width:600px){.order-sm-first{-moz-box-ordinal-group:0!important;order:-1!important}.order-sm-0{-moz-box-ordinal-group:1!important;order:0!important}.order-sm-1{-moz-box-ordinal-group:2!important;order:1!important}.order-sm-2{-moz-box-ordinal-group:3!important;order:2!important}.order-sm-3{-moz-box-ordinal-group:4!important;order:3!important}.order-sm-4{-moz-box-ordinal-group:5!important;order:4!important}.order-sm-5{-moz-box-ordinal-group:6!important;order:5!important}.order-sm-last{-moz-box-ordinal-group:7!important;order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:10px!important}.m-sm-2{margin:20px!important}.m-sm-3{margin:30px!important}.m-sm-4{margin:40px!important}.m-sm-5{margin:50px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:10px!important;margin-right:10px!important}.mx-sm-2{margin-left:20px!important;margin-right:20px!important}.mx-sm-3{margin-left:30px!important;margin-right:30px!important}.mx-sm-4{margin-left:40px!important;margin-right:40px!important}.mx-sm-5{margin-left:50px!important;margin-right:50px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:10px!important;margin-top:10px!important}.my-sm-2{margin-bottom:20px!important;margin-top:20px!important}.my-sm-3{margin-bottom:30px!important;margin-top:30px!important}.my-sm-4{margin-bottom:40px!important;margin-top:40px!important}.my-sm-5{margin-bottom:50px!important;margin-top:50px!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:10px!important}.mt-sm-2{margin-top:20px!important}.mt-sm-3{margin-top:30px!important}.mt-sm-4{margin-top:40px!important}.mt-sm-5{margin-top:50px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:10px!important}.mr-sm-2{margin-right:20px!important}.mr-sm-3{margin-right:30px!important}.mr-sm-4{margin-right:40px!important}.mr-sm-5{margin-right:50px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:10px!important}.mb-sm-2{margin-bottom:20px!important}.mb-sm-3{margin-bottom:30px!important}.mb-sm-4{margin-bottom:40px!important}.mb-sm-5{margin-bottom:50px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:10px!important}.ml-sm-2{margin-left:20px!important}.ml-sm-3{margin-left:30px!important}.ml-sm-4{margin-left:40px!important}.ml-sm-5{margin-left:50px!important}.ml-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:10px!important}.p-sm-2{padding:20px!important}.p-sm-3{padding:30px!important}.p-sm-4{padding:40px!important}.p-sm-5{padding:50px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:10px!important;padding-right:10px!important}.px-sm-2{padding-left:20px!important;padding-right:20px!important}.px-sm-3{padding-left:30px!important;padding-right:30px!important}.px-sm-4{padding-left:40px!important;padding-right:40px!important}.px-sm-5{padding-left:50px!important;padding-right:50px!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:10px!important;padding-top:10px!important}.py-sm-2{padding-bottom:20px!important;padding-top:20px!important}.py-sm-3{padding-bottom:30px!important;padding-top:30px!important}.py-sm-4{padding-bottom:40px!important;padding-top:40px!important}.py-sm-5{padding-bottom:50px!important;padding-top:50px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:10px!important}.pt-sm-2{padding-top:20px!important}.pt-sm-3{padding-top:30px!important}.pt-sm-4{padding-top:40px!important}.pt-sm-5{padding-top:50px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:10px!important}.pr-sm-2{padding-right:20px!important}.pr-sm-3{padding-right:30px!important}.pr-sm-4{padding-right:40px!important}.pr-sm-5{padding-right:50px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:10px!important}.pb-sm-2{padding-bottom:20px!important}.pb-sm-3{padding-bottom:30px!important}.pb-sm-4{padding-bottom:40px!important}.pb-sm-5{padding-bottom:50px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:10px!important}.pl-sm-2{padding-left:20px!important}.pl-sm-3{padding-left:30px!important}.pl-sm-4{padding-left:40px!important}.pl-sm-5{padding-left:50px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.d-sm-flex{display:-moz-box!important;display:flex!important}.flex-sm-column{-moz-box-orient:vertical!important;-moz-box-direction:normal!important;flex-direction:column!important}.d-sm-block{display:block!important}.d-sm-inline-block{display:inline-block!important}.justify-content-sm-start{-moz-box-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-moz-box-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-moz-box-pack:center!important;justify-content:center!important}.justify-content-sm-between{-moz-box-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{-moz-box-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-moz-box-align:start!important;align-items:flex-start!important}.align-items-sm-end{-moz-box-align:end!important;align-items:flex-end!important}.align-items-sm-center{-moz-box-align:center!important;align-items:center!important}.align-items-sm-baseline{-moz-box-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-moz-box-align:stretch!important;align-items:stretch!important}}.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root.row-error .MuiTableCell-root,.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root.row-error .MuiTableCell-root:first-child,.DataTableTypeThree .MuiTable-root .MuiTableBody-root .MuiTableRow-root.row-error .MuiTableCell-root:last-child{border-color:#f44336}.fs-16.radio-group.MuiFormControl-root .MuiFormLabel-root{color:#4a4a4a;font-size:1rem;line-height:1.375rem;margin-bottom:8px!important}.warning-logo-alignment{padding-top:10px}.table-six-heading{color:#fff;font-family:arial;font-size:12px;font-weight:700}.camera-dialog{display:-moz-box!important;display:flex!important;padding:30px!important;place-content:space-between!important}.profile-img-popup{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;grid-gap:15px;gap:15px;margin-left:38px}.viewImage{bottom:0;cursor:pointer;position:relative!important;right:55px}.modelAction{-moz-box-align:center;align-items:center;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.profile-white{border-radius:11px;height:84px!important;width:84px!important}.childBox{border:1px dashed wheat}.parentBox{-moz-box-align:center;align-items:center;border:2px dashed #e0e0e0;border-radius:11px;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;flex-wrap:wrap;-moz-box-pack:start;justify-content:start;min-height:5rem;padding:3px 0;position:relative}label.label input[type=file]{display:none;position:absolute;top:-1000px}.label{background:#ddd;border:1px solid #ccc;border-radius:5px;cursor:pointer;display:none;margin:5px;padding:5px 15px}.label:hover{background:#5cbd95}.label:active{background:#9fa1a0}.label:invalid+span{color:#000}.label:valid+span{color:#fff}.viewAction{background-color:#fff!important;-webkit-box-shadow:0 -1px 10px 2px rgba(0,0,0,.4196078431372549)!important;box-shadow:0 -1px 10px 2px rgba(0,0,0,.4196078431372549)!important;left:79px!important;top:-41px!important;visibility:hidden}.uploadIcon,.viewAction{position:relative!important}.uploadIcon{border:2px solid #000;bottom:0;margin-left:24px!important}.imagePreview{-moz-box-align:center!important;align-items:center!important;align-self:center!important;-moz-box-pack:center!important;justify-content:center!important;margin:0 auto;text-align:center!important;width:100%!important}.imagePreview img{object-fit:contain!important}.uploadIconIntial{margin:20px 8px!important}.UploadDocument{-moz-box-align:center;align-items:center;border:2px dashed #000;border-radius:11px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:7px 9px}.AvatarSvg{border-radius:11px!important;padding:3px 0}.avatarContainer{-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.viewAction{margin-right:10px}.iconText{color:#a9a9a9;font-family:Open Sans;font-size:10px}.avatarWrapper{-moz-box-align:center;align-items:center;border-radius:11px;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;flex-wrap:wrap;-moz-box-pack:start;justify-content:start;padding:3px 0;position:relative}.avatarContainer .viewAction{left:0;position:absolute;top:0;visibility:hidden}.avatarContainer .avatarWrapper:hover .viewAction{visibility:visible;z-index:1}.ActionLeft{-webkit-padding-start:13px!important;-moz-padding-start:13px!important;padding-inline-start:13px!important}.data-table6-cell{display:inline;-moz-box-flex:1;flex:1 1;font-size:12px;max-width:250px;overflow:hidden;padding:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.rpv-core__inner-pages--vertical{height:100%!important;overflow:hidden!important;position:relative!important}.pdfAlign{-moz-box-align:end;align-items:end;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:start;justify-content:start}body,html{padding:0;margin:0}.platform-credit .MuiAvatar-img{display:none}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{color:#4a4a4a!important;font-size:16px;line-height:1.25rem;font-family:Open Sans,sans-serif!important;-ms-overflow-style:scrollbar;color:#212121;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-text-stroke:.45px;-webkit-text-stroke:.45px rgba(0,0,0,.1);text-shadow:rgba(0,0,0,.1) 0 0 1px}body .child-links{margin-left:-20px}.word-break-all{word-break:break-all!important}.px-4p{padding:0 4px!important}.px-12p{padding:0 12px!important}.px-16p{padding:0 16px!important}.px-24p{padding:0 24px!important}.mt-6p{margin-top:6px!important}.ml-6p{margin-left:6px!important}.max-w-300{max-width:300px}.fs-12{font-size:.75rem!important;line-height:1rem!important}.fs-14{font-size:.875rem!important}.fs-14,.fs-16{line-height:1.25rem!important}.fs-16{font-size:1rem!important}.fs-18{font-size:1.125rem!important}.fs-18,.fs-20{line-height:1.5rem!important}.fs-20{font-size:1.25rem!important}.lnh-14{line-height:14px!important}.lnh-16{line-height:16px!important}.lnh-20{line-height:20px!important}.lnh-22{line-height:22px!important}.lnh-24{line-height:24px!important}.border1{border:1px solid #ededed}.less-spacing-data .MuiTable-root .MuiTableBody-root .MuiTableCell-body{padding:12px 15px!important}.border-radius-10{border-radius:10px}.fs-18{font-size:1.125rem;line-height:1.5rem}.hr{border:0;border-top:1px solid #eee;margin:15px 0;width:100%}.not-focus{-webkit-box-shadow:none!important;box-shadow:none!important}.float-right{float:right!important}.ml-4p{margin-left:4px!important}.ml-5p{margin-left:5px!important}.mt-5p{margin-top:5px!important}.mr-4p{margin-right:4px!important}.mr-8p{margin-right:8px!important}.pr-4p{padding-right:4px!important}.ml-auto{margin-left:auto!important}.mt-2p{margin-top:2px!important}.mt-4p{margin-top:4px!important}.mb-4p{margin-bottom:4px!important}.mb-6p{margin-bottom:6px!important}.mb-15p{margin-bottom:15px!important}.mb-20p{margin-bottom:20px!important}.my-15{margin-top:15px!important;margin-bottom:15px!important}.mt-8px{margin-top:8px!important}.opacity-1{opacity:1!important}.mw-auto{min-width:auto!important}.pb-p3{padding-bottom:3px}.mx-w-80{max-width:80px}.list-style-decimal{list-style:decimal!important}.bg-transparent{background:transparent!important}.img-fluid.MuiAvatar-root{max-width:100%;height:auto;width:auto}.grey-text{color:#9b9b9b}.color-FFF{color:#fff!important}.color-4a4a4a{color:#4a4a4a!important}.btn-white{border-color:#fff!important;color:#fff!important;font-weight:700!important}.btn-white:focus,.btn-white:hover{border-color:#2a509a!important;background-color:#2a509a!important;color:#fff!important}.color-f44336,.red-text{color:#f44336}.blue-text,.color-3d73dd{color:#3d73dd!important}.color-faca00,.yellow-text{color:#faca00!important}.color-0cb56c,.green-text,.success-text{color:#0cb56c!important}.orange-text{color:orange}.compare-error{color:red!important;font-size:12px!important}.btn-rounded.btn.MuiButton-root.MuiButton-sizeLarge{border-radius:28px}.d-none-MuiSelect-icon.form-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-root{padding-right:15px}.secondary-chip .MuiChip-label{padding:0 20px}.primary-chips.MuiChip-root .MuiChip-deleteIcon{margin-left:auto;background:url(/assets/images/delete-primary.svg) no-repeat 50%}.primary-chips.MuiChip-root .MuiChip-label{min-width:120px!important;text-align:center}.disable-action{opacity:.5;pointer-events:none;cursor:not-allowed}.min-w-auto{min-width:auto!important}.hr,hr{border:0;border-top:1px solid #eee;margin:10px 0;width:100%}.text-nowrap{white-space:nowrap}.align-self-end{align-self:flex-end}.page-heading.MuiTypography-h6{font-size:1.375rem;line-height:1.5rem;font-weight:600;padding-bottom:20px}.w-h-auto{width:auto!important;height:auto!important}.px-4p{padding:0 4px}.pb-3px{padding-bottom:3px!important}.pb-4px{padding-bottom:4px!important}.pb-7{padding-bottom:7px!important}.pb-12{padding-bottom:12px!important}.pb-15{padding-bottom:15px!important}.pl-15{padding-left:15px!important}.p-4px{padding:4px!important}.mb-15{margin-bottom:15px!important}.mr-4px{margin-right:4px!important}.ml-8{margin-left:8px!important}.ml-15{margin-left:15px!important}.ml-n1{margin-left:-10px!important}.my-5p{margin-top:5px!important;margin-bottom:5px!important}.mt-8p{margin-top:8px!important}.mt-14p{margin-top:14px!important}.mt-16p{margin-top:16px!important}.min-w-600{min-width:600px}.min-w-400 .__react_component_tooltip{min-width:400px!important}.min-w-240{min-width:240px}.min-height-128{min-height:128px}.min-height-146{min-height:146px}.max-height-150,.max-height-150 .MuiAutocomplete-listbox{max-height:150px}.overflow-auto{overflow:auto!important}.color-7f7f7f{color:#7f7f7f!important}.show-label.btn.has-icon.MuiButton-root .MuiButton-label{font-size:100%;line-height:inherit}.flex-column{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.letter-spacing-less{letter-spacing:-.2px!important}.large-dash{display:inline-block;font-size:40px;line-height:44px}.service-cart-text{line-height:1.2!important;color:#272727}.primary-link{vertical-align:unset}.overflow-hidden{overflow:hidden!important}.hide-close-btn .MuiDialogTitle-root .MuiButtonBase-root{display:none}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default!important}.d-none{display:none!important}.font-italic{font-style:italic!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.h-auto{height:auto!important}.border-d2d2d2{border-color:#d2d2d2!important}.border-radius-0{border-radius:0!important}.border-radius-10{border-radius:10px!important}.text-uppercase{text-transform:uppercase!important}.text-decoration{text-decoration:underline!important;-webkit-text-decoration-color:#4a4a4a;text-decoration-color:#4a4a4a}.link-icon-btn .MuiAvatar-root{width:20px!important;height:10px!important}.light-validation .MuiFormHelperText-root.Mui-error{color:#fff}.light-validation .MuiFormLabel-root.Mui-error{color:#d2d2d2}.light-validation .MuiFilledInput-root.Mui-error{border-color:#fff}.MuiTypography-root.MuiFormHelperText-root.Mui-error{color:#f44336}.dialog-sm .MuiDialogContent-root{padding:20px 20px 0}.dialog-sm .MuiDialogActions-root{padding:20px}.page-action-btn-list .MuiButtonBase-root{margin:0 0 10px 20px;min-width:180px}.page-action-btn-list .MuiButtonBase-root:last-child{margin-right:0}.map-info-tooltip .__react_component_tooltip{min-width:300px}.btn-grey-outline.MuiButton-outlined,.btn-grey-outline.MuiButton-outlinedPrimary,.btn-grey-outline.MuiButton-outlinedSecondary{border-color:#ededed}.form-control.MuiFormControl-root .MuiFilledInput-multiline,.form-control.MuiFormControl-root .MuiFilledInput-multiline .MuiInputBase-input{overflow:auto}.form-control.MuiFormControl-root .MuiFilledInput-multiline .MuiInputBase-input{font-size:1rem;line-height:1.5rem;color:#4a4a4a;letter-spacing:-.2px;border-radius:0}.small-chip.secondary-chip{height:24px}.small-chip.secondary-chip .MuiChip-label{padding:0 10px;font-size:.75rem}.tip-dialog .MuiDialogContent-root{padding-bottom:10px!important}.dialog-modal .MuiDialogActions-root{-moz-box-pack:center;justify-content:center}.MuiFormHelperText-root{margin:0!important;padding:10px 0 0!important;font-size:.75rem!important;line-height:1rem!important;font-weight:600!important}.form-control.MuiFormControl-root{margin:0}.form-control.default-checkbox .MuiCheckbox-root{margin-top:0}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.shadow-control.form-control .MuiFilledInput-root{border:1px solid #ededed;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.05);box-shadow:0 2px 10px 0 rgba(0,0,0,.05)}.shadow-control.form-control .MuiFilledInput-root.Mui-focused{border:1px solid #3d73dd}.all-service-panel .AccordionTypeTwo.MuiPaper-root .MuiAccordionSummary-root{border-radius:10px}.all-service-panel .AccordionTypeTwo.MuiPaper-root .MuiAccordionSummary-root.Mui-focused{background:rgba(61,115,221,.1)}.form-control.default-checkbox{margin:0}.form-control.default-checkbox.lnh-22 .MuiTypography-root{line-height:22px}.less-spacing.default-checkbox.MuiFormControlLabel-root,.less-spacing.radio-group.MuiFormControl-root.inline .MuiFormControlLabel-root{margin:0 30px 4px 0}.less-spacing.radio-group.MuiFormControl-root .MuiFormLabel-root{margin-bottom:4px}.primary-switch .MuiSwitch-root .MuiSwitch-switchBase{display:block}.sidebar .main-navigation li .nav-item:focus{color:#3d73dd!important;background:none}.sidebar .main-navigation li.disable-action>.nav-item:focus{color:#4a4a4a!important}.main-content{padding:0;min-height:-moz-calc(100vh - 482px);min-height:calc(100vh - 482px);overflow:visible}header.MuiAppBar-root{margin-bottom:30px}.page-content{padding-bottom:40px}.page-content-right{max-width:-moz-calc(100% - 340px)!important;max-width:calc(100% - 340px)!important}.default-link:focus,.default-link:hover{color:#3d73dd}.default-link-2:focus,.default-link-2:hover{opacity:.6}.dialog-action-btn-list{display:-moz-box;display:flex;-moz-box-flex:1;flex-grow:1;-moz-box-pack:end;justify-content:flex-end}.dark-grey-card{background-color:#f8f8f8;border-radius:10px;padding:10px 20px}.secondary-sidebar{padding:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:inherit;overflow:auto}.secondary-sidebar-overlay.MuiButton-root{position:fixed;left:0;top:0;height:100%;width:100%;padding:0;z-index:1;border-radius:0;background:rgba(0,0,0,.3)!important;opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;cursor:default}.faq-sidebar{-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.02);box-shadow:0 0 2px 0 rgba(0,0,0,.02);background:#f9f9f9;max-height:-moz-calc(100vh - 100px);max-height:calc(100vh - 100px)}.faq-sidebar .nav-link{display:block;font-size:1rem;line-height:1.25rem;color:#2b2b2b;font-weight:400;padding:10px 15px;margin:8px 0;text-align:left;width:100%}.faq-sidebar .nav-link:hover{color:#3d73dd}.faq-sidebar .nav-link:focus{-webkit-box-shadow:0 0 2px 1px rgba(94,112,148,.6);box-shadow:0 0 2px 1px rgba(94,112,148,.6)}.faq-sidebar .nav-link.active{color:#3d73dd;font-weight:700}.landing-wrapper{overflow:hidden}.landing-banner{display:block;padding:30px 0}.landing-banner .landing-banner-content h1{font-size:5.8125rem;line-height:4.8125rem;color:#4a4a4a;font-weight:300;display:block;padding-bottom:60px}.landing-banner .landing-banner-content h1 span{font-size:3.8125rem;line-height:4.8125rem;color:#4a4a4a;font-weight:400;display:block;margin-top:15px}.landing-banner .banner-search{margin-bottom:70px;max-width:495px}.landing-banner .banner-statistics{text-transform:uppercase;font-size:1rem;line-height:2rem;color:#9b9b9b;letter-spacing:3px}.landing-banner .banner-statistics span{display:block;font-size:2.125rem;line-height:1.75rem;color:#ffc80a;font-weight:700;margin-top:0!important}.landing-banner .landing-banner-background{background-color:hsla(0,0%,82.4%,.10980392156862745)}.landing-banner .landing-banner-background .MuiAvatar-root{width:auto;min-height:527px;height:auto;max-width:100%;display:-moz-box;display:flex;-moz-box-align:start;align-items:flex-start}.landing-banner .landing-banner-background .MuiAvatar-root img{max-width:100%}.no-chevron.form-control.MuiAutocomplete-root .MuiFormControl-root .MuiAutocomplete-inputRoot[class*=MuiFilledInput-root] .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator .MuiSvgIcon-root{display:none}.landing-section{display:block;padding:90px 0}.landing-section-title.MuiTypography-root{font-weight:700;font-size:1.125rem;line-height:1.375rem;color:#4a4a4a;margin-bottom:90px;display:block;text-align:center}@-webkit-keyframes loading-spinner-inner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-spinner-inner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}.loading-spinner-inner div{position:absolute;-webkit-animation:loading-spinner-inner 1s linear infinite;animation:loading-spinner-inner 1s linear infinite;width:100px;height:100px;top:50px;left:50px;border-radius:50%;-webkit-box-shadow:0 4px 0 0 #3d73dd;box-shadow:0 4px 0 0 #3d73dd}.loading-spinner{width:200px;height:200px;display:inline-block;overflow:hidden;background:none}.loading-spinner-inner{width:100%;height:100%;position:relative;-webkit-transform:translateZ(0) scale(1);-moz-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0}.loading-spinner-inner div{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.success-message-wrapper{background:url(/_next/static/media/page-bg-img.a1c2a4346307fd9f7a3f49484aa66bbd.jpg);background-size:cover;padding:20px;display:table;table-layout:fixed;width:100%;height:100vh;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.success-message-wrapper .inner{display:table-cell;vertical-align:middle}.message-box{background-color:#fff;text-align:center;max-width:446px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:20px;border-radius:10px}.message-box .box-with-icon{margin-top:20px;margin-bottom:26px}.message-box .MuiTypography-h4{padding-bottom:5px}.message-box .MuiTypography-body1{padding-bottom:19px}.message-box .MuiTypography-body2{max-width:370px;margin:0 auto;padding-bottom:30px}.message-box .MuiButtonBase-root{width:100%}.popular-services{position:relative;z-index:1;background:-webkit-linear-gradient(264.97deg,rgba(255 255 255/50%) 2.44%,rgb(246 246 248/50%) 66.86%);background:-moz-linear-gradient(264.97deg,rgba(255 255 255/50%) 2.44%,rgb(246 246 248/50%) 66.86%);background:linear-gradient(185.03deg,rgba(255 255 255/50%) 2.44%,rgb(246 246 248/50%) 66.86%);mix-blend-mode:normal}.popular-services .landing-section-title{margin-bottom:65px}.why-wizcart-wrapper{position:relative}.why-wizcart-wrapper:before{content:"";position:absolute;top:0;bottom:0;left:-20px;z-index:0;width:790px;background:url(/_next/static/media/why-wizcart-section-left-large-rect.971d59c822c3b73cb4df20d43d832151.png) no-repeat 50%;background-size:contain}.why-wizcart-wrapper:after{content:"";position:absolute;top:68%;right:0;z-index:-1;width:259px;height:294px;background:url(/_next/static/media/hammer-image.fd7272f41b0aa414f9097ce0f03b8e68.png) no-repeat 50%;background-size:contain}.why-wizcart-wrapper .float-brush{content:"";display:block;position:absolute;top:65%;left:20px;z-index:0;width:242px;height:256px;background:url(/_next/static/media/brush-image.a83757d05875038e2eb45a054e979c26.png) no-repeat 50%;background-size:contain}.why-wizcart-wrapper .landing-section-title{position:relative;margin-bottom:112px}.why-wizcart-wrapper .landing-section-title:before{content:"";position:absolute;top:-40px;right:-90px;width:383px;height:182px;z-index:-1;background:url(/_next/static/media/drill-image.0f62ebd9b49ea97eee567ab5ab988229.png) no-repeat 50%;background-size:contain}.why-wizcart-wrapper .service-block{display:-moz-box;display:flex;-moz-box-align:start;align-items:flex-start}.why-wizcart-wrapper .service-block .section-images{position:relative}.why-wizcart-wrapper .service-details{position:relative;-moz-box-flex:1;flex-grow:1;padding:10px}.why-wizcart-wrapper .service-details .MuiAvatar-root img{max-width:100%}.why-wizcart-wrapper .service-details h5{color:#3d73dd;letter-spacing:-.27px;font-size:1.5rem;line-height:2.375rem;font-weight:600;margin-bottom:8px}.why-wizcart-wrapper .service-details p{color:#4a4a4a;letter-spacing:-.16px;font-size:.875rem;line-height:1.25rem;max-width:300px}.why-wizcart-wrapper .section-images .solid-icon{width:52px;height:52px;border-radius:10px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;background:#ffc80a}.why-wizcart-wrapper .section-images .solid-icon>.MuiAvatar-root{display:block;width:36px;height:36px}.why-wizcart-wrapper .transparent-service{margin-bottom:56px;padding-left:54px}.why-wizcart-wrapper .transparent-service .service-details .right-down-move{position:absolute;width:105px;height:105px;top:-moz-calc(100% - 60px);top:calc(100% - 60px);left:450px}.why-wizcart-wrapper .transparent-service .section-images .circle{position:absolute;top:-55px;right:-68px;z-index:0;width:288px;height:288px}.why-wizcart-wrapper .transparent-service .section-images .solid-icon{position:absolute;bottom:25px;right:-25px}.why-wizcart-wrapper .transparent-service .section-images .main-img.MuiAvatar-root{width:269px;height:173px;margin-right:auto}.mr-10{margin-right:10px!important}.why-wizcart-wrapper .service-block .section-images .main-img.MuiAvatar-root{-webkit-box-shadow:0 20px 40px 0 rgba(0,0,0,.1);box-shadow:0 20px 40px 0 rgba(0,0,0,.1);border-radius:10px}.why-wizcart-wrapper .transparent-service .service-details{padding-left:100px}.why-wizcart-wrapper .own-service-provider{margin-bottom:110px;padding-right:54px}.why-wizcart-wrapper .own-service-provider .service-details{text-align:right;padding-right:60px}.why-wizcart-wrapper .own-service-provider .service-details p{margin-left:auto}.why-wizcart-wrapper .own-service-provider .service-details .left-down-move{position:absolute;width:62px;height:122px;top:-moz-calc(100% - 25px);top:calc(100% - 25px);right:476px}.why-wizcart-wrapper .own-service-provider .section-images .main-img.MuiAvatar-root{width:325px;height:200px;margin-left:auto}.why-wizcart-wrapper .own-service-provider .section-images .circle{position:absolute;top:-95px;right:-40px;z-index:0;width:253px;height:253px}.why-wizcart-wrapper .own-service-provider .section-images .solid-icon{position:absolute;bottom:25px;right:-30px}.why-wizcart-wrapper .ask-for-bids{margin-bottom:163px;padding-left:114px}.why-wizcart-wrapper .ask-for-bids .service-details .right-down-move{position:absolute;width:105px;height:105px;top:-moz-calc(100% + 10px);top:calc(100% + 10px);left:280px;-webkit-transform:rotate(37deg);-moz-transform:rotate(37deg);transform:rotate(37deg)}.why-wizcart-wrapper .ask-for-bids .section-images .main-img.MuiAvatar-root{width:385px;height:158px;margin-right:auto}.why-wizcart-wrapper .ask-for-bids .section-images .circle{position:absolute;bottom:-80px;right:30px;z-index:0;width:253px;height:253px}.why-wizcart-wrapper .ask-for-bids .section-images .solid-icon{position:absolute;top:25px;left:-25px}.why-wizcart-wrapper .ask-for-bids .service-details{padding-left:76px}.why-wizcart-wrapper .live-tracking{padding-right:254px}.why-wizcart-wrapper .live-tracking .service-details{text-align:right;padding-right:60px}.why-wizcart-wrapper .live-tracking .service-details p{margin-left:auto}.why-wizcart-wrapper .live-tracking .section-images .main-img.MuiAvatar-root{width:325px;height:200px;margin-left:auto}.why-wizcart-wrapper .live-tracking .section-images .circle{position:absolute;bottom:-65px;right:-85px;z-index:0;width:215px;height:215px}.why-wizcart-wrapper .live-tracking .section-images .solid-icon{position:absolute;bottom:25px;right:-25px}.testimonials-section{position:relative;padding-bottom:0!important}.testimonials-section:before{content:"";position:absolute;top:-30%;left:0;right:0;bottom:-70%;background:url(/_next/static/media/testimonial-bg-rectangle.7ab13552c263ee8397c0b76a5d491e0c.png) no-repeat 50%;background-size:100% 100%;z-index:-1}.no-backgrounds.testimonials-section:before{display:none}.testimonials-section .plant-bg.MuiContainer-root{background:url(/_next/static/media/plant.564489bd01b7116f1643d74ed165ec76.png) no-repeat 50%;background-size:246px 147px;background-position:bottom right 80px;min-height:147px}.testimonials-section .landing-section-title{font-weight:700;font-size:2rem;line-height:2.625rem;color:#4a4a4a;margin-bottom:90px;display:block;text-align:center}.testimonials-section .landing-section-title .large-light-title{font-weight:300;font-size:2.625rem;line-height:2.625rem}.testimonials-section .landing-section-title:before{content:"";position:absolute;top:-30%;left:0;width:539px;height:677px;background:url(/_next/static/media/paint-brush.accff73f407a229b42e377d5c7b8ee8e.png) no-repeat 50%;background-size:contain;z-index:-1}.no-backgrounds.testimonials-section .landing-section-title:before{display:none}.testimonial-carousel .slick-slide,.testimonial-carousel .testimonial-card{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.testimonial-carousel .testimonial-card{position:relative;padding:42px 50px;background:#fff;-webkit-box-shadow:0 20px 40px rgba(74,74,74,.1);box-shadow:0 20px 40px rgba(74,74,74,.1);border-radius:10px;width:100%;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:left center;-moz-transform-origin:left center;transform-origin:left center;opacity:.5}.testimonial-carousel .slick-slide.slick-current .testimonial-card{opacity:1}.testimonial-carousel .slick-slide.slick-active.slick-center .testimonial-card{-webkit-transform:translate(-12vw) scale(1);-moz-transform:translate(-12vw) scale(1);transform:translate(-12vw) scale(1);-webkit-transform-origin:center center;-moz-transform-origin:center center;transform-origin:center center;width:-moz-calc(100% + 24vw);width:calc(100% + 24vw);min-height:320px}.testimonial-carousel .slick-slide.slick-current .testimonial-card{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.top-part{-moz-box-flex:1;flex-grow:1}.testimonial-carousel .slick-slide.slick-active.slick-center+.slick-slide .testimonial-card{-webkit-transform-origin:right center;-moz-transform-origin:right center;transform-origin:right center}.testimonial-carousel.slick-slider .slick-list .slick-track{position:relative}.testimonial-carousel.slick-slider:before{left:0}.testimonial-carousel.slick-slider:after,.testimonial-carousel.slick-slider:before{content:"";position:absolute;top:32%;bottom:0;z-index:1;width:6%;height:36%;background:#fff}.testimonial-carousel.slick-slider:after{right:0}.testimonial-carousel.slick-slider .slick-list{padding:60px 0!important;position:relative}.figure-horizontal .fig-details .fig-description{word-break:break-all}.figure-horizontal>div{min-width:180px}.service-details.testimonial-carousel.slick-slider .slick-list{padding:45px 0!important;margin-bottom:100px}.testimonial-carousel.slick-slider .slick-arrow{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;width:35px;height:35px;background:#ffc80a;border-radius:50%;z-index:2;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.testimonial-carousel.slick-slider .slick-arrow:hover{opacity:.7}.testimonial-carousel.slick-slider .slick-arrow:focus{outline:1px solid rgba(61,115,221,.4)!important}.testimonial-carousel.slick-slider .slick-arrow:before{display:none}.testimonial-carousel.slick-slider .slick-arrow.slick-prev{left:3%;background:url(/_next/static/media/chevron-left-solid-rounded-secondary.d28a73d7a9a2a17bcc388bebea909309.png) no-repeat 50%;background-size:35px 35px}.testimonial-carousel.slick-slider .slick-arrow.slick-next{right:3%;background:url(/_next/static/media/chevron-right-solid-rounded-secondary.2a64a779c82f1ad9b28c48e821128987.png) no-repeat 50%;background-size:35px 35px}.testimonial-carousel.slick-slider .slick-list:before{content:"";width:215px;height:215px;position:absolute;top:-10px;right:50%;margin-right:-420px;z-index:-1;background:url(/_next/static/media/dashed-oval-secondary.9e76c4bfafd7cde0b19fbe7468b3f665.png) no-repeat 50%;background-size:215px 215px}.no-backgrounds.testimonials-section .testimonial-carousel.slick-slider .slick-list:after,.no-backgrounds.testimonials-section .testimonial-carousel.slick-slider .slick-list:before{display:none}.testimonial-carousel.slick-slider .slick-list:after{content:"";width:215px;height:215px;position:absolute;bottom:-10px;left:50%;margin-left:-420px;z-index:-1;background:url(/_next/static/media/dashed-oval-secondary.9e76c4bfafd7cde0b19fbe7468b3f665.png) no-repeat 50%;background-size:215px 215px}.testimonial-card{position:relative;padding:42px 50px;background:#fff;-webkit-box-shadow:0 10px 30px 11px rgba(74,74,74,.13);box-shadow:0 10px 30px 11px rgba(74,74,74,.13);border-radius:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.testimonial-card .customer-view{font-size:1.5625rem;line-height:1.875rem;color:#4a4a4a;font-weight:300;display:block;max-height:125px;overflow-y:auto;padding-bottom:2px}.testimonial-card .quote-img.MuiAvatar-root,.testimonial-carousel .testimonial-card .quote-img.MuiAvatar-root{width:12px;height:12px;margin-bottom:10px}.testimonial-carousel .testimonial-card .customer-view{font-size:1.5625rem;line-height:1.875rem;color:#4a4a4a;font-weight:300;display:block;max-height:125px;overflow-y:auto;padding-bottom:2px;margin:10px 10px 0}.testimonial-card .reviewed-provider{margin-top:12px;max-height:130px}.testimonial-card .customer-detail,.testimonial-carousel .testimonial-card .customer-detail{font-size:1.5rem;line-height:1.75rem;letter-spacing:.03px;font-weight:600;color:#3d73dd;padding-top:18px}.testimonial-carousel .testimonial-card .customer-detail .location{display:block;color:#2b2b2b;font-size:1rem;line-height:1.25rem;margin-top:4px}.how-wizcart-works{margin-bottom:-100px}.how-wizcart-works .landing-section-title{margin-bottom:70px}.how-wizcart-works .card{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;min-height:-moz-calc(100% - 100px);min-height:calc(100% - 100px);margin-bottom:100px;padding:5px;border-radius:0}.how-wizcart-works .card .outer-img{position:relative;width:130px;height:130px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin:0 auto 20px}.how-wizcart-works .card .outer-img .card-bg.MuiAvatar-root{position:absolute;top:0;bottom:0;right:0;left:0;width:130px;height:130px;z-index:0;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.how-wizcart-works .card .outer-img.TypeOne .card-bg.MuiAvatar-root{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);width:133px;height:133px}.how-wizcart-works .card:hover .outer-img.TypeOne .card-bg.MuiAvatar-root{-webkit-transform:scale(1.15) rotate(2deg);-moz-transform:scale(1.15) rotate(2deg);transform:scale(1.15) rotate(2deg)}.how-wizcart-works .card .outer-img.TypeTwo .card-bg.MuiAvatar-root{-webkit-transform:rotate(56deg);-moz-transform:rotate(56deg);transform:rotate(56deg);width:150px;height:150px}.how-wizcart-works .card:hover .outer-img.TypeTwo .card-bg.MuiAvatar-root{-webkit-transform:scale(1.15) rotate(58deg);-moz-transform:scale(1.15) rotate(58deg);transform:scale(1.15) rotate(58deg)}.how-wizcart-works .card .outer-img.TypeThree .card-bg.MuiAvatar-root{-webkit-transform:rotate(-65deg);-moz-transform:rotate(-65deg);transform:rotate(-65deg);width:144px;height:144px}.how-wizcart-works .card:hover .outer-img.TypeThree .card-bg.MuiAvatar-root{-webkit-transform:scale(1.15) rotate(-63deg);-moz-transform:scale(1.15) rotate(-63deg);transform:scale(1.15) rotate(-63deg)}.how-wizcart-works .card .outer-img .main-img{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;width:100px;height:100px;border-radius:10px;-webkit-box-shadow:0 20px 40px 0 rgba(74,74,74,.1);box-shadow:0 20px 40px 0 rgba(74,74,74,.1);background-color:#fff;border:0;z-index:1}.how-wizcart-works .card .outer-img .main-img .MuiAvatar-root{width:40px;height:40px}.how-wizcart-works .card .card-details{font-size:1.5rem;line-height:2.375rem;letter-spacing:-.27px;font-weight:700;color:#3d73dd;text-align:center;margin-bottom:14px}.how-wizcart-works .card .card-details span{font-weight:400;color:#4a4a4a}.how-wizcart-works .card .card-description{display:block;font-size:.875rem;line-height:1.125rem;letter-spacing:-.16px;max-width:262px;margin:0 auto;text-align:center}.mobile-app-section{padding:222px 0 195px;background:url(/_next/static/media/mobile-app-banner.13031d3f30dd939c5daa26b74ba5e168.jpg) no-repeat 50%;background-size:auto 100%;position:relative}.mobile-app-section:before{background:url(/_next/static/media/mobile-app-banner-left-cropped.d3f96b21ade7377afefeb2fbabdc2d81.jpg) repeat-x 50%;background-size:2px 100%;left:0;right:50%}.mobile-app-section:after,.mobile-app-section:before{content:"";position:absolute;top:0;bottom:0;z-index:-1}.mobile-app-section:after{background:url(/_next/static/media/mobile-app-banner-right-cropped.548671aa25698184e1a337e569fb59c9.jpg) repeat-x 50%;background-size:2px 100%;right:0;left:50%}.mobile-app-section h2{font-size:2rem;line-height:2.75rem;font-weight:700;margin-bottom:16px;max-width:563px}.mobile-app-section h6{font-size:1rem;line-height:1.375rem;margin-bottom:30px;max-width:523px}.mobile-app-section .btn-list .link-action{display:inline-block;vertical-align:top}.mobile-app-section .btn-list .link-action:focus,.mobile-app-section .btn-list .link-action:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);transform:scale(1.05)}.mobile-app-section .btn-list .link-action+.link-action{margin-left:25px}.mobile-app-section .btn-list .link-action .MuiAvatar-root{width:180px;height:53px}.join-wizcart{position:relative;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding:214px 0}.join-wizcart .landing-section-title{font-size:2rem;line-height:2.6875rem;max-width:408px;margin:0 auto 12px}.join-wizcart h3{display:block;text-align:center;font-size:2.5625rem;line-height:3.5rem;font-weight:700;color:#4a4a4a;margin-bottom:30px}.join-wizcart .btn.MuiButton-root{display:block;margin:0 auto;text-transform:uppercase;border-radius:10px;font-weight:700;letter-spacing:3.4px;padding:17px 40px}.join-wizcart .left-ovals .JWOwlWiring{position:absolute;top:24%;right:50%;margin-right:310px;width:88px;height:88px;border-radius:50%}.join-wizcart .left-ovals .JWOwlHome{position:absolute;top:42%;right:50%;margin-right:455px;width:46px;height:46px;border-radius:50%}.join-wizcart .left-ovals .JWOwlTool{position:absolute;top:51.7%;right:50%;margin-right:272px;width:38px;height:38px;border-radius:50%}.join-wizcart .left-ovals .JWOwlGrandingSmall{position:absolute;top:63%;right:50%;margin-right:382px;width:32px;height:32px;border-radius:50%}.join-wizcart .left-ovals .JWOwlGrandingSmallLeft{position:absolute;top:19.4%;right:50%;margin-right:669px;width:32px;height:32px;border-radius:50%}.join-wizcart .left-ovals .JWOwlGreenGrainder{position:absolute;top:62%;right:50%;margin-right:500px;width:88px;height:88px;border-radius:50%}.join-wizcart .left-ovals .JWOwlTable{position:absolute;top:20.4%;right:50%;margin-right:498px;width:46px;height:46px;border-radius:50%}.join-wizcart .left-ovals .JWOwlYellowGrainderSmall{position:absolute;top:66.2%;right:50%;margin-right:678px;width:32px;height:32px;border-radius:50%}.join-wizcart .left-ovals .JWOwlRedCutter{position:absolute;top:38.5%;right:50%;margin-right:611px;width:58px;height:58px;border-radius:50%}.join-wizcart .right-ovals .JWOwlRedCar{position:absolute;top:28.2%;left:50%;margin-left:316px;width:88px;height:88px;border-radius:50%}.join-wizcart .right-ovals .JWOwlHallDrill{position:absolute;top:51.8%;left:50%;margin-left:261px;width:46px;height:46px;border-radius:50%}.join-wizcart .right-ovals .JWOwlCarpet{position:absolute;top:67.8%;left:50%;margin-left:383px;width:32px;height:32px;border-radius:50%}.join-wizcart .right-ovals .JWOwlRedCutter{position:absolute;top:19.4%;left:50%;margin-left:512px;width:58px;height:58px;border-radius:50%}.join-wizcart .right-ovals .JWOwlOldMan{position:absolute;top:28.4%;left:50%;margin-left:646px;width:46px;height:46px;border-radius:50%}.join-wizcart .right-ovals .JWOwlGranding{position:absolute;top:45.3%;left:50%;margin-left:586px;width:46px;height:46px;border-radius:50%}.join-wizcart .right-ovals .JWOwlYellowCutter{position:absolute;top:48.6%;left:50%;margin-left:434px;width:58px;height:58px;border-radius:50%}.join-wizcart .right-ovals .JWOwlCutter{position:absolute;top:66.2%;left:50%;margin-left:540px;width:88px;height:88px;border-radius:50%}.join-wizcart .right-ovals .JWOwlRedCutterSmall{position:absolute;top:63%;left:50%;margin-left:686px;width:32px;height:32px;border-radius:50%}.card{border:1px solid #ededed;border-radius:10px;-webkit-box-shadow:0 20px 40px 0 rgba(0,0,0,.1);box-shadow:0 20px 40px 0 rgba(0,0,0,.1);padding:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff}.min-h-100{min-height:100%}.shadow-card{border:1px solid #ededed;border-radius:10px;-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.05);box-shadow:0 0 40px 0 rgba(0,0,0,.05);padding:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff}.primary-shadow{-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.05)!important;box-shadow:0 2px 10px 0 rgba(44,64,90,.05)!important}.language-dropdown.MuiButton-root{border-radius:16px;padding:6px 12px;margin:0 8px 0 2px}.language-dropdown.MuiButton-root .ln-code{font-size:.75rem;line-height:1rem;font-weight:600;display:inline-block;margin-right:6px}.top-banner{position:relative;border-radius:12px;width:100%;height:354px;background-position:0 0;background-repeat:no-repeat;background-size:cover;display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:start;align-items:flex-start;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.top-banner .banner-text{margin:auto auto 42px 48px;padding-right:61%;z-index:1}.service-banner.top-banner{min-height:578px;border-radius:10px;position:sticky;top:20px}.service-banner:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);border-radius:10px}.service-banner.top-banner .banner-text{margin:auto auto 88px 38px}.service-banner.top-banner .banner-text .service-title{letter-spacing:-.36px;color:#fff;margin-bottom:10px;font-weight:600}.service-banner.top-banner .banner-text .service-subtitle{font-size:20px;line-height:1.5;letter-spacing:-.22px;color:#fff;font-weight:600}.service-form{max-width:435px;max-height:450px;overflow:scroll;margin:-480px 58px 0 auto;z-index:1;position:relative}.MuiDialog-container .MuiDialogContent-root .service-selection-form{max-height:100%;overflow:visible}.service-selection-form{max-height:400px;overflow-y:auto}.service-description.bg-left-rectangle:before{left:-52%}.landing-section.bg-left-rectangle:before{z-index:-1;padding:20% 40%;top:60%;left:35%;background:#fff;background:-moz-linear-gradient(45deg,#fff 0,#f6f6f8 100%);background:-webkit-linear-gradient(45deg,#fff,#f6f6f8);background:linear-gradient(45deg,#fff,#f6f6f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f8",GradientType=0)}.contact-bullets{display:-moz-box;display:flex}.contact-bullets-list{margin-top:50px}.margin-top-20{margin-top:20px!important}.contact-bullets+.contact-bullets{margin-top:48px}.contact-bullets .MuiAvatar-root{position:relative}.contact-bullets .icon-outer{-moz-box-align:center;align-items:center;width:68px;height:68px;background:#fff;-webkit-box-shadow:0 20px 40px 0 rgba(74,74,74,.1);box-shadow:0 20px 40px 0 rgba(74,74,74,.1);border-radius:10px;z-index:-1}.contact-bullets .icon-outer,.contact-bullets>.MuiTypography-root{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.contact-bullets>.MuiTypography-root{margin-left:14px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.contact-bullets .MuiTypography-root .primary-link{display:block;margin-top:4px}.contact-form{max-width:604px;padding:20px 30px;margin:-226px 58px 40px auto;-webkit-box-shadow:0 2px 10px 0 rgb(44 64 90/5%);box-shadow:0 2px 10px 0 rgb(44 64 90/5%);z-index:1;position:relative}.contact-details-block{margin-bottom:56px}.flat-accordion.MuiAccordion-root+.flat-accordion.MuiAccordion-root:last-child{border-bottom:0}.all-service-banner .banner-outer{background:#7f766d;padding:84px 550px 84px 80px;margin:48px 0;position:relative}.all-service-banner .banner-outer:after{content:"";position:absolute;right:80px;top:-33px;bottom:-33px;left:auto;width:397px;height:368px;background:url(/_next/static/media/all-service-banner.9115bd8de10c9475c3ef1a9eb2b71784.png);background-repeat:no-repeat;background-position:0 0;background-size:contain}.all-service-banner .banner-outer .first-text{display:block;max-width:534px;text-align:center;margin-bottom:18px;font-size:1.4375rem;line-height:2.1875rem;color:#fff}.all-service-banner .banner-outer i{font-style:italic}.all-service-banner .banner-outer b{font-weight:600}.all-service-banner .banner-outer h1{max-width:534px;text-align:center;font-size:1.5rem;line-height:2.1875rem;color:#fff;text-transform:uppercase}.all-service-banner .banner-outer h1 b{font-size:2.25rem;line-height:2.1875rem;color:#fff}.secondary-sidebar .light-title{display:block;margin-bottom:30px;font-size:1.4375rem;line-height:3.4375rem;text-transform:uppercase;letter-spacing:-.26px;font-weight:700;color:#7f766d}.service-card-list-wrapper.bg-left-rectangle:before{top:auto;bottom:-21%;left:-44%;background:-moz-linear-gradient(180deg,#fff 0,#f6f6f8 100%);background:-webkit-linear-gradient(180deg,#fff,#f6f6f8);background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f8));background:-webkit-linear-gradient(top,#fff,#f6f6f8);background:-moz-linear-gradient(top,#fff 0,#f6f6f8 100%);background:linear-gradient(180deg,#fff,#f6f6f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f8",GradientType=0)}.service-overview.bg-left-rectangle:before{top:170%;left:-95%;padding:40% 60%}.all-service-card.figure:hover,.figure:hover{top:-4px}.figure:hover{-webkit-box-shadow:0 8px 15px 0 rgba(0,0,0,.14);box-shadow:0 8px 15px 0 rgba(0,0,0,.14)}.all-service-card.figure figcaption{font-size:1.125rem!important;line-height:1.5rem!important;font-weight:600!important;color:#4a4a4a;margin:17px 0 9px}.all-service-panel.secondary-sidebar{border:0;border-radius:0;width:auto}.filter-list{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:start;align-items:flex-start}.size-small{border-radius:4px!important;border-color:#ededed!important}.size-small .form-control.primary-select-control.MuiFormControl-root .primary-select.MuiInputBase-root .MuiSelect-root{padding:5px 32px 5px 6px!important}.filter-list>.btn{display:inline-block;vertical-align:top;margin-bottom:10px!important}.filter-list>.btn.btn-icon.MuiButton-root.MuiButton-sizeSmall{padding:4px}.filter-list>.btn+.btn,.filter-list>div+.btn,.filter-list>div+div{margin-left:12px}.service-overview{display:block}.service-overview .service-category-image.MuiAvatar-root{border-radius:10px;width:100%;height:auto}.service-overview .service-overview-details .heading{font-size:1.5rem;line-height:1.75rem;color:#3d73dd;font-weight:300;display:block;margin-bottom:25px}.watch-banner{position:relative;display:block;border-radius:10px;min-height:156px}.watch-banner .MuiGrid-root{min-height:inherit}.watch-banner:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:88px;height:116px;background:url(/_next/static/media/alarm-clock.dd4c37fe96ce03b2fb3ff1af41be40fa.png) no-repeat 50%;background-size:cover}.watch-banner .left-section{padding:0 20px 0 0;border-top-left-radius:14px;border-bottom-left-radius:14px;background-image:-webkit-gradient(linear,left top,left bottom,from(#fec4c0),color-stop(99%,#fdbdbb));background-image:-webkit-linear-gradient(top,#fec4c0,#fdbdbb 99%);background-image:-moz-linear-gradient(top,#fec4c0,#fdbdbb 99%);background-image:linear-gradient(180deg,#fec4c0,#fdbdbb 99%)}.watch-banner .right-section{padding:0 0 0 20px;border-top-right-radius:14px;border-bottom-right-radius:14px;background-image:-webkit-gradient(linear,left top,left bottom,from(#c9e9e4),to(#c6e6e0));background-image:-webkit-linear-gradient(top,#c9e9e4,#c6e6e0);background-image:-moz-linear-gradient(top,#c9e9e4,#c6e6e0);background-image:linear-gradient(180deg,#c9e9e4,#c6e6e0)}.watch-banner .left-section,.watch-banner .right-section{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;font-size:1rem;line-height:1.75rem;text-transform:uppercase;color:#fff;min-height:100%}.watch-banner .left-section p,.watch-banner .right-section p{text-align:center}.watch-banner .left-section b,.watch-banner .right-section b{font-size:1.75rem;line-height:1.75rem;font-weight:700}.wizcart-statistics .all-cities-card,.wizcart-statistics .all-professional-card,.wizcart-statistics .all-service-card{border-radius:10px;font-size:.8125rem;line-height:1.5rem;color:#fff;text-transform:uppercase}.wizcart-statistics .all-cities-card b,.wizcart-statistics .all-professional-card b,.wizcart-statistics .all-service-card b{display:block;color:#fff;text-transform:uppercase;font-size:1.9375rem;line-height:1.5rem;font-weight:700}.wizcart-statistics .all-service-card{background:url(/_next/static/media/all-services.1d31b542729c0efd0e7c09e8b66c7dd3.jpg) no-repeat 50%;background-size:cover;padding:25px 25px 70px}.wizcart-statistics .all-professional-card{background:url(/_next/static/media/all-professionals.c8c367b67470e6672a3a6f3c41c755fa.jpg) no-repeat 50%;background-size:cover;padding:70px 25px 25px}.wizcart-statistics .all-cities-card{background:url(/_next/static/media/all-cities.55fc37997b03e7ab5df788258f878360.jpg) no-repeat 50%;background-size:cover;text-align:right;padding:70px 25px 25px}.profile-sidebar{border:1px solid #ededed;width:300px;position:relative;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.profile-sidebar .profile-detail-part{padding:25px 35px;border-bottom:1px solid #ededed}.profile-sidebar .sidebar-menu{padding:25px 20px}.profile-sidebar .sidebar-menu ul li+li{padding-top:10px}.profile-sidebar .sidebar-menu ul li .nav-link{display:-moz-box;display:flex;font-weight:600;color:#4a4a4a;-moz-box-align:center;align-items:center;padding:11px;border-radius:4px}.profile-sidebar .sidebar-menu ul li .nav-link.active{background:#eff4fd;color:#3d73dd}.profile-sidebar .sidebar-menu ul li .nav-link:hover{color:#3d73dd}.profile-sidebar .sidebar-menu ul li .nav-link:focus{-webkit-box-shadow:0 0 2px 1px #3d73dd;box-shadow:0 0 2px 1px #3d73dd}.profile-sidebar .sidebar-menu ul li .nav-link .MuiAvatar-root{width:24px;height:24px;margin-right:11px}.profile-sidebar .sidebar-menu ul li .nav-link span{max-width:-moz-calc(100% - 35px);max-width:calc(100% - 35px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-default{-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.05);box-shadow:0 2px 10px 0 rgba(44,64,90,.05);padding:15px;position:relative}.card-primary{border:1px solid #3d73dd;border-radius:10px;-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.05);box-shadow:0 3px 10px 0 rgba(0,0,0,.05);padding:30px;position:relative}.card-default+.card-default{margin-top:20px}.primary-label{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;padding-left:8px;color:#0cb56c;margin-top:2px}.primary-label .MuiAvatar-root{height:12px;width:12px;margin-right:3px}.card-content-separator.MuiGrid-container{padding-top:7px;border-top:1px solid #eee;margin-top:15px}.card-default .card-title{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.card-default .card-title .card-title-icon{width:24px;height:24px;margin-right:10px;border-radius:0}.card-default .actions-btns .btn+.btn{margin-left:18px}.card-default .add-new-data-block{border-top:1px solid #eee}.card-default .MuiButton-startIcon.MuiButton-iconSizeSmall .MuiAvatar-root{width:11px;height:11px}.card-default .data-value-details{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;font-size:.875rem;line-height:1.5625rem;flex-wrap:wrap}.card-default .data-value-details .text-content{max-width:600px;overflow:hidden;word-wrap:break-word}.card-default .data-value-details .label-text{color:#9b9b9b;padding-right:10px;white-space:nowrap}.card-default .data-value-details .default-label{display:-moz-inline-box;display:inline-flex;-moz-box-align:center;align-items:center;padding-left:8px;color:#0cb56c;align-self:start;margin-top:5px}.card-default .data-value-details .default-label .MuiAvatar-root{width:12px;height:12px;margin-right:3px}.card-default .data-value-details .text-verified,.text-verified{color:#3d73dd}.card-default .greetings-message{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.card-default .greetings-message .MuiAvatar-root{margin-left:7px;height:18px;width:18px}.card-default .data-value-details .MuiButtonBase-root{margin-left:8px}.icon-with-verified .MuiAvatar-root{height:14px!important;width:14px!important}.icon-with-verified.MuiButtonBase-root{padding:5px 8px}.lg-save-cancel-btn,.save-cancel-btn{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end}.save-cancel-btn .MuiButtonBase-root.MuiButton-contained{padding:9px 20px}.save-cancel-btn .MuiButtonBase-root.MuiButton-outlined{padding:8px 11px}.inner-content-block{position:relative}.inner-content-block .title{font-size:12px;line-height:18px;color:#9b9b9b;display:block}.billing-address-card .top{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;padding-bottom:18px;margin-left:-3px}.billing-address-card .top>span{font-weight:600;color:#0cb56c}.billing-address-card .top>.MuiAvatar-root{height:12px;width:12px;margin-right:5px}.billing-address-card .MuiFormControl-root .radio-group .MuiFormControlLabel-root{margin-bottom:0;margin-right:15px}.billing-address-card .MuiFormControl-root .radio-group .MuiFormControlLabel-root span{font-weight:600}.vertical-separation-wrapper .MuiGrid-item:not(:first-child) .inner-content-block{padding-left:24px}.vertical-separation-wrapper .MuiGrid-item:not(:first-child) .inner-content-block:after{content:"";position:absolute;border:1px solid #ededed;top:2px;height:23px;left:0}.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}footer{background:#3d73dd}footer .primary-footer{padding:60px 0}footer .secondary-footer{display:block;border-top:1px solid hsla(0,0%,100%,.25);font-size:.75rem;line-height:1.125rem;padding:25px 0;color:hsla(0,0%,100%,.5);text-align:center}footer .footer-links-title{display:block;text-transform:uppercase;letter-spacing:2.4px;font-size:.75rem;line-height:1rem;font-weight:700;opacity:.5;color:#fff;margin-bottom:15px}footer .footer-links li>a{font-size:.875rem;line-height:1.125rem;font-weight:600;padding:4px;margin:0 -4px;color:#fff;display:inline-block}footer .footer-links li+li>a{margin-top:6px}footer .footer-links li>a:hover{color:#ffc80a}footer .footer-links li>a:focus{-webkit-box-shadow:0 0 4px hsla(0,0%,100%,.7);box-shadow:0 0 4px hsla(0,0%,100%,.7)}footer .footer-links li.disable-action>a:focus{-webkit-box-shadow:none;box-shadow:none}footer .social-links,footer .social-links a{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}footer .social-links a{width:40px;height:40px;border-radius:50%;-moz-box-pack:center;justify-content:center}footer .social-links a+a{margin-left:16px}footer .social-links a .MuiAvatar-root{width:24px;height:24px;display:block}footer .social-links a:focus,footer .social-links a:hover{background:hsla(0,0%,100%,.2)}.footer-links.unsubscribe{margin-top:-5px;margin-bottom:15px}.MuiAccordion-root .MuiAccordionSummary-root.Mui-focused{background:none}.MuiAccordion-root .MuiAccordionSummary-root.Mui-focused .MuiAccordionSummary-content .accordion-name{color:#3d73dd}.bg-left-rectangle{position:relative}.bg-left-rectangle:before{content:"";display:block!important;position:absolute;z-index:-1;top:-21%;left:-54%;padding:30% 50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:80px;background:#fff;background:-moz-linear-gradient(top,#fff 0,#f6f6f8 100%);background:-webkit-linear-gradient(top,#fff,#f6f6f8);background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f8));background:linear-gradient(180deg,#fff 0,#f6f6f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f8",GradientType=0);max-width:800px;max-height:800px}.dot-listing{display:block;list-style:disc;padding-left:38px}.dot-listing li{list-style:disc;list-style-position:outside;letter-spacing:-.16px}.dot-listing li+li{margin-top:8px}.disk-listing{display:block}.disk-listing li{display:block;position:relative;font-size:.875rem;line-height:1.125rem;letter-spacing:-.16px;color:#4a4a4a;padding-left:16px}.disk-listing li:before{content:"";position:absolute;left:0;top:5px;width:6px;height:6px;border-radius:50%;background:#4a4a4a}.disk-listing li+li{margin-top:10px}.left-border-card{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:10px;padding:24px 30px;margin-bottom:20px;-webkit-box-shadow:0 5px 20px 0 hsla(0,0%,39.2%,.05);box-shadow:0 5px 20px 0 hsla(0,0%,39.2%,.05);min-height:-moz-calc(100% - 20px);min-height:calc(100% - 20px);border:1px solid #ededed;overflow:hidden}.left-border-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#3d73dd}.left-border-card .title{line-height:33px}.login-wrapper .login-right .login-content{text-align:left;min-height:inherit;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.login-wrapper .login-right .login-content .login-controls.sign-up-controls{margin-top:150px}.login-wrapper .login-right .login-content .login-controls{-moz-box-flex:1;flex-grow:1;padding:0 69px;margin:60px 0 0;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.signup-text .primary-link{vertical-align:top;margin-top:-1px}.captcha-box .MuiAvatar-root{height:auto;width:auto;border-radius:0}.sign-up-verification-block{text-align:left;border-radius:10px;border:1px solid #d2d2d2;padding:20px}.sign-up-verification-block .resend-otp-btn{margin-top:4px;padding:4px;float:right}.grey-card{background-color:#f5f5f5;padding:20px;border-radius:10px}.text-with-icon{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.text-with-icon:not(:last-child){margin-bottom:20px}.text-with-icon .MuiAvatar-root{height:18px;width:18px;margin-right:12px;align-self:flex-start}.authentication-card .bordered-title{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding-bottom:7px;border-bottom:1px solid #eee;margin-bottom:12px}.authentication-card ol,.authentication-card ul{padding-left:18px}.authentication-card ol>li:not(:last-child){padding-bottom:6px}.authentication-card ul>li{padding-bottom:3px}.no-label.radio-group.MuiFormControl-root>.MuiFormLabel-root{display:none}.radio-group.MuiFormControl-root .form-control.default-radio.MuiRadio-root .MuiIconButton-label .MuiSvgIcon-root{height:24px!important;width:24px!important}.radio-group.MuiFormControl-root>.MuiFormLabel-root{display:none!important}.half-banner.top-banner .banner-text{padding-right:0;margin:auto auto 100px 38px}.search-loader-card{padding:50px 20px;border-radius:10px;border:1px solid #ededed;-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.05);box-shadow:0 2px 10px 0 rgba(44,64,90,.05);background:#fff;text-align:center;z-index:1;max-width:798px;margin:0 auto 40px}.search-loader-bg{position:relative;padding:100px 0 0;max-width:798px;margin:0 auto 40px}.search-loader-bg .hammer-bg{position:absolute;bottom:-100px;right:100px;width:146px;height:174px;z-index:-1}.search-loader-bg .paint-brush-bg{position:absolute;bottom:-90px;right:240px;width:190px;height:250px;z-index:-1}.search-loader-bg .brush-bg{position:absolute;bottom:-100px;left:210px;width:138px;height:auto;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);transform:rotate(-90deg);z-index:-1}.search-loader-bg .drill-right-bg{position:absolute;bottom:-156px;left:20px;width:305px;height:264px;z-index:-2}.filter-sidebar{border-radius:6px;border:1px solid #ededed}.preview-items-wrapper{display:-moz-box;display:flex;flex-wrap:wrap;margin-left:-8px}.preview-item.btn.btn-icon.MuiButton-root{padding:4px;margin:6px}.play-btn.MuiAvatar-root{border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1),0 0 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.1),0 0 4px 0 rgba(0,0,0,.5)}.item-wrapper{border-radius:7px!important;border:1px solid #ededed!important}.sticky-block{position:sticky;top:20px}.track-order-content{max-width:954px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;margin:20px auto 0;-webkit-box-shadow:none;box-shadow:none}.map-outer{position:relative;padding-bottom:42%}.map-outer .map{position:absolute;width:100%;height:100%;left:0;top:0;border-radius:10px}.map-outer .form-control.MuiFormControl-root .MuiInputBase-root{border:0}a:focus>.figure,a:focus>.figure-horizontal{-webkit-box-shadow:0 10px 30px 0 rgba(0,0,0,.2);box-shadow:0 10px 30px 0 rgba(0,0,0,.2);top:-4px}.card-icon.MuiAvatar-root{width:40px;height:12px;max-width:100%}.p-15{padding:15px!important}.heading-bottomLine{border-bottom:1px solid #ededed}.notification-table .MuiTableBody-root .MuiTableRow-root .MuiTableCell-root{padding:0!important;border:0;border-radius:6px}.notification-wrapper{border:1px solid #ededed;border-radius:6px;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;display:block;padding:14px;color:#4a4a4a;position:relative}.notification-wrapper.active:after{content:"";position:absolute;left:0;bottom:0;top:0;width:3px;height:100%;border-top-left-radius:inherit;border-bottom-left-radius:inherit;background-color:#3d73dd}.next-day{font-size:13px;padding-left:2px}.notification-wrapper:focus,.notification-wrapper:hover{background-color:#f5f5f5}.notification-table .MuiTableBody-root .MuiTableRow-root:not(:last-child) .MuiTableCell-root .notification-wrapper{margin-bottom:20px}.notification .top .MuiButtonBase-root.btn-icon .MuiAvatar-root{width:22px;height:24px}.alert-banner{padding:10px 0 10px 12px;width:100%;z-index:2}.alert-banner .alert-message{line-height:22px;display:-moz-box;display:flex;position:relative;padding-right:34px}.alert-banner .alert-message .alert-action{position:absolute;right:5px;top:-2px}.alert-banner.info,.alert-banner.info p,.alert-banner.info p span{background:#3d73dd;color:#fff!important}.alert-banner.danger .alert-message h1,.alert-banner.danger .alert-message h2,.alert-banner.danger .alert-message h3,.alert-banner.danger .alert-message h4,.alert-banner.danger .alert-message h5,.alert-banner.danger .alert-message h6,.alert-banner.danger .alert-message p,.alert-banner.info .alert-message h1,.alert-banner.info .alert-message h2,.alert-banner.info .alert-message h3,.alert-banner.info .alert-message h4,.alert-banner.info .alert-message h5,.alert-banner.info .alert-message h6,.alert-banner.info .alert-message p,.alert-banner.warn .alert-message h1,.alert-banner.warn .alert-message h2,.alert-banner.warn .alert-message h3,.alert-banner.warn .alert-message h4,.alert-banner.warn .alert-message h5,.alert-banner.warn .alert-message h6,.alert-banner.warn .alert-message p{padding:0;line-height:22px;font-size:16px!important}.alert-banner.danger .alert-message h1 span,.alert-banner.danger .alert-message h2 span,.alert-banner.danger .alert-message h3 span,.alert-banner.danger .alert-message h4 span,.alert-banner.danger .alert-message h5 span,.alert-banner.danger .alert-message h6 span,.alert-banner.danger .alert-message p span,.alert-banner.info .alert-message h1 span,.alert-banner.info .alert-message h2 span,.alert-banner.info .alert-message h3 span,.alert-banner.info .alert-message h4 span,.alert-banner.info .alert-message h5 span,.alert-banner.info .alert-message h6 span,.alert-banner.info .alert-message p span,.alert-banner.warn .alert-message h1 span,.alert-banner.warn .alert-message h2 span,.alert-banner.warn .alert-message h3 span,.alert-banner.warn .alert-message h4 span,.alert-banner.warn .alert-message h5 span,.alert-banner.warn .alert-message h6 span,.alert-banner.warn .alert-message p span{max-width:100%;display:inline-block;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;line-height:22px;font-size:16px!important}.alert-banner.warn{background:#faca00;color:#4a4a4a}.alert-banner.danger,.alert-banner.danger p,.alert-banner.danger p span{background:#f44336;color:#fff!important}.alert-banner .dot-listing{padding-left:10px}.alert-banner .dot-listing>li+li{margin-top:0}.alert-banner .dot-listing>li{display:inline-block;vertical-align:middle;margin:2px 8px;position:relative}.alert-banner .dot-listing>li:before{content:"";width:6px;height:6px;background:#fff;border-radius:50%;margin-right:4px;margin-top:-1px}.alert-banner .dot-listing>li .MuiTypography-root,.alert-banner .dot-listing>li:before{display:inline-block;vertical-align:middle}.fixed-height-message{height:22px;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fixed-height-message h1>*,.fixed-height-message h2>*,.fixed-height-message h3>*,.fixed-height-message h4>*,.fixed-height-message h5>*,.fixed-height-message h6>*,.fixed-height-message p>*{line-height:18px}.dark-text{color:#4a4a4a!important}.action-bar .reply-box .right-action{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.btn-danger.MuiButton-root{background:#fc463f;color:#fff}.btn-danger.MuiButton-root:hover{background:#e23d36;color:#fff}.w-80p{width:80px!important}.w-100p{width:100px!important}.w-110p{width:110px!important}.w-120p{width:120px!important}.w-130p{width:130px!important}.w-140p{width:140px!important}.w-240p{width:240px!important}.max-height-200{max-height:200px!important}.max-height-120{max-height:120px!important}.max-h-130.MuiPopover-paper.MuiPaper-root{max-height:130px;max-width:1px}.reset-css b,.reset-css strong{font-weight:700!important}.reset-css em,.reset-css i{font-style:italic!important}.reset-css ul{list-style-type:disc}.reset-css ol,.reset-css ul{list-style-position:inside!important;-webkit-padding-start:40px;-moz-padding-start:40px;padding-inline-start:40px;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em}.reset-css ol{list-style:decimal}.reset-css code{font-family:"monospace",sans-serif!important;overflow-wrap:break-word;border-radius:3px;padding:1px 3px;letter-spacing:1.2px}.reset-css sup{vertical-align:super;font-size:smaller}.reset-css sub{vertical-align:sub;font-size:smaller}.reset-css a{color:#3d73dd}.reset-css a:focus,.reset-css a:hover{opacity:.7}.reset-css img{display:block}.reset-css h1{font-size:2rem;line-height:1.25;font-weight:700}.reset-css h2{font-size:1.75rem;line-height:1.214285;font-weight:700}.reset-css h3{font-size:1.375rem;line-height:1.2727;font-weight:700}.reset-css h4{font-size:1.25rem;line-height:1.2;font-weight:600}.reset-css h5{font-size:1.125rem;line-height:1.2222;font-weight:600}.reset-css h6{font-size:1rem;line-height:1.375;font-weight:400}.reset-css p{padding-bottom:10px;min-height:15px}.reset-css span{color:#4a4a4a!important;background:transparent!important}.MuiStepper-vertical.vertical-stepper .MuiStepLabel-vertical .MuiStepLabel-labelContainer .MuiStepLabel-label{height:auto!important}.MuiDialogContent-root .MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.MuiDialogContent-root .MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root{display:inline-block;padding:34px 9px 10px;background:none;margin:0;border:none;width:84px}.MuiDialogContent-root .MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span i{left:50%;top:-8px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:43px;height:43px;bottom:auto}.MuiDialogContent-root .MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label>span{min-height:36px;padding-top:12px;padding-left:0}.MuiDialogContent-root .MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root .MuiToggleButton-root .MuiToggleButton-label em{display:-moz-box;display:flex;-moz-box-align:start;align-items:flex-start;text-align:center;font-size:12px;line-height:16px;padding:6px 0;height:32px;max-width:66px}.default-dialog.find-other-provider-dialog .MuiDialogContent-root{padding-bottom:5px}.default-dialog.find-other-provider-dialog .MuiDialogActions-root,.default-dialog.reschedule-order-dialog .MuiDialogActions-root{-moz-box-pack:center;justify-content:center}.default-dialog.reschedule-order-dialog.MuiDialog-root .MuiDialogActions-root .MuiButtonBase-root{min-width:130px}.form-back-btn{position:absolute;top:-1px;left:-8px}.form-back-btn .MuiButtonBase-root .MuiAvatar-root{width:7px!important;height:12px!important}.form-back-btn .MuiButtonBase-root{width:26px;height:26px}.full-width-chip.primary-chips.MuiChip-root .MuiChip-label{max-width:100%;white-space:normal}.page-title-with-mr-1 h6{margin-right:10px!important}.tooltip-fix-len .cursor-auto{max-height:300px}.tooltip-fix-len .cursor-auto .date-mex-len{max-height:250px;overflow:auto;padding:2px}.payment-info-card .top{margin:-20px -30px 0;padding:13px 35px 35px 18px}.right-border{position:relative}.right-border>ul{padding-right:32px}.right-border:after{content:"";position:absolute;right:-moz-calc(50% - 45px);right:calc(50% - 45px);top:20px;bottom:20px;border-right:1px solid #fff;display:block}.service-rating.MuiRating-root{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.service-rating.MuiRating-root .MuiRating-label .MuiRating-icon{margin-right:2px}.service-details-rating.MuiRating-root .MuiRating-icon.MuiRating-iconEmpty{color:#fff!important}.center-content-with-header{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;min-height:-moz-calc(100vh - 140px);min-height:calc(100vh - 140px)}.center-content-with-header .box-with-icon{display:inline-block;padding:30px;border-radius:20px}.center-content-with-header .box-with-icon .MuiAvatar-root{height:60px;width:60px}.inline-chatbox{-webkit-box-shadow:0 2px 10px 0 rgb(44 64 90/5%);box-shadow:0 2px 10px 0 rgb(44 64 90/5%);border-radius:10px;border:1px solid #ededed;overflow:hidden}.inline-chatbox .inline-chatbox-header{padding:15px;background:#f5f5f5;border-radius:10px 10px 0 0;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;overflow:hidden}.inline-chatbox .inline-chatbox-header .username{max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.inline-chatbox .inline-chatbox-header .orderid{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.inline-chatbox .inline-chatbox-body{padding:15px;min-height:300px;max-height:400px;overflow:auto;background:#fff}.inline-chatbox .inline-chatbox-body .reciever{margin:10px 15% 10px 0}.inline-chatbox .inline-chatbox-body .reciever .message-time,.inline-chatbox .inline-chatbox-body .sender .message-time{display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;font-size:12px;line-height:18px;margin-top:4px}.inline-chatbox .inline-chatbox-body .reciever .chat-message,.inline-chatbox .inline-chatbox-body .sender .chat-message{color:#4a4a4a;font-size:14px;line-height:24px;padding:15px 24px 15px 15px;display:inline-block;border-radius:6px;background-color:#fafafa;word-break:break-all}.inline-chatbox .inline-chatbox-body .reciever .chat-message.media-box,.inline-chatbox .inline-chatbox-body .sender .chat-message.media-box{padding:0;background:none;position:relative}.inline-block{display:inline-block!important}.inline-chatbox .inline-chatbox-body .reciever .chat-message.media-box .multiple-media,.inline-chatbox .inline-chatbox-body .sender .chat-message.media-box .multiple-media{background:#f5f5f5;padding:2px;border-radius:6px}.inline-chatbox .inline-chatbox-body .reciever .chat-message.media-box .btn-remove,.inline-chatbox .inline-chatbox-body .sender .chat-message.media-box .btn-remove{position:absolute;top:-4px;right:-4px;z-index:1;width:19px;height:19px;background:#fff}.inline-chatbox .inline-chatbox-body .sender{margin:20px 0 20px 15%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.inline-chatbox .inline-chatbox-body .sender .message-time{margin-left:auto}.inline-chatbox .inline-chatbox-body .sender .chat-message{background:#3a70e0;color:#fff;margin-left:auto}.inline-chatbox .inline-chatbox-body .conversation,.inline-chatbox .inline-chatbox-body .separator{position:relative;margin:10px 0 18px;text-align:center}.inline-chatbox .inline-chatbox-body .conversation-data,.inline-chatbox .inline-chatbox-body .separator-data{font-size:14px;line-height:18px;border-radius:18px;padding:4px 10px;display:inline-block;z-index:1;position:relative;background:#fff;color:#a7a7a7}.inline-chatbox .inline-chatbox-body .conversation-data{background:#3a70e0;color:#fff}.inline-chatbox .inline-chatbox-body .conversation:before,.inline-chatbox .inline-chatbox-body .separator:before{content:"";position:absolute;top:13px;left:0;right:0;z-index:0;border-top:1px solid #dfdfdf}.inline-chatbox .inline-chatbox-body .conversation:before{border-top:1px solid #3a70e0}.inline-chatbox .inline-chatbox-body .w-114px{width:114px}.inline-chatbox .inline-chatbox-footer{padding:15px;margin-top:0}.action-bar .reply-box,.inline-chatbox .inline-chatbox-footer .reply-box{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.inline-chatbox .inline-chatbox-footer .reply-box .reply-input{font-size:1rem;line-height:1.125rem;padding:11px 20px;border-radius:2px;border:1px solid #ededed;margin-right:8px}.inline-chatbox .inline-chatbox-footer .btn-attachment,.inline-chatbox .inline-chatbox-footer .btn-camera{position:relative;top:auto;bottom:auto;left:auto;right:auto}.action-bar .reply-box .right-action,.inline-chatbox .inline-chatbox-footer .reply-box .right-action{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.inline-chatbox .inline-chatbox-footer .reply-box .right-action .btn-send .MuiAvatar-root{margin-left:3px;margin-right:-3px}.action-bar{padding:10px;border-radius:12px;margin-top:10px}.action-bar.have-attachment{border:1px solid #d2d2d2}.action-bar .reply-box .reply-input{width:100%;border-radius:4px;border:1px solid #ededed;padding:12px 20px;font-size:1rem;line-height:1.25rem;color:#4a4a4a;margin-right:8px}.action-bar .reply-box .reply-input-error,.action-bar .reply-box .reply-input-error:focus,.action-bar .reply-box .reply-input-error:hover{border:1px solid #f44336!important}.action-bar .reply-box .reply-input:focus,.action-bar .reply-box .reply-input:hover{border-color:#3d73dd}.action-bar .attachments-preview{margin-bottom:8px}.action-bar .attachments-preview .preview-items-wrapper{margin-left:-2px}.action-bar .attachments-preview .preview-item.btn.btn-icon.MuiButton-root{margin:2px}.MuiToggleButtonGroup-root.multiline-text{display:-moz-box!important;display:flex!important;overflow:auto!important}.chat-page{min-height:100%;border-radius:10px;-webkit-box-shadow:0 2px 10px 0 rgba(44,64,90,.05);box-shadow:0 2px 10px 0 rgba(44,64,90,.05);border:1px solid #ededed}.chat-page .inline-chatbox{border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:0}.chat-page .all-chats-panel,.chat-page .chat-sidebar,.chat-page .inline-chatbox{min-height:100%}.chat-page .chat-sidebar{border-right:1px solid #ededed}.chat-page .inline-chatbox{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.chat-page .inline-chatbox .inline-chatbox-header{background:#fff;-webkit-box-shadow:0 3px 6px 0 rgba(44,64,90,.05);box-shadow:0 3px 6px 0 rgba(44,64,90,.05);z-index:1;padding:12px 20px;max-height:64px}.chat-page .inline-chatbox .inline-chatbox-header .username{display:block;font-weight:600}.chat-page .inline-chatbox .inline-chatbox-body{-moz-box-flex:1;flex-grow:1;max-height:-moz-calc(100vh - 340px);max-height:calc(100vh - 340px);min-height:-moz-calc(100vh - 340px);min-height:calc(100vh - 340px)}.chat-page .all-chats-panel .chats-title{padding:20px;font-size:18px;line-height:24px;font-weight:600;border-radius:10px 0 0 0;-webkit-box-shadow:0 3px 6px 0 rgba(44,64,90,.05);box-shadow:0 3px 6px 0 rgba(44,64,90,.05);background-color:#fff;max-height:64px;z-index:1;position:relative}.pt-10{padding-top:10px!important}.pt-64{padding-top:64px!important}.chat-page .all-chats-panel .users-list{max-height:-moz-calc(100vh - 250px);max-height:calc(100vh - 250px);overflow:auto}.chat-page .all-chats-panel .users-list .user{display:block;padding:20px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;width:100%;border-radius:0;text-align:left}.chat-page .all-chats-panel .users-list .user .more-link{display:inline-block;border-radius:6px;font-size:14px;line-height:18px;background:#ededed;color:#444;padding:4px 8px;font-weight:600}.chat-page .all-chats-panel .users-list li+li .user{border-top:1px solid #ededed}.chat-page .all-chats-panel .users-list .user.active{background:#ededed}.chat-page .all-chats-panel .users-list .user:focus,.chat-page .all-chats-panel .users-list .user:hover{background:#f5f5f5}.chat-page .all-chats-panel .users-list .user .username{font-size:16px;line-height:22px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;color:#2b2b2b;font-weight:600;white-space:nowrap;margin-bottom:3px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.chat-page .all-chats-panel .users-list .user .username.unread{font-weight:600}.chat-page .all-chats-panel .users-list .user .username .orderId{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-left:2px}.chat-page .all-chats-panel .users-list .user .content{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;margin-top:6px}.chat-page .all-chats-panel .users-list .user .content .short-message{display:inline-block;line-height:18px;color:#2b2b2b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-moz-box-flex:1;flex-grow:1}.chat-page .all-chats-panel .users-list .user .content .message-count.primary-chips.MuiChip-root{border-radius:16px;margin:0 0 0 4px;padding:0;background:#3d73dd}.chat-page .all-chats-panel .users-list .user .content .message-count.primary-chips.MuiChip-root .MuiChip-label{color:#fff;padding:0 6px;font-size:11px;line-height:18px}.page-title-with-action.large-title h6{font-size:1.5rem}.provider-date-list{overflow-x:auto;margin-top:20px}.provider-date-list-item{padding:10px 30px;overflow:visible;text-align:center;position:relative;font-size:14px!important;border:1px solid #d2d2d2;color:#8e8a8a;border-radius:5px;margin-right:20px!important;font-weight:400;margin-bottom:20px}.new-provider span{display:-moz-box;display:flex}.new-provider{font-size:.725rem;margin-top:5px;font-weight:400;text-align:left;max-width:113px;min-width:113px}.provider-date-list-item-selected{font-size:14px!important;padding:10px 30px;overflow:visible;text-align:center;position:relative;margin-right:20px!important;color:#fff!important;font-weight:400;margin-left:20px;margin-bottom:20px;border-radius:5px;background-color:#3d73dd!important;border:1px solid #3d73dd}.provider-date-list .check-icon{top:50%;left:100%;position:absolute;-webkit-transform:translate(8px,-50%);-moz-transform:translate(8px,-50%);transform:translate(8px,-50%);margin-top:2px}.bordered-card{border:2px solid #3d73dd}img.object-fit-cover{object-fit:cover!important}.testimonial-listing .single-testimonial{border-bottom:1px solid #d5d5d5;padding:0 10px 20px}.testimonial-listing .single-testimonial-header{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;flex-wrap:wrap}.testimonial-listing .single-testimonial .service-rating{margin-bottom:2px}.testimonial-listing .single-testimonial .quote-img{width:12px;height:12px;margin-bottom:10px}.testimonial-listing .single-testimonial .customer-view{font-size:1.25rem;line-height:1.7rem;color:#4a4a4a;font-weight:300;margin:10px 10px 0}.testimonial-listing .single-testimonial .provider-feedback{margin-top:30px}.testimonial-listing .single-testimonial .customer-detail{font-size:1.5rem;line-height:1.75rem;letter-spacing:.03px;font-weight:600;color:#3d73dd}.testimonial-listing .single-testimonial .customer-detail .location{margin-top:4px}.reviewed-provider{margin-top:10px}.stripe-form-fill{margin:-11px 0 0 30px}.stripe-form-fill+.MuiTypography-root{margin-left:30px}.simpel-marker .MuiSlider-marked .MuiSlider-markLabel[data-index="1"]{margin-left:-2px!important}.simpel-marker .MuiSlider-marked .MuiSlider-markLabel[data-index="0"]{margin-left:6px!important}.simpel-marker .MuiSlider-marked .MuiSlider-thumb .MuiSlider-valueLabel{top:-20px;left:auto!important}.simpel-marker .MuiSlider-marked .MuiSlider-thumb .MuiSlider-valueLabel>span{border-radius:6px;padding:4px 10px 6px}.simpel-marker .MuiSlider-marked .MuiSlider-thumb .MuiSlider-valueLabel>span,.simpel-marker .MuiSlider-marked .MuiSlider-thumb .MuiSlider-valueLabel>span>span{width:auto;height:auto;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}.chat-landing{text-align:center;min-height:-moz-calc(100vh - 444px);min-height:calc(100vh - 444px);-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.chat-landing,.chat-landing .logo-wrapper{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.chat-landing .logo-wrapper{position:relative;margin:0 auto 25px;width:116px;height:92px;background:url(/assets/images/logo-shape.png) no-repeat top 6px center;background-size:116px 92px;padding-bottom:6px}.chat-landing .logo-wrapper .MuiAvatar-root{overflow:visible;width:80px;height:auto}.chat-landing .logo-wrapper .MuiAvatar-root .MuiAvatar-img{object-fit:contain}.chat-landing .title{color:#4a4a4a;line-height:22px}@media (min-width:1280px){.most-popular-wrapper{margin-right:-12px!important}.figure-outer{min-width:190px;max-width:190px;margin:8px}.mt-lg-9p{margin-top:9px!important}.mt-lg-4p{margin-top:4px!important}.br-lg-1{border-right:1px solid #ededed}}@media (max-width:1279px){header.MuiAppBar-root{margin-bottom:20px}#header-my-orders-with-tooltip{display:inline-block}.login-wrapper .login-right .login-content .login-controls{padding:0}.login-wrapper .login-right .login-content .login-controls.sign-up-controls{margin-top:150px}.login-wrapper .login-right .login-content .login-controls{min-width:100%}.login-wrapper .login-right .login-content{padding:40px 80px}.main-content{min-height:-moz-calc(100vh - 464px);min-height:calc(100vh - 464px)}.landing-banner{padding:30px 0 0}.mt-20{margin-top:20px!important}.pb-0{padding-bottom:0!important}.landing-banner .landing-banner-content h1{font-size:4rem;line-height:4.2rem;padding-bottom:30px}.landing-banner .landing-banner-content span{font-size:3rem;line-height:3.3rem;margin-top:8px}.landing-banner .banner-search{margin-bottom:40px}.landing-banner .banner-statistics{line-height:1.7rem}.landing-banner .banner-statistics span{font-size:1.75rem;line-height:1.75rem}.landing-banner .landing-banner-background .MuiAvatar-root{padding-left:20px;min-height:auto}.landing-section{padding:60px 0}.how-wizcart-works .landing-section-title,.landing-section-title{margin-bottom:40px}.why-wizcart-wrapper .transparent-service{padding-left:0}.why-wizcart-wrapper .transparent-service .service-details{padding-left:80px}.why-wizcart-wrapper .ask-for-bids{padding-left:20px}.why-wizcart-wrapper .ask-for-bids .service-details{padding-left:40px}.why-wizcart-wrapper .own-service-provider{padding-right:30px}.why-wizcart-wrapper .live-tracking,.why-wizcart-wrapper .live-tracking .service-details,.why-wizcart-wrapper .own-service-provider .service-details{padding-right:40px}.why-wizcart-wrapper .live-tracking .section-images .circle{bottom:-65px;right:-60px}.why-wizcart-wrapper .transparent-service .service-details .right-down-move{top:-moz-calc(100% - 30px);top:calc(100% - 30px);left:300px}.why-wizcart-wrapper .own-service-provider .service-details .left-down-move{right:400px}.why-wizcart-wrapper .ask-for-bids .service-details .right-down-move{left:200px}.how-wizcart-works .card .card-details{font-size:1.125rem;line-height:1.7rem}.how-wizcart-works .card .card-description{font-size:.75rem;line-height:1rem}.how-wizcart-works{margin-bottom:-40px}.how-wizcart-works .card{padding:10px;min-height:-moz-calc(100% - 30px);min-height:calc(100% - 30px);margin-bottom:30px}.how-wizcart-works .card .outer-img,.how-wizcart-works .card .outer-img.TypeOne .card-bg.MuiAvatar-root,.how-wizcart-works .card .outer-img.TypeThree .card-bg.MuiAvatar-root,.how-wizcart-works .card .outer-img.TypeTwo .card-bg.MuiAvatar-root,.how-wizcart-works .card .outer-imgTypeOne .card-bg.MuiAvatar-root{width:100px!important;height:100px!important}.how-wizcart-works .card .outer-img .main-img{width:80px;height:80px}.why-wizcart-wrapper .landing-section-title{margin-bottom:80px}.testimonial-carousel .testimonial-card-wrapper{padding:0 20px}.testimonial-carousel .testimonial-card{max-width:100%;margin:0}.testimonial-carousel.slick-slider .slick-arrow.slick-prev{left:2%}.testimonial-carousel.slick-slider .slick-arrow.slick-next{right:2%}.testimonials-section:before{top:0;bottom:-40%}.testimonial-carousel .slick-slide.slick-active.slick-center .testimonial-card{-webkit-transform:none;-moz-transform:none;transform:none;width:auto}.testimonial-carousel .testimonial-card{opacity:1}.testimonial-carousel .slick-slide .testimonial-card{-webkit-transform:none;-moz-transform:none;transform:none}.testimonial-carousel.slick-slider:after,.testimonial-carousel.slick-slider:before{display:none}.testimonial-carousel .testimonial-card .customer-view{height:90px;font-size:1.25rem;line-height:1.625rem}.testimonial-carousel .testimonial-card .customer-detail{font-size:1.375rem;line-height:1.625rem}.mobile-app-section{background-size:cover;padding:170px 0}footer .social-section{margin-top:15px}footer .primary-footer{padding:40px 0 25px}footer .secondary-footer{padding:15px 0}.service-banner.top-banner{min-height:448px}.service-form{max-width:100%;margin:-340px 40px 0 auto}.service-banner.top-banner .banner-text{margin:auto auto 40px 40px}.service-details.testimonial-carousel.slick-slider .slick-list{margin-bottom:50px}.all-service-banner .banner-outer{padding:64px 340px 64px 40px;margin:15px 0 40px}.all-service-banner .banner-outer:after{height:auto;top:-10px;bottom:-10px;right:20px;width:300px;max-width:100%;background-position:50%}.all-service-banner .banner-outer h1 b{font-size:2rem}.all-service-card.figure figcaption{font-size:.875rem!important;line-height:1.125rem!important;margin:14px 0 6px}.service-card-list-wrapper.MuiGrid-container{width:-moz-calc(100% + 20px);width:calc(100% + 20px);margin:-10px}.service-card-list-wrapper.MuiGrid-container .MuiGrid-item{padding:10px}.vertical-separation-wrapper .MuiGrid-item:not(:first-child) .inner-content-block{padding-left:0}.vertical-separation-wrapper .MuiGrid-item:not(:first-child) .inner-content-block:after{display:none}.page-action-btn-list .MuiButtonBase-root.MuiButton-sizeLarge{padding:11px 24px;min-width:120px}.track-order-content{max-width:none;z-index:2;position:static;-webkit-transform:none;-moz-transform:none;transform:none}.track-order .map-outer{padding:0}.track-order .map-outer .map{position:static;min-height:400px;padding-bottom:20px}}@media (min-width:960px){.mt-md-9p{margin-top:9px!important}.mt-md-4p{margin-top:4px!important}.br-md-1{border-right:1px solid #ededed}.ml-md-15{margin-left:15px!important}}@media (max-width:959px){.contact-details-block{margin-bottom:30px}.testimonial-listing .single-testimonial .customer-detail{font-size:1.125rem;line-height:1.4}.chat-sidebar{position:fixed;left:0;top:0;bottom:0;margin-left:-500px;width:320px;z-index:1200;-webkit-transition:all .3s cubic-bezier(.215,.61,.355,1);-moz-transition:all .3s cubic-bezier(.215,.61,.355,1);transition:all .3s cubic-bezier(.215,.61,.355,1)}body.show .chat-sidebar{margin-left:0;border-right:0}.chat-page .all-chats-panel .users-list{max-height:-moz-calc(100vh - 64px);max-height:calc(100vh - 64px);background:#fff}.chat-page .all-chats-panel .chats-title{border-radius:0}.inline-chatbox .inline-chatbox-body .sender{margin:15px 0 15px 15%}.inline-chatbox .inline-chatbox-body .reciever .chat-message,.inline-chatbox .inline-chatbox-body .sender .chat-message{font-size:14px;line-height:22px;padding:10px 16px 10px 10px}.action-bar .reply-box .right-action,.inline-chatbox .inline-chatbox-footer .reply-box .right-action{margin-left:0}.right-border:after{display:none}.login-wrapper .login-right .login-content .login-controls{margin-top:30px}.login-wrapper .login-right .login-content .login-controls.sign-up-controls{margin-top:100px}.login-wrapper .login-right .login-content{padding:40px}.page-content-right{max-width:100%!important}.secondary-sidebar-wrapper.MuiGrid-item{padding:0!important}.right-side-wrapper{margin-top:30px}.profile-sidebar{width:260px;z-index:1;border:0}.secondary-sidebar-outer{position:fixed;left:0;top:0;width:260px;margin-left:-260px;height:100%;border:0;background:#fff;z-index:9;padding:0!important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.secondary-sidebar-outer .secondary-sidebar-icon{position:absolute;left:100%;top:150px;z-index:9;margin-left:12px}.secondary-sidebar-outer .secondary-sidebar{border:0;position:relative;height:100%;background:#fff;top:0;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;overflow:auto}body.show-secondary-sidebar{overflow:hidden}body.show-secondary-sidebar .secondary-sidebar-outer{-webkit-box-shadow:0 2px 10px 0 rgb(44 64 90/5%);box-shadow:0 2px 10px 0 rgb(44 64 90/5%);margin-left:0}body.show-secondary-sidebar .secondary-sidebar-overlay{opacity:1;visibility:visible}.faq-sidebar{background:none;max-height:100%;padding:10px 0;border-radius:0}.faq-sidebar .nav-link{padding:8px 12px}.landing-banner{padding:10px 0}.landing-banner .banner-statistics{font-size:.8rem;line-height:1.4rem}.landing-banner .landing-banner-content h1{padding:4% 0 12%;font-size:3.2rem;line-height:3.6rem}.landing-banner .landing-banner-content h1 span{font-size:2rem;line-height:1.75rem;margin:4px 0 0}.landing-banner .landing-banner-background .MuiAvatar-root{margin-left:auto;padding-left:10px}.landing-banner .banner-search{max-width:350px}.testimonials-section .landing-section-title:before,.why-wizcart-wrapper .float-brush,.why-wizcart-wrapper .landing-section-title:before,.why-wizcart-wrapper:after{opacity:.3}.why-wizcart-wrapper:after{width:152px;height:190px}.why-wizcart-wrapper .landing-section-title:before{right:-40px;width:266px;height:332px}.why-wizcart-wrapper .left-down-move,.why-wizcart-wrapper .right-down-move,.why-wizcart-wrapper:before{display:none}.why-wizcart-wrapper .service-block{margin:0 0 70px}.why-wizcart-wrapper .service-block:last-child{margin-bottom:0}.why-wizcart-wrapper .transparent-service .section-images .circle{top:30px;right:-58px;width:160px;height:160px}.why-wizcart-wrapper .own-service-provider .section-images .circle{top:25px;right:-60px;width:160px;height:160px}.why-wizcart-wrapper .ask-for-bids .section-images .circle{top:-45px;right:auto;width:160px;height:160px;left:-50px}.why-wizcart-wrapper .live-tracking .section-images .circle{bottom:auto;right:-55px;width:160px;height:160px;top:25px}.why-wizcart-wrapper .live-tracking .section-images,.why-wizcart-wrapper .own-service-provider .section-images{margin-left:auto}.why-wizcart-wrapper .service-details h5{font-size:1.25rem;line-height:1.75rem}.why-wizcart-wrapper .float-brush{width:196px;top:70%}.why-wizcart-wrapper .service-block .section-images{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.why-wizcart-wrapper .ask-for-bids .section-images .main-img.MuiAvatar-root,.why-wizcart-wrapper .live-tracking .section-images .main-img.MuiAvatar-root,.why-wizcart-wrapper .own-service-provider .section-images .main-img.MuiAvatar-root,.why-wizcart-wrapper .transparent-service .section-images .main-img.MuiAvatar-root{width:240px;height:auto}.why-wizcart-wrapper .transparent-service .service-details{padding:0 0 0 60px}.why-wizcart-wrapper .own-service-provider .service-details{padding:0 30px 0 0}.why-wizcart-wrapper .ask-for-bids .service-details{padding:0 0 0 30px}.why-wizcart-wrapper .live-tracking .service-details{padding:0 30px 0 0}.how-wizcart-works .card{min-height:auto;margin-bottom:0}.how-wizcart-works{margin-bottom:0;padding-bottom:0}.testimonials-section:before{background-size:contain}.testimonial-carousel .testimonial-card .quote-img.MuiAvatar-root{width:24px;height:24px;margin-bottom:10px}.testimonials-section .landing-section-title{margin-bottom:60px;font-size:1.7rem;line-height:2.2rem}.testimonials-section .landing-section-title:before{max-width:45%;top:-25%}.testimonial-carousel .testimonial-card .customer-detail,.testimonial-carousel .testimonial-card .customer-view{font-size:1.25rem;line-height:1.75rem}.testimonial-carousel .testimonial-card .customer-detail span{margin-top:0}.testimonials-section .landing-section-title .large-light-title{font-size:1.8rem;line-height:1.8rem}.testimonial-carousel .testimonial-card{padding:30px}.testimonial-carousel.slick-slider .slick-list:before{margin-right:-300px}.testimonial-carousel.slick-slider .slick-list:after{margin-left:-300px}.mobile-app-section{padding:70px 20px;background:#efeff7;text-align:center}.mobile-app-section:after,.mobile-app-section:before{display:none}.mobile-app-section h2,.mobile-app-section h6{margin:0 auto 20px}.mobile-app-section h2{font-size:1.75rem;line-height:2.3rem}.mobile-app-section .btn-list .link-action .MuiAvatar-root{width:122px;height:35px}.mobile-app-section p{line-height:1.5rem}.join-wizcart{padding:120px 20px}.join-wizcart .landing-section-title{font-size:1.75rem;line-height:2rem}.join-wizcart h3{font-size:2rem;line-height:3rem;margin-bottom:15px}.join-wizcart .btn.MuiButton-root{padding:12px 36px;letter-spacing:2px}footer .social-section{margin-top:0}footer .footer-links{margin-bottom:24px}footer .primary-footer{padding:30px 0 15px}.top-banner{max-height:340px;height:auto;min-height:250px}.top-banner .banner-text{padding-right:0;margin:30px}.contact-bullets-list{margin-top:0}.contact-bullets+.contact-bullets{margin-top:38px}.contact-bullets{margin-top:38px;margin-right:30px}.contact-form{max-width:100%;margin:20px 0}.service-form{max-width:540px;margin:0 auto}.service-banner.top-banner{max-height:100%;height:auto;min-height:320px;padding-top:24px}.service-description.bg-left-rectangle:before{top:0;left:-20%}.service-banner.top-banner .banner-text{margin:auto 24px 24px}.service-details.testimonial-carousel.slick-slider .slick-list{margin-bottom:30px}.landing-section.bg-left-rectangle:before{top:30%}.profile-sidebar-outer{position:fixed;left:0;top:0;height:100%;border:0;z-index:9;padding:0!important}.secondary-sidebar-overlayer,secondary-sidebar-overlay{position:fixed;left:0;top:0;height:100%;width:100%;z-index:1;background:rgba(0,0,0,.3137254901960784);opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;cursor:default}.secondary-sidebar-overlayer{z-index:2}body.show .secondary-sidebar-overlayer{opacity:1;visibility:visible}.secondary-sidebar-overlayer{-webkit-transition:all .3s cubic-bezier(.215,.61,.355,1);-moz-transition:all .3s cubic-bezier(.215,.61,.355,1);transition:all .3s cubic-bezier(.215,.61,.355,1)}.profile-sidebar-outer .profile-sidebar-icon{position:absolute;left:100%;top:120px;z-index:9;margin-left:10px}.profile-sidebar-outer .profile-sidebar{border:0;position:relative;height:100%;border-right:1px solid #ededed;overflow:auto;top:0;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;margin-left:-300px}.profile-sidebar-outer .profile-sidebar-overlay{position:fixed;left:0;top:0;height:100%;width:100%;z-index:1;background:rgba(0,0,0,.3137254901960784);opacity:0;visibility:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;cursor:default}body.show-profile-sidebar{overflow:hidden}body.show-profile-sidebar .landing-wrapper{position:relative;z-index:1200}body.show-profile-sidebar .profile-sidebar-outer .profile-sidebar{-webkit-box-shadow:0 2px 10px 0 rgb(44 64 90/5%);box-shadow:0 2px 10px 0 rgb(44 64 90/5%);margin-left:0}body.show-profile-sidebar .profile-sidebar-outer .profile-sidebar-overlay{opacity:1;visibility:visible}.all-service-banner .banner-outer{padding:40px 240px 40px 20px}.all-service-banner .banner-outer .first-text{font-size:1.3rem;line-height:1.5rem;margin-bottom:12px}.all-service-banner .banner-outer h1{font-size:1.125rem;line-height:1.65rem}.all-service-banner .banner-outer h1 b{font-size:1.5rem;line-height:1.65rem}.all-service-banner .banner-outer:after{width:210px;right:10px}.all-service-listing-wrapper .secondary-sidebar{padding:10px 20px;margin-left:-340px}.secondary-sidebar .light-title{font-size:1.25rem;line-height:1.75rem;margin:5px 0 20px}.all-service-listing-wrapper .secondary-sidebar .AccordionTypeTwo.MuiPaper-root{margin:0 0 16px!important}.all-service-listing-wrapper .all-service-card.figure figcaption{font-size:1rem!important;line-height:1.25rem!important;margin:12px 0 6px}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root,.MuiAccordionDetails-root{padding:8px 16px 8px 58px!important}.AccordionTypeTwo .MuiAccordionSummary-content>span{font-size:1rem;line-height:1.25rem}.AccordionTypeTwo .MuiCollapse-container .MuiAccordionDetails-root .child-links a{font-size:.875rem;line-height:1.125rem;padding:6px 0;margin-left:-20px}.AccordionTypeTwo.MuiPaper-root{margin:0 0 20px!important}.AccordionTypeTwo .MuiAccordionSummary-root,.AccordionTypeTwo .MuiAccordionSummary-root.Mui-expanded{min-height:44px}.AccordionTypeTwo .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:8px 0}.watch-banner .right-section{line-height:1.5rem}.watch-banner .left-section b,.watch-banner .right-section b{font-size:1.5rem;line-height:1.5rem}.watch-banner:after{width:58px;height:85px}.search-loader-card{padding:30px 15px}.search-loader-bg{padding:60px 0 0}.search-loader-bg .hammer-bg{right:30px}.search-loader-bg .drill-right-bg{left:-30px}.search-loader-bg .brush-bg{display:none}.search-loader-bg .paint-brush-bg{right:50%;-webkit-transform:translate(50%);-moz-transform:translate(50%);transform:translate(50%)}.track-order .map-outer .map{min-height:260px}.service-selection-form{max-height:100%;overflow:visible}.card.payment-info-card,.shadow-card.payment-info-card{padding:20px!important}.testimonial-card{padding:30px}.testimonial-card .quote-img.MuiAvatar-root{width:24px;height:24px;margin-bottom:15px}.testimonial-card .customer-detail{font-size:1.25rem;line-height:1.2}.testimonial-card .customer-view{font-size:1.125rem;line-height:1.25;margin-bottom:20px}.popular-services>.MuiContainer-root>.MuiGrid-root>.MuiGrid-root{padding:10px}}@media (min-width:600px){.contact-bullets{display:-moz-inline-box;display:inline-flex;-moz-box-pack:space-evenly;justify-content:space-evenly}.mt-sm-14p{margin-top:14px!important}.mt-sm-9p{margin-top:9px!important}.mt-sm-8p{margin-top:8px!important}.mt-sm-4p{margin-top:4px!important}.ls-sm-3{letter-spacing:3px}}@media (max-width:599px){.page-title-with-action h6{font-size:1.25rem}.spacing-xs-4{width:-moz-calc(100% + 32px)!important;width:calc(100% + 32px)!important;margin:-14px!important}.spacing-xs-4>.MuiGrid-item{padding:16px!important}.ls-sm-3{letter-spacing:2px}.mx-sm-down-auto{margin:0 auto!important}.min-w-400 .__react_component_tooltip{min-width:none!important}.login-wrapper .login-right .login-content .login-controls.sign-up-controls{margin-top:60px}.login-wrapper .login-right .login-content{padding:40px 20px}.max-xs-w-162p{max-width:162px}.MuiAvatar-root.modal-success-check{width:"90px!important";height:"90px!important"}.MuiTypography-subtitle1.MuiTypography-root{font-size:.875rem}.profile-sidebar .sidebar-menu ul li .nav-link{padding:8px 10px}.profile-sidebar .sidebar-menu ul li .nav-link span{font-size:.875rem;line-height:1.125rem}.page-action-btn-list .MuiButtonBase-root{min-width:90px}.lnh-24{line-height:22px!important}header.MuiAppBar-root{margin-bottom:15px}.card,.shadow-card{padding:20px}.card-default{padding:16px}.landing-banner .landing-banner-background .MuiAvatar-root{padding-left:0;max-width:340px;z-index:-1;opacity:.5}.landing-banner .landing-banner-content h1{min-height:90px;margin:-200px 0 130px;padding:0;position:relative;z-index:1}.landing-banner .banner-search{margin-bottom:25px;max-width:100%}.popular-services .landing-section-title{margin-bottom:40px}.popular-services>.MuiContainer-root>.MuiGrid-root{width:-moz-calc(100% + 20px);width:calc(100% + 20px);margin:-10px}.why-wizcart-wrapper .service-block{display:block;margin:0}.why-wizcart-wrapper:before{display:none}.why-wizcart-wrapper .service-block .service-details{padding:30px 0 50px}.why-wizcart-wrapper .service-block:last-child .service-details{padding-bottom:0}.why-wizcart-wrapper .landing-section-title:before{width:266px;top:-40px;right:-60px;height:232px}.why-wizcart-wrapper .ask-for-bids .section-images,.why-wizcart-wrapper .ask-for-bids .section-images .main-img.MuiAvatar-root,.why-wizcart-wrapper .live-tracking .section-images,.why-wizcart-wrapper .live-tracking .section-images .main-img.MuiAvatar-root,.why-wizcart-wrapper .own-service-provider .section-images,.why-wizcart-wrapper .own-service-provider .section-images .main-img.MuiAvatar-root,.why-wizcart-wrapper .transparent-service .section-images,.why-wizcart-wrapper .transparent-service .section-images .main-img.MuiAvatar-root{max-width:280px;width:auto;height:auto}.why-wizcart-wrapper .transparent-service .section-images .circle{top:50px}.why-wizcart-wrapper .own-service-provider .section-images .circle{top:46px;right:-55px}.why-wizcart-wrapper .ask-for-bids .section-images .circle{top:-40px;right:-40px;width:160px;height:160px;left:auto}.why-wizcart-wrapper .live-tracking .section-images .circle{top:50px;right:-50px}.why-wizcart-wrapper .live-tracking{padding-right:25px}.why-wizcart-wrapper .service-details h5{font-size:1.25rem;line-height:1.6rem}.how-wizcart-works .card{padding:20px}.how-wizcart-works .card .outer-img .main-img .MuiAvatar-root{width:30px;height:30px}.how-wizcart-works{padding-bottom:0}.testimonials-section:before{display:none}.testimonial-carousel.slick-slider .slick-list:before{margin-right:-200px}.testimonial-carousel.slick-slider .slick-list:after{margin-left:-200px}.testimonials-section .landing-section-title:before{top:-35%}.testimonials-section .landing-section-title{margin-bottom:0}.testimonial-carousel .testimonial-card-wrapper{padding:0 30px}.testimonial-carousel .testimonial-card{-webkit-box-shadow:0 20px 20px rgb(74 74 74/10%);box-shadow:0 20px 20px rgb(74 74 74/10%)}.testimonial-carousel .testimonial-card .customer-view{font-size:1.125rem;line-height:1.5rem}.testimonial-carousel .testimonial-card .customer-detail{font-size:1rem;line-height:1.5rem}.testimonial-carousel.slick-slider .slick-list{padding:45px 0!important}.testimonials-section .plant-bg.MuiContainer-root{margin-top:-80px}.mobile-app-section{padding:40px 20px}.mobile-app-section h2{font-size:1.5rem;line-height:2rem}.mobile-app-section p{line-height:1.5rem;font-size:.875rem}.join-wizcart{padding:40px 20px}.join-wizcart .landing-section-title{font-size:1.5rem;line-height:2rem}.join-wizcart h3{font-size:1.875rem;line-height:2.5rem;margin-bottom:15px}.join-wizcart .btn.MuiButton-root{padding:10px 26px;letter-spacing:2px;font-size:.8rem}footer .footer-links-title{letter-spacing:.8px;margin-bottom:8px}footer .footer-links li+li>a{margin-top:4px}footer .footer-links li>a{padding:3px 0}.contact-bullets-list{display:block}.contact-bullets .icon-outer{width:56px;height:56px}.contact-bullets .icon-outer .MuiAvatar-root{width:24px!important;height:24px!important}.contact-bullets>.MuiTypography-root{font-size:14px;line-height:20px}.contact-bullets>.MuiTypography-root .MuiTypography-root{font-size:18px;line-height:24px}.bg-left-rectangle:before{border-radius:20px}.dot-listing{padding-left:24px}.details-page .MuiTypography-body1{font-size:.875rem}.left-border-card{padding:10px 20px 15px}.banner-text .dot-listing .MuiTypography-body1{font-size:.875rem;line-height:1.125rem}.banner-text .dot-listing li+li{margin-top:6px}.service-details.testimonial-carousel.slick-slider .slick-list{margin-bottom:0}.service-banner.top-banner{min-height:280px;padding-top:20px}.service-banner.top-banner .banner-text{margin:auto 20px 20px}.all-service-banner .banner-outer{padding:36px 20px;margin:0 0 30px}.all-service-banner .banner-outer .first-text,.all-service-banner .banner-outer h1{position:relative;z-index:1}.all-service-banner .banner-outer:after{z-index:0;opacity:.4;top:10px;bottom:10px;right:0}.service-overview .service-category-image.MuiAvatar-root{max-width:340px;width:auto}.service-overview .service-overview-details .heading{margin-bottom:20px}.watch-banner,.watch-banner .left-section,.watch-banner .right-section{min-height:auto}.watch-banner:after{margin:-10px 0 0}.watch-banner .left-section{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;padding:15px 0 60px!important}.watch-banner .right-section{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-right-radius:0;padding:40px 0 15px!important}.pb-xs-2{padding-bottom:20px!important}.grey-card.max-width-290{margin:0;max-width:none}.search-loader-bg .paint-brush-bg{display:none}.search-loader-bg .drill-right-bg{bottom:-126px;left:20px;width:235px;height:auto}.search-loader-bg .hammer-bg{bottom:-80px;right:70px;width:96px;height:auto}.track-order .map-outer .map{min-height:auto}.track-order .bottom-btn{-moz-box-pack:start!important;justify-content:flex-start!important}.action-bar{padding:10px 0}.action-bar .reply-box .reply-input{padding:9px 46px 9px 16px;font-size:14px;line-height:18px}.action-bar .btn-send{min-width:40px}.language-dropdown.MuiButton-root{margin:0 2px}.sidebar>div{padding:20px 14px}.page-action-btn-list .MuiButtonBase-root{margin:0 0 10px 10px}.page-action-btn-list.sm-left .MuiButtonBase-root{margin:0 10px 10px 0}.MuiDialogContent-root .MuiFormControl-root.rating-toggle-group .MuiToggleButtonGroup-root{flex-wrap:wrap;-moz-box-pack:start;justify-content:flex-start}.card-default .actions-btns .btn.has-icon.MuiButton-root.MuiButton-outlinedPrimary.MuiButton-sizeSmall+.btn.has-icon.MuiButton-root.MuiButton-outlinedPrimary.MuiButton-sizeSmall{margin-left:10px}.btn.has-icon.MuiButton-root.MuiButton-outlinedPrimary.MuiButton-sizeSmall{padding:5px}.inline-chatbox .inline-chatbox-footer .reply-box .reply-input{font-size:14px;line-height:18px;padding:10px 15px}.px-24p{padding:0 16px!important}.page-content.px-24p{padding:0 8px!important}.checkout-content .step-icons-view.MuiPaper-root.MuiStepper-root{padding:0 16px!important}#my-orders-sort-by .primary-select.MuiInputBase-root,#my-orders-sort-by .sort-label{font-size:.8rem!important}.stripe-form-fill{margin-left:40px;margin-top:-8px}.stripe-form-fill+.MuiTypography-root{margin-left:40px}}.text-capitalize{text-transform:capitalize!important}.sub-title.page-title-with-action h6{font-size:18px;line-height:26px;font-weight:400}.page-title-with-action .btn-list{text-align:right;margin-bottom:4px}.TermsText.MuiTypography-body2{line-height:1.4;margin-top:18px;color:#4a4a4a;font-family:Arial,Helvetica,sans-serif}.pending-chip.MuiChip-root{border-color:#faca00!important;background-color:#faca00}.error-chip.MuiChip-root,.pending-chip.MuiChip-root{border-radius:8px!important;height:27px!important;color:#fff}.error-chip.MuiChip-root{border-color:#e74c3c!important;background-color:#e74c3c}.success-chip.MuiChip-root{border-radius:8px!important;border-color:#0cb56c!important;height:27px!important;background-color:#0cb56c;color:#fff}.unauthorized-chip.MuiChip-root{border-radius:8px!important;border-color:#bbb!important;height:27px!important;background-color:#bbb;color:#000}.custom-heading .MuiTypography-h6{margin-right:0}.btn.MuiButton-root.resend-otp-2fa{margin-bottom:3px;margin-left:-6px}.h-32p{display:-moz-inline-box;display:inline-flex;-moz-box-align:center;align-items:center;min-height:32px}.no-label .MuiFormGroup-root .MuiFormControlLabel-root{margin-bottom:0!important}.listing-radio.radio-group.MuiFormControl-root .MuiFormControlLabel-root{margin:0 0 4px}.dialog-link{color:#3d73dd;text-decoration:underline;font-weight:600}.loader-overlay{position:fixed;height:100%;width:100%;top:0;left:0;background:hsla(0,0%,84.3%,.35);z-index:9998}.cssload-fond{position:fixed;z-index:.5;top:50%;left:50%;margin:-20px 0 0 -20px;z-index:9999}.cssload-container-general{animation:cssload-animball_two 2.2s infinite;-o-animation:cssload-animball_two 2.2s infinite;-ms-animation:cssload-animball_two 2.2s infinite;-webkit-animation:cssload-animball_two 2.2s infinite;-moz-animation:cssload-animball_two 2.2s infinite;width:43px;height:43px}.cssload-internal{width:43px;height:43px;position:absolute}.cssload-ballcolor{width:19px;height:19px;border-radius:50%}.cssload-ball_1,.cssload-ball_2,.cssload-ball_3,.cssload-ball_4{position:absolute;animation:cssload-animball_one 2.2s ease infinite;-o-animation:cssload-animball_one 2.2s ease infinite;-ms-animation:cssload-animball_one 2.2s ease infinite;-webkit-animation:cssload-animball_one 2.2s ease infinite;-moz-animation:cssload-animball_one 2.2s ease infinite}.cssload-ball_1{background-color:#354091;top:0;left:0}.cssload-ball_2{background-color:#5a6199;top:0;left:23px}.cssload-ball_3{background-color:#5a6199;top:23px;left:0}.cssload-ball_4{background-color:#354091;top:23px;left:23px}@keyframes cssload-animball_one{0%{position:absolute}50%{top:12px;left:12px;position:absolute;opacity:.5}to{position:absolute}}@-webkit-keyframes cssload-animball_one{0%{position:absolute}50%{top:12px;left:12px;position:absolute;opacity:.5}to{position:absolute}}@keyframes cssload-animball_two{0%{-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(1turn) scale(1.3);-moz-transform:rotate(1turn) scale(1.3);transform:rotate(1turn) scale(1.3)}to{-webkit-transform:rotate(2turn) scale(1);-moz-transform:rotate(2turn) scale(1);transform:rotate(2turn) scale(1)}}@-webkit-keyframes cssload-animball_two{0%{-webkit-transform:rotate(0deg) scale(1)}50%{-webkit-transform:rotate(1turn) scale(1.3)}to{-webkit-transform:rotate(2turn) scale(1)}}.loaderHide{display:none}.loaderShow{display:block}
/*# sourceMappingURL=8f7021c56d784233691d.css.map*/