body{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;background-color:#f8f9fa;height:90vh;margin:0;padding:0;font-family:Nunito,sans-serif}.error{background-color:#fff;border-radius:4px;padding:3px;font-size:25px;font-weight:700}.loadingNavbar{color:#fff;text-align:center;z-index:999;background:linear-gradient(135deg,#1e3c72,#2a5298);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loadingNavbar .spinner{border:6px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loadingNavbar .loading-text{letter-spacing:1px;margin-top:15px;font-size:1.2rem;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.navbar{z-index:999;background-color:#002950;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;display:flex;top:0;position:fixed!important}.navbar .logo{color:#fff;margin:0;padding:10px;font-size:22px;font-weight:700;text-decoration:none}.navbar .logo:hover{cursor:pointer}.navbar .navLinks{display:flex}.navbar .navLinks ul{margin:0;padding:0;list-style:none;display:flex}.navbar .navLinks .navItem{justify-content:center;align-items:center;display:flex}.navbar .navLinks .navItem a{text-align:center;color:#fff;padding:15px;text-decoration:none;transition:background-color .3s}.navbar .navLinks .navItem a:hover{color:#1bcbeb;text-decoration:underline}.navbar .navLinks .bm-menu-wrap{left:0}@media screen and (max-width:768px){.navbar .navbar{height:40px}.navbar .navbar .navLinks.active{z-index:100;background-color:#002950;display:block;position:absolute;top:60px;left:0;right:0}.navbar .navbar .navLinks ul{flex-direction:column}.navbar .navbar .navLinks .navItem{width:100%}.navbar .navbar .navLinks .navItem a{box-sizing:border-box;text-align:left;width:100%;padding:15px 30px}.navbar .user-container{margin-top:0!important}}@media screen and (max-width:460px){.navbar{justify-content:space-between;align-items:center;height:40px;padding-top:5%;padding-bottom:10px}.navbar .navbarWrapper{margin-bottom:900px}.navbar .navLinks{margin-top:4%}.navbar .bm-burger-button{margin-top:9px}.navbar .logo,.navbar .bm-cross-button{display:none}}.navbar .bm-burger-button{width:26px;height:20px;position:fixed;top:15px;left:16px}.navbar .bm-burger-bars{background:#fff}.navbar .bm-burger-bars-hover{background:#1bcbeb}.navbar .bm-cross-button{width:24px;height:24px;margin-left:15px;left:0}.navbar .bm-cross{background:#bdc3c7}.navbar .bm-menu-wrap{height:100%;position:fixed;top:0}.navbar .bm-menu{background:#002950;padding-top:25px}.navbar .bm-morph-shape{fill:#373a47}.navbar .bm-item-list{color:#b8b7ad}.navbar .bm-item{display:inline-block}.navbar .bm-overlay{z-index:50;background-color:#000c;width:100vw;height:100vh;position:fixed;top:0;left:0}.navbar .nav-right-actions{align-items:center;gap:8px;display:flex;position:fixed;right:16px}.navbar .apps-container{position:relative}.navbar .apps-container .apps-button{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;transition:background .2s;display:flex}.navbar .apps-container .apps-button:hover{background:#ffffff1a}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar .apps-container .apps-dropdown-grid{z-index:1001;background-color:#002950;border-radius:20px;padding:15px;animation:.2s ease-out forwards slideDownFade;position:absolute;top:50px;right:0;box-shadow:0 8px 24px #00000080}.navbar .apps-container .apps-dropdown-grid .apps-scroll-area{color:#fff;grid-template-columns:repeat(2,1fr);gap:8px;min-width:300px;padding-right:5px;display:grid;overflow-y:auto}.navbar .apps-container .apps-dropdown-grid .apps-scroll-area::-webkit-scrollbar{width:5px}.navbar .apps-container .apps-dropdown-grid .apps-scroll-area::-webkit-scrollbar-thumb{border-radius:10px}.navbar .apps-container .apps-dropdown-grid .apps-scroll-area::-webkit-scrollbar-track{background:#2d2e30;border-radius:0 20px 20px 0}.navbar .apps-container .apps-dropdown-grid .apps-scroll-area{scrollbar-width:thin;scrollbar-color:#5f6368 #2d2e30}.navbar .apps-container .apps-dropdown-grid .app-item{cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;padding:15px 5px;transition:background .2s;display:flex}.navbar .apps-container .apps-dropdown-grid .app-item:hover{background:#ffffff14}.navbar .apps-container .apps-dropdown-grid .app-item .app-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;font-size:16px;font-weight:700;display:flex}.navbar .apps-container .apps-dropdown-grid .app-item span{color:#e8eaed;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:12px;overflow:hidden}@media screen and (max-width:600px){.navbar .apps-container,.navbar .apps-container .apps-button{display:none}}.navbar .user-container{position:relative}.navbar .user-container .user-name-label{color:#fff;cursor:pointer;margin-right:8px;font-size:14px}@media screen and (max-width:600px){.navbar .user-container .user-name-label{display:none}}.navbar .user-container .user-avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:35px;height:35px}.navbar .user-container .dropdown-menu{color:#333;text-align:left;background-color:#fff;border-radius:12px;min-width:200px;padding:15px;position:absolute;top:50px;right:0;box-shadow:0 4px 20px #0003}.navbar .user-container .dropdown-menu .dropdown-header{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:10px}.navbar .user-container .dropdown-menu .dropdown-header .name{margin:0;font-weight:700}.navbar .user-container .dropdown-menu .dropdown-header .email{color:#666;margin:0;font-size:12px}.navbar .user-container .dropdown-menu ul{margin:0;padding:0;list-style:none}.navbar .user-container .dropdown-menu ul li{cursor:pointer;border-radius:8px;padding:10px}.navbar .user-container .dropdown-menu ul li:hover{background:#f5f5f5}.loading-container{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3c72,#2a5298);flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loading-container .spinner{border:6px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.loading-container .loading-text{letter-spacing:1px;margin-top:15px;font-size:1.2rem;font-weight:700}.main_login{background-color:#f8f9fa;width:100%;min-height:100vh;font-family:Inter,sans-serif;display:flex}.main_login .asideLeft{flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.main_login .asideLeft .form_login{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:420px;padding:40px;display:flex;box-shadow:0 10px 30px #00000014}.main_login .asideLeft .form_login h1{color:#1a1a1a;text-align:center;margin-bottom:8px;font-size:28px}.main_login .asideLeft .form_login h2{color:#666;text-align:center;margin-bottom:32px;font-size:16px}.main_login .asideLeft .form_login label{color:#444;margin-bottom:8px;font-size:14px;font-weight:600}.main_login .asideLeft .form_login input{background-color:#fff;border:1.5px solid #e0e0e0;border-radius:8px;height:50px;margin-bottom:20px;padding:0 16px;font-size:16px}.main_login .asideLeft .form_login input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}.main_login .asideLeft .form_login button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;width:100%;height:52px;margin-top:8px;font-size:16px;font-weight:600;transition:background .2s}.main_login .asideLeft .form_login button:hover{background-color:#0067d6}.main_login .asideLeft .form_login button:disabled{background-color:#ccc}.main_login .asideRight{background-color:#f1f3f5;flex:1.2;justify-content:center;align-items:center;display:flex}.main_login .asideRight img{max-width:80%;height:auto}@media (max-width:900px){.main_login .main_login{background-color:#f8f9fa}.main_login .asideRight{display:none}.main_login .asideLeft{background-color:#fff}.main_login .asideLeft .form_login{box-shadow:none}}@media (max-width:480px){.main_login .main_login{background-color:#f8f9fa}.main_login .asideLeft{align-items:flex-start}}.main_register{background:#fff;place-content:center;align-items:center;width:100%;height:100vh;display:flex}.main_register .asideLeft{justify-content:center;align-items:center;width:40%;height:100%;display:flex}.main_register .asideLeft .form_register{color:#fff;text-align:center;background-color:#165752;border-radius:10px;flex-direction:column;align-items:center;width:60%;height:auto;margin-top:5%;margin-left:20%;padding:15px;display:flex}.main_register .asideLeft .form_register h1{margin-bottom:30px;font-size:30px}.main_register .asideLeft .form_register h2{font-size:20px}.main_register .asideLeft .form_register input{color:#000;border-radius:5px;width:70%;height:25px;font-size:20px}.main_register .asideLeft .form_register label{height:25px;margin:5px;font-size:20px}.main_register .asideLeft .form_register button{color:#000;width:70%;height:35px;margin-top:35px;margin-bottom:20px;font-size:25px;font-weight:700}.main_register .asideLeft .form_register button:disabled{opacity:.7;cursor:not-allowed}.main_register .asideLeft .form_register hr{width:90%;margin-top:10px;margin-bottom:10px}.main_register .asideLeft .form_register select{border-radius:5px;width:70%;height:25px;font-size:20px}.main_register .asideLeft .form_register .error{color:red;height:auto;margin-top:10px}.main_register .asideRight{justify-content:center;align-items:center;width:60%;height:100%;display:flex}.main_register .asideRight .container-right{background-image:url(/register.jpg);background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.main_home{flex-direction:column;gap:2rem;min-height:100vh;padding:2rem;display:flex}.main_home .hero-section{background:#001b3d;border-radius:1rem;flex-direction:row;justify-content:space-between;align-items:center;gap:2.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #0000000d}.main_home .hero-section .greeting-container{text-align:left;flex-direction:column;width:25%;display:flex}.main_home .hero-section .greeting-container .greeting{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}.main_home .hero-section .greeting-container .user-info{color:#fff;font-size:1rem}.main_home .hero-section .greeting-container .user-info .welcome-back{margin-top:.5rem;font-style:italic;display:block}.main_home .hero-section .description-card{background:#002950;border-radius:1rem;flex:1;padding:1.8rem}.main_home .hero-section .description-card h2{color:#fff;margin-bottom:.8rem;font-size:1.4rem}.main_home .hero-section .description-card p{color:#fff;margin-bottom:1.5rem;font-size:.95rem}.main_home .hero-section .description-card .features-highlight{flex-wrap:wrap;gap:1rem;display:flex}.main_home .hero-section .description-card .features-highlight .feature-item{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:.8rem;align-items:center;gap:.7rem;padding:.7rem 1.2rem;transition:all .3s;display:flex}.main_home .hero-section .description-card .features-highlight .feature-item:hover{border-color:#002950;transform:translateY(-3px);box-shadow:0 4px 10px #0000001a}.main_home .hero-section .description-card .features-highlight .feature-item .feature-icon{font-size:1.3rem}.main_home .hero-section .description-card .features-highlight .feature-item span{font-size:.9rem;font-weight:600}.main_home .notices-section{width:100%}.main_home .notices-section .notices-panel{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d}.main_home .notices-section .notices-panel .notices-header{color:#fff;background:linear-gradient(90deg,#090909,#c00);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.2rem 1.5rem;display:flex}.main_home .notices-section .notices-panel .notices-header h3{text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.4rem}.main_home .notices-section .notices-panel .notices-header .add-notice-btn{color:red;background:#fff;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:700;transition:transform .2s}.main_home .notices-section .notices-panel .notices-header .add-notice-btn:hover{transform:scale(1.05)}.main_home .notices-section .notices-panel .overlay{z-index:999;background:#00000073;justify-content:flex-end;display:flex;position:fixed;inset:0}.main_home .notices-section .notices-panel .overlay .drawer{background:#fff;border-radius:8px 0 0 8px;flex-direction:column;width:100%;max-width:800px;height:100vh;display:flex;position:relative;overflow-y:auto;box-shadow:-6px 0 20px #00000026}.main_home .notices-section .notices-panel .overlay .drawer .drawerHeader{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.4rem 1.8rem;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .drawerHeader .title{color:#333;font-size:1.25rem;font-weight:600}.main_home .notices-section .notices-panel .overlay .drawer .drawerHeader .close-btn{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.6rem}.main_home .notices-section .notices-panel .overlay .drawer .drawerHeader .close-btn:hover{color:#000}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent{box-sizing:border-box;flex:1;height:auto;padding:1.6rem 1.8rem 1.2rem}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .cto-clientes,.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .cto-clientes .cto-header{flex-direction:column;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .cto-clientes .cto-header .cto-actions{gap:1rem;height:35px;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .cto-clientes .cto-header .cto-actions button{border-radius:10px}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice{grid-template-columns:1fr 1fr;gap:16px;padding-right:8px;display:grid;overflow-y:auto}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice .notice-field{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;min-width:0;padding:12px;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice .notice-field strong{margin-bottom:4px;font-weight:600}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice .notice-field button{color:#fff;background-color:#002950;border-radius:2px;margin:3px;padding:8px}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice .notice-field .search-input{border-radius:5px;height:25px;margin:1rem}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice .notice-field ul{max-height:200px;margin:0;padding-left:20px;list-style:outside;overflow-y:auto}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice .notice-field ul li{margin-bottom:2px}@media (max-width:768px){.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .drawerNotice{grid-template-columns:1fr}}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section{background:#002950;border:1px solid #ddd;border-radius:8px;flex-direction:column;max-height:450px;margin-top:1rem;display:flex;overflow-y:auto}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section h3{color:#333;z-index:1;background:#f9f9f9;border-bottom:1px solid #eee;margin:0;padding:1rem 1.2rem;font-size:1.1rem;font-weight:600;position:sticky;top:0}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;align-items:flex-start;width:90%;margin:.5rem auto;padding:1rem 1.2rem;display:flex;box-shadow:0 2px 6px #0000000d}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card button{background-color:#e44444;border-radius:10px;position:relative;top:10%;left:90%}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-none{text-align:center;color:#fff;margin:1rem 0;font-style:italic}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-author{color:#333;margin-bottom:.4rem;font-weight:600}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-text{color:#555;width:100%;margin:0;line-height:1.4}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card-area{background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;gap:.6rem;width:90%;margin:1rem auto;padding:1rem 1.2rem;display:flex;box-shadow:0 2px 6px #0000000d}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card-area .comment-textarea{resize:vertical;color:#333;border:1px solid #ccc;border-radius:6px;outline:none;min-height:80px;padding:.8rem;font-size:.95rem;line-height:1.4;transition:border .2s ease-in-out}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card-area .comment-textarea:focus{border-color:#07f;box-shadow:0 0 0 2px #0077ff26}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card-area button{color:#fff;cursor:pointer;background:#07f;border:none;border-radius:6px;align-self:flex-end;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .2s ease-in-out}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card-area button:hover{background:#005fcc}.main_home .notices-section .notices-panel .overlay .drawer .drawerContent .comment-section .comment-card-area button:active{background:#004aa3}.main_home .notices-section .notices-panel .overlay .drawer .drawerFooter{background:#fff;border-top:1px solid #eee;justify-content:flex-end;gap:1rem;width:90%;padding:.85rem 1.8rem;display:flex;position:sticky;bottom:0}.main_home .notices-section .notices-panel .overlay .drawer .drawerFooter .btn-primary{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:.6rem 1.2rem;transition:background .2s}.main_home .notices-section .notices-panel .overlay .drawer .drawerFooter .btn-primary:hover{background:#0056b3}.main_home .notices-section .notices-panel .overlay .drawer .drawerFooter .btn-secondary{cursor:pointer;background:#f6f6f6;border:none;border-radius:6px;padding:.6rem 1.2rem;transition:background .2s}.main_home .notices-section .notices-panel .overlay .drawer .drawerFooter .btn-secondary:hover{background:#e0e0e0}.main_home .notices-section .notices-panel .overlay .drawer .notice-form{border:1px;border-style:dashed #ddd;background:#fdfdfd;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1rem;display:grid}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-row.two-col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group{flex-direction:column;gap:.5rem;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group label{color:#444;font-weight:600}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group label .optional{color:#888;margin-left:.25rem;font-size:.85rem;font-style:italic}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group select,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group textarea,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group input[type=text],.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group input[type=datetime-local]{border:1px solid #ccc;border-radius:8px;padding:.8rem;font-size:1rem}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group select:focus,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group textarea:focus,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group input[type=text]:focus,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group input[type=datetime-local]:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff33}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group textarea{resize:vertical;height:120px}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group select[multiple]{height:auto;min-height:100px;padding-top:.5rem;padding-bottom:.5rem}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group{background-color:#e7f3f6;border:1px solid #0000000f;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-header,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:1rem;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-header h3,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-header h3{color:#2c3e50;margin:0;font-size:1.1rem;font-weight:600}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-header .selection-count,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-header .selection-count{color:#64748b;background-color:#f1f5f9;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-grid,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-grid{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:1rem;display:grid}@media (max-width:640px){.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-grid,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-grid{grid-template-columns:1fr}}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item{cursor:pointer;background-color:#ffffffb3;border:1px solid #0000;border-radius:8px;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:hover,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:hover{background-color:#3b82f60d;border-color:#3b82f633;transform:translateY(-1px)}:is(.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:has(input:checked),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:has(input:checked)){background-color:#3b82f614;border-color:#3b82f6}:is(.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:has(input:checked) .checkbox-label,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:has(input:checked) .checkbox-label){color:#1e40af;font-weight:500}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item input[type=checkbox],.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item input[type=checkbox]{opacity:0;cursor:pointer;position:absolute}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item input[type=checkbox]:checked+.checkbox-custom,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item input[type=checkbox]:checked+.checkbox-custom{background-color:#3b82f6;border-color:#3b82f6}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item input[type=checkbox]:checked+.checkbox-custom:after,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{opacity:1;transform:rotate(45deg)scale(1)}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item input[type=checkbox]:focus+.checkbox-custom,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item input[type=checkbox]:focus+.checkbox-custom{box-shadow:0 0 0 3px #3b82f633}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item .checkbox-custom,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item .checkbox-custom{background-color:#fff;border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-right:.75rem;transition:all .2s;position:relative}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item .checkbox-custom:after,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item .checkbox-custom:after{content:"";opacity:0;border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;transition:all .2s;position:absolute;top:1px;left:4px;transform:rotate(45deg)scale(.8)}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item .checkbox-label,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item .checkbox-label{color:#374151;font-size:.95rem;font-weight:400;line-height:1.4;transition:all .2s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .selected-actions,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .selected-actions{border-top:1px solid #00000014;justify-content:flex-end;padding-top:1rem;display:flex}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .selected-actions .btn-clear,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .selected-actions .btn-clear{color:#64748b;cursor:pointer;background-color:#0000;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .selected-actions .btn-clear:hover,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .selected-actions .btn-clear:hover{color:#dc2626;background-color:#fee2e2;border-color:#fca5a5}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .selected-actions .btn-clear:active,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .selected-actions .btn-clear:active{transform:scale(.98)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item{animation:.3s forwards fadeInUp}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:first-child,.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:first-child{animation-delay:50ms}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(2),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(2){animation-delay:.1s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(3),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(3){animation-delay:.15s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(4),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(4){animation-delay:.2s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(5),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(5){animation-delay:.25s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(6),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(6){animation-delay:.3s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(7),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(7){animation-delay:.35s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(8),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(8){animation-delay:.4s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(9),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(9){animation-delay:.45s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(10),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(10){animation-delay:.5s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(11),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(11){animation-delay:.55s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(12),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(12){animation-delay:.6s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(13),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(13){animation-delay:.65s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(14),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(14){animation-delay:.7s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(15),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(15){animation-delay:.75s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(16),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(16){animation-delay:.8s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(17),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(17){animation-delay:.85s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(18),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(18){animation-delay:.9s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(19),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(19){animation-delay:.95s}.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .radio-group .checkbox-item:nth-child(20),.main_home .notices-section .notices-panel .overlay .drawer .notice-form .form-group .checkbox-group .checkbox-item:nth-child(20){animation-delay:1s}@media (max-width:600px){.main_home .notices-section .notices-panel .overlay .drawer{max-width:100%}.main_home .notices-section .notices-panel .overlay .notice-form .form-row.two-col{grid-template-columns:1fr}}.main_home .notices-section .notices-panel .notices-content .no-notices{color:#666;flex-direction:column;align-items:center;padding:2rem;display:flex}.main_home .notices-section .notices-panel .notices-content .no-notices .no-notices-icon{margin-bottom:.8rem;font-size:2rem}.main_home .notices-section .notices-panel .notices-content .notices-table-container{overflow-x:auto}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table{border-collapse:collapse;width:100%}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table th,.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table td{text-align:center;border-bottom:1px solid #ddd;padding:.5rem;font-size:.9rem}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table th{background:#f1f3f5;font-weight:600}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table tr{cursor:pointer;transition:background .2s}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table tr:hover{background:#f9fafb}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table .description-cell{width:30%}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table .description-cell .description-textarea{resize:none;color:#444;background:0 0;border:none;width:100%;font-size:.9rem;line-height:1.4}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table .delete-btn{cursor:pointer;color:#d9534f;background:0 0;border:none;transition:transform .2s}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table .delete-btn:hover{transform:scale(1.2)}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table .edit-btn{cursor:pointer;color:#d9534f;background:0 0;border:none;transition:transform .2s}.main_home .notices-section .notices-panel .notices-content .notices-table-container .notices-table .edit-btn:hover{transform:scale(1.2)}@media (max-width:1024px){.main_home .notices-section{display:none}}@media (max-width:768px){.main_home .hero-section{flex-direction:column;display:flex}.main_home .hero-section .greeting-container{text-align:center;width:100%;margin-bottom:1.5rem}}.main_caixa{background-color:#e7f3f6;padding:20px;font-family:Arial,sans-serif}.main_caixa .loading-message{color:#333;text-align:center;margin:20px 0;font-size:1.5rem}.main_caixa .table-title{color:#333;height:25px;margin-bottom:15px;font-size:1.8rem;font-weight:700}.main_caixa .table{border-collapse:collapse;background-color:#fff;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 4px 6px #0000001a}.main_caixa .table-header{color:#fff;text-align:center;background-color:#002950;justify-content:center;height:25px}.main_caixa .table-header th{text-align:left;height:25px;padding:10px;font-size:1.2rem}.main_caixa .table-body tr:nth-child(2n){background-color:#f9f9f9}.main_caixa .table-body tr:hover{background-color:#f1f1f1}.main_caixa .table-body .table-row td{color:#000;border-bottom:1px solid #ddd;height:25px;padding:10px;font-size:20px}.main_caixa .table-body .table-row td:last-child{text-align:center}.main_details{background-color:#e7f3f6;min-height:80vh;padding:2rem;font-family:Arial,sans-serif}.main_details h1{color:#333;margin-bottom:1.5rem;font-size:2rem}.main_details .onu-details{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.main_details .onu-details .block{background:#fff;border:2px solid #ddd;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.main_details .onu-details .block h2{color:#444;border-bottom:2px solid #ddd;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.main_details .onu-details .block p{color:#555;margin:.5rem 0;font-size:1rem}.main_details .onu-details .block p.highlight{color:#002950;font-weight:700}.main_details .loading{text-align:center;color:#777;font-size:1.5rem}.main_details .error{color:red;text-align:center;font-weight:700}.main_ordem{min-height:100vh;padding:2rem}.main_ordem .content-wrapper{max-width:1600px;margin:0 auto}.main_ordem .page-title{color:#1e293b;text-align:left;font-size:1.75rem;font-weight:600}.main_ordem .form-container{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}.main_ordem .search-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:1px solid #e2e8f0cc;border-radius:12px;padding:2.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;box-shadow:0 10px 25px -5px #0000000a,0 8px 10px -6px #0000000a}.main_ordem .search-section:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.main_ordem .search-section h2{color:#1f2937;letter-spacing:-.02em;align-items:center;gap:.5rem;margin-bottom:1.75rem;font-size:1.1rem;font-weight:700;display:flex}.main_ordem .search-section h2:before{content:"";background:#002950;border-radius:4px;width:4px;height:18px}.main_ordem .search-section .search-fields{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.main_ordem .search-section .search-fields .search-field{flex-direction:column;display:flex}.main_ordem .search-section .search-fields .search-field label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.main_ordem .search-section .search-fields .search-field input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:auto;height:3rem;padding:0 1rem;font-size:.95rem;transition:all .2s}.main_ordem .search-section .search-fields .search-field input:focus{background:#fff;border-color:#002950;outline:none;box-shadow:0 0 0 4px #00295014}.main_ordem .search-section .results-panel .loading-results{color:#6b7280;flex-direction:column;align-items:center;gap:1rem;padding:3rem;font-size:.9rem;display:flex}.main_ordem .search-section .results-panel .loading-results:after{border:2px solid #e2e8f0;border-top-color:#002950;width:24px;height:24px;animation:.8s linear infinite spin}.main_ordem .search-section .results-panel .results-list{background:0 0;border:none;max-height:450px;padding-right:.5rem}.main_ordem .search-section .results-panel .results-list::-webkit-scrollbar{width:4px}.main_ordem .search-section .results-panel .results-list::-webkit-scrollbar-track{background:0 0}.main_ordem .search-section .results-panel .results-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.main_ordem .search-section .results-panel .results-list .result-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:12px;padding:1rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 1px 3px #00000005}.main_ordem .search-section .results-panel .results-list .result-card:hover{border-color:#0029504d;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.main_ordem .search-section .results-panel .results-list .result-card .result-content{flex-direction:column;gap:4px;display:flex}.main_ordem .search-section .results-panel .results-list .result-card .result-content h3{color:#1f2937;margin:0;font-size:1rem;font-weight:600;line-height:1.2}.main_ordem .search-section .results-panel .results-list .result-card .result-content p{color:#6b7280;opacity:.85;word-break:break-all;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.main_ordem .search-section .results-panel .results-list .result-card .select-indicator{color:#6b7280;text-align:center;background:#f1f5f9;border-radius:8px;margin-top:auto;padding:.75rem;font-size:.75rem}.main_ordem .search-section .results-panel .results-list .result-card .select-indicator:hover{color:#002950;background:#e2e8f0;font-weight:600}.main_ordem .details-section{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000d}.main_ordem .details-section:hover{box-shadow:0 20px 25px -5px #0000001a}.main_ordem .details-section h2{color:#1f2937;letter-spacing:-.02em;margin-bottom:2rem;font-size:1.1rem;font-weight:700}.main_ordem .details-section .client-details .client-header{color:#fff;background:linear-gradient(135deg,#002950 0%,#1e40af 100%);border-radius:12px;margin-bottom:2.5rem;padding:2rem;position:relative;overflow:hidden}.main_ordem .details-section .client-details .client-header:after{content:"";background:#ffffff1a;border-radius:50%;width:150px;height:150px;position:absolute;top:-20%;right:-10%}.main_ordem .details-section .client-details .client-header h3{opacity:.9;font-size:.9rem;font-weight:500}.main_ordem .details-section .client-details .client-header h3:first-child{opacity:1;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.main_ordem .details-section .client-details .client-header select{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:8px;width:100%;max-width:300px;padding:12px 16px;font-size:.9rem}.main_ordem .details-section .client-details .client-header select option{color:#1f2937}.main_ordem .details-section .client-details .client-header select:focus{background:#ffffff40;outline:none}.main_ordem .details-section .client-details .details-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.main_ordem .details-section .client-details .details-content .detail-item{background:#f8fafc;border:1px solid #0000;border-radius:10px;padding:1.25rem;transition:all .2s}.main_ordem .details-section .client-details .details-content .detail-item:hover{background:#fff;border-color:#002950;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.main_ordem .details-section .client-details .details-content .detail-item .detail-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.main_ordem .details-section .client-details .details-content .detail-item .detail-value{color:#1f2937;font-size:1rem;font-weight:600}.main_ordem .details-section .client-details .details-content .additional-info{border-top:1px solid #f1f5f9;flex-wrap:wrap;grid-column:1/-1;gap:1rem;margin-top:1.5rem;padding-top:2rem;display:flex}.main_ordem .details-section .client-details .details-content .additional-info .info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;min-width:180px;padding:1.25rem;transition:all .2s}.main_ordem .details-section .client-details .details-content .additional-info .info-card-os{color:#fff;border:none;flex-direction:column;gap:4px;width:100%;margin-bottom:1.25rem;display:flex}.main_ordem .details-section .client-details .details-content .additional-info .info-card-os .info-label{color:#ffffffd9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.main_ordem .details-section .client-details .details-content .additional-info .info-card-os .info-value{color:#fff;font-size:1rem;line-height:1.4}.main_ordem .details-section .client-details .details-content .additional-info .info-card-os{background:linear-gradient(135deg,#3b82f6 0%,#2372f5 100%);box-shadow:0 4px 12px #3b82f626}.main_ordem .details-section .client-details .details-content .additional-info .info-card-warning{color:#fff;background:#ef4444;border:none;border-radius:8px;flex-direction:column;gap:4px;width:100%;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 15px #ef444433}.main_ordem .details-section .client-details .details-content .additional-info .info-card-warning .info-label{text-transform:uppercase;margin-bottom:2px;font-size:.75rem;font-weight:700;color:#fffc!important}.main_ordem .details-section .client-details .details-content .additional-info .info-card-warning span{font-size:1rem;font-weight:600;line-height:1.4;display:block}.main_ordem .details-section .client-details .details-content .additional-info .info-card .info-label{color:#64748b;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.main_ordem .details-section .client-details .details-content .additional-info .info-card .info-value{color:#1e293b;font-size:1.1rem;font-weight:700}.main_ordem .details-section .confirm-button{color:#fff;background:#1f2937;border-radius:10px;width:100%;margin-top:2rem;padding:1rem;font-weight:600;transition:all .3s}.main_ordem .details-section .confirm-button:hover:not(:disabled){background:#002950;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0029504d}.main_ordem .status-indicator{letter-spacing:.03em;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.main_ordem .status-indicator:before{content:"";border-radius:50%;width:6px;height:6px}.main_ordem .status-indicator.active{color:#10b981;background:#10b9811a}.main_ordem .status-indicator.active:before{background:#10b981;box-shadow:0 0 8px #10b981}.main_ordem .status-indicator.blocked{color:#ef4444;background:#ef44441a}.main_ordem .status-indicator.blocked:before{background:#ef4444;box-shadow:0 0 8px #ef4444}.main_ordem .status-indicator.reduced{color:#f59e0b;background:#f59e0b1a}.main_ordem .status-indicator.reduced:before{background:#f59e0b;box-shadow:0 0 8px #f59e0b}@media (max-width:1024px){.main_ordem .details-content .additional-info .info-card{flex:calc(50% - 1rem)}}@media (max-width:768px){.main_ordem .details-content .detail-item{padding:1rem}.main_ordem .details-content .additional-info{flex-direction:column}.main_ordem .details-content .additional-info .info-card{flex:100%}}.main_test{background-color:#e7f3f6;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.main_test .form_test{flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.main_test .form_test .input_test{border:1px solid #002950;border-radius:4px;width:100px;padding:8px;font-size:1rem;transition:border .3s}.main_test .form_test .input_test:focus{border-color:#007bff;outline:none}.main_test .form_test .button_test{cursor:pointer;color:#fff;background:#002950;border:none;border-radius:15px;height:50px;margin:20px 10px;padding:13px 25px;font-size:.8rem;font-weight:500;transition:all .25s}.main_test .cards-container{flex-wrap:wrap;justify-content:center;width:100%;display:flex}.main_test .cards-container .card{color:#e7f3f6;background-color:#002950;border-radius:8px;min-width:200px;max-width:300px;margin:25px;padding:1.5rem}.main_test .cards-container .button_test{cursor:pointer;color:#fff;background:#1e40af;border:none;border-radius:15px;height:50px;margin:20px 10px;padding:13px 25px;font-size:.8rem;font-weight:500;transition:all .25s}.main_test .table{margin-top:20px;margin-bottom:1.5re;background-color:#fff;border-radius:8px;flex-direction:column;align-items:center;padding:15px;display:flex;overflow-y:auto;box-shadow:0 2px 10px #0000001a}.main_test .table h3{color:#333;margin-bottom:10px;font-size:1.5rem}.main_test .table .table-container{width:100%;max-height:400px;display:block;overflow-y:auto}.main_test .table .table-container table{border-collapse:collapse;width:100%}.main_test .table .table-container thead{color:#fff;z-index:2;background-color:#002950;border-radius:8px;position:sticky;top:0}.main_test .table .table-container thead th{text-align:left;border-radius:8px;padding:12px;font-weight:700}.main_test .table .table-container tbody tr:nth-child(2n){background-color:#f8f9fa}.main_test .table .table-container tbody tr:hover{background-color:#e9ecef}.main_test .table .table-container tbody td{color:#333;text-align:center;border-bottom:1px solid #ddd;align-items:center;padding:10px}.main_test .table .table-container tbody td button{color:#fff;background-color:#002950;border-radius:5px;min-height:25px}.main_searchCTO{flex-direction:column;align-items:center;gap:2.5rem;max-width:1200px;margin:2% auto 0;padding:2.5rem 1rem;font-family:Inter,sans-serif;display:flex}.main_searchCTO .tabs-container{background-color:#f3f4f6;border-radius:12px;margin-bottom:1rem;padding:.4rem}.main_searchCTO .tabs-container .MuiTab-root{text-transform:none;border-radius:8px;min-height:48px;font-weight:500;transition:all .2s}.main_searchCTO .tabs-container .MuiTab-root.Mui-selected{color:#002950;background:#fff;box-shadow:0 2px 4px #0000000d}.main_searchCTO .tabs-container .MuiTabs-indicator{display:none}.main_searchCTO .search-form-container,.main_searchCTO .history-controls{flex-direction:column;gap:1.5rem;width:100%;max-width:650px;display:flex}.main_searchCTO .field{flex-direction:column;gap:.5rem;display:flex}.main_searchCTO .field label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.main_searchCTO .field .search-input,.main_searchCTO .field input[type=date]{border:1px solid #e5e7eb;border-radius:12px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.main_searchCTO .field .search-input:focus,.main_searchCTO .field input[type=date]:focus{border-color:#002950;outline:none;box-shadow:0 0 0 4px #0029501a}.main_searchCTO .container-dates{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}@media (max-width:480px){.main_searchCTO .container-dates{grid-template-columns:1fr}}.main_searchCTO .inputs-radio-container{background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;gap:1.5rem;padding:1rem;display:flex}.main_searchCTO .inputs-radio-container .inputs-radio{cursor:pointer;align-items:center;gap:.5rem;display:flex}.main_searchCTO .inputs-radio-container .inputs-radio input[type=radio]{accent-color:#002950;width:18px;height:18px}.main_searchCTO .inputs-radio-container .inputs-radio label{text-transform:none;color:#1f2937;cursor:pointer;margin:0}.main_searchCTO .results-wrapper{width:100%;max-width:650px}.main_searchCTO .results-wrapper .field-label-sm{color:#002950;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.main_searchCTO .results-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:300px;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.main_searchCTO .results-list .result-card{cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1rem;display:flex}.main_searchCTO .results-list .result-card:last-child{border-bottom:none}.main_searchCTO .results-list .result-card:hover{background:#f9fafb}.main_searchCTO .results-list .result-card.selected{background:#0029500d;border-left:4px solid #002950}.main_searchCTO .results-list .result-card .result-content h3{color:#1f2937;margin:0;font-size:1rem}.main_searchCTO .results-list .result-card .result-content p{color:#6b7280;margin:0;font-size:.8rem}.main_searchCTO .results-list .result-card .select-indicator{color:#002950;opacity:0;font-size:.8rem;font-weight:600;transition:all .2s}.main_searchCTO .results-list .result-card:hover .select-indicator{opacity:1}.main_searchCTO .selected-section{width:100%;max-width:900px;margin-top:2rem}.main_searchCTO .selected-section .section-title{color:#1f2937;text-align:center;margin-bottom:1.2rem;font-size:1.1rem;font-weight:700;display:block}.main_searchCTO .selected-section .selected-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.main_searchCTO .selected-section .selected-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.main_searchCTO .selected-section .selected-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000001a}.main_searchCTO .selected-section .selected-card .card-header h3{color:#1f2937;margin:0;font-size:1rem}.main_searchCTO .selected-section .selected-card .card-header .id-badge{color:#002950;background:#eff6ff;border-radius:99px;padding:2px 8px;font-size:.7rem;font-weight:600}.main_searchCTO .selected-section .selected-card .btn-load{color:#fff;cursor:pointer;background:#002950;border:none;border-radius:8px;padding:.6rem;font-weight:600;transition:all .2s}.main_searchCTO .selected-section .selected-card .btn-load:hover{background:#000f1d}.main_searchCTO .selected-section .selected-card .btn-load:disabled{cursor:not-allowed;background:#d1d5db}.main_searchCTO .location-display{width:100%;max-width:800px}.main_searchCTO .location-display .map-info-card{background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}@media (max-width:600px){.main_searchCTO .location-display .map-info-card{text-align:center;flex-direction:column;gap:1rem}}.main_searchCTO .location-display .map-info-card h2{color:#1f2937;margin:0;font-size:1.25rem}.main_searchCTO .location-display .map-info-card p{color:#6b7280;font-size:.9rem}.main_searchCTO .location-display .map-info-card .btn-maps{color:#fff;cursor:pointer;background:#34a853;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600}.empty-state,.no-results{text-align:center;color:#6b7280;padding:2rem;font-size:.9rem;font-style:italic}.connection-details{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:2.5rem 1rem;display:flex}.connection-details .content-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 10px 25px -5px #0000000d}.connection-details .connection-header{margin-bottom:2rem}.connection-details .connection-header .connection-title{color:#0f172a;text-align:center;letter-spacing:-.025em;margin-bottom:2rem;font-size:1.75rem;font-weight:800}.connection-details .connection-header .connection-card{background-color:#f8fafc;border-radius:12px;max-width:90%;margin:0 auto;padding:2rem}.connection-details .connection-header .connection-card .connection-item{border-bottom:1px solid #0000000d;align-items:center;padding:1rem 0;display:flex}.connection-details .connection-header .connection-card .connection-item:last-child{border-bottom:none}.connection-details .connection-header .connection-card .connection-item .connection-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;width:35%;font-size:.75rem;font-weight:700}.connection-details .connection-header .connection-card .connection-item .connection-value{color:#0f172a;width:65%;font-size:1rem;font-weight:600}.connection-details .connection-header .connection-card .connection-item .connection-status,.connection-details .connection-header .connection-card .connection-item .connection-tech{border-radius:20px;align-items:center;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.connection-details .connection-header .connection-card .connection-item .connection-status:before,.connection-details .connection-header .connection-card .connection-item .connection-tech:before{content:"";border-radius:50%;width:8px;height:8px;margin-right:10px}.connection-details .connection-header .connection-card .connection-item .status-normal{color:#15803d;background-color:#dcfce7}.connection-details .connection-header .connection-card .connection-item .status-normal:before{background-color:#22c55e;box-shadow:0 0 8px #22c55e}.connection-details .connection-header .connection-card .connection-item .status-reduced{color:#b91c1c;background-color:#fee2e2}.connection-details .connection-header .connection-card .connection-item .status-reduced:before{background-color:#ef4444;box-shadow:0 0 8px #ef4444}.connection-details .connection-header .connection-card .connection-item .connection-tech{color:#4338ca;background-color:#e0e7ff}.connection-details .connection-header .connection-card .connection-item .connection-tech:before{display:none}.connection-details .connection-header .connection-card .connection-action{text-align:center;z-index:100;flex-direction:column;justify-content:center;align-items:center;margin-bottom:15px;display:flex;position:fixed;bottom:0;right:0}.connection-details .connection-header .connection-card .connection-action span{color:#002950;margin:1rem;font-size:.9rem;font-weight:600}.connection-details .connection-header .connection-card .connection-action .connection-action-item{flex-direction:column;align-items:center;margin-right:15px;padding:5px;display:flex}.connection-details .details-form .form-section{margin-bottom:3rem}.connection-details .details-form .form-section h2{color:#0f172a;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.85rem;font-weight:800;display:flex}.connection-details .details-form .form-section h2:after{content:"";background:#e5e7eb;flex:1;height:1px}.connection-details .details-form .form-section .grid-fields,.connection-details .details-form .form-section .grid-fields-problem,.connection-details .details-form .form-section .grid-fields-alarms{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;display:grid}.connection-details .details-form .form-section .grid-fields .field,.connection-details .details-form .form-section .grid-fields-problem .field,.connection-details .details-form .form-section .grid-fields-alarms .field{flex-direction:column;display:flex;width:100%!important}.connection-details .details-form .form-section .grid-fields .field label,.connection-details .details-form .form-section .grid-fields-problem .field label,.connection-details .details-form .form-section .grid-fields-alarms .field label{color:#64748b;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.connection-details .details-form .form-section .grid-fields .field input,.connection-details .details-form .form-section .grid-fields .field select,.connection-details .details-form .form-section .grid-fields .field textarea,.connection-details .details-form .form-section .grid-fields-problem .field input,.connection-details .details-form .form-section .grid-fields-problem .field select,.connection-details .details-form .form-section .grid-fields-problem .field textarea,.connection-details .details-form .form-section .grid-fields-alarms .field input,.connection-details .details-form .form-section .grid-fields-alarms .field select,.connection-details .details-form .form-section .grid-fields-alarms .field textarea{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:.8rem 1rem;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.connection-details .details-form .form-section .grid-fields .field input:focus,.connection-details .details-form .form-section .grid-fields .field select:focus,.connection-details .details-form .form-section .grid-fields .field textarea:focus,.connection-details .details-form .form-section .grid-fields-problem .field input:focus,.connection-details .details-form .form-section .grid-fields-problem .field select:focus,.connection-details .details-form .form-section .grid-fields-problem .field textarea:focus,.connection-details .details-form .form-section .grid-fields-alarms .field input:focus,.connection-details .details-form .form-section .grid-fields-alarms .field select:focus,.connection-details .details-form .form-section .grid-fields-alarms .field textarea:focus{background:#fff;border-color:#002950;outline:none;box-shadow:0 0 0 4px #0029501a}.connection-details .details-form .form-section .grid-fields .field input.readonly,.connection-details .details-form .form-section .grid-fields .field select.readonly,.connection-details .details-form .form-section .grid-fields .field textarea.readonly,.connection-details .details-form .form-section .grid-fields-problem .field input.readonly,.connection-details .details-form .form-section .grid-fields-problem .field select.readonly,.connection-details .details-form .form-section .grid-fields-problem .field textarea.readonly,.connection-details .details-form .form-section .grid-fields-alarms .field input.readonly,.connection-details .details-form .form-section .grid-fields-alarms .field select.readonly,.connection-details .details-form .form-section .grid-fields-alarms .field textarea.readonly{color:#64748b;cursor:not-allowed;background-color:#f1f5f9;border-color:#e2e8f0}.connection-details .details-form .form-section .grid-fields .field textarea,.connection-details .details-form .form-section .grid-fields-problem .field textarea,.connection-details .details-form .form-section .grid-fields-alarms .field textarea{min-height:100px}.connection-details .details-form .form-section .grid-fields .field .full-width,.connection-details .details-form .form-section .grid-fields-problem .field .full-width,.connection-details .details-form .form-section .grid-fields-alarms .field .full-width{grid-column:1/-1}.connection-details .details-form .form-actions .submit-button{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:12px;padding:1.25rem 3rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 15px -3px #00295040}.connection-details .details-form .form-actions .submit-button:hover{background-color:#001427;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0029504d}.connection-details .formatted-text-section{border-radius:12px;flex-direction:column;align-items:center;margin-top:15px;padding:2.5rem;display:flex;box-shadow:inset 0 2px 4px #0000000f}.connection-details .formatted-text-area{resize:none;background:0 0;border-radius:8px;width:100%;max-width:800px;min-height:350px;padding:1.5rem;font-family:Fira Code,Cascadia Code,monospace;font-size:.85rem;line-height:1.6}.connection-details .copy-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;border-radius:8px;margin-top:1.5rem;padding:.8rem 2rem;font-weight:600;transition:all .2s}.connection-details .copy-button:hover{color:#0f172a;background-color:#fff}.modal{z-index:1000;position:fixed;inset:0}.modal .darkBG{z-index:1001;background-color:#00000080;position:fixed;inset:0}.modal .centered{z-index:1002;width:100%;max-width:100%;height:auto;max-height:90vh;padding:1rem;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.modal .centered .modal{background-color:#fff;border-radius:8px;flex-direction:column;max-height:90vh;margin:1rem;padding:1rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 4px 10px #0003}.modal .centered .modal .modalHeader{border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;padding:.5rem 0 1rem;display:flex;position:relative}.modal .centered .modal .modalHeader .heading{color:#111827;text-align:center;margin:0;font-size:1rem;font-weight:600}.modal .centered .modal .closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.modal .centered .modal .closeBtn:hover{color:#111827}.modal .centered .modal .modalContent{padding:1rem 1.5rem}.modal .centered .modal .modalContent .filtroInput{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-bottom:1rem;padding:.6rem 1rem;font-size:.95rem}.modal .centered .modal .modalContent .filtroInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f640}.modal .centered .modal .modalContent .table-container{border:1px solid #e5e7eb;border-radius:8px;max-height:450px;overflow-y:auto}.modal .centered .modal .modalContent .table-container table{border-collapse:collapse;width:100%;font-size:.9rem}.modal .centered .modal .modalContent .table-container table thead{z-index:5;background:#f8fafc;position:sticky;top:0}.modal .centered .modal .modalContent .table-container table thead th{text-align:left;border-bottom:2px solid #e5e7eb;padding:.75rem;font-weight:600}.modal .centered .modal .modalContent .table-container table tbody tr:nth-child(2n){background:#f9fafb}.modal .centered .modal .modalContent .table-container table tbody tr:hover{background:#e0f2fe;transition:all .2s}.modal .centered .modal .modalContent .table-container table tbody tr td{border-bottom:1px solid #e5e7eb;padding:.6rem}.modal .centered .modal .modalContent .pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.modal .centered .modal .modalContent .pagination button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;transition:all .2s}.modal .centered .modal .modalContent .pagination button:hover:not(.disabled){background:#2563eb}.modal .centered .modal .modalContent .pagination button.disabled{cursor:not-allowed;background:#cbd5e1}.modal .centered .modal .modalActions{border-top:1px solid #e5e7eb;padding:1rem 0 0}.modal .centered .modal .modalActions .actionsContainer{justify-content:center;display:flex}.modal .centered .modal .modalActions .actionsContainer .deleteBtn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:.25rem;padding:.5rem 1.5rem;font-weight:500;transition:background-color .2s}.modal .centered .modal .modalActions .actionsContainer .deleteBtn:hover{background-color:#dc2626}@media (max-width:600px){.modal .darkBG{background-color:#000000b3}.modal .centered{width:95%;min-width:auto;max-width:95%;padding:.5rem}.modal .modal .modalContent{max-height:calc(80vh - 120px)}.modal .modal .modalHeader .heading{font-size:1.1rem}.modal .modal .modalContent .table-container{display:none}.modal .modal .modalContent .mobile-cards{display:flex!important}.modal .modal .modalContent .groupsContainer,.modal .modal .modalContent .groupsContainer .group-item{display:none}.modal .modal .modalContent .select-order{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal .modal .modalContent .select-order .info-label{color:#000;font-size:1rem;font-weight:1000}.modal .modal .modalContent .select-order .select-order-mobile{border:1px solid #e5e7eb;border-radius:.25rem;width:80%;padding:.5rem}}.modal_button{cursor:pointer;color:#fff;background:#002950;border:none;border-radius:15px;height:50px;margin:20px 10px;padding:13px 25px;font-size:.8rem;font-weight:500;transition:all .25s}.modal_button_header{cursor:pointer;color:#fff;background:#002950;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-weight:500;display:flex}.main_testeDetails{background-color:#e7f3f6;justify-content:center;min-height:100vh;padding:20px;display:flex}.main_testeDetails .pagecontainer{width:100%;max-width:1200px}.main_testeDetails .pagecontainer button{cursor:pointer;border-radius:15px;margin:20px 10px;padding:13px 25px;font-weight:500}.main_testeDetails .pagecontainer .loading-container{flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex}.main_testeDetails .pagecontainer .loading-container .spinner{border:5px solid #ffffff1a;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;animation:1s ease-in-out infinite spin}.main_testeDetails .pagecontainer .equipment-info-panel{background-color:#002950;border-radius:8px;margin-bottom:20px;padding:20px;box-shadow:0 4px 6px #0000001a}.main_testeDetails .pagecontainer .equipment-info-panel h2{color:#fff;text-align:center;border-bottom:1px solid #3a3a3a;margin-top:0;padding-bottom:10px}.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card{background-color:#e7f3f6;border-radius:6px;padding:15px}.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card h3{color:#000;text-align:center;margin-top:0}.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card .latest-values-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:15px;display:grid}.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card .latest-values-grid .metric-card{text-align:center;background-color:#002950;border-radius:6px;padding:15px;transition:all .3s}.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card .latest-values-grid .metric-card .metric-title{color:#fff;margin-bottom:8px;font-size:1rem}.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card .latest-values-grid .metric-card .metric-value{color:#fff;font-size:1.5rem;font-weight:700}.main_testeDetails .pagecontainer .tabs-container{margin-top:20px}.main_testeDetails .pagecontainer .tabs-container .tabs{justify-content:center;gap:5px;margin-bottom:15px;display:flex}.main_testeDetails .pagecontainer .tabs-container .tabs .tab-button{color:#000;cursor:pointer;background-color:#3498db;border:none;border-radius:6px 6px 0 0;padding:12px 20px;font-size:14px;font-weight:500;transition:all .2s}.main_testeDetails .pagecontainer .tabs-container .tabs .tab-button:hover,.main_testeDetails .pagecontainer .tabs-container .tabs .tab-button.active{color:#fff;background-color:#002950}.main_testeDetails .pagecontainer .tabs-container .charts-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.main_testeDetails .pagecontainer .tabs-container .charts-grid .chart-container{background-color:#2a2a2a;border-radius:8px;padding:15px;transition:all .3s;box-shadow:0 4px 6px #0000001a}.main_searchPredios{flex-direction:column;align-items:center;min-height:100vh;padding:3rem 1.5rem;display:flex}.main_searchPredios .page-title{letter-spacing:-.025em;color:#000;margin-bottom:2.5rem;font-size:2rem;font-weight:700}.main_searchPredios .search-container{width:100%;max-width:650px;margin-bottom:3rem}.main_searchPredios .search-container .field label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem;font-size:.875rem}.main_searchPredios .search-container .field .input-wrapper{background:#fff;border-radius:1rem;gap:.75rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.main_searchPredios .search-container .field .input-wrapper:focus-within{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.main_searchPredios .search-container .field .input-wrapper .search-input{background:0 0;border:none;flex:1;padding:.75rem 1rem;font-size:1rem}.main_searchPredios .search-container .field .input-wrapper .search-input:focus{outline:none}.main_searchPredios .search-container .field .input-wrapper .search-btn{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.main_searchPredios .search-container .field .input-wrapper .search-btn:hover{filter:brightness(1.1);transform:scale(1.02)}.main_searchPredios .results-section{width:100%;max-width:1100px;animation:.5s ease-out fadeIn}.main_searchPredios .results-section .results-container,.main_searchPredios .results-section .building-details{background:#fff;border:1px solid #00000008;border-radius:1.25rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.main_searchPredios .results-section .results-container .section-title,.main_searchPredios .results-section .building-details .section-title{color:#000;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;display:flex}.main_searchPredios .results-section .results-container .section-title:before,.main_searchPredios .results-section .building-details .section-title:before{content:"";background:#002950;border-radius:2px;width:4px;height:1.25rem}.main_searchPredios .results-section .results-container .table-container,.main_searchPredios .results-section .building-details .table-container{border:none}.main_searchPredios .results-section .results-container .table-container table,.main_searchPredios .results-section .building-details .table-container table{text-align:center;width:100%}.main_searchPredios .results-section .results-container .table-container table th,.main_searchPredios .results-section .building-details .table-container table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:0 0;border-bottom:1px solid #f1f5f9;padding:1rem;font-size:.75rem}.main_searchPredios .results-section .results-container .table-container table td,.main_searchPredios .results-section .building-details .table-container table td{color:#334155;border-bottom:1px solid #f8fafc;padding:1.25rem 1rem;font-size:.935rem}.main_searchPredios .results-section .results-container .table-container table tbody tr:last-child td,.main_searchPredios .results-section .building-details .table-container table tbody tr:last-child td{border-bottom:none}.main_searchPredios .results-section .results-container .table-container table tbody tr:hover,.main_searchPredios .results-section .building-details .table-container table tbody tr:hover{background-color:#f8fafc}.main_searchPredios .results-section .results-container .table-container table tbody tr.selected-row,.main_searchPredios .results-section .building-details .table-container table tbody tr.selected-row{background-color:#0029500a}.main_searchPredios .results-section .results-container .table-container table tbody tr.selected-row td,.main_searchPredios .results-section .building-details .table-container table tbody tr.selected-row td{color:#002950;font-weight:500}.main_searchPredios .results-section .results-container .select-btn,.main_searchPredios .results-section .building-details .select-btn{color:#475569;background:#f1f5f9;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem}.main_searchPredios .results-section .results-container .select-btn:hover,.main_searchPredios .results-section .building-details .select-btn:hover{color:#fff;background:#002950}@media (max-width:768px){.main_searchPredios{padding:1.5rem 1rem}.main_searchPredios .search-container .input-wrapper{border-radius:1.25rem;flex-direction:column;padding:.75rem}.main_searchPredios .search-container .input-wrapper .search-btn{width:100%}.main_searchPredios .results-section .results-container,.main_searchPredios .results-section .building-details{padding:1.25rem}.main_searchPredios .results-section .results-container .table-container,.main_searchPredios .results-section .building-details .table-container{display:none}.main_searchPredios .results-section .results-container .mobile-view,.main_searchPredios .results-section .building-details .mobile-view{gap:1rem;display:grid}.main_searchPredios .results-section .results-container .mobile-view .mobile-card,.main_searchPredios .results-section .building-details .mobile-view .mobile-card{box-shadow:none;background:#fcfcfd;border:1px solid #f1f5f9;border-radius:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.main_searchPredios .results-section .results-container .mobile-view .mobile-card.selected,.main_searchPredios .results-section .building-details .mobile-view .mobile-card.selected{background:#fff;border-color:#002950;box-shadow:0 4px 12px #00295014}.main_searchPredios .results-section .results-container .mobile-view .mobile-card .mobile-row,.main_searchPredios .results-section .building-details .mobile-view .mobile-card .mobile-row{border:none;justify-content:space-between;margin-bottom:.5rem;display:flex}.main_searchPredios .results-section .results-container .mobile-view .mobile-card .mobile-row .mobile-label,.main_searchPredios .results-section .building-details .mobile-view .mobile-card .mobile-row .mobile-label{color:#94a3b8;text-transform:uppercase;font-size:.75rem}.main_searchPredios .results-section .results-container .mobile-view .mobile-card .mobile-row .mobile-value,.main_searchPredios .results-section .building-details .mobile-view .mobile-card .mobile-row .mobile-value{text-align:right;font-size:.9rem;font-weight:500}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main_permissions{max-width:1200px;margin:0 auto;padding:1.5rem}.main_permissions h1{color:#333;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.main_permissions .loading_container{justify-content:center;align-items:center;width:100%;height:200px;display:flex}.main_permissions .error_message{color:#c53030;background-color:#fde8e8;border:1px solid #f8b4b4;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1rem}.main_permissions .table_container{border-radius:.375rem;overflow-x:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.main_permissions .table_container table{border-collapse:collapse;background-color:#fff;min-width:100%}.main_permissions .table_container table thead tr{background-color:#f3f4f6}.main_permissions .table_container table thead tr th{text-align:left;color:#4b5563;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-weight:600}.main_permissions .table_container table tbody tr{transition:background-color .2s}.main_permissions .table_container table tbody tr:hover{background-color:#f9fafb}.main_permissions .table_container table tbody tr td{color:#374151;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.main_permissions .table_container table tbody tr td.empty_message{text-align:center;color:#6b7280;padding:2rem}.main_permissions .table_container table tbody tr .action_button{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:.25rem;padding:.5rem 1rem;font-weight:600;transition:background-color .2s}.main_permissions .table_container table tbody tr .action_button:hover{background-color:#2563eb}.main_permissions .table_container table tbody tr .action_button:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.main_permissions .table_container table tbody tr:last-child td{border-bottom:none}.main_permissions .search_container{gap:1rem;margin-bottom:1.5rem;display:flex}.main_permissions .search_container input{border:1px solid #d1d5db;border-radius:.375rem;flex:1;padding:.625rem}.main_permissions .search_container input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f640}.main_permissions .search_container button{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:.375rem;padding:.625rem 1rem;font-weight:500}.main_permissions .search_container button:hover{background-color:#2563eb}.main_permissions .pagination{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.main_permissions .pagination button{color:#4b5563;background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;padding:.375rem .75rem}.main_permissions .pagination button:hover:not(:disabled){background-color:#f3f4f6}.main_permissions .pagination button:disabled{opacity:.5;cursor:not-allowed}.main_permissions .pagination button.active{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.main_permission_user{background-color:#f9f9f9;border-radius:8px;max-width:1200px;margin:0 auto;padding:20px;box-shadow:0 4px 6px #0000001a}.main_permission_user h2{text-align:center;color:#000;margin-bottom:30px;font-size:2rem}.main_permission_user form{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;display:grid}.main_permission_user form .application_block{background-color:#fff;border-radius:8px;height:fit-content;padding:15px;box-shadow:0 4px 6px #0000001a}.main_permission_user form .application_block .application_title{color:#002950;text-transform:uppercase;border-bottom:2px solid #ddd;margin-bottom:15px;padding-bottom:5px;font-size:1.2rem;font-weight:700}.main_permission_user form .application_block .permissions_list{flex-direction:column;gap:12px;display:flex}.main_permission_user form .application_block .permissions_list .container_checkbox{cursor:pointer;background-color:#fafafa;border:1px solid #ddd;border-radius:6px;align-items:center;padding:12px;transition:all .2s;display:flex}.main_permission_user form .application_block .permissions_list .container_checkbox:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 2px 4px #0000000d}.main_permission_user form .application_block .permissions_list .container_checkbox label{color:#444;align-items:center;width:100%;font-size:1rem;display:flex}.main_permission_user form .application_block .permissions_list .container_checkbox input[type=checkbox]{accent-color:#002950;width:18px;height:18px;margin-right:10px}.main_permission_user .loading-message{text-align:center;color:#888;font-size:1.2rem}@media (max-width:768px){.main_permission_user form{grid-template-columns:1fr}}.main_permission_user .message{text-align:center;border-radius:6px;margin-bottom:20px;padding:12px;font-weight:500}.main_permission_user .message.success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb}.main_permission_user .message.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.main_permission_user .actions_container{grid-column:1/-1;justify-content:center;margin-top:30px;display:flex}.main_permission_user .actions_container .reset_password_button{color:#fff;cursor:pointer;background-color:red;border:none;border-radius:6px;padding:12px 24px;font-size:1rem;font-weight:500;transition:background-color .3s}.main_permission_user .actions_container .reset_password_button:hover:not(:disabled){background-color:#d92b00}.main_permission_user .actions_container .reset_password_button:disabled{cursor:not-allowed;opacity:.7;background-color:#ccc}.main_permission_user .actions_container .save_button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:6px;padding:12px 24px;font-size:1rem;font-weight:500;transition:background-color .3s}.main_permission_user .actions_container .save_button:hover:not(:disabled){background-color:#0069d9}.main_permission_user .actions_container .save_button:disabled{cursor:not-allowed;opacity:.7;background-color:#ccc}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;position:fixed;inset:0}.modal-overlay .modal-content{background-color:#fff;border-radius:8px;flex-direction:column;width:90%;max-height:90vh;display:flex;position:relative;box-shadow:0 4px 6px #0000001a}.modal-overlay .modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.modal-overlay .modal-header h2{color:#333;margin:0;font-size:1.5rem}.modal-overlay .close-button{cursor:pointer;color:#666;background:0 0;border:none;padding:0;font-size:24px;transition:color .2s}.modal-overlay .close-button:hover{color:#333}.modal-overlay .modal-body{flex:1;padding:20px;overflow-y:auto}.modal-overlay .modal-body .filtro-container{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.modal-overlay .modal-body .filtro-container label{font-size:.9rem;font-weight:500}.modal-overlay .modal-body .filtro-container select{cursor:pointer;border:1px solid #ccc;border-radius:6px;padding:.3rem .5rem;font-size:.9rem}.modal-overlay .modal-footer{background-color:#fff;border-top:1px solid #eee;justify-content:flex-end;padding:20px;display:flex}.modal-overlay .close-button-footer{color:#fff;cursor:pointer;background-color:#f44336;border:none;border-radius:4px;padding:10px 20px;font-size:14px;transition:background-color .2s}.modal-overlay .close-button-footer:hover{background-color:#d32f2f}.modal-overlay .os-list{flex-direction:column;gap:20px;display:flex}.modal-overlay .os-item{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:20px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000000d}.modal-overlay .os-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.modal-overlay .os-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.modal-overlay .os-header h3{color:#333;margin:0;font-size:1.2rem}.modal-overlay .os-dates{color:#666;gap:20px;font-size:.9rem;display:flex}.modal-overlay .os-details{flex-direction:column;gap:12px;display:flex}.modal-overlay .os-details p{margin:0;line-height:1.5}.modal-overlay .os-details strong{color:#444;margin-right:8px}.modal-overlay .os-fechamento{background-color:#f8f9fa;border-radius:6px;margin-top:15px;padding:15px}.modal-overlay .os-fechamento strong{margin-bottom:8px;display:block}.modal-signal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-signal .modal-content{background-color:#fff;border-radius:8px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;padding:20px;display:flex;position:relative}.modal-signal .modal-content .modal-close{cursor:pointer;color:#666;z-index:1;background:0 0;border:none;padding:5px;font-size:1.2rem;position:absolute;top:10px;right:10px}.modal-signal .modal-content .modal-close:hover{color:#333}.modal-signal .modal-content .chart-container{width:100%;height:500px;margin-top:20px}.main_historicoSinal{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.main_historicoSinal .field{flex-direction:column;gap:.5rem;width:100%;max-width:600px;display:flex}.main_historicoSinal .field label{color:#111827;font-size:1rem;font-weight:600}.main_historicoSinal .field .search-input,.main_historicoSinal .field .selectSearch{color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.main_historicoSinal .field .search-input:focus,.main_historicoSinal .field .selectSearch:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb4d}.main_historicoSinal .field button{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:.375rem;margin-top:.5rem;padding:.75rem;font-weight:500;transition:background-color .2s}.main_historicoSinal .field button:hover{background-color:#1d4ed8}.main_historicoSinal .field .selected-cto{margin-top:1rem}.main_historicoSinal .field .selected-cto .selected-info{background-color:#2b5ab9;border-left:4px solid #002950;border-radius:.375rem;padding:1rem}.main_historicoSinal .field .selected-cto .selected-info h3{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.main_historicoSinal .field .selected-cto .selected-info p{color:#4b5563;margin:.5rem 0}.main_historicoSinal .field .selected-cto .selected-info .selected-card{margin-bottom:13px}.main_historicoSinal .modal_search{justify-content:center;align-items:center;width:100%;display:flex}.main_historicoSinal .modal_search .centered_search{background-color:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;padding:1.5rem;overflow-y:auto;box-shadow:0 4px 10px #0003}.main_historicoSinal .modal_search .centered_search .modalHeader_search{border-bottom:1px solid #e5e7eb;justify-content:center;padding-bottom:1rem;display:flex}.main_historicoSinal .modal_search .centered_search .modalHeader_search .heading_search{color:#111827;font-size:1.25rem;font-weight:600}.main_historicoSinal .modal_search .centered_search .modalContent_search{max-height:70vh;padding-top:1rem;overflow-x:auto}.main_historicoSinal .modal_search .centered_search .modalContent_search .table-container_search{border-collapse:collapse;width:100%}.main_historicoSinal .modal_search .centered_search .modalContent_search .table-container_search th,.main_historicoSinal .modal_search .centered_search .modalContent_search .table-container_search td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.main_historicoSinal .modal_search .centered_search .modalContent_search .table-container_search th{color:#111827;z-index:10;background-color:#f3f4f6;font-weight:600;position:sticky;top:0}.main_historicoSinal .modal_search .centered_search .modalContent_search .table-container_search .table-modal_search tr:hover{background-color:#f9fafb}.main_historicoSinal .tabs{border-bottom:1px solid #d1d5db;width:100%;margin-bottom:1rem;display:flex}.main_historicoSinal .tabs .tab-button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.main_historicoSinal .tabs .tab-button.active{color:#fff;background-color:#002950;font-weight:600}.main_historicoSinal .tabs .tab-button:hover:not(.active){color:#fff}.main_historicoSinal .results-container{margin-top:1rem}.main_historicoSinal .results-list{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.main_historicoSinal .results-list .result-card{cursor:pointer;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background-color .2s;display:flex}.main_historicoSinal .results-list .result-card:last-child{border-bottom:none}.main_historicoSinal .results-list .result-card:hover{background-color:#f3f4f6}.main_historicoSinal .results-list .result-card.selected{background-color:#0029501a;border-left:3px solid #002950}.main_historicoSinal .results-list .result-card .result-content h3{color:#111827;margin:0;font-size:1rem;font-weight:600}.main_historicoSinal .results-list .result-card .result-content p{color:#000;margin:.25rem 0 0;font-size:.875rem}.main_historicoSinal .results-list .result-card .select-indicator{color:#002950;font-size:.875rem;font-weight:500}.main_historicoSinal .results-list .no-results{text-align:center;color:#6b7280;padding:1rem}.main_historicoSinal .selected-cto{margin-top:1rem}.main_historicoSinal .selected-cto .selected-info{background-color:#2b5ab9;border-left:4px solid #002950;border-radius:.375rem;padding:1rem}.main_historicoSinal .selected-cto .selected-info h3{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.main_historicoSinal .selected-cto .selected-info p{color:#4b5563;margin:.5rem 0}.main_historicoSinal .selected-cto .selected-info .selected-card{margin-bottom:13px}.main_historicoSinal .loading-overlay{z-index:50;background-color:#fffc;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.main_historicoSinal .loading-overlay .spinner{border:4px solid #f3f4f6;border-top-color:#002950;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.main_localizacaoCTO{flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.main_localizacaoCTO .field{flex-direction:column;gap:.5rem;width:100%;max-width:600px;display:flex}.main_localizacaoCTO .field .map-container{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;padding:1rem}.main_localizacaoCTO .field label{color:#111827;font-size:1rem;font-weight:600}.main_localizacaoCTO .field .search-input,.main_localizacaoCTO .field .selectSearch{color:#374151;border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.main_localizacaoCTO .field .search-input:focus,.main_localizacaoCTO .field .selectSearch:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb4d}.main_localizacaoCTO .field button{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:.375rem;margin-top:.5rem;padding:.75rem;font-weight:500;transition:background-color .2s}.main_localizacaoCTO .field button:hover{background-color:#1d4ed8}.main_localizacaoCTO .modal_search{justify-content:center;align-items:center;width:100%;display:flex}.main_localizacaoCTO .modal_search .centered_search{background-color:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;padding:1.5rem;overflow-y:auto;box-shadow:0 4px 10px #0003}.main_localizacaoCTO .modal_search .centered_search .modalHeader_search{border-bottom:1px solid #e5e7eb;justify-content:center;padding-bottom:1rem;display:flex}.main_localizacaoCTO .modal_search .centered_search .modalHeader_search .heading_search{color:#111827;font-size:1.25rem;font-weight:600}.main_localizacaoCTO .modal_search .centered_search .modalContent_search{max-height:70vh;padding-top:1rem;overflow-x:auto}.main_localizacaoCTO .modal_search .centered_search .modalContent_search .table-container_search{border-collapse:collapse;width:100%}.main_localizacaoCTO .modal_search .centered_search .modalContent_search .table-container_search th,.main_localizacaoCTO .modal_search .centered_search .modalContent_search .table-container_search td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.main_localizacaoCTO .modal_search .centered_search .modalContent_search .table-container_search th{color:#111827;z-index:10;background-color:#f3f4f6;font-weight:600;position:sticky;top:0}.main_localizacaoCTO .modal_search .centered_search .modalContent_search .table-container_search .table-modal_search tr:hover{background-color:#f9fafb}.main_localizacaoCTO .tabs{border-bottom:1px solid #d1d5db;width:100%;margin-bottom:1rem;display:flex}.main_localizacaoCTO .tabs .tab-button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:3px solid #0000;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.main_localizacaoCTO .tabs .tab-button.active{color:#fff;background-color:#002950;font-weight:600}.main_localizacaoCTO .tabs .tab-button:hover:not(.active){color:#fff}.main_localizacaoCTO .results-container{margin-top:1rem}.main_localizacaoCTO .results-list{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.main_localizacaoCTO .results-list .result-card{cursor:pointer;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background-color .2s;display:flex}.main_localizacaoCTO .results-list .result-card:last-child{border-bottom:none}.main_localizacaoCTO .results-list .result-card:hover{background-color:#f3f4f6}.main_localizacaoCTO .results-list .result-card.selected{background-color:#0029501a;border-left:3px solid #002950}.main_localizacaoCTO .results-list .result-card .result-content h3{color:#111827;margin:0;font-size:1rem;font-weight:600}.main_localizacaoCTO .results-list .result-card .result-content p{color:#000;margin:.25rem 0 0;font-size:.875rem}.main_localizacaoCTO .results-list .result-card .select-indicator{color:#002950;font-size:.875rem;font-weight:500}.main_localizacaoCTO .results-list .no-results{text-align:center;color:#6b7280;padding:1rem}.main_localizacaoCTO .field .selected-cto{margin-top:1rem}.main_localizacaoCTO .field .selected-cto .selected-info{background-color:red;border-left:4px solid #002950;border-radius:.375rem;padding:1rem}.main_localizacaoCTO .field .selected-cto .selected-info h3{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.main_localizacaoCTO .field .selected-cto .selected-info p{color:#4b5563;margin:.5rem 0}.main_localizacaoCTO .field .selected-cto .selected-info .selected-card{margin-bottom:13px}.main_localizacaoCTO .loading-overlay{z-index:50;background-color:#fffc;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.main_localizacaoCTO .loading-overlay .spinner{border:4px solid #f3f4f6;border-top-color:#002950;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.main_profile{background-color:#f9fafb;flex-direction:column;align-items:center;min-height:calc(100vh - 60px);padding:2.5rem 1.5rem;display:flex}.main_profile .profile-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;max-width:700px;padding:2rem;box-shadow:0 4px 10px #0000000d}.main_profile .profile-container h1{color:#111827;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.75rem;font-weight:600}.main_profile .profile-card{flex-direction:column;gap:1.5rem;display:flex}.main_profile .profile-info{flex-direction:column;gap:1.25rem;display:flex}.main_profile .profile-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.main_profile .profile-header .avatar{color:#fff;background-color:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:600;display:flex}.main_profile .profile-header h2{color:#111827;margin:0;font-size:1.5rem;font-weight:600}.main_profile .info-group{border-bottom:1px solid #f3f4f6;grid-template-columns:150px 1fr;align-items:center;padding:.75rem 0;display:grid}.main_profile .info-group:last-of-type{margin-bottom:1rem}.main_profile .info-group label{color:#4b5563;font-size:1rem;font-weight:1000}.main_profile .info-group p{color:#111827;margin:0;font-size:1rem}.main_profile .edit-button{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:.375rem;align-self:flex-start;margin-top:.5rem;padding:.625rem 1.25rem;font-weight:500;transition:background-color .2s}.main_profile .edit-button:hover{background-color:#4338ca}.main_profile .edit-form{flex-direction:column;gap:1.25rem;display:flex}.main_profile .edit-form .form-group{flex-direction:column;gap:.5rem;display:flex}.main_profile .edit-form .form-group label{color:#4b5563;font-size:.875rem;font-weight:500}.main_profile .edit-form .form-group input{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.75rem;font-size:.95rem}.main_profile .edit-form .form-group input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 2px #4f46e533}.main_profile .edit-form .button-group{gap:1rem;margin-top:.5rem;display:flex}.main_profile .edit-form .button-group .save-button{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:.375rem;padding:.625rem 1.25rem;font-weight:500;transition:background-color .2s}.main_profile .edit-form .button-group .save-button:hover{background-color:#4338ca}.main_profile .edit-form .button-group .cancel-button{color:#4b5563;cursor:pointer;background-color:#0000;border:1px solid #d1d5db;border-radius:.375rem;padding:.625rem 1.25rem;font-weight:500;transition:all .2s}.main_profile .edit-form .button-group .cancel-button:hover{background-color:#f3f4f6}.main_routesbackbone{border-radius:8px;flex-direction:column;gap:20px;max-width:1200px;margin:20px auto;padding:20px;display:flex}.main_routesbackbone .header-routes{flex-direction:column;width:90%;display:flex}.main_routesbackbone .routes-header h2{text-align:center;font-size:1.5rem;font-weight:700}.main_routesbackbone .routes-form{flex-direction:column;gap:16px;display:flex}.main_routesbackbone .form-group-olt{gap:1rem;width:90%;display:flex}.main_routesbackbone .form-group-olt .form-group{flex-direction:column;gap:6px;width:50%;display:flex}.main_routesbackbone .input-field{border:1px solid #ccc;border-radius:6px;width:100%;padding:10px;font-size:.95rem}.main_routesbackbone .input-field:focus{border-color:#0059ff;outline:none}.main_routesbackbone .points-container{flex-direction:column;gap:10px;display:flex}.main_routesbackbone .point-row{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:600px){.main_routesbackbone .point-row{grid-template-columns:1fr 1fr}}.main_routesbackbone .btn-primary,.main_routesbackbone .btn-secondary{cursor:pointer;border-radius:6px;width:fit-content;padding:10px 14px;font-size:.95rem;font-weight:600;transition:all .2s}.main_routesbackbone .btn-primary{color:#fff;background:#0059ff;border:none}.main_routesbackbone .btn-primary:hover{background:#0046c2}.main_routesbackbone .btn-secondary{background:#e7e7e7;border:1px solid #ccc}.main_routesbackbone .btn-secondary:hover{background:#d6d6d6}:hover.icon{cursor:pointer}.panelCTO-modal-wrapper .panelCTO-modal-overlay{z-index:2001;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.panelCTO-modal-wrapper .panelCTO-modal-content{background:#fff;border-radius:8px;flex-direction:column;width:95%;height:98%;display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00000080}.panelCTO-modal-wrapper .panelCTO-modal-header{color:#fff;background:#002950;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.panelCTO-modal-wrapper .panelCTO-modal-header .panelCTO-modal-actions{align-items:center;gap:.5rem;display:flex}.panelCTO-modal-wrapper .panelCTO-modal-header .panelCTO-modal-actions .refresh-button{color:#000;cursor:pointer;background-color:#76867b;border:none;border-radius:4px;margin-right:50px;padding:10px;transition:background .2s ease-in-out}.panelCTO-modal-wrapper .panelCTO-modal-header .panelCTO-modal-actions .refresh-button:hover{color:#fff;background-color:#1e40af}.panelCTO-modal-wrapper .panelCTO-modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.panelCTO-modal-wrapper .close-button{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.8rem;line-height:1;transition:color .2s}.panelCTO-modal-wrapper .close-button:hover{color:#01bab4}.panelCTO-modal-wrapper .panelCTO-modal-body{flex-grow:1;padding:1rem 1.5rem;overflow-y:auto}.panelCTO-modal-wrapper .mobile-modal-body{flex-grow:1;padding:1rem;display:none;overflow-y:auto}.panelCTO-modal-wrapper .panelCTO-modal-footer{background:#f1f1f1;border-top:1px solid #ddd;justify-content:flex-end;gap:1rem;padding:1rem;display:flex}.panelCTO-modal-wrapper .panelCTO-modal-footer button{cursor:pointer;color:#fff;background:#1e40af;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:700;transition:background .2s ease-in-out}.panelCTO-modal-wrapper .panelCTO-modal-footer button:hover{background:#019e9a}.panelCTO-modal-wrapper .panelCTO-modal-footer button:first-of-type{color:#333;background:#ccc}.panelCTO-modal-wrapper .panelCTO-modal-footer button:first-of-type:hover{background:#aaa}.panelCTO-modal-wrapper .table-container{background:#fff;border-radius:8px;width:100%;margin-top:1rem;overflow-x:auto}.panelCTO-modal-wrapper .table-container .grouped-signals-section{background:#fff;border-left:6px solid #033331;border-right:6px solid #002950;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;box-shadow:0 4px 12px #00000014}.panelCTO-modal-wrapper .table-container .grouped-signals-section h3{color:#214b28;letter-spacing:.3px;margin:0 0 1rem;font-size:1.3rem;font-weight:600}.panelCTO-modal-wrapper .table-container .grouped-signals-section h4{color:#444;border-bottom:2px solid #eee;margin:1.5rem 0 1rem;padding-bottom:.3rem;font-size:1.15rem;font-weight:500}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card-grid{flex-wrap:wrap;gap:1rem;max-height:260px;padding-right:8px;display:flex;overflow-y:auto}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card{background:linear-gradient(135deg,#f9f9f9 0%,#f1f1f1 100%);border-left:5px solid #01bab4;border-radius:10px;flex-direction:column;min-width:200px;max-width:260px;height:fit-content;padding:.9rem 1rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 3px 8px #0000001f}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card:hover{transform:translateY(-3px);box-shadow:0 6px 14px #0000002e}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card strong{color:#222;margin-bottom:.6rem;font-size:1rem;font-weight:600}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card ul{flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card li{box-sizing:border-box;color:#555;border-left:3px solid #ccc;width:50%;padding:2px 8px;font-size:.85rem}.panelCTO-modal-wrapper .table-container .grouped-signals-section .card.warning{background:linear-gradient(135deg,#fff5f5 0%,#ffecec 100%);border-left-color:#ff4d4d}.panelCTO-modal-wrapper .table-container table{border-collapse:collapse;border-radius:10px;width:100%;min-width:90%;font-size:.9rem}.panelCTO-modal-wrapper .table-container table thead{background-color:#f4f4f4}.panelCTO-modal-wrapper .table-container table thead th{resize:both;text-align:left;color:#333;border-bottom:1px solid #ddd;padding:.75rem 1rem;font-weight:600;overflow:auto}.panelCTO-modal-wrapper .table-container table tbody tr{transition:background .2s ease-in-out}.panelCTO-modal-wrapper .table-container table tbody tr:hover{background-color:#f9f9f9}.panelCTO-modal-wrapper .table-container table tbody td{color:#444;word-break:break-word;border-bottom:1px solid #eee;padding:.75rem 1rem}.panelCTO-modal-wrapper .table-container table button{color:#000;cursor:pointer;background-color:#0000;border:none;font-weight:500;transition:color .2s}.panelCTO-modal-wrapper .table-container table button:hover{color:#4338ca}.panelCTO-modal-wrapper .mobile-cards-container{flex-direction:column;gap:1rem;padding:1rem;display:flex}.panelCTO-modal-wrapper .mobile-client-card{background-color:#fff;border:1px solid #ccc;border-radius:12px;padding:.8rem;transition:all .3s;box-shadow:0 2px 6px #0000000d}.panelCTO-modal-wrapper .mobile-client-card .card-header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.panelCTO-modal-wrapper .mobile-client-card .card-header .client-main-info{flex-direction:column;gap:4px;display:flex}.panelCTO-modal-wrapper .mobile-client-card .card-header .client-main-info .client-name{font-size:1rem;font-weight:700}.panelCTO-modal-wrapper .mobile-client-card .card-header .client-main-info .connection-code{color:#555;font-size:.9rem}.panelCTO-modal-wrapper .mobile-client-card .card-header .card-header-right{align-items:center;gap:.5rem;display:flex}.panelCTO-modal-wrapper .mobile-client-card .card-header .card-header-right .status-badge{color:#fff;border-radius:8px;padding:2px 8px;font-size:.75rem;font-weight:500}.panelCTO-modal-wrapper .mobile-client-card .card-header .card-header-right .status-badge.active{background-color:#01bab4}.panelCTO-modal-wrapper .mobile-client-card .card-header .card-header-right .status-badge.inactive{background-color:#e74c3c}.panelCTO-modal-wrapper .mobile-client-card .card-header .card-header-right .arrow{-webkit-user-select:none;user-select:none;font-size:1.2rem;transition:transform .2s}.panelCTO-modal-wrapper .mobile-client-card .card-content{border-top:1px solid #e0e0e0;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.5rem;display:flex}.panelCTO-modal-wrapper .mobile-client-card .card-content .info-row{justify-content:space-between;font-size:.9rem;display:flex}.panelCTO-modal-wrapper .mobile-client-card .card-content .info-row .label{color:#555;font-weight:500}.panelCTO-modal-wrapper .mobile-client-card .card-content .info-row .value{color:#222}.panelCTO-modal-wrapper .mobile-client-card .card-actions{justify-content:flex-end;margin-top:.8rem;display:flex}.panelCTO-modal-wrapper .mobile-client-card .verify-tooltip{color:#f39c12;font-weight:700}@media (max-width:768px){.panelCTO-modal-wrapper .panelCTO-modal-content{border-radius:0;width:100%;height:100%}.panelCTO-modal-wrapper .panelCTO-modal-header{padding:.75rem 1rem}.panelCTO-modal-wrapper .panelCTO-modal-header h2{font-size:1.25rem}.panelCTO-modal-wrapper .panelCTO-modal-body{display:none}.panelCTO-modal-wrapper .mobile-modal-body{flex-direction:column;display:flex}.panelCTO-modal-wrapper .grouped-signals-section .div-grid{display:none}.panelCTO-modal-wrapper .grouped-signals-section h3{text-align:center;background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:1rem}.panelCTO-modal-wrapper .panelCTO-modal-footer{padding:.75rem 1rem}}@media (max-width:480px){.panelCTO-modal-wrapper .mobile-client-card{padding:.75rem}.panelCTO-modal-wrapper .mobile-client-card .card-header .client-name{font-size:1rem}.panelCTO-modal-wrapper .mobile-client-card .card-content .info-row .label{font-size:.8rem}.panelCTO-modal-wrapper .mobile-client-card .card-content .info-row .value{font-size:.85rem}}.onu-details{flex-direction:column;gap:2rem;max-height:calc(90vh - 120px);padding-right:8px;display:flex;overflow-y:auto}@media (max-width:768px){.onu-details{gap:1.5rem;max-height:calc(85vh - 100px);padding-right:4px}}@media (max-width:480px){.onu-details{gap:1rem;max-height:calc(90vh - 80px);padding-right:4px}}.onu-details::-webkit-scrollbar{width:6px}.onu-details::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.onu-details::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.onu-details::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.onu-details .administrative-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}@media (max-width:768px){.onu-details .administrative-details{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.onu-details .administrative-details{grid-template-columns:1fr;gap:1rem}}.onu-details .administrative-details>div{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}@media (max-width:768px){.onu-details .administrative-details>div{padding:1rem}}@media (max-width:480px){.onu-details .administrative-details>div{padding:.75rem}}.onu-details .administrative-details>div:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.onu-details .administrative-details>div h3{color:#495057;border-bottom:2px solid #007bff;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}@media (max-width:768px){.onu-details .administrative-details>div h3{margin-bottom:.75rem;font-size:1.1rem}}@media (max-width:480px){.onu-details .administrative-details>div h3{text-align:center;margin-bottom:.5rem;font-size:1rem}}.onu-details .administrative-details>div p{margin:.5rem 0;font-size:.95rem;line-height:1.4}@media (max-width:768px){.onu-details .administrative-details>div p{margin:.4rem 0}}@media (max-width:480px){.onu-details .administrative-details>div p{flex-direction:column;align-items:flex-start;margin:.3rem 0;font-size:.9rem;display:flex}}.onu-details .administrative-details>div p strong{color:#495057;min-width:120px;font-weight:600;display:inline-block}@media (max-width:768px){.onu-details .administrative-details>div p strong{min-width:100px}}@media (max-width:480px){.onu-details .administrative-details>div p strong{min-width:auto;margin-bottom:.25rem;font-size:.85rem}}.onu-details .section-quedas .section-aviso{display:flex}.onu-details .section-quedas .section-aviso button{max-height:40px;margin:10px}.onu-details .section-quedas .aviso-balao{color:#92400e;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:8px;max-width:400px;margin-bottom:1rem;padding:1rem 1.5rem;position:relative;box-shadow:0 2px 8px #0000001a}.onu-details .section-quedas .aviso-balao .close-button{color:#92400e;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:2px;right:2px}.onu-details .section-quedas .aviso-balao.hidden{display:none}.onu-details .section-quedas h3{color:#dc3545;border-bottom:2px solid #dc3545;margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}@media (max-width:768px){.onu-details .section-quedas h3{margin-bottom:1rem;font-size:1.25rem}.onu-details .section-quedas h3 .section-aviso{display:none}}@media (max-width:480px){.onu-details .section-quedas h3{text-align:center;margin-bottom:.75rem;font-size:1.1rem}}.onu-details .section-quedas .quedas-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.onu-details .section-quedas .quedas-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width:480px){.onu-details .section-quedas .quedas-container{grid-template-columns:1fr;gap:.75rem}}.onu-details .section-quedas .quedas-container .details-quedas{background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}@media (max-width:768px){.onu-details .section-quedas .quedas-container .details-quedas{padding:1rem}}@media (max-width:480px){.onu-details .section-quedas .quedas-container .details-quedas{text-align:left;padding:.75rem}}.onu-details .section-quedas .quedas-container .details-quedas:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc354526}.onu-details .section-quedas .quedas-container .details-quedas span{color:#c53030;margin-bottom:.25rem;font-size:.9rem;font-weight:600;display:block}@media (max-width:768px){.onu-details .section-quedas .quedas-container .details-quedas span{font-size:.85rem}}@media (max-width:480px){.onu-details .section-quedas .quedas-container .details-quedas span{margin-bottom:.5rem;font-size:.8rem}}.onu-details .section-quedas .quedas-container .details-quedas span strong{font-weight:700}@media (max-width:480px){.onu-details .section-quedas .quedas-container .details-quedas span strong{font-size:.8rem}}.onu-details .section-quedas .quedas-container .details-quedas p{color:#2d3748;margin:0 0 1rem;font-size:.95rem;font-weight:500}@media (max-width:768px){.onu-details .section-quedas .quedas-container .details-quedas p{margin-bottom:.75rem;font-size:.9rem}}@media (max-width:480px){.onu-details .section-quedas .quedas-container .details-quedas p{color:#1a202c;margin-bottom:1rem;font-size:.85rem;font-weight:600}}.onu-details .section-quedas .quedas-container .details-quedas p:last-child{margin-bottom:0}@media (max-width:480px){.onu-details .administrative-details>div p{text-align:center;align-items:center}.onu-details .administrative-details>div p strong{color:#007bff}.onu-details .section-quedas .section-aviso{display:none}.onu-details .section-quedas .quedas-container .details-quedas{text-align:center}.onu-details .section-quedas .quedas-container .details-quedas span{text-align:center;color:#dc3545;font-weight:700}.onu-details .section-quedas .quedas-container .details-quedas p{text-align:center;color:#2d3748;font-weight:700}}@media (min-width:481px) and (max-width:768px){.onu-details .administrative-details{grid-template-columns:repeat(2,1fr)}.onu-details .section-quedas .section-aviso{display:none}.onu-details .section-quedas .quedas-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px) and (orientation:landscape){.onu-details,.onu-details .administrative-details{gap:.75rem}.onu-details .administrative-details>div{padding:.5rem}.onu-details .administrative-details>div h3{margin-bottom:.5rem;font-size:.9rem}.onu-details .administrative-details>div p{margin:.2rem 0;font-size:.8rem}.onu-details .administrative-details>div p strong{font-size:.75rem}.onu-details .section-quedas h3{margin-bottom:.5rem;font-size:1rem}.onu-details .section-quedas .quedas-container{gap:.5rem}.onu-details .section-quedas .quedas-container .details-quedas{padding:.5rem}.onu-details .section-quedas .quedas-container .details-quedas span{margin-bottom:.25rem;font-size:.75rem}.onu-details .section-quedas .quedas-container .details-quedas p{margin-bottom:.5rem;font-size:.8rem}}@media (prefers-reduced-motion:reduce){.onu-details .administrative-details>div,.onu-details .section-quedas .quedas-container .details-quedas{transition:none}.onu-details .administrative-details>div:hover,.onu-details .section-quedas .quedas-container .details-quedas:hover{transform:none}}@media (prefers-color-scheme:dark){.onu-details .administrative-details>div{color:#e2e8f0;background-color:#2d3748;border-color:#4a5568}.onu-details .administrative-details>div h3{color:#90cdf4;border-bottom-color:#90cdf4}.onu-details .administrative-details>div p strong{color:#cbd5e0}.onu-details .section-quedas h3{color:#feb2b2;border-bottom-color:#feb2b2}.onu-details .section-quedas .quedas-container .details-quedas{color:#fed7d7;background-color:#742a2a;border-color:#c53030}.onu-details .section-quedas .quedas-container .details-quedas span{color:#feb2b2}.onu-details .section-quedas .quedas-container .details-quedas p{color:#f7fafc}}.cancelamento-form{background:#f9f9f9;border-radius:8px;width:100%;max-width:700px;margin:2rem auto;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.cancelamento-form__title{text-align:center;color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.cancelamento-form__form{flex-direction:column;align-items:flex-start;display:flex}.cancelamento-form__form label{margin:5px 5px 5px 2%}.cancelamento-form__form input,.cancelamento-form__form textarea{resize:vertical;border:1px solid #ccc;border-radius:4px;width:90%;margin-left:2%;padding:15px;font-size:1rem}.cancelamento-form__form input:focus,.cancelamento-form__form textarea:focus{border-color:#07c;outline:none;box-shadow:0 0 0 2px #07c3}.cancelamento-form__form textarea{min-height:80px}.cancelamento-form__button{color:#fff;cursor:pointer;background-color:#07c;border:none;border-radius:4px;margin-top:15px;margin-left:2%;padding:.75rem;font-weight:700;transition:background .2s}.cancelamento-form__button:hover{background-color:#005fa3}.agendamento-main{flex-direction:column;width:100%;display:flex}.agendamento-main .header{justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;display:flex}.agendamento-main .header .tabs{flex-grow:1}.agendamento-main .header .tabs .MuiTabs-root{min-height:48px}.agendamento-main .header .tabs .MuiTab-root{text-transform:none;margin:0 2px;padding:8px 12px}.agendamento-main .header .actions{flex-direction:row;gap:8px;display:flex}.agendamento-main .header .actions button{height:36px;padding:0 16px;font-weight:500}.agendamento-main .tab-content{background-color:#f8f9fa;border:1px solid #ddd;border-radius:8px;padding:12px}.agendamento-main .overlay{z-index:999;background-color:#0006;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.agendamento-main .drawer{z-index:2000;background-color:#e7f3f6;flex-direction:column;width:50vw;height:100vh;padding:24px;animation:.3s forwards slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-2px 0 10px #0003}.agendamento-main .drawer .drawerHeader{color:#002950;justify-content:space-between;align-items:center;display:flex}.agendamento-main .drawer .drawerHeader button{color:#002950;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.agendamento-main .drawer .form{border-radius:12px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.agendamento-main .drawer .form .fields-container{gap:1.5rem}@media (min-width:768px){.agendamento-main .drawer .form .fields-container{flex-flow:wrap;justify-content:space-between;align-items:center}.agendamento-main .drawer .form .fields-container .input-container .input{border:1px solid #ccc;border-radius:6px;width:100%;padding:.5rem}}.agendamento-main .drawer .form .button{color:#fff;cursor:pointer;background-color:#002950;border:none;border-radius:6px;align-self:center;padding:.75rem 1.5rem;font-weight:600;transition:background .3s}.agendamento-main .drawer .form .button:hover{background-color:#0056b3}@media (max-width:767px){.agendamento-main .drawer .form .button{align-self:stretch;width:100%}}.agendamento-main .redeem-table-container{width:100%;margin-bottom:50px;margin-left:auto;margin-right:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:768px){.modal-content{width:95%;margin:10px}.os-header{flex-direction:column;align-items:flex-start;gap:10px}.os-dates{flex-direction:column;gap:5px}.main_profile{padding:1.5rem 1rem}.main_profile .profile-container{padding:1.5rem}.main_profile .info-group{grid-template-columns:1fr;gap:.25rem}.main_profile .edit-form .button-group{flex-direction:column}}@media (max-width:480px){.modal-overlay .modal-content{width:100%;padding:10px}.modal-overlay .modal-content .chart-container{height:calc(100vh - 180px);min-height:250px;margin-top:10%}.main_profile{padding:1.5rem 1rem}.main_profile .profile-container{padding:1.5rem}.main_profile .info-group{grid-template-columns:1fr;gap:.25rem}.main_profile .edit-form .button-group{flex-direction:column}}@media (max-width:992px){.main_testeDetails .pagecontainer .tabs-container .charts-grid,.main_testeDetails .pagecontainer .equipment-info-panel .equipment-card .latest-values-grid{grid-template-columns:1fr}}@media only screen and (max-width:600px){.main_register{flex-direction:column;display:flex}.main_register .asideLeft{width:100%;height:50%}.main_register .asideRight{display:none}.main_register .form_register{width:80%;margin:10px auto}.main_ordem .form-container{grid-template-columns:1fr}.connection-details .connection-header .connection-card .connection-action .connection-action-item{display:none}}@media (max-width:640px){.main_ordem{padding:1rem}}.user-dropdown{display:inline-block;position:relative}.user-button{cursor:pointer;background-color:#333;border:none;border-radius:50%;padding:0}.user-avatar{border-radius:50%;width:40px;height:40px;display:block}.dropdown-menu{z-index:1000;background-color:#fff;border-radius:8px;width:255px;margin-top:10px;position:absolute;right:0;box-shadow:0 8px 16px #0000001a}.dropdown-menu ul li:hover{text-decoration:underline!important}.dropdown-header{box-sizing:border-box;border-bottom:1px solid #eee;max-width:100%;padding:12px}.dropdown-header .name{word-break:break-all;white-space:normal;overflow-wrap:break-word;margin:0;font-weight:700}.dropdown-header .email{color:#666;word-break:break-all;white-space:normal;overflow-wrap:break-word;margin:4px 0 0;font-size:.9em;display:block}.dropdown-menu ul{margin:0;padding:0;list-style:none}.dropdown-menu li{color:#333;padding:10px 15px;text-decoration:none;display:block}.dropdown-menu li:hover{cursor:pointer;background-color:#f0f0f0}.dropdown-menu li:hover .dateInput{color:#000;border:1px solid #ccc;border-radius:5px;max-width:120px;height:25px;font-size:15px}.dropdown-menu li:hover .react-datepicker__calendar-icon{position:absolute;top:50%;transform:translateY(-50%)}.main_registrar form{text-align:center;flex-flow:column wrap;justify-content:center;align-items:center;gap:15px;margin-top:25px;margin-bottom:25px;padding:30px;display:flex}.main_registrar h1{text-align:center}.main_registrar input:not(.select_container input){border:1px solid #ccc;border-radius:10px;outline:none;align-items:center;width:300px;min-width:100px;height:17px;padding:10px;font-size:14px;line-height:20px;transition:border .2s,box-shadow .2s}.main_registrar input:focus:not(.select_container input){border:1px solid #2684ff;box-shadow:0 0 0 1px #2684ff}.main_registrar button{box-sizing:border-box;color:#fff;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;touch-action:manipulation;background-color:#1e40af;border:1px solid #0000;border-radius:.75rem;flex:none;width:100%;max-width:350px;margin-top:15px;padding:.75rem 1.2rem;font-size:1.125rem;font-weight:600;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.main_registrar button:disabled{cursor:default!important;background-color:#5a4f4f!important}.main_registrar button:hover{background-color:#002950}.main_registrar button:focus{box-shadow:none;outline-offset:2px;outline:2px solid #0000}.main_changePassword{text-align:center;flex-direction:column;display:flex}.main_changePassword form{flex-flow:column wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:25px;display:flex}.main_changePassword form div{flex-flow:column wrap;justify-content:center;align-items:center;gap:15px;display:flex;position:relative}@media (max-width:600px){.main_changePassword form div{margin-top:0}}.main_changePassword form div div{position:relative}.main_changePassword form div div span{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.main_changePassword form div span{color:red;font-size:small}.main_changePassword form input{border:1px solid #ccc;border-radius:10px;outline:none;align-items:center;width:300px;min-width:100px;height:17px;padding:10px;font-size:14px;line-height:20px;transition:border .2s,box-shadow .2s}.main_changePassword form input:focus{border:1px solid #2684ff;box-shadow:0 0 0 1px #2684ff}.main_changePassword form span{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:65%;right:10px;transform:translateY(-50%)}.main_changePassword button{box-sizing:border-box;color:#fff;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;touch-action:manipulation;background-color:#1e40af;border:1px solid #0000;border-radius:.75rem;flex:none;width:100%;max-width:350px;margin-top:15px;padding:.75rem 1.2rem;font-size:1.125rem;font-weight:600;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.main_changePassword button:disabled{cursor:default!important;background-color:#5a4f4f!important}.main_changePassword button:hover{background-color:#002950}.main_changePassword button:focus{box-shadow:none;outline-offset:2px;outline:2px solid #0000}.main_perfil{text-align:center;width:100%;margin-top:10px}.main_perfil form div:not(.select_container div){flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;display:flex}.main_perfil form div:not(.select_container div) div:not(.select_container div){flex-direction:column;justify-content:center;align-items:center;display:flex}.main_perfil form div:not(.select_container div) div:not(.select_container div) input:not(.select_container input){border:1px solid #ccc;border-radius:10px;outline:none;align-items:center;width:300px;min-width:100px;height:17px;padding:10px;font-size:14px;line-height:20px;transition:border .2s,box-shadow .2s}.main_perfil form div:not(.select_container div) div:not(.select_container div) input:focus:not(.select_container input){border:1px solid #2684ff;box-shadow:0 0 0 1px #2684ff}.main_perfil form div:not(.select_container div) .password_container{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-top:33px;display:flex;position:relative}@media (max-width:600px){.main_perfil form div:not(.select_container div) .password_container{margin-top:0}}.main_perfil form div:not(.select_container div) .password_container div{position:relative}.main_perfil form div:not(.select_container div) .password_container div span{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.main_perfil form div:not(.select_container div) .password_container span{color:red;font-size:small}.main_perfil button{box-sizing:border-box;color:#fff;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;touch-action:manipulation;background-color:#1e40af;border:1px solid #0000;border-radius:.75rem;flex:none;width:100%;max-width:350px;margin-top:15px;padding:.75rem 1.2rem;font-size:1.125rem;font-weight:600;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.main_perfil button:disabled{cursor:default!important;background-color:#5a4f4f!important}.main_perfil button:hover{background-color:#002950}.main_perfil button:focus{box-shadow:none;outline-offset:2px;outline:2px solid #0000}.select-input{text-align:left;color:#000;min-width:240px;max-width:300px}@media (min-width:2149px){.select-input{font-size:25px;max-width:1050px!important;height:75px!important}}@media (min-width:1920px){.select-input{width:350px;height:55px;font-size:20px!important}}.no-address-found{color:red;text-align:center;background-color:#fff4f4;border:1px solid red;border-radius:.375rem;padding:2rem;font-size:1.2rem;font-weight:bolder}.toggle-button{cursor:pointer;z-index:10;position:absolute;top:10px;right:10px}.center-page{justify-content:center;align-items:center;margin-left:auto;margin-right:auto;display:flex}.aside-tables-dashboard{flex-direction:column;gap:35px;display:flex;width:80%!important}.aside-dashboard{justify-content:center;align-items:center;width:100%;height:100vh;margin-left:auto;margin-right:auto;display:flex}.aside-dashboard div{text-align:center;flex-direction:column;font-size:19px;font-weight:bolder;display:flex}.aside-dashboard div .period{text-align:center;justify-content:center;align-items:center;margin-right:30px;display:flex}.aside-dashboard div div .item{color:#000;background-color:#00bbfa;border:2px solid #000;justify-content:center;align-items:center;display:flex}@media (max-width:2550px){.aside-dashboard div .item{width:100px;height:100px;font-size:50px}.aside-dashboard div .period{width:103.2px;height:103.2px;font-size:23px}}@media (min-width:1920px){.aside-dashboard div{font-size:21px}.aside-dashboard div .item{width:140px;height:140px;font-size:80px}.aside-dashboard div .period{width:143.2px;height:143.2px;font-size:37px}}body.dark-mode{color:#f0f0f0;background-color:#121212}body.dark-mode .aside-dashboard div .period{color:#f0f0f0}body.dark-mode .aside-dashboard div div .item{color:#f0f0f0;background-color:#1e1e1e;border:2px solid #444}@media (max-width:1586px){.center-page{flex-direction:column-reverse}.aside-tables-dashboard{width:80%!important}}.toast-notification{justify-content:center;min-width:100vw;min-height:100vh;font-size:84px;position:fixed;top:0;left:0;right:0}.main_relatorio_testador{color:#333;flex-direction:column;gap:20px;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.main_relatorio_testador .search_bar{width:100%;max-width:600px;margin:0 auto}.main_relatorio_testador .search_bar input{border:1px solid #ccc;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border .3s;box-shadow:0 2px 8px #0000000f}.main_relatorio_testador .search_bar input:focus{border-color:#002950;outline:none}.main_relatorio_testador .table_benched{background-color:#fff;border:1px solid #ddd;border-radius:10px;margin:10px;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:auto;box-shadow:0 2px 8px #0000000f}.main_relatorio_testador .table_benched table{border-collapse:collapse;border-radius:10px;width:100%;min-width:700px}.main_relatorio_testador .table_benched table thead{color:#fff;background-color:#002950}.main_relatorio_testador .table_benched table thead th{text-align:left;padding:14px;font-size:.95rem;font-weight:600}.main_relatorio_testador .table_benched table tbody tr:nth-child(2n){background-color:#f9fafb}.main_relatorio_testador .table_benched table tbody tr:hover{background-color:#e0ecff}.main_relatorio_testador .table_benched table tbody tr.linha-selecionada{background-color:#cce5ff!important}.main_relatorio_testador .table_benched table tbody tr td{white-space:nowrap;border-top:1px solid #eee;padding:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.main_relatorio_testador .section_relatorio_testador{opacity:0;z-index:1000;background:linear-gradient(90deg,#002950 0% 100%);flex-direction:column;width:0;height:93vh;padding:0;transition:width .4s,transform .4s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-6px 0 20px #00000026}.main_relatorio_testador .section_relatorio_testador.visible{opacity:1;width:70%;padding:2rem;transform:translate(0)}.main_relatorio_testador .section_relatorio_testador h1{color:#fff;border-bottom:2px solid #ffffff4d;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.main_relatorio_testador .section_relatorio_testador .relatorio_details{flex-direction:column;gap:1.5rem;width:100%;height:90%;display:flex}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions{justify-content:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_gerar_relatorio{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s,box-shadow .2s}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_gerar_relatorio:hover{background-color:#0056b3;box-shadow:0 4px 12px #007bff4d}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_gerar_relatorio:active{background-color:#00449e}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_abrir_modal{color:#fff;cursor:pointer;background-color:#f39c12;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s,box-shadow .2s}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_abrir_modal:hover{background-color:#fcd34d;box-shadow:0 4px 12px #007bff4d}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_abrir_modal:active{background-color:#fcd34d}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_copiar_msg{color:#fff;cursor:pointer;background-color:#155724;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s,box-shadow .2s}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_copiar_msg:hover{background-color:#fcd34d;box-shadow:0 4px 12px #007bff4d}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_copiar_msg:active{background-color:#fcd34d}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_select_modal{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:600;transition:background-color .2s,box-shadow .2s}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_select_modal:hover{color:#000;background-color:#fff;box-shadow:0 4px 12px #007bff4d}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_actions .btn_select_modal:active{color:#000;background-color:#fff}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section{flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:1.5rem;width:100%;display:flex}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info{color:#f0f0f0;background-color:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;flex:300px;padding:1.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:box-shadow .3s,transform .2s;box-shadow:0 2px 8px #0000000f}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000040}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info h3{color:#fff;border-bottom:1px solid #fff3;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info p{margin:.25rem 0;font-size:.95rem;line-height:1.4}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info .defect_item{color:#ffbdbd;background-color:#ff000014;border-left:3px solid #ff4c4c;border-radius:4px;margin-bottom:.5rem;padding:.35rem .75rem;font-size:.9rem;display:block}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info .desc_item{color:#fff;background-color:#b8ffcf14;border-left:3px solid #155724;border-radius:4px;margin-bottom:.5rem;padding:.35rem .75rem;font-size:.9rem;display:block}.main_relatorio_testador .section_relatorio_testador .relatorio_details .relatorio_info_section .relatorio_info .formatted-text-area{border-radius:10px;min-width:90%;max-height:250px;padding:10px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem}.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:2rem;width:100%;margin-top:2rem;display:flex}.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;flex-direction:column;flex:calc(33.333% - 1.5rem);min-width:300px;padding:1rem;transition:box-shadow .3s,transform .2s;display:flex;box-shadow:0 2px 8px #0000000f}.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item h4{color:#333;text-align:center;border-bottom:1px solid #eee;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600}.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item canvas{display:block}.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item .echarts-for-react{flex-grow:1}@media (max-width:1200px){.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item{flex:calc(50% - 1rem)}}@media (max-width:768px){.main_relatorio_testador .section_relatorio_testador .relatorio_details .graficos .grafico_item{flex:100%}}.onu-container{flex-wrap:wrap;justify-content:center;padding-left:15px;padding-right:15px;display:flex}.onu-container div{border:3px solid;flex-direction:column;min-width:180px;min-height:180px;margin:3px;padding:5px;display:flex}.onu-box h4{margin:0;padding:5px}.desktop-bench-view{display:block}.mobile-bench-view{display:none}@media (max-width:600px){.desktop-bench-view{display:none}.mobile-bench-view{padding-top:10px;padding-left:3px;padding-right:3px;display:block}.mobile-bench-view thead th{color:#fff;background:#002950}.mobile-bench-view td,.mobile-bench-view th{text-align:center;padding:8px}.mobile-bench-view table{border-collapse:collapse;white-space:nowrap;color:#000;border:none;border-radius:5px;width:100%;font-size:12px;font-weight:400}.mobile-bench-view td{border:1px solid #000}.onu-box{flex-direction:row;min-width:40px;min-height:10px;padding:2px}.onu-box h4{margin:0;padding:1px}}.alarms-table{margin-top:25px;padding-top:10px;padding-left:3px;padding-right:3px;display:block}.alarms-table thead th{color:#fff;background:#002950}.alarms-table td,.alarms-table th{text-align:center;padding:8px}.alarms-table table{border-collapse:collapse;white-space:nowrap;color:#000;border:none;border-radius:5px;width:100%;font-size:12px;font-weight:400}.alarms-table td{border:1px solid #000}.details-content-modal{flex-direction:column;gap:1rem;display:flex}.details-content-modal .filtro-container{flex-direction:column;align-items:center;display:flex}.details-content-modal .filtro-container .filtro{border:1px solid #002950;border-radius:4px;padding:8px;font-size:1rem}.details-content-modal .address-details{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.details-content-modal .detail-item{background:#f8fafc;border:1px solid #000;border-radius:8px;flex:100%;margin:.5rem;padding:1.25rem;transition:all .3s;box-shadow:0 2px 4px #0000000a}.details-content-modal .detail-item:hover{background:#1e40af;box-shadow:0 4px 8px #0000000f}.details-content-modal .detail-item:hover .detail-label,.details-content-modal .detail-item:hover .detail-value{color:#fff;font-weight:600}.details-content-modal .detail-item:hover .detail-info{color:#fdba74!important}.details-content-modal .detail-item .detail-label{color:#000;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.details-content-modal .detail-item .detail-value{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.4}.details-content-modal .detail-item .detail-value .detail-info{color:#fb7185}@media (max-width:1366px){*{font-size:14px}}.main_blockAddress{justify-content:space-around;width:100%;display:flex}.main_blockAddress .blockAddress_form{flex-direction:column;align-items:flex-start;margin-left:40px;display:flex}.main_blockAddress .blockAddress_form .input-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.main_blockAddress .blockAddress_form .input-container input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;flex:1;min-width:380px;padding:.625rem;transition:border .15s,box-shadow .15s}.main_blockAddress .blockAddress_form .input-container input::placeholder{color:#96879e;opacity:1}.main_blockAddress .blockAddress_form .input-container input::-webkit-input-placeholder{color:#96879e}.main_blockAddress .blockAddress_form .input-container input::placeholder{color:#96879e}.main_blockAddress .blockAddress_form .input-container input:-ms-placeholder-shown{color:#96879e}.main_blockAddress .blockAddress_form .input-container input:focus{border:2px solid #2784fe;outline:none}.main_blockAddress .blockAddress_form .textarea-container{flex-direction:column;align-items:flex-start;display:flex}.main_blockAddress .blockAddress_form .textarea-container textarea{resize:none;border:1px solid #d1d5db;border-radius:.375rem;flex:1;min-width:380px;min-height:120px;padding:.625rem}.main_blockAddress .blockAddress_form .textarea-container textarea::placeholder{color:#96879e}.main_blockAddress .blockAddress_form .textarea-container textarea:focus{border:2px solid #2784fe;outline:none}.main_blockAddress .blockAddress_form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.main_blockAddress .blockAddress_form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.main_blockAddress .blockAddress_form .button-group{gap:18%;display:flex}.main_blockAddress .blockAddress_form .button-group button{box-sizing:border-box;color:#fff;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid #0000;border-radius:.75rem;flex:none;width:40%;max-width:350px;margin-top:15px;padding:.75rem 1.2rem;font-size:1.125rem;font-weight:600;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.main_blockAddress .blockAddress_form .button-group button:disabled{cursor:default!important;background-color:#5a4f4f!important}.main_blockAddress .blockAddress_form .button-group button:hover{filter:brightness(85%)}.main_blockAddress .blockAddress_form .button-group button:focus{box-shadow:none;outline-offset:2px;outline:2px solid #0000}.main_blockAddress .blockedAddresses_result{text-align:center;background-color:#fff;border-radius:18px;flex-direction:column;align-items:center;width:50%;padding:1.5rem;display:flex}.main_blockAddress .blockedAddresses_result button{box-sizing:border-box;color:#fff;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;touch-action:manipulation;border:1px solid #0000;border-radius:.75rem;flex:none;width:40%;max-width:250px;margin-top:15px;padding:.75rem 1.2rem;font-size:1.125rem;font-weight:600;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.main_blockAddress .blockedAddresses_result button:disabled{cursor:default!important;background-color:#5a4f4f!important}.main_blockAddress .blockedAddresses_result button:hover{filter:brightness(85%)}.main_blockAddress .blockedAddresses_result button:focus{box-shadow:none;outline-offset:2px;outline:2px solid #0000}.mapFormContainer{justify-content:center;margin-bottom:10px;display:flex}.mapFormContainer input{border:2px solid #39f}.buttonContainer{justify-content:center;margin-bottom:10px;display:flex}.buttonContainer button{color:#fff;text-align:center;cursor:pointer;border:none;border-radius:5px;margin-left:10px;padding:5px 18px;text-decoration:none;display:inline-block}.mapButtonsContainer{margin-top:10px;margin-bottom:10px}.mapButtonsContainer .buttonContainer{flex-direction:column;display:flex}.mapButtonsContainer .buttonContainer button{color:#fff;text-align:center;cursor:pointer;border:none;border-radius:5px;margin-left:10px;padding:5px 18px;text-decoration:none;display:inline-block}.mapButtonsContainer{justify-content:center;display:flex}.mapButtonsContainer button{color:#fff;text-align:center;cursor:pointer;background-color:#39f;border:none;border-radius:5px;margin-left:10px;padding:5px 18px;text-decoration:none;display:inline-block}.mapDistanceInfoContainer{flex-direction:column;margin-top:10px;font-weight:700;display:flex}.search-backbone-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-top:120px;margin-bottom:50px;display:flex}.search-backbone-container input{border:1px solid #d1d5db;border-radius:.375rem;outline:none;flex:1;max-width:70px;padding:.625rem;transition:border .15s,box-shadow .15s}.search-backbone-container input::placeholder{color:#96879e;opacity:1}.search-backbone-container input::-webkit-input-placeholder{color:#96879e}.search-backbone-container input::placeholder{color:#96879e}.search-backbone-container input:-ms-placeholder-shown{color:#96879e}.search-backbone-container input:focus{border:2px solid #2784fe;outline:none}.search-backbone-container .btn-primary{color:#fff;background:#0059ff;border:1px solid #0000;border-radius:15px;width:140px;height:40px}.search-backbone-container .btn-primary:hover{background:#0046c2}
