@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");body{background-color:#f9f9fc;font-size:13px;font-weight:300;font-family:Poppins;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#676c7b;font-family:"Poppins", sans-serif;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}a{color:#2266ab}.space-between{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between !important}.flex-end{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:flex-end !important}.flex-start{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:flex-start !important}.body.hidden{overflow:hidden}.cont-spinner{position:fixed;width:100%;top:0;height:100%;opacity:0.9;background-color:#2266ab;z-index:10000;display:flex;justify-content:center;align-items:center;flex-direction:column}.cont-spinner h1{font-size:1.5rem;color:#fff;padding-top:30px;text-transform:uppercase;font-style:unset;letter-spacing:0.4px;font-weight:bold}.spinner{width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.loading-inside{position:absolute;z-index:10;background-color:rgba(255,255,255,0.9);color:#2166ab;width:calc(100% - 30px);height:calc(100% - 20px);top:0;left:15px;border-radius:5px;display:flex;justify-content:center;align-items:center}.upload-image .loading-inside{background-color:#fff}.spinner-2{margin:0;width:70px;text-align:center}.spinner-2>div{width:10px;height:10px;background-color:#2166ab;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner-2 .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner-2 .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.s-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%}.grid.brand{height:100%;width:45%;box-sizing:border-box;padding:3% 4%;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-content:space-between;background:#2e78c2;background:-moz-radial-gradient(center, ellipse cover, #2e78c2 0%, #2267ab 100%);background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2e78c2), color-stop(100%, #2267ab));background:-webkit-radial-gradient(center, ellipse cover, #2e78c2 0%, #2267ab 100%);background:-o-radial-gradient(center, ellipse cover, #2e78c2 0%, #2267ab 100%);background:-ms-radial-gradient(center, ellipse cover, #2e78c2 0%, #2267ab 100%);background:radial-gradient(ellipse at center, #2e78c2 0%, #2267ab 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e78c2', endColorstr='#2267ab', GradientType=1 )}.grid.brand .middle{width:100%}.grid.brand .logo{width:auto;max-width:120px}.grid.brand h1{color:#fff}.grid.brand p{color:#fff;font-size:1rem;font-weight:400}.row{margin-right:-10px;margin-left:-10px}.wrapper{padding-top:80px}.container{width:1380px;margin:0 auto;padding:0 30px;max-width:100%;box-sizing:border-box}.nav-pills .nav-link{font-weight:400;color:#6c7293}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{font-weight:600;background-color:transparent;color:#4a4a4a}.grid.login{display:-webkit-box;display:-ms-flexbox;display:flex;width:55%;justify-content:center;align-items:center}.grid.login .logo{display:none;position:absolute}.login-form{width:80%;max-width:450px}.login-form h3{font-size:2rem;color:#2266ab;text-align:center;padding:0 0 2rem 0}.login-form .form-group{margin-bottom:0}.login-form .form-group input{border:none;height:50px;margin-top:1.25rem;background-color:#fff;padding-left:1.25rem;padding-right:1.25rem;-webkit-transition:background-color 0.3s ease;transition:background-color 0.3s ease}.login-form .login-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;justify-content:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;margin:3rem 0}.login-form .link{color:#777777}.login-form .btn-primary{font-weight:500;font-size:1rem;height:50px;padding-left:2.75rem;padding-right:2.75rem;color:#fff;background-color:#2266ab;-webkit-box-shadow:0px 4px 16px 0px #2166ab;box-shadow:0px 4px 16px 0px #2166ab;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.login-form .btn-primary:hover{-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;color:#fff;background-color:#194f85}.login-form .btn-primary:focus{box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)}.login-form .row{margin-top:30px}.login-form .kt-checkbox{font-size:13px}.login-form .align-right{text-align:right}.login-form .kt-checkbox>input:checked~span{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border:1px solid #2166ab;background-color:#2166ab}.login-form h3.mobile{display:none}.navbar{-webkit-transition:height 0.3s;transition:height 0.3s}.navbar.small-nav{height:40px;-webkit-transition:height 0.3s;transition:height 0.3s}.navbar.small-nav .right-wrapper .form-inline{display:none}.navbar.small-nav .btn-primary.survey{padding:0.3rem 1.5rem}.navbar-light{height:80px;-webkit-box-shadow:0px 0px 40px 0px rgba(82,63,105,0.1);box-shadow:0px 0px 40px 0px rgba(82,63,105,0.1);background:#fff;padding:0 1rem}.menu-wrapper .navbar-brand{height:100%;padding-right:11px;border-right:1px solid #f2f2f2;padding-top:0.3rem;box-sizing:border-box}.menu-wrapper .navbar-brand img{max-height:90%;position:relative;display:block}.navbar>.container,.navbar>.container-fluid{height:100%}.navbar .btn-primary.survey:disabled{cursor:not-allowed;background-color:#e6e6e6}.menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;height:100%}.menu-wrapper .nav-link{padding:0.5rem 1.1rem;border-radius:4px}.menu-wrapper .nav-link:hover{color:#2266ab}.menu-wrapper .nav{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.menu-wrapper .nav .nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px 0.15rem;padding:0px 0.15rem}.menu-wrapper .nav-pills .nav-link:focus,.menu-wrapper .nav-pills .nav-link.active,.menu-wrapper .nav-pills .show>.nav-link,.header-mobile .nav-pills .nav-link:focus,.header-mobile .nav-pills .nav-link.active{background-color:#f5f6fc;color:#2266ab;font-weight:500}.center-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:flex-begin;align-content:flex-begin;padding:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.right-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;height:100%}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;height:100%}.dropdown-menu{top:120%;left:auto;right:0;-webkit-box-shadow:0px 0px 20px 0px rgba(82,63,105,0.15);box-shadow:0px 0px 20px 0px rgba(82,63,105,0.15);-webkit-animation:dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease 1;animation:dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease 1}@-webkit-keyframes dropdown-menu-fade-in{from{opacity:0}to{opacity:1}}@keyframes dropdown-menu-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes dropdown-menu-move-up{from{margin-top:10px}to{margin-top:0}}@keyframes dropdown-menu-move-up{from{margin-top:10px}to{margin-top:0}}.dropdown-item{font-size:0.8rem}.dropdown-item.simple:hover{background-color:none;color:#2266ab}.box-style .box-style__head .head-toolbar.cont-nav-lines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.box-style .box-style__head .head-toolbar.cont-nav-lines li,.box-style .box-style__head .head-toolbar.cont-nav-lines li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#4a4a4a;font-weight:400}.box-style .box-style__head .head-toolbar.cont-nav-lines li a{height:100%;border-bottom:2px solid transparent;font-weight:500;font-size:12px;letter-spacing:0.2px}.box-style .box-style__head .head-toolbar.cont-nav-lines li a.nav-link.active{color:#2266ab;border-bottom:2px solid #2266ab}.box-style .box-style__head .head-toolbar.cont-nav-lines .dropdown{display:none}.header-mobile{display:none}.header-mobile .nav{justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.header-mobile .nav .navbar-brand{height:100%;display:block;border-right:1px solid #f2f2f2;padding-right:10px;max-width:60px;padding-top:8px}.header-mobile .nav .navbar-brand img{max-height:100%;max-width:100%}.header-mobile__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header-mobile__logo img{max-width:40px}.header-mobile__logo span{font-size:1.2rem;font-weight:500}.header-mobile__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.fixed-button{position:fixed;bottom:3%;right:5%;z-index:9999;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.btn-new-survey{opacity:0;height:70px;width:70px;border-radius:50px;background-color:#2266ab;border:none;color:#fff;text-align:center;box-shadow:0 0 8px rgba(34,101,171,0.41);position:absolute;right:12px;bottom:0;z-index:100;visibility:visible;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}.btn-new-survey .flaticon-add:before{font-size:30px;color:#fff;font-weight:bold;margin:0}.header-menu-wrapper-overlay{position:fixed;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:1000;background:rgba(0,0,0,0.4);-webkit-animation:kt-animate-fade-in 0.3s linear 1;animation:kt-animate-fade-in 0.3s linear 1;background:rgba(0,0,0,0.4);display:none}.header-menu-wrapper{display:none;z-index:1001;position:fixed;-webkit-overflow-scrolling:touch;top:0;bottom:0;overflow-y:auto;-webkit-transform:translate3d(0, 0, 0);backface-visibility:hidden;-webkit-backface-visibility:hidden;max-width:70%;-webkit-transition:left 0.3s ease, right 0.3s ease;transition:left 0.3s ease, right 0.3s ease;left:-75%;-webkit-box-shadow:0px 1px 9px -3px rgba(0,0,0,0.75);box-shadow:0px 1px 9px -3px rgba(0,0,0,0.75);background-color:#fff}.header-menu-wrapper.show{left:0;opacity:1}.header-menu-wrapper p{padding-left:1.5rem;width:90%}.header-menu-wrapper .dropdown-item{font-size:0.9rem;padding:1rem 1.5rem;border-top:1px solid #f2f2f2;font-weight:300}.header-menu-wrapper-overlay.show{display:block}.subheader{background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:10px 0;padding:10px 0}.subheader .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.subheader .subheader__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.25rem 0}.subheader .subheader__main .nav-pills .nav-link{color:#9b9b9b}.subheader .subheader__main .nav-pills .nav-link.active,.subheader .subheader__main .nav-pills .show>.nav-link{color:#4a4a4a}.subheader .subheader__main .nav-pills .nav-item span{padding:0.5rem 1rem;display:block;font-weight:600;color:#9b9b9b}.subheader .subheader__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.btn-group.more{display:none}.subheader .subheader__main h3.title{font-size:1.5rem;margin:0;font-weight:600;padding:0 1rem 0 0;color:#2266ab;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:450px}.subheader .subheader__main .separator{display:block;width:1px;height:22px;border-radius:2px;background:#dbdce7;margin:0 1rem 0 0}.subheader .subheader__main .detail{padding:0 0.5rem 0 0;font-size:0.8rem;font-weight:500;color:#9b9b9b}.tab-content{height:-webkit-fit-content}.tab-content>.tab-pane{padding-bottom:65px}.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0px 0px 13px 0px rgba(82,63,105,0.05);box-shadow:0px 0px 13px 0px rgba(82,63,105,0.05);background-color:#ffffff;margin-bottom:20px;border-radius:4px}.box-style .box-style__head{-webkit-transition:height 0.3s;transition:height 0.3s}.box-style__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:0 25px;min-height:60px;border-top-left-radius:4px;border-top-right-radius:4px}.col-xl-4 .box-style .box-style__head{min-height:80px}.head-media,.head-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:unset;-ms-flex-align:initial;align-items:flex-start;padding:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:center;-webkit-box-flex:1;max-width:80%;flex-direction:column}.head-media{padding:0 1%;justify-content:normal}.head-media img{min-width:60px}.head-date{color:#9b9b9b;padding-bottom:4px;font-size:12px}#drafts .box-style .box-style__head{border:none}.box-style .box-style__head .head-title{margin:0;padding:0;font-size:1.1rem;font-weight:500;color:#48465b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.box-style .box-style__head .head-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-toolbar .box-image{margin:0;position:relative}.box-image.small li{min-height:auto;width:30px;height:35px;margin:0;position:absolute;top:0}.box-image.small li:first-child{position:relative;margin-right:22px;top:0}.box-image.small .flaticon-shirt:before{font-size:21px}.head-toolbar .box-image li.total{height:25px;width:25px;font-weight:600;background-color:#fff;bottom:-9px;top:auto;right:0;color:#666;font-size:14px;border-color:#666}.box-style .box-style__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 25px 20px;border-radius:4px}.box-style.box-style--height-fluid .box-style__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.box-style .box-content{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between}.box-style .box-content .box-info span{color:#777777;font-weight:400;font-size:13px;height:22px;display:block}.box-style .box-content .box-info .data_status{font-size:13px;font-weight:bold;letter-spacing:0.4px;margin-top:5px;color:#2266ab}.box-style .box-content .box-info .data_status{color:#2266ab}.box-style .box-content .box-info .data_status.finished{color:#81bd69}.box-content.timeline{flex-direction:column;margin-bottom:10px}.box-content.timeline .box-info{flex:initial}.box-content.timeline .cont-graph{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.circle{display:inline-block;width:11px;height:11px;border-radius:11px;border:2px solid #e1e3ed;text-indent:-9999px;background-color:transparent !important}.line{display:inline-block;height:2px;width:calc(33% - 24px);background-color:#e1e3ed;border-radius:2px;text-indent:-9999px;margin:0 5px}.status-name{font-size:10px;color:#e1e3ed;font-weight:600;letter-spacing:0.4px;display:block;background-color:transparent !important}.box-content.timeline .status{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:initial;padding:0;width:100%;justify-content:space-between;padding-top:14px}.box-content.timeline.finished .line{background-color:#81bd69}.box-content.timeline.finished .circle{border-color:#81bd69}.box-content.timeline.finished .status-name{color:#81bd69}.box-content.timeline.draft .step-draft,.box-content.timeline.in_review .step-draft,.box-content.timeline.in_review .step-in_review,.box-content.timeline.running .step-draft,.box-content.timeline.running .step-in_review,.box-content.timeline.running .step-running,.box-content.timeline.analyzing .step-draft,.box-content.timeline.analyzing .step-in_review,.box-content.timeline.analyzing .step-running,.box-content.timeline.analyzing .step-analyzing{border-color:#2266ab;color:#2266ab;background-color:#2266ab}.box-image{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;list-style-type:none;margin:0;padding:0;width:100%;position:relative}.box-image li{width:20%;min-height:90px;background-color:#fff;border:1px solid #dddddd;margin:0 5px;border-radius:4px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;overflow:hidden;height:100px}.box-image.reports li{border:none}.box-image li.more{width:auto;background-color:transparent;border:none;font-weight:bold;font-size:15px;margin:0}.box-image li img{max-width:75%;max-height:90%}.box-image .flaticon-shirt:before{margin:0;font-size:46px;color:#c3c3c3}.reports .box-style .box-content{margin-bottom:0}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:none}.cont-btn{display:block;overflow:hidden}.btn{font-weight:600;font-size:0.9rem}.btn:disabled{opacity:0.4}.btn-primary:disabled,.btn-primary{background-color:#f5f6fc;border:none;color:#2266ab;font-weight:500;font-size:0.8rem}.btn-primary:hover{background-color:#f5f6fc;color:#2266ab}.btn-link{background:none;font-weight:400;color:#666;font-size:0.8rem}.btn-link:hover{background:none;color:#2266ab}.btn-primary.survey{color:#fff;background-color:#2266ab;border-color:#2266ab;font-size:0.8rem;text-transform:uppercase;font-weight:700;padding:0.6rem 1.5rem}.dropdown-toggle{cursor:pointer}.btn-primary.active:not(:disabled):not(.disabled),.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#0062cc}.button-actions.space-between{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:16px 25px;border-top:1px solid #e5e5e8}.button-actions.flex-end{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:flex-end;padding:16px 25px;border-top:1px solid #e5e5e8}.btn-icon{color:#777;text-decoration:none}.btn-icon:hover{text-decoration:none}.btn-icon:hover i{color:#2266ab}.btn-secondary{background-color:#f9f4fd;font-weight:400;color:#2266ab;border:none;font-size:13px;letter-spacing:0.4px}.btn-secondary:hover{background-color:#f9f4fd;color:#2266ab}.btn-secondary.active:not(:disabled):not(.disabled),.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#7ed320;color:#fff;border:none;border:1px solid #f2f5f8}.btn-secondary.dropdown-toggle,.btn:focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25) !important}.btn-group{width:100%;display:block}.btn-group .btn{border:1px solid #f2f5f8;background-color:#f2f5f8;color:#333;font-size:0.8rem;font-weight:400;padding:0.375rem 1rem;margin-bottom:5px;display:block;float:left;margin-right:6px;border-radius:0.9rem !important;margin-top:3px;cursor:pointer}.btn-group>.btn-radio.active,.btn-group>.btn.active{background-color:#cbe6f8 !important;color:#2266ab !important;font-weight:600;padding-left:29px}.btn-group>.btn-radio.active{border:1px solid #cbe6f8}.btn-group>.btn:after{content:"";position:absolute;display:none;top:50%;left:16px;margin-left:0;margin-top:-6px;width:5px;height:10px;border-width:0 2px 2px 0 !important;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:solid #2266ab}.btn-group>.btn.active:after{display:block}button.simple{-webkit-appearance:none;border:none;padding:0;font-weight:400;letter-spacing:0.4px;font-size:0.8rem;color:#4a4a4a;background-color:transparent}.btn-group .btn.btn-radio{border:1px dashed #f0f0f0;background-color:transparent;color:#888}.btn-group .btn.btn-radio:hover{color:#000}.navbar .form-inline{margin:0}.form-inline .search{position:relative}.form-inline .search input{font-size:0.9rem;height:33px;background:#f2f3f7;border-color:#f2f3f7 !important}.form-inline .search .flaticon-search{position:absolute;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;width:3.2rem;right:0}.form-inline .search .flaticon-search:before,.search .flaticon-search:before{margin:0;font-weight:bold;color:#999;margin-top:1px}.search.product-family{position:relative;display:block}.search.product-family p.selected{position:absolute;height:92%;margin:0;left:2px;top:1px;padding:3px 3px 3px 10px;background-color:#fff;box-sizing:border-box;font-weight:600;font-size:0.9rem;width:94%;line-height:26px;cursor:text}.search.product-family p.selected img{max-height:94%;padding-right:10px;top:-2px;position:relative}.search .flaticon-search{position:absolute;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;width:3.2rem;right:0}.products-results{position:relative}.products-results .cont{display:none;position:absolute;top:10px;left:0;background-color:#fff;width:100%;border:1px solid #f2f2f2;z-index:10;border-radius:6px;box-shadow:0 0 20px #00000017;height:200px;-webkit-animation:dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease 1;animation:dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease 1}.products-results.show .cont{display:block}.scroll{overflow:auto}.products-results .cont>ul{list-style-type:none;box-shadow:none;padding:0;width:90%;margin:20px auto 10px auto;display:flex;flex-wrap:wrap}.products-results .cont>ul li{width:25%;display:flex;align-items:center;align-content:center;justify-content:space-between;flex-direction:column;margin-top:15px}.products-results .cont>ul li:nth-child(1),.products-results .cont>ul li:nth-child(2),.products-results .cont>ul li:nth-child(3),.products-results .cont>ul li:nth-child(4){margin-top:0}.products-results .cont>ul li>div{cursor:pointer;border-radius:4px;border:3px solid #fff;width:90%;height:100%;margin:0 auto;text-align:center;display:flex;align-items:center;align-content:center;justify-content:space-between;flex-direction:column;padding-top:12px;position:relative}.products-results .cont>ul li:hover div{border:3px solid #ccc;position:relative}.products-results .cont>ul li>div>img{max-height:100px;max-width:90px}.products-results .cont>ul li.active div{border:3px solid #a9e16b}.products-results .cont>ul li p{text-align:center;width:100%;font-weight:600;font-size:0.9rem;padding-top:6px}.products-results .cont>ul li.active div:after{content:"";position:absolute;top:10px;right:10px;margin-left:0;margin-top:-6px;width:9px;height:14px;border-width:0 4px 4px 0 !important;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:solid #a9e16b;display:block;border-radius:2px}.page-link{border:none;color:#2266ab;font-weight:500}.page-link:hover{color:#2266ab;background:none;border:none}.page-item.active .page-link{background-color:#2266ab;border-radius:4px}.page-link:focus{box-shadow:none}.scroll-table{overflow-x:scroll;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.table{width:100% !important;border-collapse:initial !important;border-spacing:0 !important;margin:1rem 0 !important}.table thead .datatable__row{border:none}.table thead tr th{border-bottom:1px solid #f0f3fe}.table thead tr th.img img{max-width:160px;margin:0 auto}.table .center{text-align:center !important}.table th{border:none;border-bottom:1px solid #f0f3fe}.table thead th span{color:#595d6e;display:block;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:0.8rem;letter-spacing:0.3px}.table thead .datatable__row{vertical-align:middle;border:none;border-bottom:1px solid #f0f3fe}.table .datatable__row{border-bottom:1px solid #f0f3ff}.table .datatable__row .name{display:block;font-size:0.8rem;font-weight:500;line-height:1.5rem;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;color:#595d6e}.table .datatable__row .name:hover{cursor:pointer;text-decoration:none;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;color:#2266ab}.table .datatable__row td{vertical-align:middle;border:none;border-bottom:1px solid #f0f3ff;font-size:0.8rem;line-height:1rem;font-weight:300;color:#74788d;cursor:default}.table .datatable__row td span{display:block;font-size:0.8rem;line-height:1rem;font-weight:300;color:#74788d;cursor:default}.table .datatable__row td span.strong{font-size:0.8rem;font-weight:600;letter-spacing:0.4px;color:#333}.table .datatable__row td span.status-name{padding:4px 8px;text-align:center;border-radius:3px;background:#f2f2f2 !important;display:inline-block;font-size:0.7rem;font-weight:600;letter-spacing:0.4px;color:#888}.table .datatable__row td span.status-name.analyzing{background-color:#fef5e6 !important;color:#2266ab}.table .datatable__row td span.status-name.finished,.status-name.finished{background-color:#edf9e1 !important;color:#81bd69;padding:4px 8px;letter-spacing:0.4px;border-radius:3px;font-size:0.7rem;font-weight:600}.status-name.finished{font-size:0.8rem}.subheader__toolbar .box-content.timeline{margin:0;width:340px}.subheader__toolbar .box-content.timeline .status{padding-top:8px}.subheader__toolbar .circle{display:inline-block;width:12px;height:12px}.subheader__toolbar .status-name{font-weight:700;letter-spacing:0.2px}.cont-wizard{margin-bottom:100px}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#ffffff}.wizard .wizard-form{width:65%;padding:4rem 0 5rem;margin:0}.wizard .wizard-form .step-content{padding-bottom:0;margin-bottom:2rem}.step-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:initial;position:relative;padding:0 25px;background-color:#fcfcfc;min-height:60px;border-top-left-radius:4px;border-top-right-radius:4px}.step-head>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.step-head .title{margin:0;padding:0;font-size:1.1rem;font-weight:600;color:#2266ab}.step-head span{padding:0 0 0 0.5rem;font-size:0.8rem;font-weight:500;color:#9b9b9b}.step-head span.number{font-size:1rem;color:#2266ab;font-weight:500;border-radius:30px;background-color:#fff;width:30px;height:30px;vertical-align:middle;text-align:center;padding:0;margin-left:14px;padding-top:3px;border:1px solid #eee}.step-body{padding-top:30px;padding-left:25px;padding-right:25px}.step-body.prod{display:flex;flex-wrap:wrap;align-items:flex-start}::-webkit-input-placeholder{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";color:#999;font-size:0.8rem;letter-spacing:0.4px;font-weight:400}:-ms-input-placeholder{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";color:#999;font-size:0.8rem;letter-spacing:0.4px;font-weight:400}::placeholder{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";color:#999;font-size:0.8rem;letter-spacing:0.4px;font-weight:400}.step-head .ico-detail{display:block;width:20px;height:28px;background:url(../img/ico-detail.svg) no-repeat left top;padding:0;text-indent:-99999px;padding-right:35px;background-size:auto 100%}.step-head .ico-products{display:block;width:20px;height:28px;background:url(../img/ico-products.svg) no-repeat left top;padding:0;text-indent:-99999px;padding-right:35px;background-size:auto 100%}.form-group{margin-bottom:3rem}.form-group label{font-size:1rem;color:#222;font-weight:500}.form-control{font-size:0.8rem}.row-qt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:height 0.3s ease;transition:height 0.3s ease;position:relative;justify-content:flex-start}.row-qt .group{border-right:2px dotted #d8d8d8;min-width:20%;box-sizing:border-box;padding-left:20px;padding-right:15px}.row .group:last-child{border:none}.row .group:last-child{padding-right:0;width:100%}.row .checkbox-list.disabled{cursor:not-allowed;opacity:0.3}.cont-prices{padding-left:30px}.cont-prices input{font-size:0.9rem}.checkbox-list .kt-checkbox{text-align:left;display:block;font-weight:400;letter-spacing:0.4px;font-size:0.8rem;color:#4a4a4a}.group input{max-width:60px;font-size:0.8rem}.checkbox-list input.col{float:left;margin-right:5px;margin-bottom:5px}.kt-checkbox{display:inline-block;position:relative;padding-left:30px;margin-bottom:10px;text-align:left;cursor:pointer;font-size:1rem;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.kt-checkbox>input{position:absolute;z-index:-1;opacity:0}.kt-checkbox>span{border:2px solid #d1d7e2}.kt-checkbox>span{border-radius:3px;background:none;position:absolute;top:0;left:0;height:18px;width:18px}.kt-checkbox.kt-checkbox--success>input~span,.kt-checkbox.active span,.kt-checkbox>input:checked~span{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border:1px solid #2266ab;background-color:#2266ab}.kt-checkbox>span:after{content:"";position:absolute;display:none;top:50%;left:50%;margin-left:-3px;margin-top:-3px;width:6px;height:6px;border:solid #fff;border-radius:1px}.kt-checkbox.kt-checkbox--success>input~span:after,.kt-checkbox>input:checked~span:after{display:block}.radio-list .kt-radio{display:block;text-align:left;display:block;font-weight:400;letter-spacing:0.4px;font-size:0.8rem;color:#4a4a4a}.kt-radio{display:inline-block;position:relative;padding-left:30px;text-align:left;margin-bottom:10px;cursor:pointer;font-size:1rem;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.kt-radio>input{position:absolute;z-index:-1;opacity:0}.kt-radio>span{background:none;position:absolute;top:0;left:0;height:18px;width:18px;border-radius:50% !important}.kt-radio>span{border:2px solid #d1d7e2}.kt-radio>span:after{border:solid #bfc7d7;background:#bfc7d7}.kt-radio>span:after{content:"";position:absolute;display:none;top:50%;left:50%;margin-left:-3px;margin-top:-3px;width:6px;height:6px;border-radius:100% !important}.kt-radio>span:after{border:solid #bfc7d7;background:#bfc7d7}.kt-radio>input:checked~span,.kt-radio.active span{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border:1px solid #2266ab;background-color:#2266ab}.kt-radio.kt-radio--success>input:checked~span:after,.kt-radio>input:checked~span:after,.kt-radio.active span:after,.kt-checkbox.active span:after{display:block;border:1px solid #fff;background-color:#fff}.kt-radio.kt-radio--success>span{-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border:1px solid #2266ab;background-color:#2266ab}.kt-radio.kt-radio--success>input~span:after{display:block;border:1px solid #fff;background-color:#fff}.kt-radio:hover>input:not([disabled]):checked~span,.kt-radio>input:checked~span{-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.add-product{border-radius:4px;box-shadow:0 0 3px #edededf2;border-radius:4px;width:46%;margin:0 2%;margin-bottom:35px}.add-product.new{border:1px solid #ebebebf2;box-shadow:0 0 20px rgba(90,90,90,0.17)}.add-product.new .upload-image{border-color:#ced4da}.add-product.new .row .col-5 input{border-color:#ced4da;font-size:0.9rem;color:#333;font-weight:600;letter-spacing:0.4px}.add-product .row .group label{font-weight:500;font-size:0.9rem}.add-product .row .group:first-child{width:100%}.add-product .row{padding:30px 20px 5px;display:block}.add-product .form-group{margin-bottom:15px}.add-product .form-group>label{font-size:0.8rem;font-weight:400;color:#666}.add-product .row .col-5{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:100%;flex-direction:column;margin-bottom:20px}.add-product .upload-image{border-color:#fff}.add-product .upload-image:hover{border-color:#ccc}.add-product .row .col-5 input{border-color:#fff;font-size:0.9rem;color:#333;font-weight:600;letter-spacing:0.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-product .row .col-5 input:hover{border-color:#ced4da}.add-product .row .col-7{max-width:100%}.product-name{width:100%;padding-left:15px;font-size:1.1rem;font-weight:600;color:#222}.upload-image{margin:0;padding:0;padding:20px 0;box-sizing:border-box;list-style-type:none;width:100%;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:height 0.3s ease;transition:height 0.3s ease;position:relative;justify-content:stretch;align-items:stretch;border:1px solid #ccc;border-radius:4px}.upload-image li{width:100%;box-sizing:border-box;margin:0 10px;margin-right:0;border-left:2px dotted #dbdbdb;text-align:center;display:flex;align-items:center;justify-content:center;flex-flow:column;cursor:pointer;max-width:50%;height:100%;position:relative}.upload-image li img{max-width:90%;max-height:100%;align-self:center}.upload-image li span:first-of-type{font-size:40px;font-weight:100;color:#ccc;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;display:block;margin-top:calc(50% - 50px)}.upload-image li:hover span:first-of-type{color:#000;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.upload-image li:first-child{border:none}.upload-image li:last-child{margin-left:0;margin-right:10px}.add-product .dropdown-toggle{font-size:0.8rem;font-weight:400;color:#666;padding:0}.add-product .row-qt{padding-top:10px;flex-flow:column}.add-product .group{width:100%;border:none;border-bottom:2px dotted #d8d8d8;margin-bottom:10px;padding:0;padding-bottom:10px;overflow:hidden}.add-product .dropdown-toggle:focus{box-shadow:none}.add-product textarea.form-control{margin-bottom:5px;color:#333;font-size:0.9rem}.add-product textarea.form-control:disabled{color:#999;font-size:0.9rem;background-color:#f6f6f6}.cont-main-actions{position:fixed;bottom:0;width:100%;background-color:#fff;z-index:1000;left:0;padding:13px 0;box-shadow:0 0 10px #ccc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;-webkit-justify-content:space-between;-ms-justify-content:space-between}.cont-main-actions div{padding:0 4%}.reports .box-style__head,.reports .box-style__body{padding:25px}.reports .head-label .status-name{position:absolute;right:3%;top:36%}.reports .head-label{width:100%}.reports .info-title{padding-top:18px}.reports .info-title p{margin-bottom:0;color:#999;font-weight:400;font-size:13px;float:left;margin-right:65px}.reports .info-title p:last-child{margin-right:0}.reports .info-title span{color:#4a4a4a;display:block}.reports .box-style__body .graph scroll-table img{width:100%;min-width:850px}.reports .liner{padding-top:20px;border-top:1px solid #e6e6ec;margin-top:70px}.widget_legends{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget_legends .widget_legend{margin-right:20px}.widget_legends .legend_bullet{text-indent:-99999px;display:inline-block;width:20px;height:20px}.modal-header{border-bottom:none}.cloudinary_fileupload{display:none}@media (max-width: 1024px){.header__brand{display:none}.header-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px;height:60px;min-height:60px;-webkit-box-shadow:0px 1px 15px 1px rgba(0,0,0,0.05);box-shadow:0px 1px 15px 1px rgba(0,0,0,0.05);background:#fff;z-index:1;position:fixed;top:0;right:0;left:0;z-index:97}.wrapper{padding-top:60px}.btn-new-survey{opacity:1;visibility:visible;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.box-style .box-style__head .head-title{word-break:break-all;white-space:normal}.box-image li{width:20%;min-height:auto}}@media (max-width: 1000px){.wizard .wizard-form{width:80%}.subheader .subheader__main{margin-bottom:20px}}@media only screen and (max-width: 812px) and (min-width: 0px){.header-mobile{box-shadow:0px 1px 15px 1px rgba(0,0,0,0.23);padding-left:15px}.header-mobile__logo{padding:30px 1.5rem;display:block}.header-mobile__logo img{display:block;margin-bottom:20px;max-width:90px}.subheader__toolbar .box-content.timeline{width:100%}.subheader .subheader__toolbar{width:100%}.subheader{padding:10px 15px}.header-menu-wrapper{display:block}.container{padding:0 10px}.box-style__head{min-height:70px}.btn-secondary{padding:1rem 1.5rem}.box-style{-webkit-box-shadow:0px 0px 13px 0px rgba(6,6,6,0.26);box-shadow:0px 0px 13px 0px rgba(6,6,6,0.26)}.box-style .box-style__head .head-toolbar.cont-nav-lines{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box-style .box-style__head .head-toolbar.cont-nav-lines>ul{display:none}.box-style .box-style__head .head-toolbar.cont-nav-lines .dropdown{display:block}.scroll-table table{margin-top:0 !important}.wizard .wizard-form{width:90%}.wizard .wizard-form{padding-top:1rem;padding-bottom:0}.form-group{margin-bottom:2rem}.row-qt{flex-direction:column}.row-qt .group,.row .group:last-child{width:100%;font-size:inherit;float:none;padding:10px 0;border:none;border-bottom:2px dotted #d8d8d8}.row .group:first-child{border:none}.step-body{padding:30px 2%}.cont-btn{overflow:hidden}.btn-group{width:100%;display:block}.btn-group>.btn{width:auto;margin-bottom:8px}.add-product .row{flex-direction:column;display:block}.add-product .row .col-5,.add-product .row .col-7{width:100%;max-width:100%;margin-bottom:10px}.add-product{width:100%;box-shadow:0 0 3px #e3e3e3f2;border:1px solid #d7d7d7}.subheader .subheader__main{width:100%}.subheader .subheader__main .nav-pills .nav-item span{padding:0.5rem 0.2rem}.box-style.box-style--height-fluid .box-style__body{padding-bottom:10px}.btn-group.more{display:block}.btn-group.more .btn{position:absolute;top:0;right:0;background-color:transparent;border:none;padding:5px;margin:0;padding-top:0}.btn-group.more.show .btn,.btn-group.more .btn:focus{color:#2266ab;box-shadow:none}.btn-group.more .flaticon-open-menu:before{margin:0;font-size:16px;opacity:0.5}.s-login{height:initial}.login-form h3{padding-top:3rem}.grid.brand{display:none}.grid.login{width:100%;background-image:linear-gradient(0deg, #e4ebf2 0%, #fff 100%)}.login-form h3{display:none}.grid.login .logo{display:block;top:2%;left:5%;max-width:70px}.login-form h3.mobile{color:#000000;display:block}.wizard{border-top:1px solid #eaeaea}.full-content{padding:0}.full-content .box-style{box-shadow:none}.subheader .subheader__main{order:1;margin-bottom:0;margin-top:20px}.subheader .subheader__main .detail{margin-top:6px;margin-bottom:5px}.subheader .subheader__main h3.title{max-width:100%;white-space:normal;text-overflow:unset}.subheader .subheader__main .separator{display:none}.step-head{background-color:#efefef}.step-head .title{font-size:1rem}.step-head>div{flex-wrap:wrap;padding:12px 0}.btn-primary{padding:1rem 1.5rem}.form-control{height:calc(1.5em + 0.75rem + 12px)}.kt-radio>span{height:25px;width:25px}.kt-radio{padding-left:40px;padding-top:3px}.kt-checkbox>span{height:25px;width:25px}.kt-checkbox{padding-left:40px;padding-top:3px}.btn-group .btn{padding:0.8rem 1rem}.upload-image{height:160px}.cont-main-actions div.right-btn{margin-top:10px}.cont-main-actions div .back{display:none}.wizard .wizard-form .step-content{margin-bottom:0}.cont-prices{padding-left:40px}.products-results .cont>ul li>div{min-height:170px;height:auto}.cont-main-actions div.right-left{display:none}.full-content .box-style.reports{-webkit-box-shadow:0px 0px 13px 0px rgba(6,6,6,0.26);box-shadow:0px 0px 13px 0px rgba(6,6,6,0.26)}.box-style.reports .box-style__head{display:block}.box-style.reports .head-media{padding-bottom:10px}.box-style.reports .head-label{width:100%;max-width:100%}.box-style.reports .box-style__head .head-toolbar{padding-top:20px}}@media only screen and (max-width: 665px) and (min-width: 0px){.s-login{height:100%}.grid.login .logo{top:5%;left:calc(50% - 35px)}.login-form h3.mobile{font-size:1.3rem;line-height:130%;padding:5rem 0 1.5rem 0}.login-form .btn-primary{width:100%}.cont-main-actions{display:block}.cont-main-actions div{text-align:center}.btn-primary.survey{display:block;margin:0 auto;padding:1rem 1.5rem;width:100%}.products-results .cont{height:350px}.products-results .cont>ul li{width:50%}.products-results .cont>ul li{margin-top:0}.products-results .cont>ul li>div>img{max-height:90px}.search.product-family p.selected{height:89%;top:4px}.login-form .kt-checkbox,.login-form .link{font-size:12px}.form-inline .search .flaticon-search:before,.search .flaticon-search:before{margin-top:7px}}@media only screen and (max-width: 320px) and (min-width: 0px){.header-mobile .nav .nav-item .nav-link{font-size:13px;padding:0.5rem 0.4rem}.header-mobile__logo span{font-size:0.9rem}}.hidden{display:none !important}
