*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;font-family:Roboto,sans-serif}body{background-color:#f3f3f3}.line{outline:1px solid #000}.pointer{cursor:pointer}.none{display:none}.flex{display:flex}.flex-end{justify-content:flex-end}.bold{font-weight:700}.error{color:#d00;font-weight:500}@media screen and (max-width: 1080px){html{font-size:93%}}@media screen and (max-width: 1000px){html{font-size:90%}}@media screen and (max-width: 945px){html{font-size:87%}}@media screen and (max-width: 770px){html{font-size:82%}}@media screen and (max-width: 650px){html{font-size:78%}}@media screen and (max-width: 530px){html{font-size:75%}}@media screen and (max-width: 420px){html{font-size:70%}}@media screen and (max-width: 320px){html{font-size:65%}}[class*=modal-][class*=-content]{position:relative;padding-top:3.5rem}.modal-div-fechar{position:absolute;top:.8rem;right:.8rem;border:none;background:transparent;cursor:pointer;z-index:10}: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.loading-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;z-index:9999}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loading-message{color:#666;font-size:14px;margin:0}.login-container{min-height:100vh;width:100%;background-image:url(/assets/background-0yvvz0UW.png);background-size:cover;background-position:center;display:flex;justify-content:space-evenly;align-items:center;padding:1rem;box-sizing:border-box}.login-content-logo{width:min(28rem,90vw);height:auto;max-width:450px;min-width:200px;flex-shrink:1}.login-content-logo img{width:100%;height:auto;object-fit:contain}.login-content-signin{width:min(26rem,85vw);max-width:400px;border-radius:1rem;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;background-color:#005f9f;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.login-title{font-family:Roboto;font-weight:700;font-size:3.5rem;color:#fff;margin:0}.message-from-backend{color:#ff6b6b;background-color:#ff6b6b1a;padding:.75rem;border-radius:.5rem;font-weight:500;font-size:.9rem;text-align:center;margin:0;border-left:3px solid #ff6b6b}.loading-message{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fff;font-size:.95rem}.loading-message p{margin:0;font-weight:500}.loading-spinner{width:2rem;height:2rem;border:3px solid rgba(255,255,255,.3);border-top-color:#56ccf2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input-wrapper{display:flex;flex-direction:column;gap:.4rem}.login-label{color:#fff;font-size:.9rem;font-weight:500;margin-left:.25rem}.login-input-group{display:flex;flex-direction:column;gap:1rem}.password-container{position:relative}.password-toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:clamp(1.1rem,1.3rem,1.5rem);color:#666;transition:color .2s ease;padding:.5rem;display:flex;align-items:center;justify-content:center}.password-toggle-btn:hover:not(:disabled){color:#333}.password-toggle-btn:disabled{opacity:.4;cursor:not-allowed}.login-form{display:flex;flex-direction:column;gap:1.2rem}.login-input{width:100%;height:3.2rem;border-radius:.5rem;outline:none;border:2px solid transparent;background-color:#fff;font-size:1rem;color:#49454f;padding:.8rem 3rem .8rem .8rem;font-weight:500;transition:all .3s ease;box-sizing:border-box}.login-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.7}.login-input:focus{border-color:#56ccf2;box-shadow:0 0 0 3px #56ccf226}.login-input:hover:not(:disabled){border-color:#56ccf24d}.login-recuperar-senha{color:#56ccf2;text-decoration:underline;margin-right:.25rem;font-family:Roboto,sans-serif}.login-reset-submit{display:flex;justify-content:space-around;align-items:center}.login-entrar{width:100%;max-width:11rem;height:3rem;border-radius:6.25rem;border:none;outline:none;color:#fff;font-size:1rem;font-weight:700;background:linear-gradient(135deg,#56ccf2,#2f80ed);box-shadow:0 4px 12px #56ccf24d;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.login-entrar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.login-entrar:hover:not(:disabled):before{left:100%}.login-entrar:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #56ccf266}.login-entrar:active:not(:disabled){transform:translateY(0)}.login-entrar:disabled{opacity:.6;cursor:not-allowed;background:#ccc;box-shadow:none}@media screen and (max-width: 1024px){.login-container{flex-direction:column;gap:2.5rem;justify-content:center;align-items:center}.login-content-logo{width:min(22rem,65vw);max-width:340px;min-width:200px}.login-content-signin{width:min(28rem,85vw);max-width:450px}.login-title{font-size:3rem}}@media screen and (max-width: 768px){.login-container{flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;gap:2.5rem}.login-content-logo{width:min(16rem,45vw);max-width:240px;min-width:160px}.login-content-signin{width:92vw;max-width:480px;padding:2.5rem;gap:2rem;border-radius:1.5rem}.login-title{font-size:3.25rem}.login-form{gap:1.75rem}.login-input-group{gap:1.5rem}.input-wrapper{gap:.6rem}.login-label{font-size:1.1rem;font-weight:600}.login-input{height:4rem;font-size:1.15rem;padding:1rem 3.5rem 1rem 1.25rem;border-radius:.75rem}.password-toggle-btn{right:12px;font-size:1.5rem;padding:.75rem}.login-entrar{width:100%;max-width:none;height:4rem;font-size:1.25rem;border-radius:1rem}.message-from-backend{font-size:1rem;padding:1rem}.loading-message{font-size:1.1rem}.loading-spinner{width:2.5rem;height:2.5rem}}@media screen and (max-width: 576px){.login-container{justify-content:center;align-items:center;padding:1.5rem .75rem;gap:2rem}.login-content-logo{width:min(12rem,38vw);max-width:180px;min-width:140px}.login-content-signin{width:95vw;max-width:none;padding:2.5rem 2rem;gap:2rem;border-radius:1.75rem}.login-title{font-size:3.5rem;text-align:center}.login-form{gap:2rem}.login-input-group{gap:1.75rem}.input-wrapper{gap:.75rem}.login-label{font-size:1.25rem;font-weight:600}.login-input{height:4.5rem;font-size:1.35rem;padding:1.25rem 4rem 1.25rem 1.5rem;border-radius:1rem}.password-toggle-btn{right:14px;font-size:1.75rem;padding:1rem}.login-reset-submit{margin-top:.5rem}.login-entrar{width:100%;max-width:none;height:5rem;font-size:1.5rem;font-weight:700;border-radius:1.25rem}.message-from-backend{font-size:1.1rem;padding:1.25rem;border-radius:.75rem}.loading-message{font-size:1.25rem;gap:1rem}.loading-spinner{width:3rem;height:3rem;border-width:4px}.login-recuperar-senha{font-size:1.15rem}}@media screen and (max-width: 480px){.login-container{justify-content:center;align-items:center;padding:1rem .5rem;gap:1.75rem}.login-content-logo{width:min(10rem,32vw);max-width:150px;min-width:120px}.login-content-signin{width:98vw;padding:2.5rem 1.75rem;gap:2rem;border-radius:1.5rem}.login-title{font-size:3.75rem}.login-label{font-size:1.35rem}.login-input{height:5rem;font-size:1.5rem;padding:1.25rem 4.5rem 1.25rem 1.5rem;border-radius:1rem}.password-toggle-btn{right:16px;font-size:2rem}.login-entrar{height:5.5rem;font-size:1.65rem;border-radius:1.5rem}.message-from-backend{font-size:1.2rem}.loading-message{font-size:1.35rem}}@media screen and (max-width: 360px){.login-container{justify-content:center;align-items:center;padding:.75rem .5rem;gap:1.5rem}.login-content-logo{width:min(9rem,30vw);max-width:130px;min-width:100px}.login-content-signin{width:100vw;padding:2rem 1.5rem;border-radius:1.5rem 1.5rem 0 0}.login-title{font-size:3.5rem}.login-label{font-size:1.25rem}.login-input{height:4.5rem;font-size:1.35rem}.login-entrar{height:5rem;font-size:1.5rem}}.dashboard-container-1{flex:1;max-width:100vw;font-family:Roboto,sans-serif;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.z-1{position:relative;z-index:10}.dashboard-first-graph{width:28rem;display:flex;flex-direction:column;gap:.5rem}.dashboard-select-graph{width:10rem;height:2rem;border-radius:.5rem;background-color:transparent;border:1px solid #56ccf2;color:#56ccf2;font-weight:500;outline:none}.dashboard-wrap-first-graph{display:flex;justify-content:center;width:100%;height:15.5rem;overflow:auto;background-color:#fff;border-radius:1rem;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.dashboard-second-graph{width:50rem;display:flex;flex-direction:column;gap:.5rem}.dashboard-title{width:100%;align-items:center;justify-content:space-between}.dashboard-wrap-second-graph{height:15.5rem;background-color:#fff;border-radius:1rem;display:flex;gap:.5vw;align-items:center;justify-content:space-evenly;text-align:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.dashboard-second-graph-desc{color:#00c5e5;font-size:1rem}.dashboard-second-graph-info{color:#006cbc;font-size:6.25rem;font-weight:700}.dashboard-content-1{width:80vw;justify-content:center;gap:1rem}.dashboard-thirty-graph{width:39rem;height:35vh;border-radius:1rem;background-color:#fff;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;padding:1.5vw;display:flex;flex-direction:column;gap:1rem}.icones-thirty-graph{height:80%;overflow-y:auto;padding:.2rem .4rem .2rem .2rem;display:flex;flex-direction:column;gap:1vw}.btn-ver-todos-templates{align-self:flex-end}.btn-ver-todos-templates button{background-color:transparent;border:none;outline:none;cursor:pointer;color:#49454f;font-size:1rem;margin-right:3vw}.header-thirty-graph{display:flex;align-items:center;justify-content:space-between}.header-thirty-graph p{font-size:1.5rem;color:#49454f}.header-thirty-graph button{height:2.5rem;width:7.8vw;background-color:#006cbc;border:none;outline:none;border-radius:6.25rem;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:#0000003d 0 3px 8px}.container-icone-template-dash{display:flex;justify-content:space-between;padding:1vw;align-items:center;height:3.5rem;width:100%;box-shadow:#0000003d 0 3px 8px}.header-i-t-dash img{width:2vw;height:2vw}.status-template{color:#149200;font-weight:500}.active{color:#149200;font-weight:600;font-size:1rem}.inactive{color:#d00;font-weight:600;font-size:1rem}.g-2{gap:2rem}.items-center{align-items:center}.icones-thirty-graph::-webkit-scrollbar{width:.25rem}.icones-thirty-graph::-webkit-scrollbar-track{background:#f1f1f1}.icones-thirty-graph::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:6.25rem}@media screen and (max-width: 945px){.header-thirty-graph button{width:8rem}}@media screen and (max-width: 800px){.dashboard-content-1{flex-wrap:wrap;padding:.5vw}.dashboard-first-graph,.dashboard-wrap-first-graph{width:100%}.dashboard-wrap-first-graph{height:22rem}.dashboard-second-graph,.dashboard-thirty-graph{width:100%}.header-thirty-graph button{width:10rem}}@media screen and (max-width: 650px){.dashboard-wrap-first-graph{height:30rem}.dashboard-wrap-second-graph{height:22rem}.dashboard-thirty-graph{height:40rem}.header-thirty-graph button{width:12rem;height:3.5rem;font-size:1.3rem}.btn-ver-todos-templates button{font-size:1.5rem}.container-icone-template-dash{min-height:5rem}.header-i-t-dash,.status-template,.id-icone-template-dash{font-size:1.5rem}.header-thirty-graph p{font-size:2rem}.dashboard-second-graph-desc{font-size:1.5rem}.dashboard-second-graph-info{font-size:7rem}.dashboard-select-graph{width:20rem;height:3rem}}@media screen and (max-width: 530px){.dashboard-wrap-first-graph{height:40rem}}@media screen and (max-width: 420px){.dashboard-wrap-first-graph{height:50rem}}.dashboard-loading,.dashboard-error{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.25rem;color:#49454f}.dashboard-error{color:#d00}.dashboard-no-data,.dashboard-no-items{display:flex;align-items:center;justify-content:center;height:100%;color:#79747e;font-size:1rem;text-align:center;padding:1rem}.graph-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.graph-container svg{max-width:100%;max-height:100%}.header-container{display:flex;align-items:center;width:100%;height:5rem;padding:0 1.5rem;gap:1.25rem;background-color:#006cbc;font-family:Roboto,sans-serif;flex-shrink:0}.header-icon-opensidebar{cursor:pointer;width:3rem;height:3rem}.header-icon-aeme{height:2.5rem;width:auto}.header-title{color:#fff;font-weight:400;font-size:1.5rem;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 1rem}.header-btn-voltar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff26;border:none;border-radius:6px;cursor:pointer;color:#fff;font-size:1rem;font-weight:500;transition:background-color .2s ease}.header-btn-voltar:hover{background-color:#ffffff40}.header-icon-voltar{width:1.25rem;height:1.25rem;filter:brightness(0) invert(1)}@media screen and (max-width: 768px){.header-container{height:4.5rem;padding:0 1rem;gap:.75rem}.header-icon-opensidebar{width:2.5rem;height:2.5rem}.header-icon-aeme{height:2rem}.header-title{font-size:1.25rem;font-weight:500;padding:0 .5rem}.header-btn-voltar{font-size:.85rem;padding:.4rem .75rem;gap:.4rem;border-radius:6px}.header-icon-voltar{width:1rem;height:1rem}}@media screen and (max-width: 576px){.header-container{height:4rem;padding:0 .75rem;gap:.5rem}.header-icon-opensidebar{width:2.25rem;height:2.25rem}.header-icon-aeme{height:1.75rem}.header-title{font-size:1.1rem;font-weight:500;padding:0 .25rem}.header-btn-voltar{font-size:.8rem;padding:.35rem .65rem;border-radius:6px;background-color:#fff3}.header-icon-voltar{width:.9rem;height:.9rem}}@media screen and (max-width: 400px){.header-container{height:3.5rem;padding:0 .5rem;gap:.4rem}.header-icon-opensidebar{width:2rem;height:2rem}.header-icon-aeme{display:none}.header-title{font-size:1rem;font-weight:500;padding:0}.header-btn-voltar{font-size:.75rem;padding:.3rem .5rem;border-radius:6px}.header-btn-voltar span{display:none}.header-icon-voltar{width:.85rem;height:.85rem}}.dashboard-graph-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}.dashboard-graph-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#79747e;font-size:1rem;text-align:center;padding:2rem}.dashboard-graph-zero-state{display:flex;flex-direction:column;align-items:center;gap:1rem}.dashboard-graph-zero-title{font-size:1rem;color:#49454f;font-weight:500}.dashboard-graph-zero-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.dashboard-graph-zero-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#79747e}.dashboard-graph-zero-dot{width:12px;height:12px;border-radius:50%}.usuarios-container{flex:1;background-color:#f3f3f3;position:relative;z-index:1;padding:2rem;display:flex;flex-direction:column;align-items:center}.usuarios-list{width:100%;display:flex;flex-direction:column;align-items:center;padding:.25rem 0;gap:.75rem}.usuarios-empty{color:#6c757d;text-align:center;padding:2rem}.usuarios-list::-webkit-scrollbar{width:.4rem}.usuarios-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.usuarios-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}@media screen and (max-width: 768px){.usuarios-container{padding:.75rem}}@media screen and (max-width: 576px){.usuarios-container{padding:.5rem}.usuarios-list{gap:.5rem}}@media screen and (max-width: 400px){.usuarios-container{padding:.5rem}}.filter-bar{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;gap:1rem}.filter-bar__inputs{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1}.filter-bar__search{display:flex;align-items:center;justify-content:space-between;min-width:200px;max-width:24rem;flex:1 1 280px;height:3.25rem;padding:0 1.25rem;border-radius:1.75rem;background-color:#fff;box-shadow:0 2px 4px #00000014}.filter-bar__search input{flex:1;height:100%;border:none;outline:none;background-color:transparent;font-size:1rem;color:#49454f;font-weight:500}.filter-bar__search input::placeholder{color:#9ca3af}.filter-bar__search img{width:1.25rem;height:1.25rem;opacity:.6;flex-shrink:0}.filter-bar__select{min-width:160px;max-width:18rem;height:3.25rem;padding:0 1rem;border:2px solid #006cbc;background-color:transparent;color:#006cbc;font-size:1rem;font-weight:600;border-radius:.5rem;outline:none;cursor:pointer;transition:background-color .2s,border-color .2s}.filter-bar__select:hover{background-color:#006cbc0d}.filter-bar__select:focus{border-color:#0056a3;box-shadow:0 0 0 3px #006cbc26}.filter-bar__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.filter-bar__button{display:flex;align-items:center;justify-content:center;height:3rem;padding:0 1.5rem;border-radius:1.5rem;background-color:#006cbc;border:none;outline:none;font-size:1rem;color:#fff;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .2s,transform .1s;box-shadow:0 2px 4px #006cbc4d}.filter-bar__button:hover{background-color:#0056a3;transform:translateY(-1px)}.filter-bar__button:active{transform:scale(.98)}.filter-bar__button--secondary{background-color:#fff;color:#49454f;box-shadow:0 2px 6px #0000001f}.filter-bar__button--secondary:hover{background-color:#f5f5f5}.filter-bar__link{display:flex;align-items:center;justify-content:center;height:3rem;padding:0 1.5rem;color:#49454f;font-weight:600;font-size:1rem;text-decoration:none;border-radius:1.5rem;background-color:#fff;box-shadow:0 2px 6px #0000001f;white-space:nowrap;transition:background-color .2s,color .2s}.filter-bar__link:hover{background-color:#f0f7ff;color:#006cbc}.page-container{min-height:calc(100vh - 5rem);background-color:#f3f3f3;padding:0 2rem 2rem;gap:0}.page-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.filter-bar__toggle{display:none;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:#006cbc;border:none;cursor:pointer;box-shadow:0 4px 20px #006cbc80;transition:all .3s ease;z-index:101}.filter-bar__toggle:hover{background-color:#0056a3;transform:scale(1.05)}.filter-bar__toggle:active{transform:scale(.95)}.filter-bar__toggle-icon{width:1.75rem;height:1.75rem;filter:brightness(0) invert(1);transition:transform .3s ease}.filter-bar__toggle--active .filter-bar__toggle-icon{transform:rotate(180deg)}.filter-bar__inputs-wrapper{display:contents}@media screen and (max-width: 768px){.filter-bar{flex-direction:column;align-items:stretch;gap:.75rem;padding:.5rem 0 5.5rem;position:relative}.filter-bar__inputs-wrapper{display:flex;flex-direction:column;gap:1rem;max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(-1rem)}.filter-bar__inputs-wrapper--expanded{max-height:500px;opacity:1;transform:translateY(0)}.filter-bar__toggle{display:flex;position:fixed;bottom:5.5rem;right:1rem;width:3.5rem;height:3.5rem}.filter-bar__toggle-icon{width:1.5rem;height:1.5rem}.filter-bar__inputs{flex:1;flex-direction:column;gap:1rem;width:100%}.filter-bar__search{flex:none;width:100%;max-width:none;height:4.5rem;padding:0 1.5rem;border-radius:1.5rem;box-shadow:0 4px 15px #0000001a}.filter-bar__search input{font-size:1.25rem;font-weight:500}.filter-bar__search img{width:1.75rem;height:1.75rem}.filter-bar__select{flex:none;width:100%;max-width:none;height:4.5rem;font-size:1.25rem;padding:0 1.5rem;border-radius:1rem;border-width:3px}.filter-bar__actions{position:fixed;bottom:.75rem;left:1rem;right:1rem;z-index:100;flex-direction:row;justify-content:center;gap:.75rem}.filter-bar__button{flex:1;max-width:280px;height:3.5rem;padding:0 1.5rem;font-size:1.1rem;font-weight:600;border-radius:1.25rem;box-shadow:0 4px 15px #006cbc66}.filter-bar__button:active{transform:scale(.96)}.filter-bar__link{flex:1;max-width:280px;height:3.5rem;padding:0 1.5rem;font-size:1.1rem;font-weight:600;border-radius:1.25rem;box-shadow:0 4px 15px #0003}.filter-bar__link:active{transform:scale(.96)}.page-container{min-height:calc(100vh - 4.5rem);padding:0 1.5rem 1.5rem}}@media screen and (max-width: 576px){.filter-bar{padding:.25rem 0 5.5rem;gap:.5rem}.filter-bar__inputs-wrapper{gap:.75rem}.filter-bar__toggle{bottom:5rem;right:.75rem;width:3.5rem;height:3.5rem}.filter-bar__toggle-icon{width:1.5rem;height:1.5rem}.filter-bar__inputs{gap:.75rem}.filter-bar__search{height:5rem;padding:0 1.5rem;border-radius:1.25rem}.filter-bar__search input{font-size:1.35rem}.filter-bar__search img{width:2rem;height:2rem}.filter-bar__select{height:5rem;font-size:1.35rem;padding:0 1.25rem;border-radius:1rem}.filter-bar__actions{bottom:.75rem;left:.75rem;right:.75rem;flex-direction:column;gap:.5rem}.filter-bar__button{flex:none;width:100%;max-width:none;height:3.5rem;font-size:1.1rem;font-weight:600;border-radius:1.25rem;box-shadow:0 4px 15px #006cbc66}.filter-bar__link{flex:none;width:100%;max-width:none;height:3.5rem;font-size:1.1rem;font-weight:600;border-radius:1.25rem;box-shadow:0 4px 15px #0003}.page-container{min-height:calc(100vh - 4rem);padding:0 1rem 1rem}}@media screen and (max-width: 400px){.filter-bar{padding:.25rem 0 6rem}.filter-bar__toggle{bottom:5rem;right:.75rem;width:3.5rem;height:3.5rem}.filter-bar__toggle-icon{width:1.5rem;height:1.5rem}.filter-bar__search{height:5.5rem;padding:0 1.25rem}.filter-bar__search input{font-size:1.5rem}.filter-bar__search img{width:2.25rem;height:2.25rem}.filter-bar__select{height:5.5rem;font-size:1.5rem}.filter-bar__actions{bottom:.75rem;left:.75rem;right:.75rem}.filter-bar__button,.filter-bar__link{height:3.5rem;font-size:1.1rem;font-weight:600;border-radius:1.25rem}.page-container{min-height:calc(100vh - 3.5rem);padding:0 .75rem .75rem}}.icone-usuario-container-user{height:5.5rem;width:100%;background-color:#fff;border-radius:1rem;border:1px solid #cac4d0;font-family:Roboto,sans-serif;display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:1rem}.icone-usuario-info-img{align-items:center;gap:1rem}.icone-usuario-info-img img{width:3.5rem;height:3.5rem}.icone-usuario-info{display:flex;flex-direction:column;justify-content:center;height:4rem}.id-user{display:flex;flex-direction:column;align-items:center}.name-user{min-width:12rem;height:4rem}.email-user{min-width:10rem}.phone-user{min-width:8rem}.icone-p-desc-info{color:#969696;font-size:.65rem}.icone-p-info{color:#1d1b20;font-size:1rem}.icone-usuario-edit-user{display:flex;align-items:center;gap:.2rem}.wrap-btns-icone-usuario{display:flex;gap:1rem}.wrap-btns-icone-usuario img{width:1rem}.icone-usuario-edit-user{color:#56ccf2;background-color:transparent;border:none;outline:none;font-weight:500;font-size:1rem}.icone-usuario-delete-user{color:#e94545;background-color:transparent;border:none;outline:none;font-weight:500;display:flex;align-items:center;gap:.1rem;font-size:1rem}@media screen and (max-width: 768px){.icone-usuario-container-user{height:auto;flex-direction:column;align-items:flex-start;padding:1.25rem;gap:.75rem}.name-user{min-width:unset;width:100%;height:auto}.email-user,.phone-user{min-width:unset;width:100%}.icone-usuario-info{height:auto}.icone-p-desc-info{font-size:.6rem;text-transform:uppercase;letter-spacing:.03em}.icone-p-info,.icone-usuario-info-img{font-size:.95rem}.wrap-btns-icone-usuario{width:100%;gap:.75rem}.wrap-btns-icone-usuario img{width:1rem;height:1rem}.icone-usuario-edit-user{flex:1;justify-content:center;height:3rem;border-radius:.75rem;font-size:1rem;font-weight:600;background-color:#e8f4fd;color:#006cbc}.icone-usuario-delete-user{flex:1;justify-content:center;height:3rem;border-radius:.75rem;font-size:1rem;font-weight:600;background-color:#fde8e8;color:#e94545}.icone-usuario-info-img img{width:2.5rem;height:2.5rem}}@media screen and (max-width: 576px){.icone-usuario-container-user{padding:1rem}.wrap-btns-icone-usuario{flex-direction:column}.icone-usuario-edit-user,.icone-usuario-delete-user{width:100%}}.modal-usuario-container{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-usuario-content{border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.modal-inputs-usuario{display:flex;flex-wrap:wrap;gap:1rem;width:51rem}.modal-inputs-usuario input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-inputs-usuario select{width:25rem;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-bt-salvar-usuario{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}@media screen and (max-width: 650px){.modal-inputs-usuario{flex-direction:column}.modal-inputs-usuario input,.modal-inputs-usuario select{width:100%;font-size:1.5rem;height:6rem}.modal-bt-salvar-usuario{font-size:1.8rem;height:4.5rem;width:15rem}.modal-icone-fechar{width:3.5rem;height:3.5rem}}@media screen and (max-width: 400px){.modal-inputs-usuario{flex-direction:column}.modal-inputs-usuario input,.modal-inputs-usuario select{width:51rem;height:6rem;font-size:2.5rem}.modal-bt-salvar-usuario{font-size:2.5rem;height:5rem}}.form-field{position:relative}.form-field__label{margin-bottom:.25rem;font-weight:500}.form-field__input-wrapper{position:relative}.form-field--error input,.form-field--error select{border-color:#d93025!important;background-color:#fef7f7!important}.form-field__error{color:#d93025;font-size:.85rem;margin-top:.25rem;display:block;animation:fadeInError .2s ease-in-out}@keyframes fadeInError{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;width:100%;max-width:800px;padding:1rem;background-color:#fff;border-radius:8px;margin-top:1rem;margin-bottom:5.5rem;box-shadow:0 2px 4px #0000001a}.pagination__info{display:flex;align-items:center;gap:.5rem}.pagination__total{font-size:.875rem;color:#6c757d}.pagination__controls{display:flex;align-items:center;gap:.5rem}.pagination__pages{display:flex;gap:.25rem}.pagination__button{display:flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .75rem;border:1px solid #dee2e6;border-radius:4px;background-color:#fff;color:#495057;font-size:.875rem;cursor:pointer;transition:all .2s ease}.pagination__button:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}.pagination__button:disabled{opacity:.5;cursor:not-allowed}.pagination__button--active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.pagination__button--active:hover:not(:disabled){background-color:#0b5ed7;border-color:#0a58ca}.pagination__button--nav{font-weight:500}.pagination__button--ellipsis{border:none;background:transparent;cursor:default}.pagination__button--ellipsis:hover{background:transparent}.pagination__limit{display:flex;align-items:center;gap:.5rem}.pagination__limit label{font-size:.875rem;color:#6c757d;white-space:nowrap}.pagination__select{padding:.375rem .75rem;border:1px solid #dee2e6;border-radius:4px;background-color:#fff;font-size:.875rem;color:#495057;cursor:pointer}.pagination__select:hover:not(:disabled){border-color:#adb5bd}.pagination__select:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.pagination{flex-direction:column;align-items:stretch}.pagination__controls{justify-content:center;order:1}.pagination__info{justify-content:center;order:2}.pagination__limit{justify-content:center;order:3}.pagination__button--nav{padding:0 .5rem;font-size:.75rem}}@media (max-width: 480px){.pagination__pages{display:none}.pagination__button--nav{flex:1;max-width:120px}}.icone-empresa-container{height:5.5rem;width:100%;background-color:#fff;border-radius:1rem;border:1px solid #cac4d0;font-family:Roboto,sans-serif;display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:1rem}.icone-empresa-info-img{align-items:center;gap:1rem}.icone-empresa-info-img img{width:3.5rem;height:3.5rem}.icone-empresa-info{display:flex;flex-direction:column;justify-content:center;height:auto}.name-empresa{min-width:12rem}.email-empresa{min-width:10rem}.phone-empresa{min-width:6rem}.cnpj-empresa{min-width:8rem}.type-empresa{min-width:10rem}.icone-p-desc-info-empresa{color:#969696;font-size:.75rem}.icone-p-info-empresa{color:#1d1b20;font-size:1rem}.icone-empresa-edit-empresa{color:#56ccf2;background-color:transparent;border:none;outline:none;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.2rem;font-size:1rem}.g-1{gap:1rem}.icone-empresa-delete{color:#e94545;background-color:transparent;border:none;outline:none;font-weight:500;display:flex;align-items:center;gap:.1rem;font-size:1rem}.wrap-btns-icone-empresa{display:flex;gap:1rem}.wrap-btns-icone-empresa img{width:1rem}@media screen and (max-width: 1080px){.phone-empresa{display:none}}@media screen and (max-width: 768px){.icone-empresa-container{height:auto;flex-direction:column;align-items:flex-start;padding:1.25rem;gap:.75rem}.icone-empresa-hide-mobile{display:none}.name-empresa,.email-empresa,.phone-empresa,.cnpj-empresa,.type-empresa{min-width:unset;width:100%}.icone-p-desc-info-empresa{font-size:.75rem}.icone-p-info-empresa{font-size:.9rem}.icone-empresa-info-img{font-size:1rem}.icone-empresa-info-img img{width:2.5rem;height:2.5rem}.wrap-btns-icone-empresa{width:100%;gap:.75rem}.icone-empresa-edit-empresa{flex:1;justify-content:center;height:3rem;border-radius:.75rem;font-size:1rem;font-weight:600;background-color:#e8f4fd;color:#006cbc}.icone-empresa-delete{flex:1;justify-content:center;height:3rem;border-radius:.75rem;font-size:1rem;font-weight:600;background-color:#fde8e8;color:#e94545}}@media screen and (max-width: 576px){.icone-empresa-container{padding:1rem}.wrap-btns-icone-empresa{flex-direction:column}.icone-empresa-edit-empresa,.icone-empresa-delete{width:100%}}.modal-empresa-container{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-empresa-content{width:57rem;padding:.7rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:1rem}.modal-inputs input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-wrap-bt-salvar{width:51rem;display:flex;justify-content:flex-end}.modal-bt-template{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#45bc00;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500;cursor:pointer}.modal-wrap-botoes{width:51rem;display:flex;justify-content:space-between;align-items:center}.modal-wrap-botoes-right{display:flex;gap:1rem;align-items:center}.modal-bt-salvar-empresa{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}.minitemplates-container{display:flex;width:51rem;justify-content:space-between;gap:.5rem}.minitemplates-content{width:100%;display:flex;align-items:center;gap:.5rem;flex-direction:column}.container-select-template{width:100%;display:flex;align-items:center;gap:.5rem}.container-select-template select{width:90%;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.container-select-template button{background-color:#45bc00;outline:none;border:none;width:1.5rem;color:#fff;font-size:1.5rem;border-radius:1rem;cursor:pointer}.flex-end{align-self:flex-end}.modal-institution-template-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;padding:1rem;box-sizing:border-box}.modal-institution-template-content{width:40rem;max-width:100%;padding:1.5rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;display:flex;flex-direction:column;gap:1.2rem;max-height:90vh;overflow-y:auto;position:relative}.modal-div-fechar{position:absolute;top:.8rem;right:.8rem;border:none;background:transparent;cursor:pointer}.modal-institution-template-content h3{text-align:center;margin:0;font-size:1.5rem;font-weight:600}.container-select-template{display:flex;align-items:center;gap:.5rem;width:100%}.container-select-template select{flex:1;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;border:none;font-size:1rem;font-weight:500;padding:.8rem;color:#000;outline:none}.container-select-template button{width:2.5rem;height:2.5rem;background-color:#45bc00;color:#fff;font-size:1.5rem;border-radius:50%;border:none;cursor:pointer;transition:background .2s ease}.container-select-template button:hover{background-color:#36a100}.lista-templates{display:flex;flex-direction:column;gap:.5rem;width:100%}.lista-templates h4{font-size:1.2rem;margin:0;font-weight:500}.linha-template{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .8rem;border-bottom:1px solid #eee;border-radius:.3rem;transition:background .2s ease}.linha-template:hover{background-color:#f0f9ff}.linha-template.selecionado{background-color:#d0eaff}.nome-template{flex-shrink:0;width:18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saldo-template{width:6rem;text-align:right;font-weight:500;font-family:Courier New,Courier,monospace}.btn-selecionar-template{background-color:#006cbc;color:#fff;border:none;padding:.4rem .9rem;border-radius:.3rem;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-selecionar-template:hover{background-color:#005ca0}.paginacao{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.paginacao button{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background-color:#006cbc;color:#fff;font-size:1.2rem;cursor:pointer;transition:background .2s ease,transform .1s ease}.paginacao button:hover:not(:disabled){background-color:#005ca0;transform:scale(1.1)}.paginacao button:disabled{background-color:#ccc;cursor:not-allowed}.modal-wrap-bt-cancelar{width:100%;display:flex;justify-content:flex-end}.detalhes-template{margin-top:1.5rem;padding:1rem;border-radius:.5rem;background-color:#f9f9f9;border:1px solid #ddd;display:flex;flex-direction:column;gap:.7rem}.detalhes-template h4{margin:0 0 .5rem;font-size:1.25rem;color:#333;border-bottom:1px solid #ccc;padding-bottom:.3rem}.detalhes-template p{margin:0;font-size:.95rem;color:#555;display:flex;justify-content:space-between}.campo-novo-saldo{display:flex;flex-direction:column;gap:.6rem;margin-top:.7rem}.campo-novo-saldo input,.campo-novo-saldo button,.toggle-modo .btn-toggle{width:100%;padding:.6rem;font-size:.95rem;border-radius:.4rem;box-sizing:border-box}.toggle-modo{display:flex;gap:.5rem;width:100%}.toggle-modo .btn-toggle{flex:1;font-weight:700;cursor:pointer;border:1px solid transparent;transition:all .2s ease-in-out}.btn-toggle.adicionar{background-color:#e6f7ec;color:#1a7f37;border:1px solid #1a7f37}.btn-toggle.adicionar:hover{background-color:#d1f0dc}.btn-toggle.adicionar.ativo{background-color:#1a7f37;color:#fff}.btn-toggle.remover{background-color:#fdeaea;color:#d93025;border:1px solid #d93025}.btn-toggle.remover:hover{background-color:#fbd2d2}.btn-toggle.remover.ativo{background-color:#d93025;color:#fff}.campo-novo-saldo>button{background-color:#1a73e8;color:#fff;border:none;font-weight:500;cursor:pointer;transition:background .2s ease}.campo-novo-saldo>button:hover{background-color:#1558b0}@media (max-width: 500px){.modal-institution-template-content{width:90%;padding:1rem}.saldo-template{width:4.5rem}.btn-selecionar-template{padding:.3rem .6rem;font-size:.85rem}}.modal-confirmacao-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-confirmacao-content{background:#fff;padding:1.5rem;border-radius:.5rem;max-width:400px;width:100%;text-align:center}.modal-confirmacao-content h4{margin:0 0 1rem;font-size:1.3rem;color:#d93025}.modal-confirmacao-content p{margin-bottom:1.5rem;font-size:1rem;color:#333}.botoes-confirmacao{display:flex;justify-content:space-around;gap:1rem}.btn-cancelar{background:#ccc;color:#333;border:none;padding:.6rem 1.2rem;border-radius:.3rem;cursor:pointer}.btn-cancelar:hover{background:#bbb}.btn-confirmar{background:#d93025;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.3rem;cursor:pointer}.btn-confirmar:hover{background:#b1241c}.empresas-container{flex:1;background-color:#f3f3f3;position:relative;z-index:1;padding:2rem;display:flex;flex-direction:column;align-items:center}.empresas-list{width:100%;display:flex;flex-direction:column;align-items:center;padding:.25rem 0;gap:.75rem}.empresas-empty{color:#6c757d;text-align:center;padding:2rem}.empresas-list::-webkit-scrollbar{width:.4rem}.empresas-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.empresas-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}@media screen and (max-width: 768px){.empresas-container{padding:.75rem}}@media screen and (max-width: 576px){.empresas-container{padding:.5rem}.empresas-list{gap:.5rem}}@media screen and (max-width: 400px){.empresas-container{padding:.5rem}}.uploading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:9999}.uploading-content{display:flex;flex-direction:column;align-items:center;gap:10px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000001a}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-left-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}.templates-container{flex:1;width:100%;background-color:#f3f3f3;padding:2rem;display:flex;flex-direction:column;align-items:center}.templates-list{width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:.75rem}.templates-empty{color:#6c757d;text-align:center;padding:2rem}.templates-list::-webkit-scrollbar{width:.4rem}.templates-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.templates-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}@media screen and (max-width: 768px){.templates-container{padding:1.5rem}}@media screen and (max-width: 576px){.templates-container{padding:1rem}.templates-list{gap:.5rem}}@media screen and (max-width: 400px){.templates-container{padding:.75rem}}.icone-template-container{min-height:4rem;width:100%;background-color:#fff;border-radius:.75rem;border:1px solid #cac4d0;font-family:Roboto,sans-serif;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;gap:1rem}.icone-template-info-img img{width:3.5rem;height:3.5rem}.icone-template-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.icone-template-ver-questionario{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:.4rem;font-size:.8rem;font-weight:600;white-space:nowrap;text-decoration:none;color:#006cbc;background-color:#e8f4fd;border:1px solid #b3d9f2;transition:background-color .15s}.icone-template-ver-questionario:hover{background-color:#d0ebfa}.icone-template-edit{display:inline-flex;align-items:center;gap:.3rem;outline:none;border:1px solid #b3d9f2;background-color:#e8f4fd;color:#006cbc;font-weight:600;font-size:.8rem;padding:.35rem .75rem;border-radius:.4rem;white-space:nowrap;transition:background-color .15s;cursor:pointer}.icone-template-edit:hover{background-color:#d0ebfa}.icone-template-edit img{width:1rem;height:1rem}.name-template{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.name-template p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.id-template{width:3.5rem;flex-shrink:0}.status-template{width:5.5rem;flex-shrink:0}.bound-users-template{min-width:8rem;max-width:18rem;align-items:flex-start}.bound-users-badges{display:flex;flex-wrap:wrap;gap:.2rem;margin-top:.15rem}.bound-user-badge{display:inline-flex;align-items:center;padding:.1rem .45rem;border-radius:1rem;font-size:.65rem;background-color:#e3f2fd;color:#1565c0;white-space:nowrap}.bound-users-all{font-size:.75rem;color:#969696}.icone-template-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;padding-left:1rem;border-left:1px solid #e0e0e0}.icone-template-bind{display:inline-flex;align-items:center;gap:.2rem;outline:none;border:1px solid #b3d9f2;background-color:#e8f4fd;color:#006cbc;font-weight:600;font-size:.8rem;padding:.35rem .75rem;border-radius:.4rem;white-space:nowrap;cursor:pointer;transition:background-color .15s}.icone-template-bind:hover{background-color:#d0ebfa}@media screen and (max-width: 1024px){.icone-template-container{padding:.85rem 1.25rem;gap:.75rem}.icone-template-info-img{font-size:1.05rem}.icone-p-info-templates{font-size:.9rem}.id-template{width:3rem}.status-template{width:5rem}.bound-users-template{min-width:6rem;max-width:14rem}}@media screen and (max-width: 768px){.icone-template-container{flex-wrap:wrap;padding:.75rem 1rem;gap:.4rem .75rem}.name-template{min-width:auto;flex:1 1 100%;margin-bottom:.2rem}.name-template p{white-space:normal}.icone-template-info-img{font-size:1rem}.icone-template-info{flex:0 0 auto;align-items:flex-start;width:auto}.id-template,.status-template{width:auto;flex-shrink:1}.icone-template-actions{flex:1 1 100%;margin-left:0;border-left:none;padding-left:0;padding-top:.4rem;border-top:1px solid #e0e0e0;justify-content:flex-end}.icone-p-desc-info-templates{font-size:.7rem}.icone-p-info-templates,.icone-template-ver-questionario,.icone-template-edit{font-size:.85rem}.bound-users-template{min-width:auto;max-width:12rem}.icone-template-bind{font-size:.8rem;padding:.3rem .55rem}}@media screen and (max-width: 576px){.icone-template-container{padding:.65rem .85rem;gap:.3rem .6rem;border-radius:.5rem}.icone-template-info-img{font-size:.9rem}.icone-p-desc-info-templates{font-size:.65rem}.icone-p-info-templates,.icone-template-ver-questionario,.icone-template-edit{font-size:.8rem}.icone-template-bind{font-size:.75rem;padding:.25rem .5rem}.bound-users-template{max-width:10rem}}@media screen and (max-width: 400px){.icone-template-container{padding:.6rem .75rem}.icone-template-info-img{font-size:.85rem}.icone-template-actions{flex-wrap:wrap;gap:.35rem}}.modal-template-container{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;font-family:Roboto,sans-serif;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-template-content{width:57rem;padding:1rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:.5rem}.modal-template-content .modal-div-fechar{position:absolute;top:.8rem;right:.8rem;border:none;outline:none;background-color:transparent}.modal-template-content .modal-icone-fechar{width:2.5rem;height:2.5rem}.modal-template-content-1{display:flex;justify-content:space-between;width:90%}.modal-templates-title{font-size:1.8rem;font-weight:300;color:#a5a5a5}.modal-inputs-template{display:flex;flex-wrap:wrap;gap:1rem;width:51rem}.modal-inputs-template input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-inputs-template select{width:25rem;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.btn-delete-questions{border:none;outline:none;background-color:transparent;color:#d00;font-weight:500;font-size:1.2rem;cursor:pointer;text-decoration:underline}.modal-template-content-3{width:51rem;display:flex;justify-content:flex-end;align-items:center}.modal-template-wrap-btns{display:flex;align-items:center;justify-content:flex-end;gap:4rem}.modal-btn-cancelar-template{color:#49454f;background-color:transparent;border:none;outline:none;font-size:1rem;font-weight:600;width:5rem;height:2.5rem}.modal-bt-salvar-template{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}@media screen and (max-width: 650px){.modal-template-content{height:50rem}.modal-inputs-template{flex-direction:column}.modal-inputs-template input,.modal-inputs-template select{width:100%;font-size:1.5rem;height:6rem}.modal-template-wrap-btns{width:100%}.modal-templates-title{font-size:3.5rem}.modal-btn-cancelar-template{font-size:1.8rem}.modal-bt-salvar-template{font-size:1.8rem;height:4.5rem;width:15rem}.modal-icone-fechar{width:3.5rem;height:3.5rem}}.modal-bind-users-container{height:100vh;width:100%;position:fixed;z-index:1000;top:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center}.modal-bind-users-content{width:30rem;max-height:80vh;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;display:flex;flex-direction:column;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-bind-users-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e0e0e0}.modal-bind-users-header h2{font-size:1.15rem;font-weight:600;color:#1d1b20;margin:0}.modal-bind-users-header p{font-size:.85rem;color:#969696;margin:.25rem 0 0}.modal-bind-users-close{border:none;outline:none;background-color:transparent;cursor:pointer;align-self:flex-start}.modal-bind-users-close img{width:2rem;height:2rem}.modal-bind-users-body{padding:1rem 1.5rem;overflow-y:auto;flex:1;max-height:24rem}.modal-bind-users-body p.empty-message{text-align:center;color:#969696;font-size:.95rem;padding:2rem 0}.modal-bind-users-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.modal-bind-users-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:.5rem;cursor:pointer;transition:background-color .15s}.modal-bind-users-item:hover{background-color:#f5f5f5}.modal-bind-users-item input[type=checkbox]{width:1.1rem;height:1.1rem;cursor:pointer;accent-color:#006cbc}.modal-bind-users-item-info{display:flex;flex-direction:column}.modal-bind-users-item-name{font-size:.95rem;font-weight:500;color:#1d1b20}.modal-bind-users-item-email{font-size:.8rem;color:#969696}.modal-bind-users-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e0e0e0}.modal-bind-users-btn-cancel{padding:.5rem 1.25rem;border-radius:6.25rem;border:1px solid #79747e;background-color:transparent;color:#1d1b20;font-size:.9rem;font-weight:500;cursor:pointer;outline:none}.modal-bind-users-btn-cancel:hover{background-color:#f5f5f5}.modal-bind-users-btn-save{padding:.5rem 1.25rem;border-radius:6.25rem;border:none;background-color:#006cbc;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;outline:none}.modal-bind-users-btn-save:hover{background-color:#005a9e}.modal-bind-users-btn-save:disabled,.modal-bind-users-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.modal-bind-users-search{padding:.75rem 1.5rem 0}.modal-bind-users-search input{width:100%;height:2.5rem;border-radius:.5rem;border:1px solid #79747e;padding:0 .75rem;font-size:.9rem;outline:none;box-sizing:border-box}.modal-bind-users-search input:focus{border-color:#006cbc}@media screen and (max-width: 650px){.modal-bind-users-content{width:90%;max-height:90vh}.modal-bind-users-item-name{font-size:1.5rem}.modal-bind-users-item-email{font-size:1.2rem}.modal-bind-users-header h2{font-size:1.8rem}.modal-bind-users-header p{font-size:1.3rem}.modal-bind-users-btn-save,.modal-bind-users-btn-cancel{font-size:1.5rem;padding:.75rem 1.5rem}.modal-bind-users-search input{height:4rem;font-size:1.5rem}.modal-bind-users-item input[type=checkbox]{width:1.8rem;height:1.8rem}}.header-white-container{display:flex;align-items:center;width:100%;height:5rem;padding:0 1.5rem;gap:1.25rem;background-color:#006cbc;font-family:Roboto,sans-serif;flex-shrink:0}.header-white-icon-opensidebar{cursor:pointer;width:3rem;height:3rem}.header-white-icon-aeme{height:2.5rem;width:auto}.header-white-title{color:#fff;font-weight:400;font-size:1.5rem;flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 1rem}.header-white-btn-voltar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ffffff26;border:none;border-radius:6px;cursor:pointer;color:#fff;font-size:1rem;font-weight:500;transition:background-color .2s ease}.header-white-btn-voltar:hover{background-color:#ffffff40}.header-white-icon-voltar{width:1.25rem;height:1.25rem;filter:brightness(0) invert(1)}@media screen and (max-width: 768px){.header-white-container{height:4.5rem;padding:0 1rem;gap:.75rem}.header-white-icon-opensidebar{width:2.5rem;height:2.5rem}.header-white-icon-aeme{height:2rem}.header-white-title{font-size:1.25rem;padding:0 .5rem}.header-white-btn-voltar{font-size:.85rem;padding:.4rem .75rem;gap:.4rem}.header-white-icon-voltar{width:1rem;height:1rem}}@media screen and (max-width: 576px){.header-white-container{height:4rem;padding:0 .75rem;gap:.5rem}.header-white-icon-opensidebar{width:2.25rem;height:2.25rem}.header-white-icon-aeme{height:1.75rem}.header-white-title{font-size:1.1rem;padding:0 .25rem}.header-white-btn-voltar{font-size:.8rem;padding:.35rem .65rem}.header-white-icon-voltar{width:.9rem;height:.9rem}}@media screen and (max-width: 400px){.header-white-container{height:3.5rem;padding:0 .5rem;gap:.4rem}.header-white-icon-opensidebar{width:2rem;height:2rem}.header-white-icon-aeme{display:none}.header-white-title{font-size:1rem;padding:0}.header-white-btn-voltar{font-size:.75rem;padding:.3rem .5rem}.header-white-btn-voltar span{display:none}.header-white-icon-voltar{width:.85rem;height:.85rem}}.answers-container{height:80vh;background-color:#f3f3f3;position:relative;z-index:1;padding:.5vw;display:flex;flex-direction:column;align-items:center}.answers-list{height:85%;width:80vw;margin:auto;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:2rem;gap:1rem}.answers-wrap-header{display:flex;align-items:center;justify-content:space-between;height:10%;width:78vw}.answers-inputs-header{display:flex;width:100%;justify-content:space-between}.answers-input-search{width:70%;height:3.5rem;border-radius:1.75rem;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.answers-input-search input{height:100%;border:none;outline:none;background-color:transparent;padding:1rem;font-size:1rem;color:#49454f;font-weight:500;width:90%}.answers-inputs-header select{width:17rem;height:3.5rem;border:1px solid #006cbc;background-color:transparent;color:#006cbc;font-size:1rem;padding:1rem;font-weight:600;border-radius:.25rem;outline:none}.answers-list::-webkit-scrollbar{width:.25rem}.answers-list::-webkit-scrollbar-track{background:#f1f1f1}.answers-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:6.25rem}@media screen and (max-width: 770px){.answers-inputs-header{gap:1rem}}@media screen and (max-width: 650px){.answers-input-search{height:5rem}.answers-input-search input{font-size:2rem}.answers-inputs-header select{font-size:1.5rem;height:5rem}}@media screen and (max-width: 530px){.answers-input-search,.answers-inputs-header select{height:6rem}}.icone-survey-container{min-height:4rem;width:100%;background-color:#fff;border-radius:.75rem;border:1px solid #cac4d0;font-family:Roboto,sans-serif;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;gap:1rem}.icone-template-info-img{align-items:center;gap:.75rem;font-size:1.15rem}.icone-survey-info-img img{width:3.5rem;height:3.5rem}.icone-survey-info{display:flex;flex-direction:column;justify-content:center}.icone-survey-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;padding-left:1rem;border-left:1px solid #e0e0e0}.icone-survey-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:.4rem;font-size:.8rem;font-weight:600;white-space:nowrap;text-decoration:none;border:1px solid transparent;transition:background-color .15s,border-color .15s}.icone-survey-inoperated{color:#f25656;background-color:#fef2f2;border-color:#fecaca;cursor:default}.icone-p-desc-info-templates{color:#969696;font-size:.75rem}.icone-p-info-templates{color:#1d1b20;font-size:.95rem}.icone-p-info-templates-status{font-size:.95rem;font-weight:800}.icone-survey-edit{display:flex;align-items:center;justify-content:center}.responder{color:#006cbc;background-color:#e8f4fd;border-color:#b3d9f2}.responder:hover{background-color:#d0ebfa}.ver-respostas{color:#149200;background-color:#f0faf0;border-color:#b8e6b8}.ver-respostas:hover{background-color:#ddf3dd}.icone-survey-delete{color:#d00;background-color:#fef2f2;border-color:#fecaca;outline:none;cursor:pointer;padding:.35rem}.icone-survey-delete:hover{background-color:#fee2e2}.score{font-weight:500}.status-finalized{color:#149200}.status-opened{color:#00aeea}.status-inactive{color:#d00}.status-inoperated{color:#ff8200c7}.name-survey{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.name-survey p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-survey{width:5.5rem;flex-shrink:0}.template-survey{width:9rem;flex-shrink:0}.template-status-survey{width:8rem;flex-shrink:0}.score-survey{width:6.5rem;flex-shrink:0}@media screen and (max-width: 1024px){.icone-survey-container{padding:.85rem 1.25rem;gap:.75rem}.icone-template-info-img{font-size:1.05rem}.status-survey{width:5rem}.template-survey{width:7.5rem}.template-status-survey{width:7rem}.score-survey{width:5.5rem}.icone-p-info-templates,.icone-p-info-templates-status{font-size:.9rem}}@media screen and (max-width: 768px){.icone-survey-container{flex-wrap:wrap;padding:.75rem 1rem;gap:.4rem .75rem}.name-survey{width:auto;flex:1 1 100%;margin-bottom:.2rem}.name-survey p{white-space:normal}.icone-template-info-img{font-size:1rem}.icone-survey-info{flex:0 0 auto;width:auto}.status-survey,.template-survey,.template-status-survey,.score-survey{width:auto;flex-shrink:1}.icone-survey-actions{flex:1 1 100%;border-left:none;padding-left:0;padding-top:.4rem;border-top:1px solid #e0e0e0;justify-content:flex-end}.icone-p-desc-info-templates{font-size:.7rem}.icone-p-info-templates,.icone-p-info-templates-status,.icone-survey-ver-questionario,.icone-survey-inoperated{font-size:.85rem}}@media screen and (max-width: 576px){.icone-survey-container{padding:.65rem .85rem;gap:.3rem .6rem;border-radius:.5rem}.icone-template-info-img{font-size:.9rem}.icone-p-desc-info-templates{font-size:.65rem}.icone-p-info-templates,.icone-p-info-templates-status{font-size:.8rem}.icone-survey-ver-questionario,.icone-survey-inoperated{font-size:.8rem;padding-left:.25rem;padding-right:.25rem}}@media screen and (max-width: 400px){.icone-survey-container{padding:.6rem .75rem}.icone-template-info-img{font-size:.85rem}}.tomadores-container{flex:1;background-color:#f3f3f3;position:relative;z-index:1;padding:2rem;display:flex;flex-direction:column;align-items:center}.tomadores-list{width:100%;display:flex;flex-direction:column;align-items:center;padding:.25rem 0;gap:.75rem}.tomadores-empty{color:#6c757d;text-align:center;padding:2rem}.tomadores-list::-webkit-scrollbar{width:.4rem}.tomadores-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.tomadores-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}@media screen and (max-width: 768px){.tomadores-container{padding:.75rem}}@media screen and (max-width: 576px){.tomadores-container{padding:.5rem}.tomadores-list{gap:.5rem}}@media screen and (max-width: 400px){.tomadores-container{padding:.5rem}}.icone-borrower-container{height:5.5rem;width:100%;background-color:#fff;border-radius:1rem;border:1px solid #cac4d0;font-family:Roboto,sans-serif;display:flex;justify-content:space-between;align-items:center;padding:2rem;gap:1rem}.icone-borrower-info-img{align-items:center;gap:1rem}.icone-borrower-info-img img{width:3.5rem;height:3.5rem}.icone-borrower-info{display:flex;flex-direction:column;justify-content:center}.icone-borrower-edit-borrower{display:flex;align-items:center;gap:.2rem}.wrap-btns-icone-borrower{display:flex;gap:1rem}.wrap-btns-icone-borrower img{width:1rem}.icone-borrower-edit-borrower{color:#56ccf2;background-color:transparent;border:none;outline:none;font-weight:500;font-size:1rem}.icone-borrower-delete-borrower{color:#e94545;background-color:transparent;border:none;outline:none;font-weight:500;display:flex;align-items:center;gap:.1rem;font-size:1rem}.name-borrower{min-width:12rem;height:3.5rem}.email-borrower{min-width:10rem}.fone-borrower{min-width:7rem}.cnpj-borrower{min-width:8rem}.id-borrower{min-width:2rem}@media screen and (max-width: 768px){.icone-borrower-container{height:auto;flex-direction:column;align-items:flex-start;padding:1.25rem;gap:.75rem}.icone-borrower-hide-mobile{display:none}.name-borrower{min-width:unset;width:100%;height:auto}.email-borrower,.fone-borrower,.cnpj-borrower,.id-borrower{min-width:unset;width:100%}.icone-borrower-info-img{font-size:.95rem}.icone-borrower-container .icone-p-desc-info{font-size:.6rem;text-transform:uppercase;letter-spacing:.03em}.icone-borrower-container .icone-p-info{font-size:.95rem}.icone-borrower-info-img img{width:2.5rem;height:2.5rem}.wrap-btns-icone-borrower{width:100%;gap:.75rem}.icone-borrower-edit-borrower{flex:1;justify-content:center;height:3rem;border-radius:.75rem;font-size:1rem;font-weight:600;background-color:#e8f4fd;color:#006cbc}.icone-borrower-delete-borrower{flex:1;justify-content:center;height:3rem;border-radius:.75rem;font-size:1rem;font-weight:600;background-color:#fde8e8;color:#e94545}}@media screen and (max-width: 576px){.icone-borrower-container{padding:1rem}.wrap-btns-icone-borrower{flex-direction:column}.icone-borrower-edit-borrower,.icone-borrower-delete-borrower{width:100%}}.modal-borrower-container{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-borrower-content{width:57rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;padding:.7rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.modal-inputs{display:flex;flex-wrap:wrap;gap:1rem;width:51rem}.modal-inputs input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-inputs select{width:25rem;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-bt-salvar-borrower{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}@media screen and (max-width: 650px){.modal-borrower-content{gap:1rem}.modal-inputs{flex-direction:column}.modal-inputs input,.modal-inputs select{width:100%;font-size:1.5rem;height:6rem}.modal-bt-salvar-borrower{font-size:1.8rem;height:4.5rem;width:15rem}}.container-sidebar{height:100vh;width:100vw;position:fixed;z-index:200;left:-100vw;background-color:#0000;transition:left -.4s ease,background-color .2s ease}.container-sidebar[data-isopen=true]{left:0;background-color:#00000080}.content-sidebar{height:100%;width:18rem;background-color:#f3f3f3;box-shadow:2px 0 10px #000000bf;display:flex;flex-direction:column}.header-sidebar{background-color:#006cbc;color:#fff;font-size:1.5rem;font-weight:500;display:flex;flex-direction:column;padding:1.25rem;gap:.75rem}.header-sidebar img{width:2rem;cursor:pointer;align-self:flex-end}.nav-sidebar{display:flex;flex-direction:column;padding:1.5rem 1rem;gap:.25rem;flex:1}.nav-link{display:block;padding:1rem 1.25rem;color:#49454f;text-decoration:none;font-size:1.25rem;font-weight:500;border-radius:8px;border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.nav-link:last-child{border-bottom:none}.nav-link:hover{background-color:#e0e0e0}.footer-sidebar{display:flex;justify-content:center;border-top:1px solid #e0e0e0;padding:1rem 0}.footer-sidebar button{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem;outline:none;border:none;background-color:transparent;cursor:pointer}.footer-sidebar img{width:1.5rem;cursor:pointer;rotate:180deg}.footer-sidebar p{font-size:1.5rem;cursor:pointer;font-weight:600}@media screen and (max-width: 768px){.content-sidebar{width:70vw;max-width:22rem}.header-sidebar{font-size:1.85rem;padding:1.5rem;gap:.75rem}.header-sidebar img{width:2.75rem}.nav-sidebar{padding:1.25rem 1rem;gap:.5rem}.nav-link{font-size:1.65rem;font-weight:600;padding:1.35rem 1.5rem;border-radius:.75rem}.footer-sidebar{padding:1rem 0}.footer-sidebar p{font-size:1.65rem;font-weight:600}.footer-sidebar img{width:2rem}.footer-sidebar button{padding:1.25rem;gap:.75rem}}@media screen and (max-width: 576px){.content-sidebar{width:75vw;max-width:20rem}.header-sidebar{font-size:2rem;padding:1.5rem;gap:.75rem}.header-sidebar img{width:3rem}.nav-sidebar{padding:1.25rem .75rem;gap:.5rem}.nav-link{font-size:2rem;font-weight:700;padding:1.5rem 1.25rem;border-radius:1rem}.footer-sidebar{padding:1.25rem 0}.footer-sidebar p{font-size:2rem;font-weight:700}.footer-sidebar img{width:2.25rem}.footer-sidebar button{padding:1.5rem;gap:1rem}}@media screen and (max-width: 400px){.content-sidebar{width:80vw;max-width:18rem}.header-sidebar{font-size:2.25rem;padding:1.5rem}.header-sidebar img{width:3.25rem}.nav-sidebar{padding:1rem .5rem;gap:.5rem}.nav-link{font-size:2.35rem;font-weight:700;padding:1.65rem 1.25rem;border-radius:1rem}.footer-sidebar{padding:1.25rem 0}.footer-sidebar p{font-size:2.35rem;font-weight:700}.footer-sidebar img{width:2.5rem}.footer-sidebar button{padding:1.65rem;gap:1rem}}.survey-container{flex:1;background-color:#f3f3f3;position:relative;z-index:1;padding:2rem;display:flex;flex-direction:column;align-items:center}.borrower-group{margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.borrower-name{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.survey-list{width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:.75rem}.survey-empty{color:#6c757d;text-align:center;padding:2rem}.survey-list::-webkit-scrollbar{width:.4rem}.survey-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.survey-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}@media screen and (max-width: 768px){.survey-container{padding:1.5rem}}@media screen and (max-width: 576px){.survey-container{padding:1rem}.survey-list{gap:.5rem}}@media screen and (max-width: 400px){.survey-container{padding:.75rem}}.modal-survey-container{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;justify-content:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-survey-content{width:57rem;height:20rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;margin-top:14rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.modal-inputs-survey{display:flex;flex-wrap:wrap;gap:1rem;width:51rem}.message{font-weight:700;padding:10px}.message-success{color:green}.message-error{color:red}.modal-inputs-survey input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-inputs-survey select{width:25rem;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-wrap-bt-salvar{width:51rem;display:flex;justify-content:flex-end;gap:2rem;align-items:center}.modal-bt-salvar-survey{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}@media screen and (max-width: 650px){.modal-survey-content{height:40rem}.modal-inputs-survey{flex-direction:column}.modal-inputs-survey input,.modal-inputs-survey select{width:100%;font-size:1.5rem;height:6rem}.modal-bt-salvar-survey{font-size:1.8rem;height:4.5rem;width:15rem}.modal-icone-fechar{width:3.5rem;height:3.5rem}}@media screen and (max-width: 400px){.modal-survey-content{height:50rem}.modal-inputs-survey{flex-direction:column}.modal-inputs-survey input,.modal-inputs-survey select{width:51rem;height:7rem;font-size:2.5rem}.modal-bt-salvar-survey{font-size:2.5rem;height:5rem}}.saldo-box{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-weight:500;font-size:.95rem;margin-top:8px;position:relative}.tooltip-container{position:relative;display:inline-block}.info-icon{cursor:pointer;font-size:.9rem;color:#555}.tooltip-container .tooltip-text{visibility:hidden;width:220px;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:6px 10px;position:absolute;z-index:10;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:.85rem;box-shadow:0 2px 8px #0003}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center}.confirmation-modal-content{background:#fff;padding:20px;border-radius:8px;width:300px;text-align:center;position:relative}.confirmation-modal-actions{margin-top:20px}.btn-confirm{background:#4caf50;color:#fff;border:none;padding:10px 20px;margin-right:10px;border-radius:5px;cursor:pointer}.btn-cancel{background:#f44336;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}.container-unauthorized{width:100vw;height:100vh;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1vw}.container-unauthorized a{color:#2eabd9}.survey-template-type-container{flex:1;width:100%;background-color:#f3f3f3;padding:1rem 2rem 2rem;display:flex;flex-direction:column;align-items:center}.survey-template-type-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0 5rem}.survey-template-type-list::-webkit-scrollbar{width:.4rem}.survey-template-type-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.survey-template-type-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}.survey-template-type-empty{color:#79747e;font-size:1rem;padding:3rem;text-align:center}@media screen and (max-width: 768px){.survey-template-type-container{padding:.75rem 1.5rem 1.5rem}.survey-template-type-list{gap:.75rem;padding-bottom:6rem}}@media screen and (max-width: 576px){.survey-template-type-container{padding:.5rem 1rem 1rem}.survey-template-type-list{gap:.5rem;padding-bottom:7rem}.survey-template-type-empty{font-size:.9rem;padding:2rem}}@media screen and (max-width: 400px){.survey-template-type-container{padding:.5rem .75rem .75rem}.survey-template-type-list{padding-bottom:8rem}}.modal-template-type-container{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;font-family:Roboto,sans-serif;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-template-type-content{width:57rem;padding:1rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:.5rem}.modal-template-type-content .modal-div-fechar{position:absolute;top:.8rem;right:.8rem;border:none;outline:none;background-color:transparent}.modal-template-type-content .modal-icone-fechar{width:2.5rem;height:2.5rem}.modal-template-type-content-1{display:flex;justify-content:space-between;width:90%}.modal-template-type-title{font-size:1.8rem;font-weight:300;color:#a5a5a5}.modal-inputs-type{display:flex;flex-wrap:wrap;gap:1rem;width:51rem}.modal-inputs-type input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-inputs-type select{width:25rem;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-template-type-content-3{width:51rem;display:flex;justify-content:flex-end;align-items:center}.modal-template-type-wrap-bts{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.modal-bt-cancelar-template-type{color:#49454f;background-color:transparent;border:none;outline:none;font-size:1rem;font-weight:600;width:5rem;height:2.5rem}.modal-bt-salvar-template-type{width:13rem;height:2.5rem;border-radius:6.25rem;background-color:#ededed;color:#49454f;border:none;outline:none;font-size:1rem;font-weight:500;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}@media screen and (max-width: 650px){.modal-template-type-content{width:90%;padding:1.5rem}.modal-template-type-title{font-size:2.5rem}.modal-inputs-type{flex-direction:column;width:100%}.modal-inputs-type input,.modal-inputs-type select{width:100%;height:5.5rem;font-size:1.5rem}.modal-template-type-content-3{width:100%}.modal-bt-cancelar-template-type{width:6rem;height:2.5rem;font-size:1.5rem}.modal-bt-salvar-template-type{font-size:1.5rem;width:20rem;height:4rem}}.questoes-container{flex:1;width:100%;background-color:#f3f3f3;padding:2rem;display:flex;flex-direction:column;align-items:center}.questoes-header{height:4rem;width:100%;background-color:#dbdbdb;display:flex;justify-content:space-between;align-items:center}.questoes-header-menu{background-color:transparent;border:none;outline:none}.questoes-header-title{font-weight:400;color:#1d1b20;font-size:1.3rem}.questoes-content-1{height:7rem;width:100%;display:flex;align-items:center;justify-content:space-between}.questoes-title{font-size:2.5rem;color:#686868;font-weight:300}.questoes-button-voltar{display:flex;background-color:transparent;border:none;height:1.25rem}.bt-criar-questoes{width:100%}.questoes-list{width:100%;flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:.75rem}.btn-adicionar-questoes{align-items:flex-end;height:2.5rem;padding:1rem;border-radius:5rem;outline:none;border:none;font-size:1rem;box-shadow:#0000003d 0 3px 8px;display:flex;align-items:center;background-color:#00c5e5;color:#fff;font-weight:500;margin-top:1rem}.questoes-list::-webkit-scrollbar{width:.4rem}.questoes-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.questoes-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}@media screen and (max-width: 768px){.questoes-container{padding:1.5rem}.questoes-title{font-size:2rem}}@media screen and (max-width: 576px){.questoes-container{padding:1rem}.questoes-list{gap:.5rem}.questoes-title{font-size:1.5rem}}@media screen and (max-width: 400px){.questoes-container{padding:.75rem}}.icone-questao-container{display:flex;align-items:center;justify-content:space-evenly;min-height:5.5rem;width:100%;background-color:#fff;border-radius:1rem;border:1px solid #cac4d0;font-family:Roboto,sans-serif}.btn-ver-questao{background-color:transparent;border:none;outline:none;color:#56ccf2;text-decoration:underline;font-size:1rem}.modal-ver-questao{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;justify-content:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-ver-questao-container{width:80%;height:13rem;background-color:#fff;border:1px solid #cac4d0;border-radius:1rem;margin-top:14rem;position:relative;display:flex;flex-direction:column;justify-content:space-between}.modal-ver-questao-container .modal-div-fechar{position:absolute;top:.8rem;right:.8rem;border:none;outline:none;background-color:transparent;z-index:10}.modal-ver-questao-container .modal-icone-fechar{width:2.5rem;height:2.5rem}.modal-ver-questao-header{height:4rem;width:100%;background-color:#eaeaea;border-top-left-radius:1rem;border-top-right-radius:1rem;display:flex;justify-content:center;gap:20rem;align-items:center}.modal-ver-questao-header h4{font-size:1.25rem;color:#1d1b20;font-weight:400}.modal-ver-questao-header-infos{display:flex;gap:4rem}.modal-ver-questao-texto-questao{font-size:1.5rem;font-weight:300;text-align:center;overflow-y:auto}.modal-ver-questao-btns{display:flex;gap:2rem;justify-content:flex-end;padding:1rem}.modal-ver-questao-btns button{width:11rem;height:2.5rem;border-radius:6.25rem;font-size:1rem;background-color:#ededed;border:none;outline:none;box-shadow:#0000003d 0 3px 8px}.questionario-container{flex:1;width:100%;background-color:#f3f3f3;padding:1rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;position:relative}.questionario-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.5rem 0 5rem}.questionario-list::-webkit-scrollbar{width:.4rem}.questionario-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.questionario-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}.questionario-file-input{display:none}.questionario-selected-file{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014;width:100%;max-width:600px;margin-bottom:1rem}.questionario-selected-file p{font-weight:600;color:#49454f;white-space:nowrap}.questionario-file-list{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.questionario-file-name{padding:.5rem 1rem;background-color:#e8f4fd;color:#006cbc;border-radius:1rem;font-size:.9rem;font-weight:500}.questionario-delete-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background-color:#fee2e2;border-radius:50%;cursor:pointer;transition:background-color .2s}.questionario-delete-button:hover{background-color:#fecaca}.questionario-delete-button img{width:1rem;height:1rem}.questionario-scroll-buttons{position:fixed;bottom:6rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:50}.questionario-btn-scroll{width:3rem;height:3rem;border-radius:50%;background-color:#006cbc;color:#fff;font-weight:600;border:none;outline:none;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px #006cbc66;transition:background-color .2s,transform .1s;display:flex;align-items:center;justify-content:center}.questionario-btn-scroll:hover{background-color:#0056a3;transform:scale(1.05)}.questionario-btn-scroll:active{transform:scale(.95)}.uploading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999}.uploading-content{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem 3rem;border-radius:1rem;box-shadow:0 4px 20px #00000026}.uploading-content p{font-size:1.1rem;color:#49454f;font-weight:500}.spinner{width:3rem;height:3rem;border:4px solid rgba(0,108,188,.2);border-left-color:#006cbc;border-radius:50%;animation:spin 1s linear infinite}@media screen and (max-width: 768px){.questionario-container{padding:.75rem 1.5rem 1.5rem}.questionario-list{gap:.75rem;padding-bottom:6rem}.questionario-selected-file{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.questionario-scroll-buttons{bottom:5.5rem;right:1rem}.questionario-btn-scroll{width:3.5rem;height:3.5rem;font-size:1.25rem}}@media screen and (max-width: 576px){.questionario-container{padding:.5rem 1rem 1rem}.questionario-list{gap:.5rem;padding:.25rem 0 7rem}.questionario-selected-file{padding:.75rem;border-radius:.5rem}.questionario-selected-file p{font-size:.9rem}.questionario-file-name{font-size:.85rem;padding:.4rem .8rem}.questionario-scroll-buttons{bottom:5rem;right:.75rem;gap:.5rem}.questionario-btn-scroll{width:3.5rem;height:3.5rem;font-size:1.25rem;box-shadow:0 4px 15px #006cbc80}}@media screen and (max-width: 400px){.questionario-container{padding:.5rem .75rem .75rem}.questionario-list{padding-bottom:8rem}.questionario-selected-file{margin-bottom:.75rem}.questionario-scroll-buttons{bottom:5rem;right:.75rem}.questionario-btn-scroll{width:3.5rem;height:3.5rem}.uploading-content{padding:1.5rem 2rem;margin:0 1rem}}.questao-container{width:100%;background-color:#fff;border-radius:.75rem;border:1px solid #cac4d0;box-shadow:0 2px 6px #0000000f}.icone-questao-template{display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:.75rem;font-family:Roboto,sans-serif}.header-questao-template{display:flex;align-items:center;background-color:#eaeaea;border-top-left-radius:.75rem;border-top-right-radius:.75rem;width:100%;min-height:3.25rem;padding:.5rem 1.25rem}.ul-header-questao-template{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem}.questao-info-group{display:flex;align-items:center;gap:1.5rem;flex:1;min-width:0}.icone-questao-template-info,.icone-questao-info{display:flex;flex-direction:column;align-items:flex-start}.questao-name-col{width:7rem;flex-shrink:0}.questao-ordem-col{width:4rem;flex-shrink:0}.questao-status-col{width:5rem;flex-shrink:0}.questao-score-col{width:4rem;flex-shrink:0}.questao-chave-col{flex-shrink:0}.icone-p-desc-info-questao-template{color:#969696;font-size:.7rem;font-weight:600;text-transform:uppercase}.icone-p-info-questao-template-order{font-size:.95rem;font-weight:500;color:#1d1b20}.icone-p-info-questao-template-status{font-size:.95rem;font-weight:700}.icone-p-info-questao-template-score{font-size:.95rem;font-weight:500;color:#1d1b20}.icone-p-desc-info-questao-template-chave{font-weight:700;color:#ff1616;font-size:.8rem}.questao-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding-left:1rem;border-left:1px solid #ccc}.questao-action-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:.4rem;font-size:.8rem;font-weight:600;white-space:nowrap;cursor:pointer;border:1px solid #b3d9f2;background-color:#e8f4fd;color:#006cbc;transition:background-color .15s}.questao-action-btn:hover{background-color:#d0ebfa}.questao-template-content{width:100%;padding:.75rem 1.25rem}.enunciado-questao{font-weight:400;font-size:1rem;color:#333;line-height:1.5}@media screen and (max-width: 1024px){.questao-info-group{gap:1rem}.questao-name-col{width:6rem}.icone-p-info-questao-template-order,.icone-p-info-questao-template-status,.icone-p-info-questao-template-score{font-size:.9rem}}@media screen and (max-width: 768px){.header-questao-template{padding:.5rem .85rem}.ul-header-questao-template{flex-wrap:wrap;gap:.5rem}.questao-info-group{flex:1 1 100%;flex-wrap:wrap;gap:.5rem 1rem}.questao-name-col,.questao-ordem-col,.questao-status-col,.questao-score-col{width:auto;flex-shrink:1}.questao-actions{flex:1 1 100%;border-left:none;padding-left:0;padding-top:.4rem;border-top:1px solid #ccc;justify-content:flex-end}.questao-template-content{padding:.6rem .85rem}.enunciado-questao{font-size:.9rem}}@media screen and (max-width: 576px){.questao-container,.icone-questao-template{border-radius:.5rem}.header-questao-template{border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:.4rem .75rem}.icone-p-desc-info-questao-template{font-size:.6rem}.icone-p-info-questao-template-order,.icone-p-info-questao-template-status,.icone-p-info-questao-template-score{font-size:.8rem}.icone-p-desc-info-questao-template-chave{font-size:.7rem}.questao-action-btn{font-size:.75rem;padding:.3rem .6rem}.questao-template-content{padding:.5rem .75rem}.enunciado-questao{font-size:.85rem}}.modal-ver-subquestao{height:100vh;width:100%;position:fixed;z-index:1000;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-content-ver-subquestao{width:60%;min-height:20rem;max-height:98%;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-bottom:.5rem}.modal-header-ver-subquestao{height:4.3rem;width:100%;background-color:#eaeaea;border-top-left-radius:1rem;border-top-right-radius:1rem}.wrap-content-subquestao{height:70%;width:95%;padding:2rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.wrap-btns-answer-survey{display:flex;justify-content:flex-end;width:96%;gap:1rem}.btn-close-modal-answer-survey{height:2.5rem;width:11.5rem;border-radius:5rem;outline:none;border:none;background-color:#d8512f;color:#fff;box-shadow:#0000003d 0 3px 8px;font-size:1.2vw;cursor:pointer}.btn-save-answer-survey{min-width:11.5rem;height:2.5rem;padding-left:1rem;padding-right:1rem;border-radius:5rem;outline:none;border:none;background-color:#006cbc;color:#fff;box-shadow:#0000003d 0 3px 8px;font-size:1.2vw;cursor:pointer}.modal-text-question{font-size:1.5rem}.wrap-content-subquestao-ul{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.wrap-content-subquestao ul>li{font-size:1.2rem;list-style:none;display:flex;gap:1.5rem}.wrap-content-subquestao::-webkit-scrollbar{width:.25rem}.wrap-content-subquestao::-webkit-scrollbar-track{background:#f1f1f1}.wrap-content-subquestao::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:6.25rem}.wrap-content-questao-ul{list-style-type:none;padding:0;margin:0}.sub-question-box{padding:15px;border:2px solid #ccc;border-radius:8px;margin-bottom:5px;background-color:#f9f9f9}.modal-new-question-container{height:100vh;width:100%;position:fixed;z-index:1000;top:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-new-question-content{width:57rem;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;opacity:1;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;gap:1rem}.highlight-option{color:#000;font-weight:700;background-color:#fff}.modal-div-fechar{border:none;outline:none;background-color:transparent;align-self:flex-end;margin-right:1rem}.modal-icone-fechar{width:2.5rem;height:2.5rem}.modal-inputs-new-question{display:flex;flex-wrap:wrap;gap:1rem;width:51rem}.modal-inputs-new-question input{width:25rem;height:3.5rem;background-color:transparent;border-radius:.25rem;outline:none;border:none;border:1px solid #79747e;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-inputs-new-question select{width:25rem;height:3.5rem;background-color:#e6e6e6;border-radius:.25rem;outline:none;border:none;font-size:1rem;color:#000;font-weight:500;padding:.8rem}.modal-wrap-bt-salvar{width:51rem;display:flex;justify-content:flex-end;gap:1rem}.modal-bt-salvar-new-question{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}.modal-bt-add-sub-question{width:12rem;height:2.5rem;border-radius:6.25rem;background-color:#45bc00;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}.btn-close-subquestion{background-color:#d00;width:6rem;height:2.5rem;border-radius:6.25rem;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}.btn-save-subquestion{width:6rem;height:2.5rem;border-radius:6.25rem;background-color:#45bc00;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500}.col{flex-direction:column;gap:.2rem;color:#49454f;font-weight:400;font-size:.75rem}.column{flex-direction:column}.subquestions-container{display:flex;width:25rem;flex-direction:column;justify-content:center;gap:.5rem}.subquestion-wrap-input{display:flex;flex-direction:column;justify-content:center;gap:1rem}.subquestions-list{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap;width:25rem}.icone-subquestion{background-color:#e6e6e6;display:flex;justify-content:center;align-items:center;border-radius:1rem;padding:.3rem}.icone-subquestion img{width:1.4rem;cursor:pointer}.field-error input,.field-error select{border:1px solid #d93025!important}.error-message{color:#d93025;font-size:.7rem;margin-top:.15rem}@media screen and (max-width: 650px){.modal-new-question-content{height:70rem}.modal-inputs-new-question{flex-direction:column}.modal-inputs-new-question input,.modal-inputs-new-question select{width:100%;font-size:1.5rem;height:6rem}.modal-bt-salvar-new-question{font-size:1.8rem;height:4.5rem;width:15rem}.modal-icone-fechar{width:3.5rem;height:3.5rem}}@media screen and (max-width: 400px){.modal-new-question-content{height:75rem}.modal-inputs-new-question{flex-direction:column}.modal-inputs-new-question input,.modal-inputs-new-question select{width:51rem;height:6rem;font-size:2.5rem}.modal-bt-salvar-new-question{font-size:2.5rem;height:5rem}}.container-responder-questao{width:100%;background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;border:1px solid #cac4d0}.header-responder-questao{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;width:100%;background-color:#eaeaea;border-top-left-radius:1rem;border-top-right-radius:1rem}.questao-name{font-weight:700;font-size:1rem;white-space:nowrap}.header-responder-questao ul{display:flex;list-style:none;gap:1.5rem}.header-responder-questao ul li{margin-left:0}.header-responder-questao ul li p{font-size:.85rem}.score-rquestao{width:7rem}.content-responder-questao{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.25rem}.content-responder-questao p{font-size:1rem;flex:1;line-height:1.4}.container-responder-questao button{height:2.5rem;min-width:8rem;padding:0 1.25rem;border-radius:6.25rem;outline:none;border:none;background-color:#006cbc;font-size:.9rem;font-weight:500;color:#fff;box-shadow:#0000003d 0 3px 8px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.container-responder-questao button:hover{background-color:#0056a3}@media screen and (max-width: 768px){.header-responder-questao{padding:.6rem 1rem;gap:.5rem}.header-responder-questao ul{gap:1rem}.content-responder-questao{padding:.75rem 1rem}}@media screen and (max-width: 576px){.header-responder-questao{flex-wrap:wrap;gap:.25rem;padding:.5rem .75rem}.header-responder-questao ul{gap:.75rem}.header-responder-questao ul li p{font-size:.8rem}.content-responder-questao{flex-direction:column;align-items:flex-start;padding:.75rem}.content-responder-questao p{font-size:.95rem}.container-responder-questao button{width:100%;height:2.5rem}}.container-section{width:100%;background-color:#fff;border-radius:1rem;border:1px solid #cac4d0}.header-section{min-height:3.5rem;background-color:#e8e8e8;border-top-left-radius:1rem;border-top-right-radius:1rem;padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.header-section h4{color:#1d1b20;font-size:1.25rem;font-weight:400}.ul-header-section{display:flex;list-style:none;gap:3rem;flex-wrap:wrap}.questions-list{overflow-y:auto;padding:.6rem;display:flex;flex-direction:column;gap:.5rem}.questions-input-search{width:100%;height:3.5rem;border-radius:1.75rem;background-color:#ccc;display:flex;align-items:center;justify-content:space-between}.questions-input-search input{height:100%;border:none;outline:none;background-color:transparent;padding:1rem;font-size:1rem;border-radius:1.75rem;color:#000;font-weight:500;width:100%}.ul-header-section .li-desc{color:#969696}.main-section{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:4rem;padding:1rem 0;width:92%;margin:auto}.name-section{font-size:1.25rem;font-weight:500;color:#1d1b20;flex:1;min-width:0;word-wrap:break-word;line-height:1.4}.wrap-btns-section{display:flex;gap:1rem}.btns-section{padding-left:1rem;padding-right:1rem;height:2.5rem;border-radius:1rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}.btns-disable-section{padding-left:1rem;padding-right:1rem;height:2.5rem;border-radius:1rem;background-color:#d00;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}.btns-enable-section{padding-left:1rem;padding-right:1rem;height:2.5rem;border-radius:1rem;background-color:#16dd00;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}.delete{background-color:#d00}@media screen and (max-width: 768px){.header-section{height:auto;min-height:3.5rem;padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem}.header-section h4{font-size:1.1rem}.ul-header-section{gap:2rem;flex-wrap:wrap;width:100%}.ul-header-section li{font-size:.85rem}.main-section{height:auto;min-height:5rem;padding:1rem 0;flex-direction:column;align-items:flex-start;gap:1rem;width:92%}.name-section{font-size:1.2rem;width:100%}.wrap-btns-section{width:100%;flex-wrap:wrap}.btns-section,.btns-disable-section,.btns-enable-section{flex:1;min-width:120px;font-size:.9rem}}@media screen and (max-width: 576px){.container-section{border-radius:.75rem}.header-section{padding:.75rem 1rem;border-top-left-radius:.75rem;border-top-right-radius:.75rem}.header-section h4{font-size:1rem}.ul-header-section{gap:1.5rem}.ul-header-section li{font-size:.8rem}.ul-header-section .li-desc{font-size:.7rem}.main-section{width:90%;padding:.75rem 0;gap:.75rem}.name-section{font-size:1rem}.wrap-btns-section{gap:.5rem}.btns-section,.btns-disable-section,.btns-enable-section{height:2.25rem;font-size:.85rem;padding:0 .75rem}.questions-list{padding:.5rem;gap:.4rem}}@media screen and (max-width: 400px){.header-section{padding:.5rem .75rem}.header-section h4{font-size:.95rem}.ul-header-section{gap:1rem}.main-section{width:88%}.name-section{font-size:.95rem;line-height:1.3}.wrap-btns-section{flex-direction:column;gap:.5rem}.btns-section,.btns-disable-section,.btns-enable-section{width:100%;min-width:unset}.questions-list{padding:.35rem;gap:.35rem}}.modal-add-questionario-container{height:80vh;width:80vw;display:flex;justify-content:center;align-items:center;position:fixed;left:10%;top:25%}.modal-add-questionario-content{width:100%;display:flex;flex-direction:column;padding:.5rem;justify-content:space-evenly}.modal-add-questionario-header{display:flex;justify-content:space-between;align-items:center}.modal-add-questionario-title{font-size:2vw;font-weight:400;color:#939393}.selected-file{font-size:1.2rem;display:flex;align-items:center;align-self:center;gap:.2rem}.selected-file .file-list{color:#006cbc}.selected-file button{outline:none;border:none;background-color:transparent}.selected-file img{width:1.5rem;height:1.5rem;cursor:pointer}.btn-add-questao{height:2.5rem;padding:1rem;font-size:1rem;display:flex;align-items:center;border:none;outline:none;background-color:#006cbc;color:#fff;font-weight:500;border-radius:1rem;align-self:flex-end;box-shadow:#0000003d 0 3px 8px}.modal-add-questionario-list{height:80%;width:100%;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.modal-add-template-content-3{align-self:flex-end}.modal-bt-salvar-questionario{width:11rem;height:2.5rem;border-radius:1rem;background-color:#006cbc;color:#fff;border:none;outline:none;font-size:1rem;font-weight:500;box-shadow:#32325d40 0 6px 12px -2px,#0000004d 0 3px 7px -3px}.modal-add-questionario-list::-webkit-scrollbar{width:.25rem}.modal-add-questionario-list::-webkit-scrollbar-track{background:#f1f1f1}.modal-add-questionario-list::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:6.25rem}.container-responder-survey{flex:1;background-color:#f3f3f3;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.survey-info-bar{width:100%;background-color:#fff;border-radius:1rem;padding:1.25rem 2rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:1rem}.survey-info-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.25rem 1rem}.survey-info-label{font-size:.8rem;color:#969696;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.survey-info-value{font-size:1.1rem;font-weight:600;color:#1d1b20;word-break:break-word}.list-questions-to-answer{width:100%;flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:.5rem 0;gap:.75rem}.list-questions-to-answer::-webkit-scrollbar{width:.3rem}.list-questions-to-answer::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.list-questions-to-answer::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}.survey-footer{width:100%;display:flex;justify-content:center;padding-top:.5rem}.btn-answer-survey{padding:.75rem 2.5rem;border-radius:5rem;outline:none;border:none;background-color:#006cbc;color:#fff;box-shadow:0 4px 15px #006cbc4d;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-answer-survey:hover{background-color:#0056a3;transform:translateY(-1px);box-shadow:0 6px 20px #006cbc66}.btn-answer-survey:disabled{background-color:#999;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #00000026}@media screen and (max-width: 768px){.container-responder-survey{padding:1.5rem 1rem;gap:1rem}.survey-info-bar{padding:1rem 1.25rem;gap:.75rem}.survey-info-item{flex:1 1 40%;min-width:120px;padding:.5rem}.survey-info-value{font-size:1rem}.btn-answer-survey{width:100%;max-width:20rem;padding:.9rem;font-size:1.05rem}}@media screen and (max-width: 576px){.container-responder-survey{padding:1rem .75rem;gap:.75rem}.survey-info-bar{flex-direction:column;padding:.75rem 1rem;gap:0;border-radius:.75rem}.survey-info-item{width:100%;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;padding:.65rem .5rem;border-bottom:1px solid #f0f0f0}.survey-info-item:last-child{border-bottom:none}.survey-info-label{margin-bottom:0;font-size:.85rem}.survey-info-value{font-size:1rem}.btn-answer-survey{width:100%;max-width:none;padding:1rem;font-size:1.1rem;border-radius:.75rem}}@media screen and (max-width: 400px){.container-responder-survey{padding:.75rem .5rem}.survey-info-label{font-size:.8rem}.survey-info-value{font-size:.95rem}.btn-answer-survey{font-size:1rem}}.modal-responder-questao{height:100vh;width:100%;position:fixed;z-index:1000;top:0;left:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px}.modal-content-responder-questao{width:57rem;max-width:95%;min-height:20rem;max-height:95vh;border-radius:1rem;background-color:#fff;border:1px solid #cac4d0;position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;overflow-y:auto}.modal-content-responder-questao .modal-div-fechar{position:absolute;top:.8rem;right:.8rem;border:none;outline:none;background-color:transparent;z-index:10}.modal-content-responder-questao .modal-icone-fechar{width:2.5rem;height:2.5rem}.modal-header-responder-questao{height:4.3rem;width:100%;background-color:#eaeaea;border-top-left-radius:1rem;border-top-right-radius:1rem}.color-gray{color:#969696}.wrap-content-questao{width:100%;flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.wrap-btns-answer-survey{display:flex;justify-content:flex-end;width:100%;gap:1rem;padding-top:.5rem}.wrap-btns-answer-survey p{align-self:center;font-weight:700}.btn-close-modal-answer-survey{height:2.5rem;min-width:8rem;padding:0 1.5rem;border-radius:5rem;outline:none;border:none;background-color:#d8512f;color:#fff;box-shadow:#0000003d 0 3px 8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-close-modal-answer-survey:hover{background-color:#c0452a}.btn-close-modal-answer-survey:disabled{background-color:#999;cursor:not-allowed}.btn-save-answer-survey{min-width:8rem;height:2.5rem;padding:0 1.5rem;border-radius:5rem;outline:none;border:none;background-color:#006cbc;color:#fff;box-shadow:#0000003d 0 3px 8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-save-answer-survey:hover{background-color:#0056a3}.btn-save-answer-survey:disabled{background-color:#999;cursor:not-allowed}.modal-text-question{font-size:1.25rem}.li-with-subquestion{flex-direction:column}.li-with-subquestion label{display:flex;gap:1.5rem}.situacao-field{width:8rem}.situacao-field-g{color:#149200}.situacao-field-y{color:#bbc244}.final-checkbox{margin-left:1rem;display:flex;gap:1.5rem}.final-checkbox label{display:flex;gap:1.5rem}.wrap-content-questao-ul{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.custom-checkbox{display:flex;flex-direction:column}.custom-checkbox ul{display:flex;flex-direction:row;gap:1rem;padding:.8rem}.custom-radio{display:flex}.wrap-content-questao ul>li{font-size:1.2rem;list-style:none;display:flex;gap:1.5rem}.custom-radio input[type=radio]:checked{background-color:#6750a4;border:2px solid #4caf50}.wrap-content-questao::-webkit-scrollbar{width:.25rem}.wrap-content-questao::-webkit-scrollbar-track{background:#f1f1f1}.wrap-content-questao::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:6.25rem}.main-question-options{display:flex;flex-direction:row;justify-content:space-evenly;gap:1rem;width:100%}.main-question-options input[type=radio]{display:none}.main-question-options label{cursor:pointer;font-size:1.1rem;font-weight:700;padding:.8rem 1.5rem;border-radius:50px;border:2px solid transparent;transition:all .3s ease}.main-question-options input[type=radio]:checked+label{border-color:#002092;background-color:#002092;color:#fff}.sub-question-container{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:1.25rem;justify-content:center;align-items:center}.sub-question-box{margin-top:.5rem;padding:1rem;border:1px solid #ccc;border-radius:.5rem;width:100%;background-color:#f9f9f9;display:flex;flex-direction:column}.sub-question-header{font-size:1rem;font-weight:400;color:#333;text-align:left;border-bottom:1px solid #ccc;padding-bottom:.5rem;margin-bottom:.75rem}.sub-question-text{font-size:.9rem;font-weight:700;margin-bottom:.5rem;text-align:justify}.sub-question-options{display:flex;flex-direction:row;gap:1rem;width:100%;justify-content:flex-start}.sub-question-options input[type=radio]{display:none}.sub-question-options label{cursor:pointer;font-size:1rem;font-weight:700;padding:.6rem 1.25rem;border-radius:50px;border:2px solid transparent;transition:all .3s ease}.sub-question-options input[type=radio]:checked+.option-sim{background-color:#002092;color:#fff}.sub-question-options input[type=radio]:checked+.option-nao{background-color:#002092;color:#fff}.option-sim{border:2px solid #149200;color:#149200}.option-nao{border:2px solid #d8512f;color:#d8512f}@media screen and (max-width: 768px){.modal-content-responder-questao{width:90%;max-width:none;padding:1.25rem;gap:.5rem}.modal-text-question{font-size:1.1rem}.main-question-options label{font-size:1rem;padding:.7rem 1.25rem}.sub-question-options label{font-size:.9rem;padding:.5rem 1rem}}@media screen and (max-width: 576px){.modal-content-responder-questao{width:95%;min-height:auto;max-height:90vh;padding:1rem;border-radius:.75rem}.modal-content-responder-questao .modal-icone-fechar{width:2rem;height:2rem}.wrap-content-questao{padding:1rem .5rem}.modal-text-question{font-size:1rem}.main-question-options{gap:.75rem}.main-question-options label{font-size:.95rem;padding:.6rem 1rem}.sub-question-box{padding:.75rem}.sub-question-header{font-size:.9rem}.sub-question-options label{font-size:.85rem;padding:.5rem .9rem}.wrap-btns-answer-survey{flex-direction:column;gap:.75rem}.btn-close-modal-answer-survey,.btn-save-answer-survey{width:100%;height:2.75rem;font-size:1rem}}@media screen and (max-width: 400px){.modal-content-responder-questao{width:98%;padding:.75rem}.modal-text-question{font-size:.95rem}.main-question-options label{font-size:.9rem;padding:.5rem .8rem}.sub-question-options label{font-size:.8rem;padding:.4rem .75rem}}.container-resultado{min-height:100vh;background-color:#f3f3f3;padding:6.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.content-resultado{width:100%;display:flex;gap:1.5rem;height:calc(100vh - 8rem);overflow:hidden}.box-left-result{width:60%;display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0}.wrap-graph-wide{width:100%;height:65%;min-height:350px;max-height:500px;border-radius:1rem;background-color:#fff;padding:2rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wrap-info-result{background-color:#fff;border-radius:1rem;padding:1.5rem 1rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:1rem}.wrap-info-result>li{list-style:none;text-align:center;padding:.5rem 1rem}.wrap-info-result>li .color-gray{font-size:1rem;color:#666;margin-bottom:.5rem}.wrap-info-result>li .bold{font-size:1.5rem;font-weight:600;color:#333}.box-right-result{width:40%;height:100%;background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow-y:auto;gap:.5rem;flex-shrink:0}.btn-save-result{position:fixed;bottom:2rem;right:2rem;padding:1rem 2.5rem;border-radius:5rem;font-weight:600;border:none;background-color:#006cbc;color:#fff;box-shadow:0 4px 15px #006cbc66;font-size:1.1rem;cursor:pointer;transition:all .2s ease;z-index:100}.btn-save-result:hover{background-color:#005a9e;transform:translateY(-2px);box-shadow:0 6px 20px #006cbc80}.btn-save-result:disabled{background-color:#999;cursor:not-allowed;transform:none;box-shadow:0 4px 15px #0003}.box-right-result::-webkit-scrollbar,.content-resultado::-webkit-scrollbar{width:.4rem}.box-right-result::-webkit-scrollbar-track,.content-resultado::-webkit-scrollbar-track{background:#f1f1f1;border-radius:1rem}.box-right-result::-webkit-scrollbar-thumb,.content-resultado::-webkit-scrollbar-thumb{background:#ccc;border-radius:1rem}.dropdown-toggle{width:100%;text-align:left;padding:1rem 1.25rem;font-weight:600;font-size:1.1rem;background:#f5f5f5;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.dropdown-toggle:hover{background:#e8e8e8}.questions-list{padding:.75rem 1rem}.uploading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:9999}.uploading-content{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 20px #00000026}.uploading-content p{font-size:1.25rem;color:#333}.spinner{width:50px;height:50px;border:4px solid rgba(0,0,0,.1);border-left-color:#006cbc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.key-question-badge{display:flex;align-items:center;background-color:#f9a825;color:#fff;padding:6px 12px;border-radius:12px;font-weight:700;font-size:14px}.container-icone-question-result{display:flex;justify-content:space-between;padding:1rem;align-items:center;width:100%;box-shadow:#0000001a 0 2px 8px;border-radius:.5rem}.icone-question-result-id{width:7rem}.icone-question-text{flex:1}@media screen and (max-width: 1200px){.container-resultado{padding:1.25rem}.content-resultado{flex-direction:column;height:auto;overflow:visible;gap:1.5rem}.box-left-result,.box-right-result{width:100%}.wrap-graph-wide{height:450px;min-height:400px;max-height:450px;padding:1.5rem}.wrap-info-result>li .bold{font-size:1.4rem}.box-right-result{height:auto;min-height:20rem;max-height:50vh}}@media screen and (max-width: 768px){.container-resultado{padding:5.5rem 1rem 6rem;gap:1rem}.content-resultado{height:auto;gap:1rem}.wrap-graph-wide{height:400px;min-height:350px;max-height:400px;padding:1rem}.wrap-info-result{padding:1.25rem .75rem;gap:.75rem}.wrap-info-result>li{flex:1 1 45%;min-width:140px}.wrap-info-result>li .color-gray{font-size:.95rem}.wrap-info-result>li .bold{font-size:1.3rem}.box-right-result{height:auto;min-height:15rem;max-height:40vh}.dropdown-toggle{font-size:1.15rem;padding:1.25rem}.btn-save-result{bottom:1.5rem;right:1.5rem;left:1.5rem;width:auto;padding:1.25rem;font-size:1.2rem}}@media screen and (max-width: 576px){.container-resultado{padding:5rem .75rem 6rem;gap:.75rem}.content-resultado{height:auto;gap:.75rem}.wrap-graph-wide{height:350px;min-height:300px;max-height:350px;padding:.75rem;border-radius:.75rem}.wrap-info-result{flex-direction:column;padding:1rem;gap:.5rem;border-radius:.75rem}.wrap-info-result>li{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #eee}.wrap-info-result>li:last-child{border-bottom:none}.wrap-info-result>li .color-gray{font-size:1rem;margin-bottom:0}.wrap-info-result>li .bold{font-size:1.25rem}.box-right-result{height:auto;border-radius:.75rem;min-height:15rem;max-height:35vh}.dropdown-toggle{font-size:1.2rem;padding:1.25rem 1rem}.questions-list{padding:.5rem}.btn-save-result{bottom:1rem;right:.75rem;left:.75rem;font-size:1.15rem;padding:1.25rem;border-radius:.75rem}.uploading-content{padding:2rem 1.5rem;margin:1rem}.uploading-content p{font-size:1.1rem;text-align:center}}@media screen and (max-width: 400px){.container-resultado{padding:4.5rem .5rem 6rem}.wrap-graph-wide{height:300px;min-height:280px;max-height:300px;padding:.5rem}.wrap-info-result>li .color-gray{font-size:.9rem}.wrap-info-result>li .bold{font-size:1.1rem}.dropdown-toggle{font-size:1.1rem;padding:1rem}.btn-save-result{bottom:.75rem;right:.5rem;left:.5rem;font-size:1rem;padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh;width:100%}.page-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.page-wrapper>*:last-child:not(.header-container):not(.header-white-container){flex:1}.modal-close-btn{position:absolute;top:.8rem;right:.8rem;border:none;background:transparent;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;z-index:10}.modal-close-btn:hover{opacity:.7}.modal-close-icon{width:2rem;height:2rem}.modal-close-x{font-size:1.5rem;font-weight:700;color:#666;line-height:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.modal-close-x:hover{background-color:#f0f0f0;color:#333}.modal-bt-cancelar{width:11rem;height:2.5rem;border-radius:6.25rem;background-color:transparent;color:#006cbc;border:1px solid #006cbc;outline:none;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s}.modal-bt-cancelar:hover{background-color:#006cbc;color:#fff}@media screen and (max-width: 768px){.modal-survey-content,.modal-usuario-content,.modal-empresa-content,.modal-borrower-content,.modal-template-content,.modal-template-type-content,.modal-new-question-content,.content-modal-section,.modal-ver-questao-container,.modal-content-responder-questao{width:100%!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;margin:0!important;border-radius:0!important;overflow-y:auto!important;position:relative}.content-modal-survey{width:100%!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;margin:0!important;top:0!important;border-radius:0!important;overflow-y:auto!important;position:relative}.modal-institution-template-content{width:100%!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;margin:0!important;border-radius:0!important;overflow-y:auto!important;position:relative}.confirmation-modal-content{width:100%!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;margin:0!important;border-radius:0!important;overflow-y:auto!important;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.modal-criar-questionario-content{width:100%!important;height:100vh!important;max-height:100vh!important;min-height:100vh!important;margin:0!important;border-radius:0!important;overflow-y:auto!important;position:relative}.modal-inputs,.modal-inputs-usuario,.modal-inputs-survey,.modal-inputs-template,.modal-inputs-type,.modal-inputs-new-question,.modal-inputs-section{width:100%!important;max-width:calc(100% - 2rem)!important;padding:0 1rem;box-sizing:border-box}.modal-inputs input,.modal-inputs select,.modal-inputs-usuario input,.modal-inputs-usuario select,.modal-inputs-survey input,.modal-inputs-survey select,.modal-inputs-template input,.modal-inputs-template select,.modal-inputs-type input,.modal-inputs-type select,.modal-inputs-new-question input,.modal-inputs-new-question select{width:100%!important;max-width:100%!important;box-sizing:border-box}.modal-wrap-bt-salvar,.modal-wrap-botoes,.modal-template-wrap-btns,.modal-template-type-wrap-bts,.modal-template-content-3{width:100%!important;max-width:calc(100% - 2rem)!important;padding:0 1rem;box-sizing:border-box}.modal-close-btn,.modal-div-fechar{position:absolute!important;top:48px!important;right:16px!important;z-index:100!important}.modal-close-icon,.modal-icone-fechar{width:32px!important;height:32px!important}.modal-close-x{font-size:28px;width:32px;height:32px}.modal-survey-content,.modal-usuario-content,.modal-empresa-content,.modal-borrower-content,.modal-template-content,.modal-template-type-content,.modal-new-question-content,.content-modal-section,.modal-ver-questao-container,.modal-content-responder-questao,.content-modal-survey,.modal-institution-template-content,.confirmation-modal-content,.modal-criar-questionario-content{padding-top:90px!important}}@media screen and (max-width: 576px){.modal-close-btn,.modal-div-fechar{top:56px!important}.modal-close-icon,.modal-icone-fechar{width:36px!important;height:36px!important}.modal-close-x{font-size:32px;width:36px;height:36px}.modal-survey-content,.modal-usuario-content,.modal-empresa-content,.modal-borrower-content,.modal-template-content,.modal-template-type-content,.modal-new-question-content,.content-modal-section,.modal-ver-questao-container,.modal-content-responder-questao,.content-modal-survey,.modal-institution-template-content,.confirmation-modal-content,.modal-criar-questionario-content{padding-top:100px!important}}.modal-survey-container,.modal-usuario-container,.modal-empresa-container,.modal-borrower-container,.modal-template-container,.modal-template-type-container,.modal-new-question-container,.container-modal-section,.modal-ver-questao,.modal-responder-questao,.container-modal-survey,.modal-institution-template-container,.confirmation-modal-overlay{z-index:1000!important}
