@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap";.dashboard-container{width:100%;height:100%;display:flex;padding:5px;flex-direction:column;align-items:flex-end;justify-content:space-between;background-color:#d6d6d6}.evo-table-container{width:100%;height:100%;overflow-y:auto;position:relative;border-radius:8px;box-shadow:5px 5px 10px #0003}.dashboard-button{height:35px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-inline:10px;color:#fff;border-radius:8px;border:none;margin-bottom:5px;cursor:pointer;box-shadow:5px 5px 10px #0003;background:#FF8D2B}.empresas-table-container{width:100%;height:100%;display:flex;padding:5px;flex-direction:column;align-items:center;justify-content:space-between;background-color:#d6d6d6}.new-company{width:190px;height:44px;color:#fff;background:#FF8D2B;border-radius:8px;border:none;cursor:pointer}.empresas-page-options{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;padding:5px 0}.table-empresas-container{width:100%;height:100%;overflow-y:auto;position:relative;border-radius:8px;box-shadow:5px 5px 10px #0003}.table-empresas-container>table{width:100%;border-collapse:collapse;margin-bottom:20px}.table-empresas-container table{width:100%}.table-empresas-container table tr th{padding:10px;color:#4d4a4a;font-weight:var(--font-weight-semibold);font-size:13pt;text-align:center}.table-empresas-container table td{padding:8px;font-weight:var(--font-weight-semibold);font-size:13pt;color:#171c26;text-align:center}.table-empresas-fixed-header{position:sticky;top:0;z-index:1;background-color:#ff9c47}.table-empresas-arrow-expansion-button img{transform:rotate(-90deg);height:30px;cursor:pointer;filter:invert(42%) sepia(950%) saturate(74807%) hue-rotate(168deg) brightness(200%) contrast(97%) brightness(1) hue-rotate(2400deg)}.table-empresas-arrow-expanded{transform:rotate(-0deg)!important}.table-empresas-tr{background-color:#e4e1dc}.table-empresas-tr:nth-child(2n){background-color:#f9f9f9}.table-empresas-tr td:last-child h4{width:90px;margin-top:4px;padding:5px;border-radius:12px;background-color:#e1fcef}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( 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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container-subline{display:flex;flex-direction:column;align-items:start;gap:1px;font-family:var(--font-family-inter)}.subline-text-h4{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-weight:var(--font-weight-semibold);font-size:13pt}.subline-text-h6{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;font-weight:var(--font-weight-semibold);font-size:10pt;opacity:.7}.container-sub-table{width:100%}.table-sub-table{width:100%;border-collapse:collapse}.head-sub-table{background-color:#ff9c47;color:#fff}.head-sub-table th,.tbody-sub-table td{padding:10px}.sub-table-tr:nth-child(2n){background-color:#f9f9f9}.sub-table-tr:nth-child(odd){background-color:#e6e6e6}.sub-table-tr td:nth-child(1){max-width:300px;cursor:pointer;transition:color .3s ease}.sub-table-tr td:nth-child(1):hover{transform:translateY(-.4px);text-shadow:1px 1px 1px rgba(0,0,0,.1)}.dropdown-holders{position:relative;display:inline-block;z-index:5}.inputs-container-holders{display:flex;flex-direction:row}.inputs-container-holders>input{width:100%;height:45px;padding:10px;background-color:#edeff5;border:none;border-radius:8px;cursor:pointer;outline:none}.container-dropdown-options-holders{width:100%;max-height:180px;position:absolute;display:block;background-color:#fff;border:1px solid #ddd;overflow-y:auto;border-radius:8px}.container-dropdown-options-holders div{padding:5px;cursor:pointer}.container-dropdown-options-holders div:hover{background-color:#f9f9f9}.dropdown{position:relative;display:inline-block}.inputs-container{display:flex;flex-direction:row}.inputs-container>input{width:100%;height:45px;padding:10px;background-color:#edeff5;border:none;cursor:pointer;outline:none;border-radius:8px}.inputs-container>button{height:35px;width:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;border-radius:0 8px 8px 0;cursor:pointer;outline:none;background-color:#fa8218}.inputs-container>button>img{width:70%}.inputs-container>button:hover{background-color:#f29b4e}.dropdown-options{min-width:100%;position:absolute;display:block;background-color:#fff;border:1px solid #ddd;max-height:150px;overflow-y:auto;border-radius:8px;width:calc(100% - 23px);box-shadow:0 2px 5px #0003}.dropdown-options div{padding:3.4px 10px;cursor:pointer}.dropdown-options div:hover{background-color:#f9f9f9}.container-header_filter_search_action{z-index:3;width:100%;height:35px;margin-bottom:15px;display:flex;flex-direction:row;justify-content:space-between}.container-header_filter_search_action-left-side{width:min-content;display:flex;flex-direction:row;gap:15px}.container-header_filter_search_action-left-side button{width:35px;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;border-radius:6px;cursor:pointer;box-shadow:5px 5px 10px #0003;background-color:#edeff5}.container-header_filter_search_action-left-side input{width:320px;height:100%;padding:10px;background-color:#edeff5;border:none;border-radius:8px;cursor:pointer;outline:none;box-shadow:5px 5px 10px #0003}.container-header_filter_search_action-right-side{display:flex;flex-direction:row;align-items:center;gap:5px}.container-header_filter_search_action-right-side button{width:max-content;height:100%;outline:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-inline:10px;color:#fff;background:#FF8D2B;border-radius:8px;border:none;cursor:pointer;box-shadow:5px 5px 10px #0003}.container-header_filter_search_action-right-side button img{height:55%;margin-right:5px}.registration-form{width:65%;max-height:85%;min-height:85%;position:absolute;top:50%;z-index:5;display:flex;flex-direction:column;border-radius:8px;background-color:#fff;box-shadow:5px 5px 5px #0c0c0c1a;transform:translateY(-50%);overflow-y:hidden}.title-navegation-registration-form{position:sticky;top:0;z-index:5;background-color:#ff8d2b;color:#fff;border-radius:8px 8px 0 0}.title-navegation-registration-form .navigation{display:flex;justify-content:space-between;align-items:center}.title-navegation-registration-form .navigation span{flex:1;text-align:center;cursor:pointer;padding:20px}.title-navegation-registration-form .navigation span.active{font-weight:700;border-bottom:3px solid #4d4a4a}.registration-form-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;overflow-y:auto;margin-bottom:10px}.registration-form ul{list-style:none;padding:30px 45px}.registration-form li{display:flex;margin-bottom:10px;gap:30px}.registration-form label{width:100%;display:flex;flex-direction:column;gap:5px}.registration-form label[id=type-contact-label],.registration-form label[id=classification-contact-label]{width:50%}.registration-form label[id=cep-address-label],.registration-form label[id=number-address-label]{width:40%}.registration-form label[id=state-address-label]{width:30%}.registration-form-field{height:45px;width:100%;padding:5px 16px;border-radius:8px;background-color:#d3d7dfd3;box-sizing:border-box;font-size:14pt;color:#000;outline:none;border:none;position:relative}.registration-form textarea{overflow:hidden;resize:none;padding:10px 16px}.registration-form-button-container{position:sticky;margin:0 45px 20px;display:flex;justify-content:space-between}.registration-form-button-container .single-button{margin-left:auto}.registration-form button{width:25%;height:40px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;color:#fff;background:#FF8D2B;border-radius:12px;border:none;cursor:pointer}.registration-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px;background:url(/assets/Vector-cfd32fb3.svg) no-repeat right 12px center;background-color:#d3d7dfd3}.registration-form input[type=date]{padding:10px;background-size:10px;background:url(/assets/Calendar-279c805e.svg) no-repeat right 10px center;background-color:#d3d7dfd3}.registration-form input[type=date]::-webkit-inner-spin-button,.registration-form input[type=date]::-webkit-clear-button{display:none}.registration-form input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.registration-form input[type=date]::-ms-clear{display:none}.registration-form input[type=date]::-ms-expand{display:none}.dropdown{position:relative;display:inline-block;z-index:5}.inputs-container-economic-group{display:flex;flex-direction:row}.inputs-container-economic-group>input{width:100%;height:45px;padding:10px;background-color:#edeff5;border:none;border-radius:8px 0 0 8px;cursor:pointer;outline:none}.dropdown .inputs-container-economic-group>.dropdown-button{width:25px;height:45px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;border-radius:0 8px 8px 0;cursor:pointer;outline:none;background-color:#fa8218}.dropdown .inputs-container-economic-group>.dropdown-button:hover{background-color:#f29b4e}.dropdown .inputs-container-economic-group>.dropdown-button>.dropdown-button-img{width:70%}.dropdown-options-economic-group{width:calc(100% - 22px);position:absolute;display:block;background-color:#fff;border:1px solid #ddd;max-height:150px;overflow-y:auto;border-radius:8px 0 8px 8px}.dropdown-options-economic-group div{padding:10px;cursor:pointer}.dropdown-options-economic-group div:hover{background-color:#f9f9f9}.form-cadastro-grupo-economico{box-sizing:border-box;padding:15px;position:absolute;width:calc(100% - 23px);border-radius:8px 0 8px 8px;background-color:#d4d2cd99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 5px #0003}.form-cadastro-grupo-economico>h4{font-size:11pt;font-weight:var(--font-weight-semibold);text-align:center;margin-bottom:15px}.form-cadastro-grupo-economico-inputs-container{display:flex;flex-direction:column;list-style:none;gap:15px}.form-cadastro-grupo-economico-line-inputs-flex-column{display:flex;flex-direction:column;gap:15px}.form-cadastro-grupo-economico-line-inputs-flex-row{display:flex;flex-direction:row;align-items:center;gap:15px}.form-cadastro-grupo-economico-input-tradename,.form-cadastro-grupo-economico-select{width:100%;box-sizing:border-box;outline:none;border:none;border-radius:8px;background-color:#fafafad3;height:36px;padding:5px 16px;font-size:12pt}.form-cadastro-grupo-economico-input-cnpj{width:66%;box-sizing:border-box;outline:none;border:none;border-radius:8px;background-color:#ffffffd3;height:36px;padding:5px 16px;font-size:10pt}.form-cadastro-grupo-economico-btn-novo-grupo{display:flex;flex-direction:row;align-items:center;justify-content:center;box-sizing:border-box;padding:5px;width:calc(33% - 10px);height:36px;font-size:8pt;color:#fff;background:#FF8D2B;border-radius:8px;border:none;cursor:pointer}.form-cadastro-grupo-economico-btn-novo-grupo>img{height:35px}.dropdown-edit-screen-company{position:relative;display:inline-block;z-index:5}.dropdown-edit-screen-company{width:100%}.inputs-edit-screen-company-economic-group{display:flex;flex-direction:row}.inputs-edit-screen-company-economic-group>input{background-color:#d3d7dfd3;width:100%;height:45px;padding:8px;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;outline:none;font-size:14px}.dropdown-edit-screen-company-options-economic-group{width:100%;position:absolute;display:block;background-color:#fff;border:1px solid #ddd;max-height:150px;overflow-y:auto;border-radius:8px}.dropdown-edit-screen-company-options-economic-group div{padding:7px 5px;cursor:pointer}.dropdown-edit-screen-company-options-economic-group div:hover{background-color:#f9f9f9}.background-blur{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.5);z-index:4}.skeleton-loader-container{display:flex;flex-direction:column;align-items:center;padding:20px;width:100%}.skeleton-header{display:flex;align-items:center;width:100%;gap:10px;margin-bottom:20px}.skeleton-button{width:150px;height:44px;background-color:#e0e0e0;border-radius:8px;animation:pulse 1.5s infinite ease-in-out}.skeleton-search-bar{flex-grow:1;height:30px;background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-table{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 10px}.skeleton-row{display:flex;gap:16px;padding:8px;background-color:#f0f0f0;border-radius:4px;animation:pulse 1.5s infinite ease-in-out}.skeleton-cell{background-color:#e0e0e0;border-radius:4px;height:20px}.skeleton-name{width:30%}.skeleton-company{width:20%}.skeleton-contact{width:25%}.skeleton-cpf{width:15%}.skeleton-status{width:10%}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.alunos-table-container{width:100%;height:100%;display:flex;padding:5px;flex-direction:column;align-items:center;justify-content:space-between;background-color:#d6d6d6}.new-gym-student{width:190px;height:44px;color:#fff;background:#ff8d2b;border-radius:8px;border:none;cursor:pointer}.alunos-page-options{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;padding:5px 0}.table-alunos-container{width:100%;height:100%;overflow-y:auto;position:relative;border-radius:8px;box-shadow:0 4px 8px #0000001a}.table-alunos-container>table{width:100%;table-layout:fixed;border-collapse:collapse;margin-bottom:20px}.table-alunos-container th,.table-alunos-container td{text-align:center;padding:10px}.col-dependente{width:3%}.col-titular{width:23%}.col-empresa{width:20%}.col-cpf{width:12%}.col-pagamento{width:17%}.col-status{width:10%}.sort-icon{cursor:pointer;transition:transform .2s ease,color .2s ease}.sort-icon:hover{transform:scale(1.2);color:#a39f9f}.table-alunos-container table tr th{padding:10px;color:#4d4a4a;font-weight:var(--font-weight-semibold);font-size:13pt;text-align:center}.table-alunos-container table td{padding:8px;font-weight:var(--font-weight-semibold);font-size:13pt;color:#171c26;text-align:center;border-bottom:1px solid #eee}.fixed-header{position:sticky;top:0;z-index:1;background-color:#ff9c47}.arrow-expansion-button img{transform:rotate(-90deg);height:30px;cursor:pointer;filter:invert(42%) sepia(950%) saturate(74807%) hue-rotate(168deg) brightness(200%) contrast(97%) brightness(1) hue-rotate(2400deg)}.arrow-expanded{transform:rotate(-0deg)!important}.table-alunos-tr{background-color:#e4e1dc;transition:background-color .2s}.table-alunos-tr:hover{background-color:#ead8bc}.table-alunos-tr:nth-child(2n){background-color:#f9f9f9}.table-alunos-tr:nth-child(2n):hover{background-color:#faf1e3}.td-status{display:flex;flex-direction:column;align-items:center}.table-alunos-tr td:last-child{font-weight:700;color:#14804a!important}.table-alunos-tr td:last-child h4{width:90px;margin-top:4px;padding:5px;border-radius:12px;background-color:#e1fcef}.table-alunos-tr td:last-child:not(.active){color:#363636!important}.table-alunos-tr td:last-child:not(.active) h4{width:90px;margin-top:4px;padding:5px;border-radius:12px;background-color:#959595}.table-alunos-td:nth-child(2){cursor:pointer;transition:color .3s ease}.table-alunos-td:nth-child(2),.table-alunos-td:nth-child(3){max-width:350px;white-space:nowrap;overflow:hidden;text-align:left;text-overflow:ellipsis}.table-alunos-td:nth-child(4){max-width:130px;white-space:nowrap;overflow:hidden;text-align:left;text-overflow:ellipsis}.table-alunos-td:nth-child(2):hover{transform:translateY(-.4px);text-shadow:1px 1px 1px rgba(0,0,0,.1)}.agendados-container{width:100%}.comingsoon-container{height:100%;height:100vh;display:flex;align-items:center;flex-direction:column;background-color:#d6d6d6;padding:40px;gap:20px}.comingsoon-container-section-text{max-height:130px;display:flex;flex-direction:column;align-items:center}.comingsoon-title{color:#ff8d2b;text-transform:uppercase;font-size:30pt;text-align:center;margin-bottom:15px}.comingsoon-subtitle{font-size:20pt;text-align:center}.comingsoon-container-img{height:calc(100% - 150px);display:flex;align-items:center;justify-content:center}.comingsoon-img{height:100%;min-height:100%}.invoicing-card-container{width:380px;height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;padding:16px;background-color:#d6d6d6;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease}.invoicing-card-container:hover{box-shadow:0 4px 8px #0003}.invoicing-first-information-container{display:flex;align-items:center}.invoicing-card-image-background{width:68px;height:68px;margin-right:20px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:50%;background-color:#eab990}.invoicing-card-image{width:35px}.invoicing-first-information-container h1{font-size:24px;margin:0;color:#333}.invoicing-first-information-container h4{font-size:18px;margin:4px 0 0;color:#666}.invoicing-second-information-container{margin-top:16px;margin-left:30px}.invoicing-second-information-container h3{font-size:20px;color:#444}.invoicing-container{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#d6d6d6}.invoicing-cards-container{width:90%;height:330px;border-radius:16px;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;background-color:#fff}.faturamento-detalhes-container{width:100%;background-color:#0ff}.implantacao-container{width:100%}.loader-content{z-index:7;position:absolute;width:100vw;height:100vh;background-color:#d9e2eb94;transform:translate(50%,-50%);top:50%;right:50%;justify-content:center;align-items:center}.lds-spinner{color:official;display:inline-block;position:absolute;transform:translate(50%,-50%);top:50%;right:50%;width:80px;height:80px}.lds-spinner div{transform-origin:40px 40px;animation:lds-spinner 1.2s linear infinite}.lds-spinner div:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:5px;height:18px;border-radius:20%;background:#fff}.lds-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.toggle-button-login{position:absolute;top:50px;right:50px}.container-login{width:100%;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center}.container-login-activate{width:100vw;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;background:linear-gradient(-45deg,rgba(172,161,161,.71) 4.17%,rgba(55,52,52,.71) 58.33%,#4D4A4A 87.5%)}.left-login{display:flex;flex-direction:column;width:50%;height:100%}.right-login{display:flex;flex-direction:column;width:50%;height:100%;justify-content:center;align-items:center;gap:20px;background:linear-gradient(45deg,rgba(172,161,161,.71) 4.17%,rgba(55,52,52,.71) 58.33%,#4D4A4A 87.5%)}.right-login-activate{display:flex;flex-direction:column;width:50%;height:100%;justify-content:center;align-items:center;gap:20px}.container-button-mode{position:absolute;top:50px;right:50px}.right-login>div{width:73%}.right-login>div>form{width:100%;height:min-content;display:flex;flex-direction:column;border-radius:5px;gap:40px;margin-top:35px}.right-login-activate>div{width:73%}.right-login-activate>div>form{width:100%;height:min-content;display:flex;flex-direction:column;border-radius:5px;gap:40px;margin-top:35px}.forms-title>h1{color:#373434;font:var(--font-family-inter);font-weight:var(--font-weight-black);font-size:62px}.forms-title>h3{color:#373434;font:var(--font-family-inter);font-weight:var(--font-weight-black);font-size:30px}.forms-title>h3>strong{color:#ff6707;font:var(--font-family-inter);font-weight:var(--font-weight-black);font-size:30px}.form-login-input-text{width:100%;display:flex;padding:15px;border:none;border-radius:5px;background-color:#fff;outline:none}.form-login-input-password{width:100%;display:flex;padding:15px;border:none;border-top-left-radius:5px;border-bottom-left-radius:5px;background-color:#fff;outline:none}.container-input-password{width:100%;display:flex;flex-direction:row;align-items:center;border-radius:5px;background-color:#fff}.container-input-password>img{cursor:pointer;margin-right:15px;width:25px;filter:invert(1)}.range-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.range-buttons>div{display:flex;flex-direction:row;align-items:center}.range-buttons>div>label{margin-left:5px}.range-buttons>div>input{cursor:pointer}.range-buttons-link{text-decoration:none}.range-buttons-link>h3{font:var(--font-family-inter);font-weight:var(--font-weight-bold);font-size:20px;color:#373434}.range-buttons-link>h3:hover{color:#f48d3f}.btn-right-login{width:100%;border-radius:5px;padding:15px;font-size:17px;font-weight:var(--font-weight-bold);color:#373434;border:2px white;outline:none;cursor:pointer;background-color:#ff6d00}.btn-right-login:hover{background-color:#f48d3f}body *{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-family-inter),monospace}body{margin:0;display:flex;flex-direction:column;align-items:center}.toggle-button-password-reset{position:absolute;top:50px;right:50px}.container-password-reset{width:100%;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center}.container-password-reset-activate{width:100vw;height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;background:linear-gradient(-45deg,rgba(172,161,161,.71) 4.17%,rgba(55,52,52,.71) 58.33%,#4D4A4A 87.5%)}.left-password-reset{display:flex;flex-direction:column;width:50%;height:100%}.container-arts{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.container-arts-logo-evopass{margin-top:20px}.container-arts>img{width:50%}.right-password-reset{display:flex;flex-direction:column;width:50%;height:100%;justify-content:center;align-items:center;gap:20px;background:linear-gradient(45deg,rgba(172,161,161,.71) 4.17%,rgba(55,52,52,.71) 58.33%,#4D4A4A 87.5%)}.right-password-reset-activate{display:flex;flex-direction:column;width:50%;height:100%;justify-content:center;align-items:center;gap:20px}.right-password-reset>div{width:73%}.right-password-reset>div>form{width:100%;height:min-content;display:flex;flex-direction:column;border-radius:5px;gap:40px;margin-top:35px}.right-password-reset-activate>div{width:73%}.right-password-reset-activate>div>form{width:100%;height:min-content;display:flex;flex-direction:column;border-radius:5px;gap:40px;margin-top:35px}.forms-password-reset-title>h1{color:#373434;font:var(--font-family-inter);font-weight:var(--font-weight-black);font-size:45px}.forms-password-reset-title>h3{margin-top:10px;color:#fff;font:var(--font-family-inter);font-size:18px}.form-password-reset-inputs-text{display:flex;padding:15px;border:none;border-radius:5px;background-color:#fff;outline:none}.btn-right-password-reset{width:100%;border-radius:5px;padding:15px;font-size:17px;font-weight:var(--font-weight-bold);color:#373434;border:2px white;outline:none;cursor:pointer;background-color:#ff6d00}.btn-right-password-reset:hover{background-color:#f48d3f}.not-found-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f8f8f8;font-family:Arial,sans-serif}.not-found-container h1{font-size:3rem;color:#ff4500;margin-bottom:1rem}.not-found-container p{font-size:1.2rem;color:#333}.sidebar-button{width:100%;height:40px;padding:10px;border-radius:5px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.sidebar-button:hover{background-color:#eff6ff}.sidebar-button-activate{background-color:#e3efff;box-shadow:0 0 10px #5f5e5e20}.menu-button{width:100%;height:40px;display:flex;flex-direction:row;align-items:center}.menu-button-three-elements{justify-content:space-between}.menu-button-icon-img{width:35px;height:50%}.menu-button-icon-img-with-margin-right{margin-right:10px}.menu-button-icon-img-activate{filter:invert(42%) sepia(950%) saturate(74807%) hue-rotate(168deg) brightness(200%) contrast(97%) brightness(1) hue-rotate(2400deg)}.menu-button-title-button{font:var(--font-family-inter);font-weight:var(--font-weight-semibold);font-size:12pt;color:#324054}.menu-button-title-button-activate{color:#ff962f}.button-colapsed .menu-button .menu-button-title-button{display:none;opacity:0;visibility:hidden}.button-colapsed .menu-button .menu-button-icon-img{margin-right:0}.container-sidebar-button{display:flex;flex-direction:column;align-items:flex-end}.dropdown-sidabar-list-button-container{list-style:none;width:80%;margin-top:5px;right:0;display:flex;flex-direction:column;gap:5px}.dropdown-sidabar-list-button{width:100%;height:35px;padding:10px;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 4px 8px #0000001a}.dropdown-sidabar-list-button-activate{background-color:#e3efff}.dropdown-sidabar-list-button:hover{background-color:#eff6ff}.dropdown-sidebar-button{width:min-content;height:40px;display:flex;flex-direction:row;align-items:center}.dropdown-sidebar-button-title-button{font:var(--font-family-inter);font-weight:var(--font-weight-semibold);color:#324054}:root{--font-family-inter: "Inter", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-black: 900}.sidebar{width:250px;height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px 5px;border-right:solid 2px;border-color:#d6d6d6;transition:width .9s ease}.sidebar-header{width:100%;height:44px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px;margin-bottom:20px}.sidebar-header>img{height:32px;margin-right:12px;transition:transform .5s ease}.sidebar-header>img:hover{transform:rotateY(180deg) scale(1.2),translate(20px);transition:transform .5s ease;animation:spin 1s infinite,bounce .5s 2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.sidebar-header>h2{font:var(--font-family-inter);font-weight:var(--font-weight-black);font-size:24pt;color:#324054}.ul-list-buttons{width:100%;display:flex;flex-direction:column;list-style:none;gap:12px}.sidebar-footer{width:220px;height:70px;display:flex;justify-content:center;flex-direction:row;align-items:center;padding:12px}.sidebar-footer>img{width:50px;height:50px;border-radius:50px;border-right:solid 2px;border-color:#d6d6d6;margin-right:15px}.sidebar-footer>h2{font:var(--font-family-inter)!important;font-weight:var(--font-weight-semibold)!important;font-size:15pt!important;color:#52575d!important}.sidebar.collapsed{width:65px;padding:20px}.sidebar.collapsed .sidebar-header>img{margin-right:0;transform:rotateY(180deg) scale(1.2),translate(20px)}.sidebar.collapsed .sidebar-header>h2{display:none}.sidebar.collapsed .sidebar-footer{width:65px;padding:5px}.sidebar.collapsed .sidebar-footer>img{width:40px;height:40px;margin-right:0}.sidebar.collapsed .sidebar-footer>h2{display:none}.management-company-data-page{width:100%;padding:30px 60px;display:flex;flex-direction:column;align-items:center;background-color:#d6d6d6;box-sizing:border-box;gap:20px}.management-company-data-skeleton-container{position:fixed;top:0;right:0;width:calc(100% - 250px);height:100vh;overflow:hidden;padding:60px;margin:0;background:#d6d6d6;z-index:1000}.header-section{width:100%;flex:1 0 10%;display:flex;justify-content:center;align-items:center}.carousel-section{width:100%;flex:1 0 20%;display:flex;justify-content:center;align-items:center}.container-section{width:100%;flex:1 0 50%;display:flex;justify-content:center;align-items:center;overflow-y:auto}.company-data-switcher-container{width:100%;height:100%;display:flex;flex-direction:column}.toggle-button-container{margin-bottom:-2px;margin-left:2px}.content-container{overflow-y:auto}.tabs-container{display:flex;justify-content:space-between;width:200px;height:35px;background-color:#f0f0f0;border-radius:8px 8px 0 0;overflow:hidden;cursor:pointer}.tab{width:50%;height:100%;display:flex;align-items:center;justify-content:center;color:#333;font-size:16px;background-color:#e0e0e0;transition:background-color .3s ease}.tab:hover,.tab.active{background-color:#ff8d2b;color:#fff}.update-form{width:100%;min-height:600px;display:flex;flex-direction:column;border-radius:8px;background-color:#fff;box-shadow:5px 5px 5px #0c0c0c1a;overflow-y:hidden}.title-navegation-update-form{position:sticky;top:0;background-color:#ff8d2b;color:#fff;border-radius:8px 8px 0 0}.title-navegation-update-form .navigation{display:flex;justify-content:space-between;align-items:center}.title-navegation-update-form .navigation span{flex:1;text-align:center;cursor:pointer;padding:15px}.title-navegation-update-form .navigation span.active{font-weight:700;border-bottom:3px solid #4d4a4a}.update-form-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;overflow-y:auto;margin-bottom:10px}.update-form ul{list-style:none;padding:30px 45px}.update-form li{display:flex;margin-bottom:10px;gap:30px}.update-form label{width:100%;display:flex;flex-direction:column;gap:5px}.update-form label[id=type-contact-label],.update-form label[id=classification-contact-label]{width:50%}.update-form label[id=cep-address-label],.update-form label[id=number-address-label]{width:40%}.update-form label[id=state-address-label]{width:30%}.update-form-field{height:45px;width:100%;padding:5px 16px;border-radius:8px;background-color:#d3d7dfd3;box-sizing:border-box;font-size:14pt;color:#000;outline:none;border:none;position:relative}.update-form textarea{overflow:hidden;resize:none;padding:10px 16px}.update-form-button-container{position:sticky;margin:0 45px 20px;display:flex;justify-content:space-between}.update-form-button-container .single-button{margin-left:auto}.update-form button{width:25%;height:40px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;color:#fff;background:#FF8D2B;border-radius:12px;border:none;cursor:pointer}.update-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px;background:url(/assets/Vector-cfd32fb3.svg) no-repeat right 12px center;background-color:#d3d7dfd3}.update-form input[type=date]{padding:10px;background-size:10px;background:url(/assets/Calendar-279c805e.svg) no-repeat right 10px center;background-color:#d3d7dfd3}.update-form input[type=date]::-webkit-inner-spin-button,.update-form input[type=date]::-webkit-clear-button{display:none}.update-form input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.update-form input[type=date]::-ms-clear{display:none}.update-form input[type=date]::-ms-expand{display:none}.add-additional-service-button{width:20px}.holder-table-container{width:100%;max-height:100%;overflow-y:auto;position:relative;border-radius:8px;box-shadow:5px 5px 10px #0003}.holder-table{width:100%;border-collapse:collapse;border-radius:8px}.holder-fixed-header{position:sticky;top:0;z-index:1;background-color:#ff9c47}.holder-fixed-header th{position:sticky;top:0;z-index:1;background-color:#ff8d2b;padding:10px;color:#4d4a4a;font-weight:var(--font-weight-semibold);font-size:13pt;text-align:center}.holder-table td{padding:8px;font-weight:var(--font-weight-semibold);font-size:13pt;color:#171c26;text-align:center}.holder-table-tr{background-color:#e4e1dc}.holder-table-tr:nth-child(2n){background-color:#f9f9f9}.holder-table-tr td:last-child{font-weight:700;color:#14804a!important}.holder-table-tr td:last-child h4{width:90px;margin-top:4px;padding:5px;border-radius:12px;background-color:#e1fcef}.holder-table-tr td:last-child:not(.active){color:#363636!important}.holder-table-tr td:last-child:not(.active) h4{background-color:#959595}.header-company-data-management-container{width:100%;max-height:150px;padding:0 45px;border-radius:8px;background-color:#fff;box-shadow:0 4px 8px #0000001a}.header-company-data-management-info{display:flex;align-items:center;width:100%;justify-content:space-evenly}.header-company-data-management-logo-container{display:flex;align-items:center;justify-content:center;max-width:150px}.header-company-data-management-logo{max-width:100%;height:auto}.header-company-data-management-details{display:flex;flex-direction:column;align-items:flex-start;font-size:14px;color:#333}.header-company-data-management-details:not(:first-child){border-left:1px solid #ccc;padding-left:20px;margin-left:20px}.header-company-data-management-details h1{margin:0;font-size:18px;text-transform:uppercase;color:#f60}.header-company-data-management-details p{margin:0;font-size:14px}.header-company-data-management-details .title{color:#f60;font-weight:700;margin-right:5px}.header-company-data-management-logo-container img:hover,.header-company-data-management-details h1:hover{cursor:pointer;opacity:.8;transition:opacity .3s ease}.header-company-data-management-details h1:hover{text-decoration:underline}.company-metrics-carousel{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;overflow-x:auto;background-color:transparent}.company-metrics-carousel::-webkit-scrollbar{display:none}.company-metrics-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:#fff;border-radius:8px;box-shadow:1px 2px 4px #0000001a;min-width:250px;max-width:250px}.company-metrics-card-icon{width:50px;height:50px;margin-bottom:10px}.company-metrics-card-content{text-align:center}.company-metrics-card-title{font-size:16px;font-weight:700;margin:0}.company-metrics-card-value{font-size:14px;color:#333;margin:5px 0 0}.skeleton-loader-management-data-container{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#d6d6d6;box-sizing:border-box;gap:20px}.skeleton-header{width:100%;flex:1 1 33%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background-color:#e0e0e0;padding:20px;border-radius:8px}.skeleton-logo{width:80px;height:40px;background-color:#bdbdbd;animation:pulse 1.5s infinite ease-in-out;border-radius:4px;margin-bottom:10px}.skeleton-header-info{display:flex;flex-direction:column;gap:8px;width:100%;align-items:center}.skeleton-line{height:20px;background-color:#bdbdbd;animation:pulse 1.5s infinite ease-in-out;border-radius:4px}.skeleton-cards{width:100%;flex:1 1 33%;display:flex;justify-content:space-around;align-items:center;gap:16px;background-color:#e0e0e0;padding:20px;border-radius:8px}.skeleton-card{width:100%;height:120px;background-color:#bdbdbd;animation:pulse 1.5s infinite ease-in-out;border-radius:8px}.skeleton-form{width:100%;flex:1 1 33%;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:#e0e0e0;padding:20px;border-radius:8px}.skeleton-form-item{height:40px;background-color:#bdbdbd;animation:pulse 1.5s infinite ease-in-out;border-radius:4px}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-thumb{width:0;height:0}::-webkit-scrollbar-track{background:transparent}input:-webkit-autofill{background-color:#fff!important;color:#000!important;-webkit-box-shadow:0 0 0px 1000px white inset!important;box-shadow:0 0 0 1000px #fff inset!important}#root{width:100vw;height:100vh;display:flex;flex-direction:row;overflow:hidden}
