#ui-id-1{position:absolute}:root{--sidebar-width:260px;color-scheme:dark;scroll-behavior:smooth;--ui-bg:#121417;--ui-bg-glow:transparent;--ui-surface:#1e2125;--ui-surface-muted:#2d3239;--ui-surface-subtle:#3f454d;--ui-border:#2d3239;--ui-border-strong:#3f454d;--ui-text:#e2e8f0;--ui-text-muted:#94a3b8;--ui-text-muted-strong:#323944;--ui-text-soft:#64748b;--ui-heading:#fff;--ui-primary:#fc0;--ui-primary-hover:#e6b800;--ui-accent:#3f454d;--ui-accent-soft:rgba(255,204,0,.12);--ui-accent-ring:rgba(255,204,0,.3);--ui-success:#10b981;--ui-warning:#e05624;--ui-danger:#ef4444;--ui-info:#0ea5e9;--ui-nav-bg:#0a0b0d;--ui-nav-surface:#15171a;--ui-nav-surface-hover:#1e2125;--ui-nav-border:#1a1c20;--ui-nav-text:#fff;--ui-nav-text-muted:#a3a3a3;--ui-shadow-soft:0 12px 32px rgba(0,0,0,.3);--ui-shadow-md:0 16px 40px rgba(0,0,0,.5);--ui-radius-sm:8px;--ui-radius-md:12px;--ui-radius-lg:16px}html{font-size:16px}body{background-color:var(--ui-bg);font-family:Open Sans,sans-serif}a,body{color:var(--ui-text)}a{font-weight:600;transition:all .2s ease-in-out}a:hover{color:#d9a407;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--ui-heading);font-family:Nunito,sans-serif}#main{background-color:transparent;margin-top:60px;overflow-x:auto;padding:20px 30px;transition:all .3s}@media (max-width:1199px){#main{padding:0!important}}.pagetitle{margin-bottom:10px}.pagetitle h1{color:var(--ui-heading);font-size:24px;font-weight:600;margin-bottom:0}.back-to-top{background:linear-gradient(135deg,var(--ui-primary),var(--ui-accent));border-radius:12px;bottom:15px;box-shadow:0 12px 24px rgba(140,80,27,.24);height:40px;opacity:0;position:fixed;right:15px;transition:all .4s;visibility:hidden;width:40px;z-index:99999}.back-to-top i{color:#fff;font-size:24px;line-height:0}.back-to-top:hover{background:linear-gradient(135deg,var(--ui-primary-hover),var(--ui-accent));color:#fff}.back-to-top.active{opacity:1;visibility:visible}.dropdown-menu{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:dropdown-animate;animation-name:dropdown-animate;background-color:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-md);padding:10px 0}.dropdown-menu .dropdown-footer,.dropdown-menu .dropdown-header{font-size:15px;padding:10px 25px;text-align:center}.dropdown-menu .dropdown-footer a{color:var(--ui-text-muted);text-decoration:underline}.dropdown-menu .dropdown-footer a:hover{text-decoration:none}.dropdown-menu .dropdown-divider{color:var(--ui-border);margin:0}.dropdown-menu .dropdown-item{font-size:14px;padding:10px 15px;transition:.3s}.dropdown-menu .dropdown-item i{font-size:18px;line-height:0;margin-right:10px}.dropdown-menu .dropdown-item:hover{background-color:var(--ui-surface-muted)}@media (min-width:768px){.dropdown-menu-arrow:before{background:var(--ui-surface);border-left:1px solid var(--ui-border);border-top:1px solid var(--ui-border);content:"";height:13px;position:absolute;right:20px;top:-7px;transform:rotate(45deg);width:13px}}@-webkit-keyframes dropdown-animate{to{opacity:1}0%{opacity:0}}@keyframes dropdown-animate{to{opacity:1}0%{opacity:0}}.bg-primary-light{background-color:#fdf2c5;border-color:#fdf2c5}.bg-secondary-light{background-color:#e2e3e5;border-color:#e2e3e5}.bg-success-light{background-color:#d1e7dd;border-color:#d1e7dd}.bg-danger-light{background-color:#f8d7da;border-color:#f8d7da}.bg-warning-light{background-color:#fff3cd;border-color:#fff3cd}.bg-info-light{background-color:#cff4fc;border-color:#cff4fc}.bg-dark-light{background-color:#d3d3d4;border-color:#d3d3d4}.card{background-color:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--ui-radius-lg);box-shadow:var(--ui-shadow-soft);margin-bottom:24px}.card-footer,.card-header{background-color:transparent;border-color:var(--ui-border);color:var(--ui-text-muted);padding:16px 20px}.card-title{color:var(--ui-heading);font-family:Poppins,sans-serif;font-size:18px;font-weight:600;padding:20px 0 15px}.card-title span{color:var(--ui-text-soft);font-size:14px;font-weight:400}.card-body{padding:0 20px 20px}.card-img-overlay{background-color:hsla(0,0%,100%,.72)}.alert-heading{font-family:Poppins,sans-serif;font-size:20px;font-weight:500}.btn-close{background-size:25%}.btn-close:focus{box-shadow:none;outline:0}.accordion-item{border:1px solid var(--ui-border)}.accordion-button:focus{box-shadow:none;outline:0}.accordion-button:not(.collapsed){background-color:var(--ui-surface-muted);color:var(--ui-heading)}.accordion-flush .accordion-button{background:none;border:0;padding:15px 0}.accordion-flush .accordion-button:not(.collapsed){box-shadow:none;color:var(--ui-primary)}.accordion-flush .accordion-body{color:var(--ui-text-muted);font-size:15px;padding:0 0 15px}.breadcrumb{color:var(--ui-text-soft);font-family:Nunito,sans-serif;font-size:14px;font-weight:600}.breadcrumb a{color:var(--ui-text-soft);transition:.3s}.breadcrumb a:hover{color:var(--ui-text-muted)}.breadcrumb .breadcrumb-item:before{color:var(--ui-text-soft)}.breadcrumb .active{color:var(--ui-text-muted);font-weight:600}.nav-tabs-bordered{border-bottom:1px solid var(--ui-border)}.nav-tabs-bordered .nav-link{border:none;color:var(--ui-text-muted);font-weight:600;margin-bottom:-1px}.nav-tabs-bordered .nav-link:focus,.nav-tabs-bordered .nav-link:hover{color:var(--ui-primary)}.nav-tabs-bordered .nav-link.active{background-color:transparent;border-bottom:2px solid var(--ui-accent);color:var(--ui-heading)}.logo{align-items:center;display:flex;gap:6px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo,.logo span,.logo span:focus,.logo span:hover,.logo:focus,.logo:hover{text-decoration:none}.logo img{height:auto;max-height:60px;width:auto}.logo span{color:var(--ui-nav-text);display:inline-block;font-family:Nunito,sans-serif;font-size:22px;font-weight:700;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}@media (min-width:1200px){.logo{width:280px}}@media (max-width:1199.98px){.logo{max-width:180px;width:auto}.logo img{max-height:40px}.logo span{font-size:16px}}@media (max-width:575.98px){.logo{max-width:140px}.logo span{font-size:14px}}.header{background:var(--ui-nav-bg);border-bottom:1px solid var(--ui-nav-border);box-shadow:0 4px 20px rgba(0,0,0,.15);height:60px;padding-left:20px;transition:all .5s;z-index:997}.header .search-form input{border:1px solid var(--ui-nav-border)}.header .toggle-sidebar-btn{color:var(--ui-nav-text);cursor:pointer;font-size:30px;padding-left:10px;transition:color .2s ease}.header .toggle-sidebar-btn:hover{color:var(--ui-primary)}.header .search-bar{min-width:360px;padding:0 20px}@media (max-width:1199px){.header .search-bar{background:var(--ui-nav-bg);border-bottom:1px solid var(--ui-nav-border);box-shadow:0 16px 36px rgba(0,0,0,.35);box-sizing:border-box;left:0;min-width:0;opacity:0;padding:12px 14px 14px;pointer-events:none;position:fixed;right:0;top:60px;transition:.3s;visibility:hidden;width:100%;z-index:9999}.header .search-bar-show,body.search-bar-open .header .search-bar{opacity:1;pointer-events:auto;visibility:visible}.header .search-form{align-items:center;background:var(--ui-nav-surface);border:1px solid var(--ui-nav-border);border-radius:14px;column-gap:.4rem;display:grid;grid-template-areas:"label label" "button input";grid-template-columns:42px minmax(0,1fr);padding:.65rem .75rem;row-gap:.4rem}.header .search-bar-label{color:var(--ui-nav-text-muted);display:block;font-size:.68rem;font-weight:800;grid-area:label;letter-spacing:.08em;margin:0 0 .1rem;text-transform:uppercase;width:100%}.header .search-form input{grid-area:input;min-width:0;padding-right:.75rem;width:100%}.header .search-form button{border-radius:10px;grid-area:button;height:42px;margin-left:0;width:42px}.header .search-form input.form-control{width:100%!important}.header .search-form button[type=submit]{align-self:center;margin-left:0}}.header .search-form{width:100%}.header .search-form input{background-color:var(--ui-nav-surface);border:1px solid hsla(0,0%,100%,.14);border-radius:8px;color:var(--ui-nav-text);font-size:14px;padding:9px 40px 9px 14px;transition:.3s;width:100%}.header .search-bar-label{display:none}.header .search-form input:focus,.header .search-form input:hover{background-color:var(--ui-nav-surface-hover);border:1px solid rgba(242,195,0,.5);box-shadow:0 0 0 4px var(--ui-accent-ring);outline:none}.header .search-form input::placeholder{color:var(--ui-nav-text-muted)}.header .search-form button{background:none;border:0;margin-left:-30px;padding:0}.header .search-form button i{color:var(--ui-nav-text-muted);transition:color .2s ease}.header .search-form button:hover i{color:var(--ui-primary)}.header-nav ul{list-style:none}.header-nav>ul{margin:0;padding:0}.header-nav .nav-icon{color:var(--ui-nav-text);font-size:20px;margin-right:25px;position:relative;transition:.3s}.header-nav .search-bar-toggle{touch-action:manipulation}.header-nav .nav-icon:hover{color:var(--ui-primary)}.header-nav .nav-profile{color:#fff}.header-nav .nav-profile img{margin-right:2px;max-height:54px}.header-nav .nav-profile span{color:#f8fafc;font-size:14px;font-weight:600}.header-nav .badge-number{background:var(--ui-primary);border:1px solid rgba(0,0,0,.16);border-radius:10px;color:#2e2e2e;font-size:12px;font-weight:400;font-weight:700;inset:-2px -5px auto auto;padding:3px 6px;position:absolute}.header-nav .notifications{inset:8px -15px auto auto!important}.header-nav .notifications .notification-item{align-items:center;display:flex;padding:15px 10px;transition:.3s}.header-nav .notifications .notification-item i{color:var(--ui-primary);font-size:24px;margin:0 20px 0 10px}.header-nav .notifications .notification-item h4{color:var(--ui-heading);font-size:16px;font-weight:600;margin-bottom:5px}.header-nav .notifications .notification-item p{color:var(--ui-text-muted);font-size:13px;margin-bottom:3px}.header-nav .notifications .notification-item:hover{background-color:var(--ui-surface-muted)}.header-nav .messages{inset:8px -15px auto auto!important}.header-nav .messages .message-item{padding:15px 10px;transition:.3s}.header-nav .messages .message-item a{display:flex}.header-nav .messages .message-item img{border:2px solid rgba(191,109,36,.28);border-radius:50%;margin:0 20px 0 10px;max-height:40px}.header-nav .messages .message-item h4{color:var(--ui-heading);font-size:16px;font-weight:600;margin-bottom:5px}.header-nav .messages .message-item p{color:var(--ui-text-muted);font-size:13px;margin-bottom:3px}.header-nav .messages .message-item:hover{background-color:var(--ui-surface-muted)}.header-nav .messages,.header-nav .notifications,.header-nav .profile{background-color:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-md);min-width:240px;padding-bottom:0;top:8px!important}.header-nav .profile .dropdown-header h6{color:var(--ui-heading);font-size:18px;font-weight:600;margin-bottom:0}.header-nav .profile .dropdown-header span{color:var(--ui-text-muted);font-size:14px}.header-nav .profile .dropdown-item{color:var(--ui-text);font-size:14px;padding:10px 15px;transition:.3s}.header-nav .profile .dropdown-item i{color:var(--ui-primary);font-size:18px;line-height:0;margin-right:10px;transition:.3s}.header-nav .profile .dropdown-item:hover{background-color:var(--ui-surface-muted);color:var(--ui-heading)}.navbar-locale-switch.locale-select-shell{align-items:center;background-color:var(--ui-nav-bg);border:1px solid var(--ui-border-strong);border-radius:8px;box-shadow:inset 0 2px 4px rgba(0,0,0,.15);cursor:pointer;display:inline-flex;min-height:30px;overflow:visible;position:relative;transition:all .2s ease}.navbar-locale-switch .locale-select-label{align-items:center;color:var(--ui-text);display:flex;font-family:Segoe UI,Open Sans,sans-serif;font-size:.75rem;font-weight:600;gap:.38rem;inset:0;line-height:1.2;max-width:none;overflow:visible;padding:.15rem 1.45rem .15rem .55rem;pointer-events:none;position:absolute;text-overflow:clip;white-space:nowrap}.navbar-locale-switch.locale-select-shell:hover{border-color:rgba(255,204,0,.4)}.navbar-locale-switch .locale-select-label:before{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;box-shadow:0 0 0 1px hsla(0,0%,100%,.14);content:"";flex:0 0 16px;height:12px;width:16px}.navbar-locale-switch .locale-select-label:after{border-bottom:1.8px solid rgba(226,232,240,.92);border-right:1.8px solid rgba(226,232,240,.92);content:"";height:7px;margin-left:auto;transform:rotate(45deg) translateY(-1px);transform-origin:center;width:7px}.navbar-locale-switch .locale-select-label[data-locale^=en]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23b22234' d='M0 0h28v20H0z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 2h28M0 6h28M0 10h28M0 14h28M0 18h28'/%3E%3Cpath fill='%233c3b6e' d='M0 0h12v10H0z'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-label[data-locale^=es]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23c60b1e' d='M0 0h28v20H0z'/%3E%3Cpath fill='%23ffc400' d='M0 5h28v10H0z'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-label[data-locale^=pt-br]:before,.navbar-locale-switch .locale-select-label[data-locale^=pt]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23009b3a' d='M0 0h28v20H0z'/%3E%3Cpath fill='%23ffdf00' d='m14 3 10 7-10 7-10-7Z'/%3E%3Ccircle cx='14' cy='10' r='4.2' fill='%23002776'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-label[data-locale^=fr]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23fff' d='M0 0h28v20H0z'/%3E%3Cpath fill='%230055a4' d='M0 0h9.33v20H0z'/%3E%3Cpath fill='%23ef4135' d='M18.66 0H28v20h-9.34z'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-label.is-disabled{opacity:.9}.navbar-locale-switch.is-open .locale-select-label:after{transform:rotate(225deg) translateY(-1px)}.navbar-locale-switch .locale-select-menu{backdrop-filter:blur(12px);background:rgba(17,25,40,.98);border:1px solid var(--ui-border-strong);border-radius:12px;box-shadow:0 16px 28px rgba(0,0,0,.28);display:none;left:0;padding:.32rem;position:absolute;right:0;top:calc(100% + .36rem);z-index:1100}.navbar-locale-switch.is-open .locale-select-menu{display:grid;gap:.18rem}.navbar-locale-switch .locale-select-option{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--ui-text);display:flex;font-size:.76rem;font-weight:700;gap:.45rem;overflow:hidden;padding:.4rem .46rem;text-align:left;white-space:nowrap;width:100%}.navbar-locale-switch .locale-select-option-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-locale-switch .locale-select-option.is-active,.navbar-locale-switch .locale-select-option:hover{background:rgba(255,204,0,.12)}.navbar-locale-switch .locale-select-option-flag{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;box-shadow:0 0 0 1px hsla(0,0%,100%,.14);flex:0 0 16px;height:12px;width:16px}.navbar-locale-switch .locale-select-option[data-locale^=en] .locale-select-option-flag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23b22234' d='M0 0h28v20H0z'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 2h28M0 6h28M0 10h28M0 14h28M0 18h28'/%3E%3Cpath fill='%233c3b6e' d='M0 0h12v10H0z'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-option[data-locale^=es] .locale-select-option-flag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23c60b1e' d='M0 0h28v20H0z'/%3E%3Cpath fill='%23ffc400' d='M0 5h28v10H0z'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-option[data-locale^=pt-br] .locale-select-option-flag,.navbar-locale-switch .locale-select-option[data-locale^=pt] .locale-select-option-flag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23009b3a' d='M0 0h28v20H0z'/%3E%3Cpath fill='%23ffdf00' d='m14 3 10 7-10 7-10-7Z'/%3E%3Ccircle cx='14' cy='10' r='4.2' fill='%23002776'/%3E%3C/svg%3E")}.navbar-locale-switch .locale-select-option[data-locale^=fr] .locale-select-option-flag{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='%23fff' d='M0 0h28v20H0z'/%3E%3Cpath fill='%230055a4' d='M0 0h9.33v20H0z'/%3E%3Cpath fill='%23ef4135' d='M18.66 0H28v20h-9.34z'/%3E%3C/svg%3E")}.navbar-locale-switch #kit-locale-select.form-select-sm{appearance:none!important;-webkit-appearance:none!important;background:transparent!important;border:0!important;box-shadow:none!important;height:100%!important;inset:0!important;margin:0!important;max-width:100%!important;min-height:100%!important;min-width:100%!important;opacity:0!important;padding:0!important;pointer-events:none!important;position:absolute!important;width:100%!important}.navbar-locale-switch #kit-locale-select.form-select-sm:hover{border-color:rgba(255,204,0,.4)!important}.navbar-locale-switch #kit-locale-select.form-select-sm:focus{outline:none!important}.navbar-locale-switch #kit-locale-select.form-select-sm option{background-color:var(--ui-surface)!important;color:var(--ui-text)!important;font-size:.85rem!important;padding:8px!important}@media (max-width:768px){.navbar-locale-switch{margin-right:.35rem!important}.navbar-locale-switch #kit-locale-select.form-select-sm{height:100%!important;max-width:100%!important;min-height:100%!important;min-width:100%!important;width:100%!important}.navbar-locale-switch.locale-select-shell{border-radius:8px;min-height:32px}.navbar-locale-switch .locale-select-label{font-size:.75rem;font-weight:800;gap:.34rem;max-width:100%;overflow:hidden;padding:0 22px 0 8px;text-overflow:clip;white-space:nowrap}.navbar-locale-switch.locale-select-shell{max-width:86px!important;min-width:86px!important;width:86px!important}.navbar-locale-switch .locale-select-menu{max-width:min(160px,calc(100vw - 1rem));right:auto}.navbar-locale-switch .locale-select-option{font-size:.72rem;padding:.38rem .42rem}.navbar-locale-switch #kit-locale-select.form-select-sm option{color:#0f172a!important;font-size:.85rem!important;text-indent:0!important}.navbar-locale-switch:after{display:none!important}}.sidebar{background:var(--ui-nav-bg);border-right:1px solid var(--ui-nav-border);bottom:0;box-shadow:4px 0 20px rgba(0,0,0,.1);left:0;overflow-y:auto;padding:20px 16px 24px;position:fixed;scrollbar-color:var(--ui-primary) transparent;scrollbar-width:thin;top:60px;transition:all .3s ease-in-out;width:300px;z-index:996}.sidebar::-webkit-scrollbar{background-color:transparent;height:8px;width:5px}.sidebar::-webkit-scrollbar-thumb{background-color:rgba(242,195,0,.45);border-radius:10px}@media (max-width:1199px){.sidebar{left:-300px}.toggle-sidebar .sidebar{left:0}}@media (min-width:1200px){#footer,#main{margin-left:300px}.toggle-sidebar #footer,.toggle-sidebar #main{margin-left:0}.toggle-sidebar .sidebar{left:-300px}}.sidebar-nav,.sidebar-nav li{list-style:none;margin:0;padding:0}.sidebar-nav .nav-item{margin-bottom:8px}.sidebar-nav .nav-heading{color:var(--ui-nav-text-muted);font-size:12px;font-weight:600;letter-spacing:.08em;margin:16px 0 8px 12px;padding-left:0;text-transform:uppercase}.sidebar-nav .nav-link i{color:var(--ui-nav-text-muted);font-size:18px;margin-right:12px}.sidebar-nav .nav-link{align-items:center;background:transparent;border:1px solid transparent;border-radius:14px;color:var(--ui-nav-text);display:flex;font-size:15px;font-weight:600;padding:12px 14px;transition:.3s}.sidebar-nav .nav-link.collapsed{background-color:transparent}.sidebar-nav .nav-link:not(.collapsed){background:transparent;border-color:transparent;box-shadow:none;color:#fff}.sidebar-nav .nav-link:not(.collapsed) i{color:#fff}.sidebar-nav .nav-link .bi-chevron-down{margin-left:auto;transition:transform .2s ease-in-out}.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down{transform:rotate(180deg)}.sidebar-nav .nav-link:focus,.sidebar-nav .nav-link:hover{background-color:rgba(242,187,22,.12)!important;color:var(--ui-primary)!important}.sidebar-nav .nav-link:focus i,.sidebar-nav .nav-link:hover i{color:var(--ui-primary)!important}.sidebar-nav .nav-content a.active,.sidebar-nav .nav-content a:hover{background-color:rgba(242,187,22,.05);color:var(--ui-primary)!important}.sidebar-nav .nav-link:focus,.sidebar-nav .nav-link:hover{background-color:rgba(242,187,22,.1);color:var(--ui-primary)}.sidebar-nav .nav-content a.active i{background-color:var(--ui-primary)}.sidebar-nav .nav-content{list-style:none;margin:0;padding:5px 0 0}.sidebar-nav .nav-content a{align-items:center;border-radius:12px;color:var(--ui-nav-text-muted);display:flex;font-size:14px;font-weight:600;padding:10px 12px 10px 40px;text-decoration:none;transition:.3s}.sidebar-nav .nav-content a i{border-radius:50%;font-size:6px;margin-right:10px}.sidebar-overlay{background:rgba(0,0,0,.5);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:995}.sidebar-open .sidebar-overlay{display:block}.dashboard .filter{position:absolute;right:0;top:15px}.dashboard .filter .icon{color:#aab7cf;font-size:16px;padding-bottom:5px;padding-right:20px;transition:.3s}.dashboard .filter .icon:focus,.dashboard .filter .icon:hover{color:#4154f1}.dashboard .filter .dropdown-header{padding:8px 15px}.dashboard .filter .dropdown-header h6{color:#aab7cf;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:0;padding:0;text-transform:uppercase}.dashboard .filter .dropdown-item{padding:8px 15px}.dashboard .info-card{padding-bottom:10px}.dashboard .info-card h6{color:#012970;font-size:28px;font-weight:700;margin:0;padding:0}.dashboard .card-icon{flex-grow:0;flex-shrink:0;font-size:32px;height:64px;line-height:0;width:64px}.dashboard .sales-card .card-icon{background:#f6f6fe;color:#4154f1}.dashboard .revenue-card .card-icon{background:#e0f8e9;color:#2eca6a}.dashboard .customers-card .card-icon{background:#ffecdf;color:#ff771d}.dashboard .activity{font-size:14px}.dashboard .activity .activity-item .activite-label{color:#888;flex-grow:0;flex-shrink:0;min-width:64px;position:relative}.dashboard .activity .activity-item .activite-label:before{background-color:#eceefe;bottom:0;content:"";position:absolute;right:-11px;top:0;width:4px}.dashboard .activity .activity-item .activity-badge{border:3px solid #fff;border-radius:50%;flex-grow:0;flex-shrink:0;font-size:11px;line-height:0;margin-top:3px;z-index:1}.dashboard .activity .activity-item .activity-content{padding-bottom:20px;padding-left:10px}.dashboard .activity .activity-item:first-child .activite-label:before{top:5px}.dashboard .activity .activity-item:last-child .activity-content{padding-bottom:0}.dashboard .news .post-item+.post-item{margin-top:15px}.dashboard .news img{border-radius:5px;float:left;width:80px}.dashboard .news h4{font-size:15px;font-weight:700;margin-bottom:5px;margin-left:95px}.dashboard .news h4 a{color:#012970;transition:.3s}.dashboard .news h4 a:hover{color:#4154f1}.dashboard .news p{color:#777;font-size:14px;margin-left:95px}.dashboard .recent-sales{font-size:14px}.dashboard .recent-sales .table thead{background:#f6f6fe}.dashboard .recent-sales .table thead th{border:0}.dashboard .recent-sales .dataTable-top{padding:0 0 10px}.dashboard .recent-sales .dataTable-bottom{padding:10px 0 0}.dashboard .top-selling{font-size:14px}.dashboard .top-selling .table thead{background:#f6f6fe}.dashboard .top-selling .table thead th{border:0}.dashboard .top-selling .table tbody td{vertical-align:middle}.dashboard .top-selling img{border-radius:5px;max-width:60px}.iconslist{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-width:100%;padding-top:15px}.iconslist .icon{background-color:#fff;border-radius:.25rem;color:#012970;padding:15px 0;text-align:center}.iconslist i{font-size:2.5rem;margin:.25rem}.iconslist .label{color:#666;display:inline-block;font-family:var(--bs-font-monospace);font-size:12px;overflow:hidden;padding:.25rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.profile .profile-card img{max-width:120px}.profile .profile-card h2{color:#2c384e;font-size:24px;font-weight:700;margin:10px 0 0}.profile .profile-card h3{font-size:18px}.profile .profile-card .social-links a{color:rgba(1,41,112,.5);display:inline-block;font-size:20px;line-height:0;margin-right:10px;transition:.3s}.profile .profile-card .social-links a:hover{color:#012970}.profile .profile-overview .row{font-size:15px;margin-bottom:20px}.profile .profile-overview .card-title{color:#012970}.profile .profile-edit label,.profile .profile-overview .label{color:rgba(1,41,112,.6);font-weight:600}.profile .profile-edit img{max-width:120px}.faq .basic h6{color:#4154f1;font-size:18px;font-weight:600}.faq .basic p{color:#6980aa}.contact .info-box{padding:28px 30px}.contact .info-box i{color:#4154f1;font-size:38px;line-height:0}.contact .info-box h3{color:#012970;font-size:20px;font-weight:700;margin:20px 0 10px}.contact .info-box p{font-size:14px;line-height:24px;margin-bottom:0;padding:0}.contact .php-email-form .error-message{background:#ed3c0d;color:#fff;display:none;font-weight:600;margin-bottom:24px;padding:15px;text-align:left}.contact .php-email-form .sent-message{background:#18d26e;color:#fff;display:none;font-weight:600;margin-bottom:24px;padding:15px;text-align:center}.contact .php-email-form .loading{background:#fff;display:none;margin-bottom:24px;padding:15px;text-align:center}.contact .php-email-form .loading:before{-webkit-animation:animate-loading 1s linear infinite;animation:animate-loading 1s linear infinite;border:3px solid #18d26e;border-radius:50%;border-top-color:#eee;content:"";display:inline-block;height:24px;margin:0 10px -6px 0;width:24px}.contact .php-email-form input,.contact .php-email-form textarea{border-radius:0;box-shadow:none;font-size:14px}.contact .php-email-form input:focus,.contact .php-email-form textarea:focus{border-color:#4154f1}.contact .php-email-form input{padding:10px 15px}.contact .php-email-form textarea{padding:12px 15px}.contact .php-email-form button[type=submit]{background:#4154f1;border:0;border-radius:4px;color:#fff;padding:10px 30px;transition:.4s}.contact .php-email-form button[type=submit]:hover{background:#5969f3}@-webkit-keyframes animate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes animate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-404{padding:30px}.error-404 h1{color:#4154f1;font-size:180px;font-weight:700;line-height:150px;margin-bottom:0}.error-404 h2{color:#012970;font-size:24px;font-weight:700;margin-bottom:30px}.error-404 .btn{background:#51678f;color:#fff;padding:8px 30px}.error-404 .btn:hover{background:#3e4f6f}@media (min-width:992px){.error-404 img{max-width:50%}}.footer{border-top:1px solid var(--ui-border);font-size:14px;padding:20px 0;transition:all .3s}.footer .copyright{color:var(--ui-text-muted);text-align:center}.footer .credits{color:var(--ui-text-soft);font-size:13px;padding-top:5px;text-align:center}input[type=checkbox]{accent-color:var(--ui-primary);border:2px solid var(--ui-primary);border-radius:4px;cursor:pointer;height:18px;width:18px}input[type=checkbox]:hover{box-shadow:0 0 0 4px rgba(37,99,235,.16)}.text-principal{color:var(--ui-heading)!important}input[type=checkbox]:checked{outline:2px solid var(--ui-primary);outline-offset:1px;padding:5px}input,select,textarea{background-color:var(--ui-surface);border:1px solid var(--ui-border-strong)!important;border-radius:var(--ui-radius-sm);color:var(--ui-text);font-size:14px;padding:10px}input:focus,select:focus,textarea:focus{background-color:var(--ui-surface);border-color:var(--ui-accent)!important;box-shadow:0 0 0 4px var(--ui-accent-ring)!important}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;border-color:inherit;-webkit-box-shadow:inset 0 0 0 1000px #121417!important;box-shadow:inset 0 0 0 1000px #121417!important;transition:background-color 5000s ease-in-out 0s}input:-webkit-autofill:focus{border-color:#fc0!important;-webkit-box-shadow:inset 0 0 0 1000px #121417,0 0 0 4px rgba(255,204,0,.1)!important}.modal-content{background-color:var(--ui-surface)!important;border:1px solid var(--ui-border-strong)!important;border-radius:var(--ui-radius-lg)!important;box-shadow:var(--ui-shadow-md)!important}.ui-app-modal{background:linear-gradient(180deg,rgba(30,33,37,.98),rgba(20,23,27,.98))!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:20px!important;box-shadow:0 24px 60px rgba(0,0,0,.45)!important;overflow:hidden}.modal-header{background-color:var(--ui-nav-bg)!important;border-bottom:1px solid var(--ui-border)!important;padding:1.2rem 1.5rem!important}.ui-app-modal .modal-header{background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01))!important;border-bottom:1px solid rgba(148,163,184,.16)!important;padding:1rem 1.15rem!important}.modal-title{color:var(--ui-heading)!important;font-size:1.1rem!important;font-weight:700!important}.ui-app-modal .modal-title{color:var(--ui-heading)!important;font-size:1rem!important;font-weight:800!important;letter-spacing:.01em}.modal-body{color:var(--ui-text)!important;padding:1.5rem!important}.ui-app-modal .modal-body{background:radial-gradient(circle at top,rgba(255,204,0,.05),transparent 34%),var(--ui-surface);padding:1.15rem!important}.modal-footer{background-color:var(--ui-nav-bg)!important;border-top:1px solid var(--ui-border)!important;padding:1rem 1.5rem!important}.ui-app-modal .modal-footer{background:linear-gradient(180deg,hsla(0,0%,100%,.01),hsla(0,0%,100%,.02))!important;border-top:1px solid rgba(148,163,184,.16)!important;padding:.9rem 1.15rem!important}.modal-body .form-control,.modal-body .form-select{background-color:hsla(0,0%,100%,.05)!important;border:1px solid var(--ui-border-strong)!important;color:#fff!important}.ui-app-modal .form-label{color:var(--ui-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;margin-bottom:.35rem;text-transform:uppercase}.ui-app-modal .form-control,.ui-app-modal .form-select,.ui-app-modal select{border-radius:12px!important;min-height:42px!important;padding:.62rem .8rem!important}.ui-app-modal .input-group{align-items:stretch}.ui-app-modal .input-group>.form-control,.ui-app-modal .input-group>.form-select,.ui-app-modal .input-group>select{border-radius:12px!important}.modal-header .btn-close{filter:invert(.94) grayscale(100%) brightness(175%)}.modal .btn-close{background-color:hsla(0,0%,100%,.06);background-position:50%;background-repeat:no-repeat;background-size:58% 58%;border:1px solid rgba(255,204,0,.22);border-radius:999px;box-shadow:none;flex:0 0 auto;height:1.95rem;margin-left:auto;opacity:1;padding:0;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;width:1.95rem}.modal .btn-close:focus-visible,.modal .btn-close:hover{background-color:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.22);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.1);transform:translateY(-1px)}.grupos-shell{padding-top:.25rem}.grupos-header{display:flex;flex-direction:column;gap:.35rem}.grupos-title{color:var(--ui-heading);font-weight:800;margin:0}.grupos-subtitle{color:var(--ui-text-muted);font-size:.92rem;margin:.2rem 0 0}.grupos-toolbar-wrap{margin-top:.75rem}.grupos-panel{margin-top:.45rem}.grupos-panel .bootstrap-table .fixed-table-container{border-radius:16px}.grupos-panel .bootstrap-table .fixed-table-container tbody td:last-child{white-space:nowrap}.grupos-panel .bootstrap-table .fixed-table-container tbody td:last-child .btn{min-width:0}.grupos-modal-dialog{max-width:1180px}.grupos-modal-content{background:linear-gradient(180deg,rgba(30,33,37,.98),rgba(20,23,27,.98))!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:20px!important;box-shadow:0 24px 60px rgba(0,0,0,.45)!important;overflow:hidden}.grupos-modal-header{background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01))!important;border-bottom:1px solid rgba(148,163,184,.16)!important;padding:1rem 1.25rem!important}.grupos-modal-body{background:radial-gradient(circle at top,rgba(255,204,0,.05),transparent 32%),var(--ui-surface);padding:1.25rem!important}.grupos-modal-body .form-check-label,.grupos-modal-body .form-label{color:var(--ui-text-muted)}.grupos-modal-body .form-control,.grupos-modal-body .form-select{border-radius:12px;min-height:42px}.grupos-modal-card{background:linear-gradient(180deg,hsla(0,0%,100%,.025),hsla(0,0%,100%,.012))!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:18px!important;box-shadow:var(--ui-shadow-soft)}.grupos-modal-card .card-body{padding:1rem 1rem 1.1rem}.grupos-modal-section-title{margin-bottom:.9rem}.grupos-modal-section-title .card-title{color:var(--ui-heading);font-size:1rem;font-weight:800}.grupos-modal-section-title p{color:var(--ui-text-muted);font-size:.84rem;margin-top:.1rem}.grupos-modal-tabs{border-bottom-color:rgba(148,163,184,.16)!important}.grupos-modal-tabs .nav-link{background:hsla(0,0%,100%,.02);border-color:rgba(148,163,184,.16)!important;border-radius:12px 12px 0 0;color:var(--ui-text-muted);font-weight:700}.grupos-modal-tabs .nav-link.active{background:var(--ui-surface);border-bottom-color:var(--ui-surface)!important;color:var(--ui-heading)}.grupos-modal-tabs .nav-link:hover{color:var(--ui-heading)}.grupos-modal-tabs+.tab-content{padding-top:.75rem}.grupos-modal-tabs+.tab-content .card{background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.01));border:1px solid rgba(148,163,184,.16);border-radius:16px;box-shadow:var(--ui-shadow-soft)}.grupos-modal-tabs+.tab-content .card-body{padding:.95rem}.grupos-modal-tabs+.tab-content .grupos-permissions-card{background:linear-gradient(180deg,hsla(0,0%,100%,.018),hsla(0,0%,100%,.008))}.grupos-modal-tabs+.tab-content .grupos-permissions-table-wrap{border:1px solid rgba(148,163,184,.14);border-radius:14px;overflow:hidden}.grupos-modal-tabs+.tab-content .table{margin-bottom:0}.grupos-modal-tabs+.tab-content .grupos-permissions-table{background:var(--ui-surface)}.grupos-modal-tabs+.tab-content .table thead th{background:hsla(0,0%,100%,.02)!important;border-bottom:1px solid rgba(148,163,184,.16);color:var(--ui-text-muted)}.grupos-modal-tabs+.tab-content .grupos-permissions-table tbody td,.grupos-modal-tabs+.tab-content .grupos-permissions-table tbody th,.grupos-modal-tabs+.tab-content .grupos-permissions-table thead th{background:var(--ui-surface)!important;border-color:rgba(148,163,184,.12)!important}.grupos-modal-tabs+.tab-content .grupos-permissions-table tbody tr:nth-child(2n) td,.grupos-modal-tabs+.tab-content .grupos-permissions-table tbody tr:nth-child(2n) th{background:#24282d!important}.grupos-modal-tabs+.tab-content .grupos-permissions-table tbody tr:hover td,.grupos-modal-tabs+.tab-content .grupos-permissions-table tbody tr:hover th{background:#2b3036!important}.grupos-modal-tabs+.tab-content .table tbody td,.grupos-modal-tabs+.tab-content .table tbody th{color:var(--ui-text)}.grupos-modal-tabs+.tab-content .grupos-permissions-table input[type=checkbox]{accent-color:var(--ui-primary)}.grupos-modal-footer{border-top:1px solid rgba(148,163,184,.16)!important}.account-shell{padding-top:.25rem}.account-header{display:flex;flex-direction:column;gap:.35rem}.account-title{color:var(--ui-heading);font-weight:800;margin:0}.account-subtitle{color:var(--ui-text-muted);font-size:.92rem;margin:.2rem 0 0}.account-content{padding-top:.5rem}.account-setup-alert{background:linear-gradient(180deg,rgba(14,165,233,.08),rgba(30,33,37,.96));border:1px solid rgba(59,130,246,.18);border-left:4px solid var(--ui-info);border-radius:18px;box-shadow:var(--ui-shadow-soft);color:var(--ui-text)}.account-setup-icon{color:var(--ui-info)}.account-setup-title{color:var(--ui-heading)}.account-setup-box{background:rgba(30,33,37,.88);border:1px solid rgba(148,163,184,.16);border-radius:16px;margin-top:.8rem}.account-setup-box li,.account-setup-box p{color:var(--ui-text-muted)}.account-setup-box strong{color:var(--ui-heading)}.account-guide-item{line-height:1.45}.account-guide-input{background:rgba(15,23,42,.92);border:1px solid rgba(148,163,184,.28);border-radius:8px;color:#f8fafc;display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-right:.35rem;padding:.1rem .45rem}.account-setup-hint{color:var(--ui-text-soft)}.account-payments-card{background:linear-gradient(180deg,hsla(0,0%,100%,.025),hsla(0,0%,100%,.01));border:1px solid rgba(148,163,184,.16);border-radius:18px;box-shadow:var(--ui-shadow-soft)}.account-payments-body{padding:1.15rem}.account-card-head{margin-bottom:1rem}.account-card-head .card-title{color:var(--ui-heading);font-weight:800}.account-card-head p{font-size:.84rem;margin-top:.15rem}.account-card-head p,.account-payments-card .form-check-label,.account-payments-card .form-label{color:var(--ui-text-muted)}.account-payments-card .form-control,.account-payments-card .form-select{border-radius:12px;min-height:42px}.account-actions .btn{border-radius:12px;font-weight:700;min-height:40px}.account-preview-card{background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01));border:1px solid rgba(148,163,184,.16);border-radius:18px;box-shadow:var(--ui-shadow-soft);overflow:hidden;width:min(100%,18rem)}.account-preview-img{background:#121417;display:block;height:230px;object-fit:cover;width:100%}.account-preview-caption{background:rgba(30,33,37,.92);border-top:1px solid rgba(148,163,184,.12);color:var(--ui-heading);font-weight:700;padding:.8rem .9rem;text-align:center}.account-payments-card .form-control:focus,.account-payments-card .form-select:focus{border-color:var(--ui-primary);box-shadow:0 0 0 .18rem var(--ui-accent-ring)}@media (max-width:768px){.account-payments-body{padding:.95rem}.account-setup-alert{border-radius:16px}.account-preview-img{height:180px}}.trabajadores-shell{padding-top:.25rem}.trabajadores-header{display:flex;flex-direction:column;gap:.35rem}.trabajadores-title{color:var(--ui-heading);font-weight:800;margin:0}.trabajadores-subtitle{color:var(--ui-text-muted);font-size:.92rem;margin:.2rem 0 0}.trabajadores-toolbar-wrap{margin-top:.75rem}.trabajadores-panel{margin-top:.45rem;padding:.45rem}.trabajadores-panel .bootstrap-table .fixed-table-container{border-radius:16px}.trabajadores-panel .bootstrap-table .fixed-table-container tbody td,.trabajadores-panel .bootstrap-table .fixed-table-container thead th{padding-inline:.55rem}.trabajadores-panel .bootstrap-table .fixed-table-container thead th .th-inner{font-size:.72rem;line-height:1.1}.trabajadores-panel .bootstrap-table .fixed-table-container tbody td{font-size:.9rem}.trabajadores-panel .bootstrap-table .fixed-table-container tbody td img{border-radius:10px;max-height:38px;max-width:38px;object-fit:cover}.trabajadores-panel .bootstrap-table .fixed-table-container tbody td:last-child{white-space:nowrap}.trabajadores-panel .bootstrap-table .fixed-table-container tbody td:last-child .btn{min-width:0}@media (max-width:768px){.trabajadores-panel{padding:.35rem}.trabajadores-panel .bootstrap-table .fixed-table-container .table tbody>tr[data-index]>td:first-child,.trabajadores-panel .bootstrap-table .fixed-table-container .table thead th.detail{max-width:42px;min-width:42px;width:42px!important}.trabajadores-panel .bootstrap-table .fixed-table-container tbody td,.trabajadores-panel .bootstrap-table .fixed-table-container thead th{padding-inline:.45rem}.grupos-modal-dialog{margin:.75rem;max-width:100%}.grupos-modal-body{padding:1rem!important}.grupos-modal-card .card-body{padding:.85rem}.grupos-modal-tabs .nav-link{font-size:.85rem}}.profile-shell{padding-top:.25rem}.profile-header{display:flex;flex-direction:column;gap:.35rem}.profile-title{color:var(--ui-heading);font-weight:800;margin:0}.profile-subtitle{color:var(--ui-text-muted);font-size:.92rem;margin:.2rem 0 0}.profile-card-shell{background:linear-gradient(180deg,hsla(0,0%,100%,.025),hsla(0,0%,100%,.01));border:1px solid rgba(148,163,184,.16);border-radius:20px;box-shadow:var(--ui-shadow-soft);overflow:hidden}.profile-card-body{padding:1.15rem}.profile-top-grid{align-items:stretch;display:grid;gap:1rem;grid-template-columns:minmax(240px,320px) minmax(0,1fr);margin-bottom:1rem}.profile-avatar-panel,.profile-form-panel{min-width:0}.profile-avatar-frame{background:hsla(0,0%,100%,.02);border:1px solid rgba(148,163,184,.16);border-radius:18px;box-shadow:var(--ui-shadow-soft);overflow:hidden}.profile-avatar-img{background:#121417;display:block;min-height:280px;object-fit:cover;width:100%}.profile-avatar-caption{background:rgba(30,33,37,.92);border-top:1px solid rgba(148,163,184,.12);color:var(--ui-heading);font-weight:700;padding:.85rem .95rem;text-align:center}.profile-form-panel{background:radial-gradient(circle at top,rgba(255,204,0,.04),transparent 36%),rgba(30,33,37,.88);border:1px solid rgba(148,163,184,.16);border-radius:18px;display:flex;flex-direction:column;justify-content:center;padding:1rem 1.1rem}.profile-card-title{color:var(--ui-heading);font-weight:800;margin:0}.profile-card-subtitle{font-size:.84rem;margin:.2rem 0 0}.profile-card-subtitle,.profile-form .form-check-label,.profile-form .form-label{color:var(--ui-text-muted)}.profile-form .form-control,.profile-form .form-select{border-radius:12px;min-height:42px}.profile-form .form-control:focus,.profile-form .form-select:focus{border-color:var(--ui-primary);box-shadow:0 0 0 .18rem var(--ui-accent-ring)}.profile-actions .btn{border-radius:12px;font-weight:700;min-height:40px}.profile-form #div_cargo{display:none}@media (max-width:992px){.profile-top-grid{grid-template-columns:1fr}}@media (max-width:768px){.profile-card-body{padding:.95rem}.profile-avatar-img{min-height:220px}}.profile-shell-compact{margin:0 auto;max-width:850px}.profile-compact-header{align-items:center;background:var(--ui-nav-bg);border:1px solid var(--ui-border-strong);border-radius:20px;box-shadow:var(--ui-shadow-md);display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative}.header-overlay{background:var(--ui-primary);height:5px;left:0;position:absolute;top:0;width:100%}.avatar-wrapper{height:90px;position:relative;width:90px}.avatar-img-compact{border-radius:18px}.avatar-edit-btn{border:2px solid var(--ui-nav-bg);border-radius:8px;bottom:-5px;font-size:.8rem;height:28px;right:-5px;width:28px}.badge-industrial{background:var(--ui-accent-soft);border:1px solid var(--ui-primary);border-radius:6px;color:var(--ui-primary);font-size:.7rem;font-weight:800;padding:2px 10px;text-transform:uppercase}.compact-section{background:var(--ui-surface);border:1px solid var(--ui-border-strong);border-radius:16px;padding:1.5rem}.compact-label{color:var(--ui-text-soft);display:block;font-size:.7rem;font-weight:700;margin-bottom:.4rem;text-transform:uppercase}.compact-input,.compact-textarea{background:var(--ui-nav-bg)!important;border:1px solid var(--ui-border)!important;border-radius:10px!important;color:#fff!important;font-size:.9rem!important;padding:.6rem .8rem!important}.compact-input:focus{border-color:var(--ui-primary)!important;box-shadow:0 0 0 3px var(--ui-accent-ring)!important}.compact-select,.ui-compact-dropdown-scope .form-control,.ui-compact-dropdown-scope .form-select,.ui-compact-dropdown-scope select{background:hsla(0,0%,100%,.05)!important;border:1px solid var(--ui-border-strong)!important;border-radius:12px!important;box-shadow:none!important;color:var(--ui-text)!important;min-height:42px!important;padding:.62rem .8rem!important}.compact-select:focus,.ui-compact-dropdown-scope .form-control:focus,.ui-compact-dropdown-scope .form-select:focus,.ui-compact-dropdown-scope select:focus{border-color:var(--ui-primary)!important;box-shadow:0 0 0 3px var(--ui-accent-ring)!important}.ui-compact-dropdown-scope .input-group{align-items:stretch}.ui-compact-dropdown-scope .input-group>.form-control,.ui-compact-dropdown-scope .input-group>.form-select,.ui-compact-dropdown-scope .input-group>select{border-radius:12px!important}.ui-compact-dropdown-scope .ui-autocomplete{background:var(--ui-surface);border:1px solid rgba(148,163,184,.18);border-radius:14px;box-shadow:var(--ui-shadow-md);max-height:280px;overflow-x:hidden;overflow-y:auto;padding:.35rem;z-index:4000}.ui-compact-dropdown-scope .ui-autocomplete .ui-menu-item-wrapper{border-radius:10px;color:var(--ui-text);padding:.55rem .7rem}.ui-compact-dropdown-scope .ui-autocomplete .ui-menu-item-wrapper.combo-option-selected,.ui-compact-dropdown-scope .ui-autocomplete .ui-menu-item-wrapper.ui-state-active{background:rgba(255,204,0,.12)!important;color:var(--ui-heading)!important}.ui-compact-dropdown-scope .combo-autocomplete-item{gap:.55rem}.ui-compact-dropdown-scope .combo-pill-selected{background:#dceaff;border:1px solid #b9d5ff;border-radius:999px;color:#1d5fb8;font-size:10px;font-weight:700;letter-spacing:.04em;padding:1px 6px;text-transform:uppercase}.header-content{gap:2rem;justify-content:center;width:100%;z-index:1}.header-content,.section-tag{align-items:center;display:flex}.section-tag{color:var(--ui-text-muted);font-size:.75rem;font-weight:800;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.upload-banner{align-items:center;background:rgba(255,204,0,.05);border:1px dashed var(--ui-primary);border-radius:12px;display:flex;justify-content:center;margin:1.5rem auto 0;max-width:500px;padding:1.5rem}.btn-save-compact{background:var(--ui-primary)!important;border:none;border-radius:12px;color:#000!important;font-weight:800;min-width:200px;padding:.8rem;text-transform:uppercase;transition:all .2s ease}.btn-clear-compact{background:var(--ui-surface-muted)!important;border:1px solid var(--ui-border-strong);border-radius:12px;color:var(--ui-text)!important;min-width:150px;transition:all .2s ease}.btn-clear-compact,.btn-save-compact,.ui-form-action-btn,form .btn-outline-secondary,form .btn-outline-success{align-items:center;border-radius:12px;display:inline-flex;font-weight:800;gap:.45rem;justify-content:center;letter-spacing:.02em;line-height:1.05;min-height:38px;padding:.52rem .95rem;text-transform:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,filter .18s ease}.btn-save-compact,.ui-form-action-btn--save,form .btn-outline-success{background:linear-gradient(180deg,rgba(255,204,0,.98),rgba(230,184,0,.94))!important;border:1px solid rgba(255,204,0,.42)!important;box-shadow:0 10px 20px rgba(255,204,0,.16);color:#111!important}.btn-save-compact:hover,.ui-form-action-btn--save:hover,form .btn-outline-success:hover{border-color:rgba(255,204,0,.62)!important;box-shadow:0 14px 24px rgba(255,204,0,.22);color:#111!important;filter:brightness(1.02);transform:translateY(-1px)}.btn-save-compact:focus-visible,.ui-form-action-btn--save:focus-visible,form .btn-outline-success:focus-visible{box-shadow:0 0 0 .2rem rgba(255,204,0,.26),0 10px 20px rgba(255,204,0,.16);outline:none}.btn-clear-compact,.ui-form-action-btn--clear,form .btn-outline-secondary{background:rgba(148,163,184,.08)!important;border:1px solid rgba(148,163,184,.24)!important;box-shadow:0 8px 18px rgba(15,23,42,.12);color:var(--ui-text)!important}.btn-clear-compact:hover,.ui-form-action-btn--clear:hover,form .btn-outline-secondary:hover{background:rgba(255,204,0,.1)!important;border-color:rgba(255,204,0,.24)!important;box-shadow:0 12px 22px rgba(15,23,42,.18);color:var(--ui-heading)!important;transform:translateY(-1px)}.btn-clear-compact:focus-visible,.ui-form-action-btn--clear:focus-visible,form .btn-outline-secondary:focus-visible{box-shadow:0 0 0 .2rem rgba(148,163,184,.18),0 8px 18px rgba(15,23,42,.12);outline:none}@media (max-width:768px){.btn-clear-compact,.btn-save-compact,.ui-form-action-btn,form .btn-outline-secondary,form .btn-outline-success{border-radius:10px;font-size:.78rem;min-height:36px;padding:.44rem .8rem}}.header-content-vertical{align-items:center;display:flex;flex-direction:column;gap:1.2rem;justify-content:center;text-align:center;width:100%;z-index:1}.avatar-wrapper-top{height:110px;position:relative;width:110px}.avatar-img-compact{background:var(--ui-bg);border:1px solid var(--ui-border-strong);border-radius:50%;box-shadow:var(--ui-shadow-md);height:100%;object-fit:cover;width:100%}.avatar-edit-btn{align-items:center;background:var(--ui-primary);border:3px solid var(--ui-nav-bg);border-radius:50%;bottom:5px;color:#000;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:5px;transition:transform .2s ease;width:32px}.avatar-edit-btn:hover{transform:scale(1.1)}.header-text-center h4{font-size:1.6rem;letter-spacing:.02em;text-transform:uppercase}.compact-actions,.section-tag{justify-content:center}.compact-actions{display:flex;gap:1.5rem;margin-top:2rem}@media (max-width:576px){.profile-compact-header{flex-direction:column;text-align:center}.compact-actions,.header-content{flex-direction:column}}.header-nav .dropdown-menu,.header-nav .nav-item.dropdown .dropdown-menu.notifications,.header-nav .nav-item.dropdown .dropdown-menu.profile{background-color:var(--ui-surface)!important;border:1px solid var(--ui-border-strong)!important;box-shadow:var(--ui-shadow-md)!important;padding:0!important}.header-nav .dropdown-menu .dropdown-footer,.header-nav .dropdown-menu .dropdown-header{background-color:var(--ui-nav-bg)!important;border-bottom:1px solid var(--ui-border-strong)!important;color:var(--ui-primary)!important;font-size:11px!important;font-weight:800!important;padding:15px!important;text-transform:uppercase!important}.header-nav .dropdown-menu .dropdown-item{align-items:center!important;background-color:transparent!important;border-bottom:1px solid var(--ui-border)!important;color:var(--ui-text)!important;display:flex!important;padding:12px 15px!important;transition:all .2s ease!important}.header-nav .dropdown-menu .dropdown-item:hover{background-color:var(--ui-accent-soft)!important;color:var(--ui-primary)!important}.header-nav .dropdown-menu .dropdown-item.active{background-color:var(--ui-accent-soft)!important;border-left:4px solid var(--ui-primary)!important}.header-nav .dropdown-divider{border-top:1px solid var(--ui-border-strong)!important;margin:0!important}@media (max-width:768px){.detail-view td{background-color:var(--ui-bg)!important;padding:10px!important}.bg-dark-nav{background-color:var(--ui-nav-bg)!important}}@media (max-width:992px){.bootstrap-table tbody tr.detail-view td{background-color:var(--ui-bg)!important;display:table-cell!important;padding:0!important}.bootstrap-table .fixed-table-container tbody td.detail,.bootstrap-table .fixed-table-container thead th.detail{display:table-cell!important;text-align:center;vertical-align:middle;width:45px!important}.detail-icon{color:var(--ui-primary)!important;font-size:1.1rem}}.detail-icon{color:var(--ui-primary)!important;font-size:1.1rem}.bg-dark-nav{background-color:var(--ui-nav-bg)!important}.detail-container-industrial{box-shadow:inset 0 0 15px rgba(0,0,0,.5)}.detail-header-industrial{align-items:center;border-bottom:1px solid var(--ui-border-strong);display:flex;gap:8px;margin-bottom:12px;padding-bottom:6px}.detail-header-industrial i{color:var(--ui-primary);font-size:.9rem}.detail-header-industrial span{color:var(--ui-primary);font-size:.65rem;font-weight:800;letter-spacing:1.5px}.detail-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.detail-item{border-bottom:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column;padding-bottom:4px}.detail-item label{color:var(--ui-text-soft)!important;font-size:.55rem!important;font-weight:700;letter-spacing:.5px;margin-bottom:1px;text-transform:uppercase}.detail-item .value{color:#fff;font-size:.82rem;font-weight:500;word-break:break-word}@media (max-width:480px){.detail-grid{grid-template-columns:1fr}}.bootstrap-table .detail-view td{background-color:transparent!important;background-color:var(--ui-bg)!important;border:none!important;display:table-cell!important}.bootstrap-table .fixed-table-container tbody td.detail,.bootstrap-table .fixed-table-container thead th.detail{display:table-cell!important;text-align:center;vertical-align:middle;width:45px!important}.detail-container-industrial{background-color:var(--ui-nav-bg)!important;border-left:3px solid var(--ui-primary);border-radius:0 8px 8px 0;margin:5px 10px;padding:12px 15px}.detail-grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.detail-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.detail-grid{grid-template-columns:1fr;grid-template-columns:1fr!important}}@media (max-width:768px){.table-dark-industrial .btn-sm{align-items:center;border-radius:4px;display:inline-flex;font-size:0!important;height:30px;justify-content:center;padding:0!important;width:30px}.table-dark-industrial .btn-sm i,.table-dark-industrial .btn-sm span[class^=bi-],.table-dark-industrial .btn-sm span[class^=ri-]{display:inline-block;font-size:1.1rem!important;margin:0!important}.table-dark-industrial td:last-child{white-space:nowrap;width:1%}}.detail-container-industrial{background:#2c3034!important;border:none!important;border-radius:8px;margin:10px;padding:25px}.detail-grid-industrial{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.detail-box{display:flex;flex-direction:column;gap:5px}.box-label{color:#adb5bd!important;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.box-value{color:#fff!important;font-size:1rem;font-weight:400}.detail-icon{color:#fc0!important}.fixed-table-footer{background-color:#1a1c1e!important;border-top:1px solid #343a40!important;color:#fff!important}@media (max-width:768px){.table-dark-industrial .btn,.table-dark-industrial .btn-sm{align-items:center;display:inline-flex!important;font-size:0!important;height:35px!important;justify-content:center;margin:2px!important;padding:0!important;width:35px!important}.table-dark-industrial .btn i,.table-dark-industrial .btn span[class^=bi-],.table-dark-industrial .btn span[class^=ri-]{display:block!important;font-size:1.2rem!important;margin:0!important}.table-dark-industrial thead th .th-inner{display:block!important;font-size:.55rem!important;font-weight:700;margin:0 auto;max-width:70px!important;overflow:hidden!important;text-overflow:ellipsis!important;text-transform:uppercase;white-space:nowrap!important}.table-dark-industrial thead th{border-bottom:1px solid #343a40!important;padding:5px 2px!important;vertical-align:middle}.table-dark-industrial thead th .sortable{background-image:none!important;padding-right:0!important}.bootstrap-table .fixed-table-body{overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain}.detail-container-industrial,.table-dark-industrial tbody td,.table-dark-industrial tbody tr{touch-action:pan-x pan-y!important}.table-dark-industrial .btn,.table-dark-industrial .btn-sm{touch-action:manipulation!important}}.table-dark-industrial td .btn,.table-dark-industrial td .btn-sm,.table-dark-industrial td a.btn{align-items:center!important;display:inline-flex!important;flex-wrap:nowrap!important;gap:6px!important;justify-content:center!important;min-width:max-content!important;white-space:nowrap!important;word-break:keep-all!important}.table-dark-industrial td.cotizacion-col-url,.table-dark-industrial td.factura-col-url{min-width:80px;width:auto!important}.fixed-table-pagination .dropdown-menu{background-color:#1a1c1e!important;border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 4px 12px rgba(0,0,0,.5)!important}.fixed-table-pagination .dropdown-menu .dropdown-item{background-color:transparent!important;color:#fff!important;font-weight:500;transition:all .2s ease}.fixed-table-pagination .dropdown-menu .dropdown-item.active,.fixed-table-pagination .dropdown-menu .dropdown-item:hover{background-color:#4c596c!important;color:#fff!important}.dropdown-menu,.dropdown-menu.show,.dropdown-menu[data-bs-popper]{background:var(--ui-surface)!important;border:1px solid var(--ui-border-strong)!important;box-shadow:var(--ui-shadow-md)!important;color:var(--ui-text)!important}.dropdown-menu .dropdown-footer,.dropdown-menu .dropdown-header{color:var(--ui-text-muted)!important}.dropdown-menu .dropdown-divider{border-top-color:var(--ui-border)!important;opacity:1!important}.dropdown-menu .dropdown-item{background:transparent!important;color:var(--ui-text)!important;transition:background-color .25s ease,color .25s ease}.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:hover{background:var(--ui-accent-soft)!important;color:var(--ui-heading)!important}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active{background:rgba(255,204,0,.18)!important;color:var(--ui-heading)!important}#toast-container>div,.toast{background-color:#0d1117!important;border:1px solid #1a202c!important;border-left:4px solid #0c99bc!important;border-radius:6px!important;box-shadow:0 4px 15px rgba(0,0,0,.6),0 0 15px rgba(0,243,255,.15)!important;color:#fff!important;opacity:.95!important}#toast-container>div .toast-title,.toast .toast-title{color:#f3fafa!important;font-weight:700!important;letter-spacing:.5px}#toast-container>div .toast-message,.toast .toast-body{color:#e9f7ff!important}#toast-container>div .toast-close-button,.toast .btn-close{color:#fff!important;opacity:.5!important;transition:all .2s ease}#toast-container>div .toast-close-button:hover,.toast .btn-close:hover{color:#f05!important;opacity:1!important}#toast-container>.toast-success{border-left-color:#0f8!important;box-shadow:0 4px 15px rgba(0,0,0,.6),0 0 15px rgba(0,255,136,.15)!important}#toast-container>.toast-success .toast-title{color:#0f8!important}#toast-container>.toast-error{border-left-color:#f05!important;box-shadow:0 4px 15px rgba(0,0,0,.6),0 0 15px rgba(255,0,85,.15)!important}#toast-container>.toast-error .toast-title{color:#f05!important}#toast-container>.toast-warning{border-left-color:#ffbe00!important;box-shadow:0 4px 15px rgba(0,0,0,.6),0 0 15px rgba(255,190,0,.15)!important}#toast-container>.toast-warning .toast-title{color:#ffbe00!important}#toast-container>div,.toast{background-color:var(--ui-surface)!important;border:1px solid var(--ui-border)!important;border-left:4px solid var(--ui-info)!important;border-radius:var(--ui-radius-sm)!important;box-shadow:var(--ui-shadow-soft)!important;color:var(--ui-text)!important;opacity:.98!important;padding:15px 15px 15px 50px!important}#toast-container>div .toast-title,.toast .toast-title{color:var(--ui-heading)!important;font-size:.95rem!important;font-weight:600!important;margin-bottom:4px}#toast-container>div .toast-message,.toast .toast-body{color:var(--ui-text-muted)!important;font-size:.85rem!important}#toast-container>div .toast-close-button,.toast .btn-close{color:var(--ui-text-muted)!important;text-shadow:none!important;transition:color .2s ease}#toast-container>div .toast-close-button:hover,.toast .btn-close:hover{color:var(--ui-danger)!important}#toast-container>.toast-success{border-left-color:var(--ui-success)!important}#toast-container>.toast-error{border-left-color:var(--ui-danger)!important}#toast-container>.toast-warning{border-left-color:var(--ui-warning)!important}#toast-container>.toast-info{border-left-color:var(--ui-info)!important}.jconfirm .jconfirm-box{background-color:var(--ui-surface)!important;border:1px solid var(--ui-border-strong)!important;border-radius:var(--ui-radius-md)!important;box-shadow:var(--ui-shadow-md)!important;color:var(--ui-text)!important}.jconfirm .jconfirm-title-c{color:var(--ui-heading)!important;font-size:1.2rem!important;font-weight:700!important;padding-bottom:10px;text-shadow:none!important}.jconfirm .jconfirm-content{color:var(--ui-text-soft)!important;font-size:15px!important}.jconfirm .jconfirm-bg{background-color:rgba(18,20,23,.85)!important}.jconfirm .jconfirm-buttons{border-top:1px solid var(--ui-border)!important;margin-top:10px!important;padding-top:15px!important}.jconfirm .jconfirm-buttons .btn{border-radius:var(--ui-radius-sm)!important;font-weight:600!important;margin-left:10px!important;text-transform:none!important}.jconfirm .jconfirm-buttons .btn-cancel,.jconfirm .jconfirm-buttons .btn-default{background-color:transparent!important;border:1px solid var(--ui-border-strong)!important;color:var(--ui-text)!important}.jconfirm .jconfirm-buttons .btn-cancel:hover,.jconfirm .jconfirm-buttons .btn-default:hover{background-color:var(--ui-surface-muted)!important}select optgroup,select option{background-color:var(--ui-surface)!important;color:var(--ui-text)!important;padding:10px!important}select:focus>option:checked{background-color:var(--ui-primary)!important;color:#000!important}#formResetClave .form-control{background-color:var(--ui-nav-bg)!important;border:1px solid var(--ui-border-strong)!important;border-radius:8px;color:var(--ui-text)!important;padding:12px 15px}#formResetClave .form-control:focus{border-color:var(--ui-primary)!important;box-shadow:0 0 0 4px var(--ui-accent-ring)!important}#formResetClave .form-label{color:var(--ui-heading)!important;font-size:.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}#formResetClave .text-primary-accent{color:var(--ui-primary)!important;font-weight:700}#contador-expiracion{background:var(--ui-surface-muted);border:1px solid var(--ui-primary);border-radius:50px;color:var(--ui-primary)!important;display:inline-block;font-family:Courier New,monospace;font-weight:800;margin-top:10px;padding:10px 20px}.img-firma-ajustada{background-color:hsla(0,13%,86%,.03);filter:invert(1) brightness(1.5) contrast(1.2);padding:2px;transition:all .3s ease}.img-firma-ajustada:hover{filter:invert(1) brightness(2);transform:scale(1.1)}.bootstrap-table .fixed-table-container thead th{background-color:var(--ui-nav-bg)!important;border-bottom:2px solid var(--ui-border-strong)!important}.bootstrap-table .fixed-table-container thead th .th-inner{color:var(--ui-text-muted)!important;font-size:.72rem!important;letter-spacing:.05em!important;padding:8px 10px!important}.bootstrap-table .fixed-table-container thead th .sortable{background-position:right 8px center!important;padding-right:25px!important}@media (max-width:768px){.bootstrap-table .fixed-table-container thead th .th-inner{font-size:.65rem!important;letter-spacing:0;max-width:80px;overflow:hidden;padding:6px 4px!important;text-overflow:ellipsis}.detail-container-industrial,.fixed-table-body,.mod-activities-wrap,.my-activity-events-wrap,.table-responsive,.tracking-users-wrap{scrollbar-width:none!important;-ms-overflow-style:none!important}.detail-container-industrial::-webkit-scrollbar,.fixed-table-body::-webkit-scrollbar,.mod-activities-wrap::-webkit-scrollbar,.my-activity-events-wrap::-webkit-scrollbar,.table-responsive::-webkit-scrollbar,.tracking-users-wrap::-webkit-scrollbar{display:none!important;height:0!important;width:0!important}.bootstrap-table tbody tr.detail-view td{border:none!important;max-width:0!important;padding:0!important}.detail-container-industrial,.detail-view .card-body,.detail-view .container-fluid{overflow-x:auto!important;width:100%!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box;padding:15px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.detail-container-industrial::-webkit-scrollbar{display:none!important}.detail-container-industrial .detail-grid,.detail-container-industrial table,.detail-view .row{display:block;min-width:600px!important}}.swal2-popup{background-color:var(--ui-nav-bg)!important;border:1px solid var(--ui-border-strong)!important;border-radius:16px!important;box-shadow:0 20px 40px rgba(0,0,0,.6)!important;padding:2rem!important}.swal2-title{color:var(--ui-heading)!important;font-size:1.25rem!important;font-weight:800!important;letter-spacing:.02em;text-transform:uppercase}.swal2-html-container{color:var(--ui-text-soft)!important;font-size:.9rem!important}.swal2-confirm{background-color:var(--ui-primary)!important;border-radius:10px!important;color:#111!important;font-size:.8rem!important;font-weight:700!important;padding:.6rem 1.5rem!important;text-transform:uppercase}.swal2-cancel{background-color:rgba(148,163,184,.1)!important;border:1px solid var(--ui-border)!important;border-radius:10px!important;color:var(--ui-text)!important;font-size:.8rem!important}.swal2-icon.swal2-success{border-color:var(--ui-primary)!important;color:var(--ui-primary)!important}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:var(--ui-primary)!important}.swal2-icon.swal2-success .swal2-success-ring{border:4px solid rgba(255,204,0,.2)!important}.swal2-icon.swal2-error{border-color:var(--ui-danger)!important}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:var(--ui-danger)!important}input::placeholder{color:rgba(239,234,234,.492)!important;font-size:.8rem;font-style:italic}.text-yellow{color:var(--ui-primary)!important}:root{--ui-font-xs:0.75rem;--ui-font-sm:0.85rem;--ui-font-md:0.95rem;--ui-font-lg:1.05rem;--ui-ctrl-h:40px;--ui-ctrl-h-lg:46px;--ui-gap-xs:0.28rem;--ui-gap-sm:0.4rem;--ui-gap-md:0.55rem}body{font-size:14px;line-height:1.35}.estimaciones-header,.facturas-header,.ordenes-header,.ui-module-header{margin-bottom:.6rem!important;padding:.5rem .65rem!important}.module-kicker,.ui-module-kicker{font-size:var(--ui-font-xs)!important;letter-spacing:.05em!important;margin-bottom:.12rem!important}.ui-module-title{font-size:1.02rem!important;line-height:1.2!important;margin-bottom:.1rem!important}.ui-module-subtitle{font-size:var(--ui-font-sm)!important;line-height:1.3!important;margin-bottom:0!important}.ui-module-panel,.ui-table-compact,.ui-table-fixed{border-radius:12px!important;padding:.62rem!important}.ui-module-toolbar{margin-bottom:.5rem!important}.form-label,label{font-size:var(--ui-font-xs)!important;letter-spacing:.035em;margin-bottom:.22rem!important}.form-control,.form-select,input.form-control,select.form-select,textarea.form-control{border-radius:9px!important;font-size:var(--ui-font-md)!important;line-height:1.25!important;min-height:var(--ui-ctrl-h)!important;padding:.34rem .52rem!important}textarea.form-control{min-height:84px!important}.btn,.btn-lg,.btn-sm,.ui-table-action-btn,.ui-table-url-btn{border-radius:9px!important;font-size:var(--ui-font-sm)!important;gap:var(--ui-gap-xs)!important;line-height:1.1!important;min-height:var(--ui-ctrl-h)!important;padding:.32rem .62rem!important}.btn-lg{font-size:var(--ui-font-md)!important;min-height:var(--ui-ctrl-h-lg)!important}.btn i,.btn-sm i,.ui-table-action-btn i,.ui-table-url-btn i{font-size:.9em!important;line-height:1!important}.bootstrap-table .fixed-table-pagination,.bootstrap-table .fixed-table-toolbar{font-size:var(--ui-font-sm)!important}.bootstrap-table .fixed-table-container thead th .th-inner{font-size:.64rem!important;letter-spacing:.03em!important;padding:5px 6px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bootstrap-table .fixed-table-container tbody td{font-size:var(--ui-font-sm)!important;line-height:1.25!important;padding:.36rem .45rem!important;vertical-align:middle!important}.dropdown-menu .dropdown-item{font-size:var(--ui-font-sm)!important;padding:.4rem .62rem!important}.badge,.service-badge{font-size:var(--ui-font-xs)!important;padding:.2rem .5rem!important}.card .card-body{padding:.7rem!important}@media (max-width:768px){body{font-size:13px}.estimaciones-header,.facturas-header,.ordenes-header,.ui-module-header{margin-bottom:.5rem!important;padding:.45rem .5rem!important}.ui-module-panel,.ui-table-compact,.ui-table-fixed{padding:.52rem!important}.btn,.btn-sm,.form-control,.form-select,.ui-table-action-btn,.ui-table-url-btn{min-height:32px!important}.logo{gap:.3rem;max-width:126px}.logo img{max-height:30px!important;width:auto}.logo span{font-size:12px!important}.header-nav .nav-profile img{max-height:34px!important;min-width:34px;object-fit:cover;width:34px}.header-nav .nav-profile span{font-size:12px!important}.avatar-wrapper,.avatar-wrapper-top{height:72px;width:72px}.avatar-img-compact{border-radius:14px}#companyLogo,.business-logo,.workspace-logo-image{height:64px!important;max-height:64px!important;max-width:64px!important;object-fit:contain;width:64px!important}}@media (max-width:480px){.logo{max-width:112px}.logo img{max-height:26px!important}.logo span{font-size:11px!important}.header-nav .nav-profile img{max-height:30px!important;min-width:30px;width:30px}#companyLogo,.business-logo,.workspace-logo-image{height:56px!important;max-height:56px!important;max-width:56px!important;width:56px!important}}.proyectos-panel .bootstrap-table .fixed-table-container tbody td:last-child,.proyectos-panel .bootstrap-table .fixed-table-container thead th:last-child{max-width:320px!important;min-width:320px!important;text-align:center!important;vertical-align:middle!important;white-space:nowrap!important;width:320px!important}.proyectos-panel .bootstrap-table .fixed-table-container tbody td:last-child .btn-group,.proyectos-panel .bootstrap-table .fixed-table-container tbody td:last-child>div{align-items:center!important;display:inline-flex!important;flex-wrap:nowrap!important;gap:.4rem!important;justify-content:center!important;width:100%!important}.proyectos-panel .bootstrap-table .fixed-table-container tbody td:last-child .btn{align-items:center!important;display:inline-flex!important;justify-content:center!important;margin:0!important;white-space:nowrap!important}@media (min-width:992px){.proyectos-panel .bootstrap-table .fixed-table-container .fixed-table-body table,.proyectos-panel .bootstrap-table .fixed-table-container .fixed-table-header table,.proyectos-panel .bootstrap-table .fixed-table-container .table{min-width:max-content!important;table-layout:auto!important;width:100%!important}.proyectos-panel .bootstrap-table .fixed-table-container thead th .th-inner{padding-left:12px!important;padding-right:25px!important}.proyectos-panel .bootstrap-table .fixed-table-container tbody td,.proyectos-panel .bootstrap-table .fixed-table-container thead th .th-inner{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.proyectos-panel .bootstrap-table .fixed-table-body{overflow-x:auto!important;overflow-y:hidden!important}}.avatar-img-compact,.profile-avatar-img{background-color:var(--ui-bg)!important;object-fit:contain!important}.header-nav .nav-profile img{background-color:var(--ui-surface-muted)!important;border-radius:50%!important;height:38px!important;margin-right:8px!important;object-fit:cover!important;width:38px!important}.fc{background:var(--ui-surface)!important;border:1px solid var(--ui-border-strong)!important;border-radius:var(--ui-radius-lg)!important;box-shadow:var(--ui-shadow-md)!important;font-family:inherit;margin:0 auto!important;max-width:1100px!important;padding:1.5rem!important}.fc-theme-standard .fc-scrollgrid,.fc-theme-standard td,.fc-theme-standard th{border-color:var(--ui-border-strong)!important}.fc .fc-col-header-cell{background:hsla(0,0%,100%,.02);color:var(--ui-text-muted);font-size:.75rem!important;letter-spacing:.05em;padding:.5rem 0!important;text-transform:uppercase}.fc .fc-daygrid-day-number{color:var(--ui-text);font-size:.85rem!important;font-weight:600;padding:8px!important}.fc-event{background-color:rgba(255,204,0,.1)!important;border:1px solid rgba(255,204,0,.3)!important;border-radius:6px!important;box-shadow:none!important;margin:2px 4px!important;padding:3px 6px!important;transition:transform .2s ease,border-color .2s ease}.fc-event:hover{border-color:var(--ui-primary)!important;cursor:pointer;transform:translateY(-1px)}.fc-event .fc-event-main{color:var(--ui-heading)!important;font-size:.72rem!important;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc .fc-day-today{background:rgba(255,204,0,.04)!important}.fc .fc-button-primary{background-color:var(--ui-surface-muted)!important;border-color:var(--ui-border-strong)!important;border-radius:8px!important;color:var(--ui-text)!important;font-size:.85rem!important;font-weight:600!important;margin:10px;padding:.4rem .8rem!important;text-transform:capitalize!important;transition:all .2s ease}.fc .fc-button-primary:hover{background-color:rgba(255,204,0,.1)!important;border-color:var(--ui-primary)!important;color:var(--ui-primary)!important}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background-color:var(--ui-primary)!important;border-color:var(--ui-primary)!important;color:#000!important}.fc .fc-toolbar-title{color:var(--ui-heading)!important;font-size:1.25rem!important;font-weight:800!important;letter-spacing:.02em}@media (max-width:768px){.fc{padding:.8rem!important}.fc .fc-toolbar{flex-direction:column;gap:.8rem}}.modal-body select,.swal2-popup select,.swal2-select{background-color:var(--ui-nav-bg)!important;border:1px solid var(--ui-border-strong)!important;border-radius:10px!important;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)!important;color:var(--ui-text)!important;font-size:.95rem!important;margin-bottom:1.2rem!important;margin-top:.4rem!important;min-height:44px!important;padding:.5rem 1rem!important;transition:all .2s ease;width:100%!important}.modal-body select:focus,.swal2-popup select:focus,.swal2-select:focus{border-color:var(--ui-primary)!important;box-shadow:0 0 0 3px var(--ui-accent-ring)!important;outline:none!important}.modal-body select option,.swal2-popup select option{background-color:var(--ui-surface)!important;color:var(--ui-text)!important;padding:10px!important}.modal-body .info-actividad,.swal2-html-container{color:var(--ui-text-muted)!important;font-size:.85rem!important;line-height:1.6!important;text-align:left!important}.modal-body strong,.swal2-html-container b,.swal2-html-container strong{color:var(--ui-heading)!important;font-weight:700!important}.modal-body label,.swal2-html-container label{color:var(--ui-text-soft)!important;display:block;font-size:.75rem!important;font-weight:800!important;letter-spacing:.05em;margin-bottom:.2rem;text-align:left;text-transform:uppercase}.swal2-actions{gap:1rem!important;margin-top:1.5rem!important}.btn-cerrar-modal,.swal2-cancel{background:rgba(148,163,184,.1)!important;border:1px solid var(--ui-border-strong)!important;border-radius:10px!important;color:var(--ui-text)!important;font-weight:600!important;min-height:44px;padding:.6rem 1.5rem!important;transition:all .2s ease!important}.btn-cerrar-modal:hover,.swal2-cancel:hover{background:rgba(148,163,184,.2)!important;border-color:rgba(255,204,0,.3)!important;color:#fff!important}@media (min-width:992px){.proyectos-panel .bootstrap-table .detail-view td{padding:0!important}.proyectos-panel .bootstrap-table .detail-view .detail-container-industrial,.proyectos-panel .bootstrap-table .detail-view .detail-grid-industrial,.proyectos-panel .bootstrap-table .detail-view td>div{align-items:stretch!important;box-sizing:border-box!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:20px!important;justify-content:flex-start!important;overflow-x:auto!important;padding:25px 30px!important;width:100%!important}.proyectos-panel .bootstrap-table .detail-view .detail-box,.proyectos-panel .bootstrap-table .detail-view td>div>div{flex:1 1 0!important;margin:0!important;min-width:220px!important}}@media (max-width:768px){.fc-daygrid-event{border:1px solid hsla(0,0%,100%,.05)!important;border-radius:4px!important;margin:1px 2px!important;overflow:hidden!important;padding:0!important}.fc-event-main{align-items:center!important;display:flex!important;flex-direction:row!important;gap:4px!important;justify-content:flex-start!important;padding:2px 4px!important;width:100%!important}.fc-daygrid-event-dot{border-width:3px!important}.fc-daygrid-event-dot,.fc-event-time{flex-shrink:0!important;margin:0!important}.fc-event-time{color:var(--ui-primary)!important;font-weight:800!important}.fc-event-time,.fc-event-title{font-size:.55rem!important;white-space:nowrap!important}.fc-event-title{flex-grow:1!important;font-weight:400!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.fc-event-main-frame{align-items:center!important;display:flex!important;gap:4px!important;width:100%!important}.footer{font-size:.7rem!important}.proyectos-panel .bootstrap-table .fixed-table-container tbody td{font-size:.75rem!important}}.modal-body .bg-white,.modal-body .list-group,.modal-body [id*=list],.modal-body [id*=lista]{background-color:hsla(0,0%,100%,.035)!important;border:1px solid var(--ui-border-strong)!important;border-radius:12px!important;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)!important;color:var(--ui-text-soft)!important;min-height:48px;padding:.5rem!important}.modal-body .list-group-item,.modal-body [id*=list] div,.modal-body [id*=lista] div{align-items:center;background-color:hsla(0,0%,100%,.02)!important;border:1px solid rgba(148,163,184,.12)!important;border-radius:8px!important;color:var(--ui-text)!important;display:flex;justify-content:space-between;margin-bottom:.35rem!important;padding:.45rem .8rem!important}.modal-body .list-group-item:last-child{margin-bottom:0!important}.modal-body .nav-tabs{border-bottom:1px solid var(--ui-border-strong)!important;margin-bottom:1.5rem!important}.modal-body .nav-tabs .nav-link{background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;color:var(--ui-text-muted)!important;font-weight:600!important;padding:.75rem 1.5rem!important;transition:all .2s ease}.modal-body .nav-tabs .nav-link:hover{color:var(--ui-heading)!important}.modal-body .nav-tabs .nav-link.active{border-bottom:2px solid var(--ui-primary)!important;color:var(--ui-primary)!important}.modal-body .table-bordered,.modal-body .table-bordered td,.modal-body .table-bordered th{border:1px solid var(--ui-border-strong)!important}.modal-body .table{border-collapse:separate!important;border-radius:12px!important;border-spacing:0;overflow:hidden!important}.modal-body .table thead th{background-color:var(--ui-surface-muted)!important;border-bottom:2px solid var(--ui-border-strong)!important;color:var(--ui-text-muted)!important;font-size:.75rem!important;letter-spacing:.05em!important;padding:1rem .8rem!important;text-align:center!important;text-transform:uppercase!important;vertical-align:middle!important}.modal-body .table tbody th{color:var(--ui-text)!important;font-weight:600!important;padding-left:1.5rem!important;text-align:left!important}.modal-body .table tbody td,.modal-body .table tbody th{background-color:var(--ui-surface)!important;vertical-align:middle!important}.modal-body .table tbody td{padding:.8rem!important;text-align:center!important}.modal-body .table tbody tr:nth-child(2n) td,.modal-body .table tbody tr:nth-child(2n) th{background-color:hsla(0,0%,100%,.015)!important}.modal-body .table tbody tr:hover td,.modal-body .table tbody tr:hover th{background-color:rgba(255,204,0,.05)!important}.modal-body .btn-outline-warning,.modal-body .btn-warning{background:var(--ui-primary)!important;border:none!important;border-radius:8px!important;color:#000!important;font-weight:800!important;padding:.4rem 1.2rem!important}.modal-body .btn-outline-secondary,.modal-body .btn-secondary{background:var(--ui-surface-muted)!important;border:1px solid var(--ui-border-strong)!important;border-radius:8px!important;color:var(--ui-text)!important;font-weight:600!important;padding:.4rem 1.2rem!important}.estilos_generales{background:transparent;border-collapse:separate;border-spacing:0;margin:0;max-width:100%;width:100%}.bootstrap-table,.bootstrap-table .fixed-table-body,.bootstrap-table .fixed-table-container,.bootstrap-table .fixed-table-footer,.bootstrap-table .fixed-table-header,.bootstrap-table .fixed-table-pagination,.bootstrap-table .fixed-table-toolbar{max-width:100%;min-width:0;width:100%}.bootstrap-table .fixed-table-container{background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.01));box-shadow:var(--ui-shadow-soft);overflow:hidden}.bootstrap-table .fixed-table-container .fixed-table-body table,.bootstrap-table .fixed-table-container .fixed-table-footer table,.bootstrap-table .fixed-table-container .fixed-table-header table{margin-inline:auto;min-width:100%;table-layout:auto;width:max-content}.bootstrap-table .fixed-table-container .table{border-collapse:collapse!important;margin:0!important;min-width:100%;table-layout:auto;width:max-content}.bootstrap-table .fixed-table-body{background:var(--ui-surface);overflow-x:auto;overflow-y:auto}.bootstrap-table .fixed-table-container thead th{background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.012))!important;border-bottom:1px solid rgba(148,163,184,.16)!important;border-left:0!important;border-right:1px solid rgba(148,163,184,.12)!important;color:var(--ui-text-muted)!important;padding:0!important;position:relative;text-align:left!important;vertical-align:middle}.bootstrap-table .fixed-table-container thead th .th-inner{color:inherit!important;font-size:.7rem!important;font-weight:800!important;letter-spacing:.06em!important;line-height:1.05;min-height:40px;overflow:hidden;overflow-wrap:normal;padding:.72rem 1.75rem .72rem .78rem!important;text-align:left!important;text-overflow:ellipsis;text-transform:uppercase!important;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container thead th .sortable,.bootstrap-table .fixed-table-container thead th .th-inner.sortable{background-position:right .62rem center!important;background-size:.78rem auto!important;padding-right:1.75rem!important}.bootstrap-table .fixed-table-container thead th .sortable,.bootstrap-table .fixed-table-container thead th .th-inner.sortable,.bootstrap-table .fixed-table-container thead th.sortable .th-inner{background-size:.78rem auto!important;overflow:hidden;overflow-wrap:normal;position:relative;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container thead th .sortable,.bootstrap-table .fixed-table-container thead th .th-inner.asc,.bootstrap-table .fixed-table-container thead th .th-inner.desc,.bootstrap-table .fixed-table-container thead th .th-inner.sortable,.bootstrap-table .fixed-table-container thead th.asc .th-inner,.bootstrap-table .fixed-table-container thead th.desc .th-inner,.bootstrap-table .fixed-table-container thead th.sortable .th-inner{background-position:right .62rem center!important;background-repeat:no-repeat!important;box-sizing:border-box!important;display:block!important;max-width:100%!important;padding-right:2.1rem!important;width:100%!important}.bootstrap-table .fixed-table-container thead th:not(.detail):before{background:linear-gradient(180deg,hsla(0,0%,100%,0),rgba(148,163,184,.08) 20%,rgba(148,163,184,.16) 50%,rgba(148,163,184,.08) 80%,hsla(0,0%,100%,0));content:"";inset:18% auto 18% 0;opacity:.9;position:absolute;width:1px}.bootstrap-table .fixed-table-container thead th:first-child:before{display:none}.bootstrap-table .fixed-table-container thead th:hover{background:linear-gradient(180deg,rgba(255,204,0,.075),rgba(255,204,0,.028))!important;color:var(--ui-heading)!important}.bootstrap-table .fixed-table-container thead th.detail .th-inner{min-height:38px;padding-inline:0!important;text-align:center!important}.bootstrap-table .fixed-table-container .table tbody>tr[data-index]>td:first-child,.bootstrap-table .fixed-table-container .table thead th.detail{min-width:46px;text-align:center;width:46px}.bootstrap-table .fixed-table-container tbody td{background:var(--ui-surface);border-bottom:1px solid rgba(148,163,184,.12);border-left:0!important;border-right:1px solid rgba(148,163,184,.1);color:var(--ui-text);font-size:.98rem;line-height:1.2!important;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;transition:background-color .2s ease,color .2s ease;vertical-align:top!important;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container tbody td .btn,.bootstrap-table .fixed-table-container tbody td .btn-group,.bootstrap-table .fixed-table-container tbody td .btn-toolbar,.bootstrap-table .fixed-table-container tbody td .card-view,.bootstrap-table .fixed-table-container tbody td .text-center,.bootstrap-table .fixed-table-container tbody td .text-end,.bootstrap-table .fixed-table-container tbody td .text-start,.bootstrap-table .fixed-table-container tbody td a,.bootstrap-table .fixed-table-container tbody td div,.bootstrap-table .fixed-table-container tbody td span,.bootstrap-table .fixed-table-container tbody td>*{box-sizing:border-box;max-width:100%;min-width:0;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container tbody td .btn,.bootstrap-table .fixed-table-container tbody td .btn i,.bootstrap-table .fixed-table-container tbody td .btn span,.bootstrap-table .fixed-table-container tbody td .btn-group,.bootstrap-table .fixed-table-container tbody td .btn-toolbar,.bootstrap-table .fixed-table-container tbody td a.ui-table-action-btn,.bootstrap-table .fixed-table-container tbody td a.ui-table-url-btn{overflow:visible;text-overflow:clip;white-space:nowrap}.bootstrap-table .fixed-table-container tbody td a:not(.ui-table-url-btn):not(.ui-table-action-btn){overflow:hidden;text-overflow:ellipsis}.bootstrap-table .fixed-table-container tbody td .btn,.bootstrap-table .fixed-table-container tbody td a{overflow-wrap:normal;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container tbody td .btn{align-items:center;display:inline-flex;gap:.3rem;justify-content:center;line-height:1.15;max-width:100%;text-align:center}.bootstrap-table .fixed-table-container tbody td .btn-group,.bootstrap-table .fixed-table-container tbody td .btn-toolbar{display:inline-flex;flex-wrap:nowrap;gap:.3rem;max-width:100%;overflow:visible}.bootstrap-table .fixed-table-container tbody td .btn-group>.btn{flex:0 1 auto}.bootstrap-table .fixed-table-container tbody td .badge,.bootstrap-table .fixed-table-container tbody td .ui-table-chip{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-table .fixed-table-container tbody td .detail-icon{max-width:100%}.bootstrap-table .fixed-table-container tbody tr:nth-child(2n) td{background:#24282d}.bootstrap-table .fixed-table-container tbody tr:hover td{background:#2b3036}.bootstrap-table .fixed-table-container tbody tr:last-child td{border-bottom:0}.bootstrap-table .fixed-table-container tbody td:last-child{border-right:0}.bootstrap-table .fixed-table-container tbody td:first-child,.bootstrap-table .fixed-table-container thead th:first-child{border-left:0!important}.bootstrap-table .fixed-table-container tbody td,.bootstrap-table .fixed-table-container tbody td .card-view,.bootstrap-table .fixed-table-container tbody td .text-center,.bootstrap-table .fixed-table-container tbody td .text-end,.bootstrap-table .fixed-table-container tbody td .text-start,.bootstrap-table .fixed-table-container tbody td>*{max-width:100%;min-width:0}.bootstrap-table .fixed-table-body::-webkit-scrollbar{height:10px;width:20px}.bootstrap-table .fixed-table-body::-webkit-scrollbar-thumb{background:rgba(148,163,184,.35);border-radius:999px}.bootstrap-table .fixed-table-body::-webkit-scrollbar-track{background:rgba(30,33,37,.9)}.bootstrap-table .detail-icon{align-items:center;display:inline-flex;justify-content:center;width:100%}.bootstrap-table .detail-icon .btn,.bootstrap-table .detail-icon a{align-items:center;border-radius:999px;color:var(--ui-primary);display:inline-flex;height:34px;justify-content:center;transition:transform .18s ease,color .18s ease,background-color .18s ease;width:34px}.bootstrap-table .detail-icon .btn:hover,.bootstrap-table .detail-icon a:hover{background:var(--ui-primary);color:#111;transform:scale(1.04)}.bootstrap-table .fixed-table-body .no-records-found .card-view,.bootstrap-table .fixed-table-body .no-records-found td{background:var(--ui-surface);color:var(--ui-text-muted);font-size:.92rem;padding:1.4rem 1rem;text-align:center}.bootstrap-table .card-views{width:100%}.bootstrap-table .card-view{border-bottom:1px solid rgba(148,163,184,.12);padding:.72rem .85rem}.bootstrap-table .card-view:last-child{border-bottom:0}.bootstrap-table .card-view .title{color:var(--ui-text-soft);font-size:.73rem;font-weight:700;letter-spacing:.04em;min-width:0;text-transform:uppercase}.bootstrap-table .card-view .value{color:var(--ui-text);min-width:0;overflow-wrap:break-word;word-break:normal}.bootstrap-table .fixed-table-pagination{margin-top:.95rem}.bootstrap-table .pagination,.bootstrap-table .pagination-detail{align-items:center;color:var(--ui-text-muted);font-size:.9rem}.bootstrap-table .pagination-detail{font-weight:500}.bootstrap-table .pagination{gap:.3rem}.bootstrap-table .page-link,.bootstrap-table .pagination .page-link{background:var(--ui-surface);border:1px solid rgba(148,163,184,.16);border-radius:12px;box-shadow:none;color:var(--ui-text-muted)}.bootstrap-table .page-item.active .page-link{background:var(--ui-primary);border-color:var(--ui-primary);color:#111;font-weight:700}[id^=toolbar_]{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;max-width:100%;padding:.35rem 0 1.15rem;width:100%}[id^=toolbar_]>*{max-width:100%;min-width:0}.bootstrap-table .fixed-table-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem;justify-content:space-between;padding:5px}.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search{margin:0}.bootstrap-table .fixed-table-toolbar .bs-bars{align-items:center;display:flex;flex:0 1 auto;justify-content:flex-start;order:1}.bootstrap-table .fixed-table-toolbar .ui-toolbar-primary-inline{align-items:center;display:flex;flex:0 1 auto;gap:.55rem;margin-left:auto;min-width:0;order:0}.bootstrap-table .fixed-table-toolbar .search{flex:0 1 220px;margin-left:0;max-width:240px;min-width:190px;order:0;width:clamp(190px,22vw,240px)}.bootstrap-table .fixed-table-toolbar .columns{flex:0 0 auto;margin-left:0;order:3}.bootstrap-table .fixed-table-toolbar .bs-bars .btn-group,.bootstrap-table .fixed-table-toolbar .bs-bars>.btn-group-vertical,.bootstrap-table .fixed-table-toolbar .bs-bars>div{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-start}.bootstrap-table .fixed-table-toolbar #btn_nuevo{background:linear-gradient(180deg,rgba(255,204,0,.98),rgba(255,184,0,.94));border-color:rgba(255,204,0,.45);box-shadow:0 14px 26px rgba(255,184,0,.2);color:#111;font-weight:800;order:-10}.bootstrap-table .fixed-table-toolbar #btn_nuevo:focus,.bootstrap-table .fixed-table-toolbar #btn_nuevo:hover{background:linear-gradient(180deg,#ffd640,rgba(255,193,7,.96));border-color:rgba(255,214,64,.55);color:#111}.bootstrap-table .fixed-table-toolbar #btn_estado_all,.bootstrap-table .fixed-table-toolbar #btn_remove_all{order:20}.bootstrap-table .fixed-table-toolbar #btn_remove_all:not(:disabled){background:linear-gradient(180deg,rgba(220,38,38,.98),rgba(185,28,28,.96));border-color:rgba(248,113,113,.55);color:#fff}.bootstrap-table .fixed-table-toolbar #btn_estado_all:not(:disabled){background:linear-gradient(180deg,rgba(245,158,11,.98),rgba(217,119,6,.96));border-color:rgba(251,191,36,.56);color:#111}.bootstrap-table .fixed-table-toolbar #btn_remove_all:not(:disabled):focus,.bootstrap-table .fixed-table-toolbar #btn_remove_all:not(:disabled):hover{background:linear-gradient(180deg,#ef4444,rgba(220,38,38,.98));border-color:rgba(252,165,165,.62);color:#fff}.bootstrap-table .fixed-table-toolbar #btn_estado_all:not(:disabled):focus,.bootstrap-table .fixed-table-toolbar #btn_estado_all:not(:disabled):hover{background:linear-gradient(180deg,rgba(251,191,36,.98),rgba(245,158,11,.96));border-color:rgba(252,211,77,.62);color:#111}.bootstrap-table .fixed-table-toolbar .btn:disabled{box-shadow:none;cursor:not-allowed;filter:grayscale(.9) saturate(.55);opacity:.42}.bootstrap-table .fixed-table-toolbar.toolbar-bulk-active .toolbar-bulk-button--active:not(:disabled){box-shadow:0 12px 22px rgba(15,23,42,.2)!important;filter:none!important;opacity:1!important}.bootstrap-table .fixed-table-toolbar.toolbar-bulk-active #btn_remove_all.toolbar-bulk-button--active:not(:disabled){background:linear-gradient(180deg,rgba(220,38,38,.98),rgba(185,28,28,.96))!important;border-color:rgba(248,113,113,.55)!important;color:#fff!important}.bootstrap-table .fixed-table-toolbar.toolbar-bulk-active #btn_estado_all.toolbar-bulk-button--active:not(:disabled){background:linear-gradient(180deg,rgba(245,158,11,.98),rgba(217,119,6,.96))!important;border-color:rgba(251,191,36,.56)!important;color:#111!important}.bootstrap-table .fixed-table-toolbar.toolbar-bulk-idle .toolbar-bulk-button--idle:disabled{background:rgba(148,163,184,.08)!important;border-color:rgba(148,163,184,.12)!important;filter:grayscale(1) saturate(.5)!important;opacity:.34!important}.bootstrap-table .fixed-table-toolbar .toolbar-bulk-button{transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease,filter .2s ease,box-shadow .2s ease}.bootstrap-table .fixed-table-toolbar .columns .btn{opacity:.92}.bootstrap-table .fixed-table-toolbar .search .form-control,.bootstrap-table .fixed-table-toolbar .search input{background:var(--ui-surface);border:1px solid rgba(148,163,184,.16);border-radius:14px;box-shadow:none;color:var(--ui-text);min-height:40px;padding-inline:.9rem}.bootstrap-table .fixed-table-toolbar .search .form-control::placeholder,.bootstrap-table .fixed-table-toolbar .search input::placeholder{color:var(--ui-text-soft)}.bootstrap-table .fixed-table-toolbar .search .form-control:focus,.bootstrap-table .fixed-table-toolbar .search input:focus{border-color:var(--ui-primary);box-shadow:0 0 0 .18rem var(--ui-accent-ring)}.bootstrap-table .fixed-table-pagination .btn,.bootstrap-table .fixed-table-toolbar .btn,.bootstrap-table .fixed-table-toolbar .btn-group>.btn,.bootstrap-table .fixed-table-toolbar .columns .btn{background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.02));border:1px solid rgba(148,163,184,.16);border-radius:11px;box-shadow:0 8px 18px rgba(0,0,0,.12);color:var(--ui-text);font-weight:600;min-height:36px;padding:.42rem .72rem}.bootstrap-table .fixed-table-pagination .btn:hover,.bootstrap-table .fixed-table-toolbar .btn:hover,.bootstrap-table .fixed-table-toolbar .columns .btn:hover{background:rgba(255,204,0,.12);border-color:rgba(255,204,0,.25);color:var(--ui-heading)}.bootstrap-table .fixed-table-pagination .btn:focus,.bootstrap-table .fixed-table-toolbar .btn:focus,.bootstrap-table .fixed-table-toolbar .columns .btn:focus{box-shadow:0 0 0 .18rem var(--ui-accent-ring)}@media (max-width:768px){.bootstrap-table .fixed-table-body tbody .ui-table-mobile-icon-only.ui-table-action-btn,.bootstrap-table .fixed-table-body tbody .ui-table-mobile-icon-only.ui-table-url-btn{border-radius:999px!important;gap:0!important;height:32px!important;justify-content:center!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;padding:0!important;width:32px!important}.bootstrap-table .fixed-table-body tbody .ui-table-mobile-icon-only .ui-table-action-label{display:none!important}.bootstrap-table .fixed-table-body tbody .ui-table-mobile-icon-only i,.bootstrap-table .fixed-table-body tbody .ui-table-mobile-icon-only svg{margin:0!important}.bootstrap-table .fixed-table-toolbar{align-items:center;flex-wrap:nowrap;gap:.24rem;justify-content:flex-start}.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search,.bootstrap-table .fixed-table-toolbar .ui-toolbar-primary-inline{flex:0 1 auto;margin:0!important;max-width:100%;min-width:0;width:auto}.bootstrap-table .fixed-table-toolbar .ui-toolbar-primary-inline{flex-wrap:wrap;gap:.3rem;overflow:visible}.bootstrap-table .fixed-table-toolbar .bs-bars .btn-group,.bootstrap-table .fixed-table-toolbar .bs-bars>.btn-group-vertical,.bootstrap-table .fixed-table-toolbar .bs-bars>div,.bootstrap-table .fixed-table-toolbar .columns .btn-group,.bootstrap-table .fixed-table-toolbar .columns>.btn-group-vertical,.bootstrap-table .fixed-table-toolbar .columns>div{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem;max-width:100%}.bootstrap-table .fixed-table-toolbar .search{border-radius:999px;flex:0 0 32px;height:32px;max-width:32px!important;min-height:32px;min-width:32px!important;order:99;overflow:hidden;position:relative;transition:width .22s ease,max-width .22s ease,box-shadow .2s ease,border-color .2s ease;width:32px!important}.bootstrap-table .fixed-table-toolbar .search:focus-within{max-width:100%!important;min-width:150px!important;order:100;overflow:visible;width:clamp(150px,42vw,220px)!important}.bootstrap-table .fixed-table-toolbar .search .form-control,.bootstrap-table .fixed-table-toolbar .search input{background:transparent!important;border:0!important;box-shadow:none!important;caret-color:transparent!important;color:transparent!important;inset:0;opacity:0;padding:0!important;pointer-events:auto;position:absolute}.bootstrap-table .fixed-table-toolbar .search .form-control:focus,.bootstrap-table .fixed-table-toolbar .search input:focus,.bootstrap-table .fixed-table-toolbar .search:focus-within .form-control,.bootstrap-table .fixed-table-toolbar .search:focus-within input{background:var(--ui-surface)!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:999px;box-shadow:0 0 0 .18rem var(--ui-accent-ring)!important;caret-color:var(--ui-text)!important;color:var(--ui-text)!important;height:32px;inset:auto;min-height:32px;opacity:1;outline:none;padding:.42rem .8rem .42rem 1.95rem!important;position:relative;width:100%!important}.bootstrap-table .fixed-table-toolbar .search .form-control::placeholder,.bootstrap-table .fixed-table-toolbar .search input::placeholder{color:transparent!important}.bootstrap-table .fixed-table-toolbar .search:focus-within .form-control::placeholder,.bootstrap-table .fixed-table-toolbar .search:focus-within input::placeholder{color:var(--ui-text-soft)!important}.bootstrap-table .fixed-table-toolbar #btn_estado_all .toolbar-btn-label,.bootstrap-table .fixed-table-toolbar #btn_estado_all.toolbar-bulk-button .toolbar-btn-label,.bootstrap-table .fixed-table-toolbar #btn_remove_all .toolbar-btn-label,.bootstrap-table .fixed-table-toolbar #btn_remove_all.toolbar-bulk-button .toolbar-btn-label{display:none!important}.bootstrap-table .fixed-table-toolbar #btn_estado_all,.bootstrap-table .fixed-table-toolbar #btn_remove_all{font-size:0!important;gap:0!important;height:32px!important;justify-content:center!important;line-height:1!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;padding:0!important;width:32px!important}.bootstrap-table .fixed-table-toolbar #btn_estado_all i,.bootstrap-table .fixed-table-toolbar #btn_remove_all i{font-size:.92rem!important;line-height:1!important}.bootstrap-table .fixed-table-toolbar #btn_remove_all:not(:disabled){background:linear-gradient(180deg,rgba(220,38,38,.98),rgba(185,28,28,.96))!important;border-color:rgba(248,113,113,.5)!important;color:#fff!important}.bootstrap-table .fixed-table-toolbar #btn_estado_all:not(:disabled){background:linear-gradient(180deg,rgba(245,158,11,.98),rgba(217,119,6,.96))!important;border-color:rgba(251,191,36,.55)!important;color:#111!important}}@media (min-width:992px){.bootstrap-table .fixed-table-container thead th .sortable,.bootstrap-table .fixed-table-container thead th .th-inner,.bootstrap-table .fixed-table-container thead th .th-inner.sortable{display:block!important;line-height:1.05!important;max-width:100%!important;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;width:100%!important;word-break:normal}}@media (min-width:992px) and (max-width:1199.98px){.bootstrap-table .fixed-table-container thead th .th-inner{font-size:.6rem!important;letter-spacing:.045em!important;min-height:34px!important;padding:.46rem 1.45rem .46rem .56rem!important}}@media (min-width:1200px) and (max-width:1439.98px){.bootstrap-table .fixed-table-container thead th .th-inner{font-size:.64rem!important;letter-spacing:.05em!important;min-height:36px!important;padding:.52rem 1.55rem .52rem .62rem!important}}@media (min-width:1440px) and (max-width:1919.98px){.bootstrap-table .fixed-table-container thead th .th-inner{font-size:.67rem!important;letter-spacing:.055em!important;min-height:38px!important;padding:.6rem 1.65rem .6rem .72rem!important}}.bootstrap-table .fixed-table-toolbar .dropdown-menu{background:var(--ui-surface);border:1px solid rgba(148,163,184,.16);border-radius:16px;box-shadow:0 18px 34px rgba(0,0,0,.28);padding:.45rem}.bootstrap-table .fixed-table-toolbar .dropdown-item{border-radius:10px;color:var(--ui-text);padding:.45rem .7rem}.bootstrap-table .fixed-table-toolbar .dropdown-item:hover{background:rgba(255,204,0,.1);color:var(--ui-heading)}.bootstrap-table .fixed-table-toolbar .columns .dropdown-toggle:after,.bootstrap-table .fixed-table-toolbar .keep-open .dropdown-toggle:after{margin-left:.4rem}.estimaciones-header,.facturas-header,.ordenes-header,.ui-module-header{background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.015));border:1px solid rgba(148,163,184,.16);border-radius:16px;box-shadow:var(--ui-shadow-soft);margin:.4rem 0 1rem;overflow:hidden;padding:1.15rem 1.15rem 1rem;position:relative}.estimaciones-header:before,.facturas-header:before,.ordenes-header:before,.ui-module-header:before{background:linear-gradient(90deg,rgba(148,163,184,.75),rgba(255,204,0,.9));content:"";height:2px;inset:0 auto auto 0;position:absolute;width:100%}.estimaciones-header>*,.facturas-header>*,.ordenes-header>*,.ui-module-header>*{position:relative;z-index:1}.module-kicker,.ui-module-kicker{align-items:center;align-self:flex-start;background:rgba(255,204,0,.08);border:1px solid rgba(255,204,0,.18);border-radius:999px;color:var(--ui-primary);display:inline-flex;flex:0 0 auto;font-size:.76rem;font-weight:700;gap:.35rem;letter-spacing:.08em;margin-bottom:.45rem;max-width:100%;padding:.25rem .65rem;text-transform:uppercase;white-space:nowrap;width:fit-content}.estimaciones-title,.facturas-title,.ordenes-title,.ui-module-title{color:var(--ui-heading);font-size:clamp(1.08rem,2.1vw,1.55rem);font-weight:800;letter-spacing:.02em;margin:0}.estimaciones-subtitle,.facturas-subtitle,.ordenes-subtitle,.ui-module-subtitle{color:var(--ui-text-muted);font-size:.96rem;margin:.35rem 0 0}.estimaciones-toolbar-wrap,.facturas-toolbar-wrap,.ordenes-toolbar-wrap,.ui-module-toolbar{display:flex;justify-content:flex-end;margin-bottom:.8rem}.estimaciones-toolbar-wrap .btn,.facturas-toolbar-wrap .btn,.ordenes-toolbar-wrap .btn,.ui-module-toolbar .btn{border-radius:.65rem;box-shadow:0 8px 16px rgba(15,23,42,.08);font-weight:600}.facturas-panel,.ordenes-panel,.ui-module-panel{border-radius:16px;box-shadow:var(--ui-shadow-soft);position:relative}.ordenes-panel--workspace,.ui-module-panel--workspace{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}.ui-table-url-btn{align-items:center;background:rgba(255,204,0,.1);border:1px solid rgba(255,204,0,.22);border-radius:.8rem;color:var(--ui-heading);display:inline-flex;font-weight:700;gap:.35rem;justify-content:center;max-width:100%;min-width:96px;padding:.34rem .6rem;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;white-space:nowrap}.ui-table-url-btn:hover{background:rgba(255,204,0,.16);border-color:rgba(255,204,0,.3);box-shadow:0 8px 16px rgba(255,204,0,.08);color:#111;transform:translateY(-1px)}.ui-table-url-btn--icon{border-radius:999px;height:36px;min-width:36px;padding:0;width:36px}.ui-table-action-btn{align-items:center;background:hsla(0,0%,100%,.03);border:1px solid rgba(148,163,184,.16);border-radius:.72rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03);box-sizing:border-box;color:var(--ui-text);display:inline-flex;flex-wrap:nowrap;gap:.3rem;justify-content:center;line-height:1;min-height:36px;min-width:max-content!important;overflow-wrap:normal;padding:.34rem .68rem;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;vertical-align:middle;white-space:nowrap;word-break:normal}.ui-table-action-btn:hover{transform:translateY(-1px)}.ui-table-action-btn--primary{background:rgba(37,99,235,.12);border-color:rgba(37,99,235,.22);color:#bfd4ff}.ui-table-action-btn--primary:hover{background:rgba(37,99,235,.18);box-shadow:0 8px 16px rgba(37,99,235,.12);color:#eaf2ff}.ui-table-action-btn--success{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.22);color:#a7f3d0}.ui-table-action-btn--success:hover{background:rgba(16,185,129,.18);box-shadow:0 8px 16px rgba(16,185,129,.12);color:#d1fae5}.ui-table-action-btn--danger{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.22);color:#fecaca;font-weight:700!important}.ui-table-action-btn--danger:hover{background:rgba(239,68,68,.18);box-shadow:0 8px 16px rgba(239,68,68,.12);color:#fee2e2}.ui-table-action-btn--neutral{background:hsla(0,0%,100%,.03);border-color:rgba(148,163,184,.16);color:var(--ui-text-muted)}.ui-table-action-btn--icon{border-radius:999px;height:36px;min-width:36px;padding:0;width:36px}.ui-table-action-btn--compact{border-radius:.72rem;font-size:.75rem;gap:.25rem;line-height:1;min-height:36px;min-width:80px!important;padding:.3rem .58rem}.ui-table-action-btn--compact i{font-size:.86rem;line-height:1}.ui-table-action-btn--compact span,.ui-table-action-btn--compact:not(.ui-table-action-btn--icon){font-weight:700}.ui-table-action-btn--compact.ui-table-action-btn--icon{border-radius:999px;height:36px;min-width:36px!important;padding:0;width:36px}.bootstrap-table .fixed-table-container tbody td .estado.ui-table-action-btn--compact{border-radius:999px!important;font-size:.72rem!important;min-width:max-content!important;padding-inline:.62rem!important}.bootstrap-table .fixed-table-container tbody td .ui-table-action-btn{overflow-wrap:normal;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container tbody td .btn-danger,.bootstrap-table .fixed-table-container tbody td .btn-light,.bootstrap-table .fixed-table-container tbody td .btn-outline-danger,.bootstrap-table .fixed-table-container tbody td .btn-outline-primary,.bootstrap-table .fixed-table-container tbody td .btn-outline-success,.bootstrap-table .fixed-table-container tbody td .btn-primary,.bootstrap-table .fixed-table-container tbody td .btn-secondary,.bootstrap-table .fixed-table-container tbody td .btn-success{max-width:100%;overflow-wrap:normal;white-space:nowrap;word-break:normal}.bootstrap-table .fixed-table-container tbody td .btn-outline-primary,.bootstrap-table .fixed-table-container tbody td .btn-primary{border-color:rgba(37,99,235,.22)}.bootstrap-table .fixed-table-container tbody td .btn-outline-success,.bootstrap-table .fixed-table-container tbody td .btn-success{border-color:rgba(16,185,129,.22)}.bootstrap-table .fixed-table-container tbody td .btn-danger,.bootstrap-table .fixed-table-container tbody td .btn-outline-danger{border-color:rgba(239,68,68,.22)}.bootstrap-table .fixed-table-container tbody td .btn-light,.bootstrap-table .fixed-table-container tbody td .btn-secondary{background:hsla(0,0%,100%,.03);border-color:rgba(148,163,184,.16);color:var(--ui-text)}.bootstrap-table .fixed-table-container tbody td .btn-light:hover,.bootstrap-table .fixed-table-container tbody td .btn-outline-danger:hover,.bootstrap-table .fixed-table-container tbody td .btn-outline-primary:hover,.bootstrap-table .fixed-table-container tbody td .btn-outline-success:hover,.bootstrap-table .fixed-table-container tbody td .btn-secondary:hover{background:rgba(255,204,0,.12);border-color:rgba(255,204,0,.24);color:var(--ui-heading)}.ui-table-fixed .fixed-table-container .fixed-table-body table,.ui-table-fixed .fixed-table-container .fixed-table-footer table,.ui-table-fixed .fixed-table-container .fixed-table-header table{table-layout:auto!important}.ui-table-compact .fixed-table-container thead th{padding:0!important}.ui-table-compact .fixed-table-container tbody td{font-size:.75rem;padding:.42rem .46rem}.ui-table-compact .fixed-table-container .table thead th .th-inner{font-size:.69rem}.ui-table-icon-btn{align-items:center;border-radius:12px;display:inline-flex;height:38px;justify-content:center;padding:0;width:38px}.ui-table-thumb{background:var(--ui-surface);border:1px solid rgba(148,163,184,.16);border-radius:10px;display:block;margin-inline:auto;max-height:56px;max-width:100px;object-fit:contain;width:100%}.ui-table-chip{align-items:center;background:rgba(255,204,0,.1);border:1px solid rgba(255,204,0,.22);border-radius:999px;color:var(--ui-heading);display:inline-flex;font-size:.75rem;font-weight:700;gap:.35rem;justify-content:center;line-height:1.2;padding:.28rem .58rem}.badge-soft-danger{background-color:rgba(239,68,68,.12)!important;border:1px solid rgba(239,68,68,.2)!important;color:#f87171!important;font-weight:600}.badge-soft-success{background-color:rgba(16,185,129,.12)!important;border:1px solid rgba(16,185,129,.2)!important;color:#34d399!important;font-weight:600}.badge-soft-due,.badge-soft-warning{background-color:rgba(255,204,0,.12)!important;border:1px solid rgba(255,204,0,.18)!important;color:var(--ui-primary)!important;font-weight:600}.badge-soft-neutral{background-color:rgba(148,163,184,.14)!important;border:1px solid rgba(148,163,184,.2)!important;color:var(--ui-text-muted)!important;font-weight:600}.ui-table-detail-panel{background:linear-gradient(180deg,#24282d,#202428);border-radius:14px;padding:.8rem}.ui-table-detail-grid{display:grid;gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gasto-detail-item,.ui-table-detail-item{align-items:flex-start!important;background:hsla(0,0%,100%,.015);border:1px solid rgba(148,163,184,.1);border-radius:10px;display:flex;flex-direction:row!important;gap:.75rem;justify-content:flex-start!important;padding:.55rem .65rem!important;text-align:left}.ui-table-detail-item--full{grid-column:1/-1}.ui-table-detail-item--statuscompact{flex:1 1 auto;justify-self:stretch;max-width:100%;min-width:0;width:100%}.ui-table-detail-label{color:var(--ui-text-soft)!important;font-size:.65rem!important;font-weight:700;letter-spacing:.05em;margin-bottom:0;text-align:left!important;text-transform:uppercase}.gasto-detail-text-wrapper,.ui-table-detail-text-wrapper{align-items:flex-start!important;display:flex;flex-direction:column;gap:2px;min-width:0}.gasto-detail-value,.ui-table-detail-value{color:#fff;font-size:.92rem;font-weight:500;text-align:left!important;white-space:normal!important;word-break:break-word}.gasto-detail-label-text{color:var(--ui-text-soft)!important;font-size:.65rem!important;font-weight:700;letter-spacing:.05em;margin-bottom:0;text-align:left!important;text-transform:uppercase}.bootstrap-table .detail-view td{background:linear-gradient(180deg,#24282d,#202428)!important;border-bottom:1px solid var(--ui-border-strong)!important;padding:0!important}.table-dark-industrial td,.table-dark-industrial th{vertical-align:middle!important}.table-dark-industrial td{white-space:normal!important}.fixed-table-container .table td.ui-table-col-operate{overflow-x:auto;white-space:nowrap!important}.fixed-table-container .table td.ui-table-col-operate .ui-table-op-nowrap{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:.35rem;justify-content:flex-start;white-space:nowrap}.fixed-table-container .table td.ui-table-col-operate .ui-table-op-nowrap .btn,.fixed-table-container .table td.ui-table-col-operate .ui-table-op-nowrap .ui-table-action-btn{flex:0 0 auto}.bootstrap-table .fixed-table-body{scrollbar-width:8px}.table-dark-industrial td{max-width:none;overflow:visible!important;overflow-wrap:anywhere!important;text-overflow:clip!important;word-break:break-word!important}.table-dark-industrial{table-layout:auto!important;width:100%!important}.bootstrap-table .fixed-table-container{border:1px solid rgba(148,163,184,.16);border-radius:16px;overflow:visible!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .cambio-orden-actions-wrap,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .cambio-orden-mobile-unified-actions,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn-group,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .cambio-orden-actions-wrap,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .cotizacion-send-actions-wrap,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn-group,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .factura-estimado-actions-wrap,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .factura-estimado-actions-wrap,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn-group,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .cambio-orden-actions-wrap,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn-group,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .gasto-mobile-operation-buttons,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .gasto-mobile-status-wrap{align-items:center!important;display:inline-flex!important;flex-wrap:nowrap!important;justify-content:center;margin-inline:auto!important;max-width:none!important;overflow:visible!important;width:100%!important}.bootstrap-table .fixed-table-container thead th{vertical-align:middle!important}.bootstrap-table .fixed-table-container thead th .th-inner{display:block!important;line-height:1.1!important;min-height:32px!important;overflow:hidden!important;padding:.4rem .5rem!important;text-align:center!important;width:100%}.bootstrap-table .fixed-table-container thead th .sortable,.bootstrap-table .fixed-table-container thead th .th-inner.sortable{overflow:visible!important;overflow-wrap:break-word!important;text-overflow:clip!important;white-space:normal!important;word-break:normal!important}@media (min-width:768px){.bootstrap-table .fixed-table-container tbody td.cotizacion-col-estimate-number,.bootstrap-table .fixed-table-container thead th.cotizacion-col-estimate-number{min-width:124px}.bootstrap-table .fixed-table-container tbody td.factura-col-number,.bootstrap-table .fixed-table-container thead th.factura-col-number{min-width:136px}}@media (max-width:767.98px){.bootstrap-table .fixed-table-container tbody td.cotizacion-col-estimate-number,.bootstrap-table .fixed-table-container thead th.cotizacion-col-estimate-number{min-width:102px}.bootstrap-table .fixed-table-container tbody td.factura-col-number,.bootstrap-table .fixed-table-container thead th.factura-col-number{min-width:110px}}.bootstrap-table .fixed-table-container thead th.cotizacion-col-estimate-number .th-inner,.bootstrap-table .fixed-table-container thead th.factura-col-number .th-inner{hyphens:auto!important;overflow-wrap:anywhere!important;white-space:normal!important;word-break:break-word!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations,.bootstrap-table .fixed-table-container tbody td.factura-col-actions,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations,.bootstrap-table .fixed-table-container thead th.cambio-orden-col-operations,.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations,.bootstrap-table .fixed-table-container thead th.factura-col-actions,.bootstrap-table .fixed-table-container thead th.factura-col-meta-actions,.bootstrap-table .fixed-table-container thead th.gasto-col-operations{max-width:none!important;padding-right:15px!important;text-align:center!important;white-space:nowrap!important;width:auto!important}.bootstrap-table .fixed-table-container thead th.cambio-orden-col-operations .th-inner,.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations .th-inner,.bootstrap-table .fixed-table-container thead th.factura-col-actions .th-inner,.bootstrap-table .fixed-table-container thead th.factura-col-meta-actions .th-inner,.bootstrap-table .fixed-table-container thead th.gasto-col-operations .th-inner{min-width:150px!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;width:100%!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions>*,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations>*,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions>*,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations>*,.bootstrap-table .fixed-table-container tbody td.factura-col-actions>*,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions>*,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile>*,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations>*{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.bootstrap-table .fixed-table-container .fixed-table-body table,.bootstrap-table .fixed-table-container .fixed-table-footer table,.bootstrap-table .fixed-table-container .fixed-table-header table,.bootstrap-table .fixed-table-container .table{width:100%!important}.bootstrap-table .fixed-table-body{overflow-y:hidden!important}.bootstrap-table .fixed-table-container thead th .th-inner{overflow:visible!important;overflow-wrap:anywhere!important;text-overflow:clip!important;white-space:normal!important;word-break:break-word!important}@media (max-width:768px){.bootstrap-table,.bootstrap-table .fixed-table-body,.bootstrap-table .fixed-table-container,.bootstrap-table .fixed-table-pagination,.bootstrap-table .fixed-table-toolbar{max-width:100vw}.bootstrap-table .fixed-table-container{width:100%!important}.bootstrap-table .fixed-table-container .fixed-table-body table,.bootstrap-table .fixed-table-container .fixed-table-footer table,.bootstrap-table .fixed-table-container .fixed-table-header table,.bootstrap-table .fixed-table-container .table{min-width:100%!important;table-layout:auto!important;width:100%!important}.bootstrap-table .fixed-table-body{overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;max-height:clamp(320px,68vh,72vh)}.bootstrap-table .fixed-table-container .table tbody>tr[data-index]>td:first-child,.bootstrap-table .fixed-table-container .table thead th.detail{min-width:26px!important;padding:0!important;text-align:center!important;width:26px!important}.bootstrap-table .fixed-table-container thead th{padding:0!important}.bootstrap-table .fixed-table-container thead th .th-inner{display:block!important;font-size:clamp(.54rem,1vw,.64rem)!important;letter-spacing:0!important;line-height:1.2!important;max-width:100%!important;min-height:16px!important;min-width:0!important;overflow:visible!important;overflow-wrap:anywhere!important;padding:3px 2px!important;text-orientation:mixed!important;text-overflow:clip!important;text-transform:uppercase;transform:none!important;white-space:normal!important;width:100%!important;word-break:break-word!important;writing-mode:horizontal-tb!important}.bootstrap-table .fixed-table-container thead th{min-height:22px!important}.bootstrap-table .fixed-table-container thead th .th-inner.sortable{background-position:right 2px center!important;background-size:.7rem auto!important;padding-right:.95rem!important}.bootstrap-table .fixed-table-container thead th.cotizacion-col-actions .th-inner,.bootstrap-table .fixed-table-container thead th.cotizacion-col-client .th-inner,.bootstrap-table .fixed-table-container thead th.cotizacion-col-select .th-inner,.bootstrap-table .fixed-table-container thead th.gasto-col-meta-mobile .th-inner,.bootstrap-table .fixed-table-container thead th.gasto-col-select .th-inner,.bootstrap-table .fixed-table-container thead th.gasto-col-summary-mobile .th-inner{font-size:clamp(.56rem,1.9vw,.68rem)!important;justify-content:center!important;letter-spacing:.02em!important;text-align:center!important}.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations,.bootstrap-table .fixed-table-container thead th.cotizacion-col-actions,.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations{min-width:96px!important}.bootstrap-table .fixed-table-container thead th.cotizacion-col-actions .th-inner,.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations .th-inner{justify-content:center!important;line-height:1.1!important;overflow:visible!important;overflow-wrap:break-word!important;text-align:center!important;text-overflow:clip!important;white-space:normal!important;word-break:normal!important}.bootstrap-table .fixed-table-container thead th.gasto-col-operations-mobile .th-inner{justify-content:center!important;line-height:1.1!important;max-width:100%!important;min-width:0!important;overflow:visible!important;overflow-wrap:break-word!important;padding:2px 4px!important;text-overflow:clip!important;white-space:normal!important;width:100%!important;word-break:normal!important}.bootstrap-table .fixed-table-container tbody td.gasto-col-summary-mobile,.bootstrap-table .fixed-table-container thead th.gasto-col-summary-mobile{min-width:220px!important}.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile,.bootstrap-table .fixed-table-container thead th.gasto-col-operations-mobile{box-sizing:border-box;max-width:none!important;min-width:128px!important;padding-left:2px!important;padding-right:2px!important;width:auto!important}.bootstrap-table .fixed-table-container tbody td{font-size:.7rem!important;height:auto!important;min-height:28px!important;overflow:visible!important;overflow-wrap:anywhere!important;padding:.28rem .36rem!important;text-overflow:clip!important;vertical-align:middle!important;white-space:normal!important;word-break:break-word!important}.bootstrap-table .fixed-table-container tbody td .card-view,.bootstrap-table .fixed-table-container tbody td .text-center,.bootstrap-table .fixed-table-container tbody td .text-end,.bootstrap-table .fixed-table-container tbody td .text-start,.bootstrap-table .fixed-table-container tbody td a,.bootstrap-table .fixed-table-container tbody td div,.bootstrap-table .fixed-table-container tbody td span,.bootstrap-table .fixed-table-container tbody td>*{max-width:100%!important;min-width:0!important;overflow:visible!important;overflow-wrap:anywhere!important;text-overflow:clip!important;white-space:normal!important;word-break:break-word!important}.bootstrap-table .fixed-table-container tbody td .btn{min-height:26px;padding:.22rem .46rem!important;white-space:nowrap!important}.bootstrap-table .fixed-table-container tbody td .estado,.bootstrap-table .fixed-table-container tbody td .estado.estado--mobile{align-items:center!important;border-radius:999px!important;display:inline-flex!important;font-size:.62rem!important;justify-content:center!important;line-height:1.05!important;max-width:100%!important;min-height:26px!important;min-width:max-content!important;overflow:visible!important;padding:.18rem .42rem!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .cambio-orden-actions-wrap,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .cambio-orden-mobile-unified-actions,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn-group,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .cambio-orden-actions-wrap,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .cotizacion-send-actions-wrap,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn-group,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .factura-estimado-actions-wrap,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .factura-estimado-actions-wrap,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn-group,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .factura-estimado-actions-wrap,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn-group,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .cambio-orden-actions-wrap,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn-group,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn-toolbar,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .gasto-mobile-operation-buttons,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .gasto-mobile-status-wrap{align-items:center!important;display:grid!important;gap:.22rem .28rem!important;grid-auto-flow:row!important;grid-template-columns:repeat(2,max-content)!important;justify-content:center!important;justify-items:center!important;margin-inline:auto!important;max-width:100%!important;overflow:visible!important;width:100%!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .btn,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions .btn,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn{justify-self:center!important;margin:0!important}.bootstrap-table .fixed-table-container thead th.cambio-orden-col-operations .th-inner,.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations .th-inner,.bootstrap-table .fixed-table-container thead th.factura-col-actions .th-inner,.bootstrap-table .fixed-table-container thead th.factura-col-meta-actions .th-inner,.bootstrap-table .fixed-table-container thead th.gasto-col-operations .th-inner{justify-content:center!important;max-width:none!important;min-width:max-content!important;overflow:visible!important;padding:2px 4px!important;text-overflow:clip!important;width:auto!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations,.bootstrap-table .fixed-table-container tbody td.factura-col-actions,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations,.bootstrap-table .fixed-table-container thead th.cambio-orden-col-operations,.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations,.bootstrap-table .fixed-table-container thead th.factura-col-actions,.bootstrap-table .fixed-table-container thead th.factura-col-meta-actions,.bootstrap-table .fixed-table-container thead th.gasto-col-operations{box-sizing:border-box;max-width:none!important;min-width:max-content!important;padding-left:2px!important;padding-right:2px!important;width:1%!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations,.bootstrap-table .fixed-table-container tbody td.factura-col-actions,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile{text-align:center!important;vertical-align:middle!important;white-space:normal!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn{align-items:center;border-radius:7px!important;display:inline-flex!important;font-size:.72rem!important;height:auto!important;justify-content:center;line-height:1.05!important;margin:0!important;min-height:28px!important;min-width:max-content!important;overflow:visible;padding:.28rem .5rem!important;white-space:nowrap!important;width:auto!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn.btn-movil-circular,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn.ui-table-action-btn--icon,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn.btn-movil-circular,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn.ui-table-action-btn--icon,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn.btn-movil-circular,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn.ui-table-action-btn--icon,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn.ui-table-action-btn--icon,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn.btn-movil-circular,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn.ui-table-action-btn--icon,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn.btn-movil-circular,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn.ui-table-action-btn--icon{font-size:0!important;height:28px!important;line-height:0!important;min-height:28px!important;min-width:28px!important;overflow:hidden;padding:0!important;width:28px!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn+.btn,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn+.btn,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn+.btn,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn+.btn,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn+.btn,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn+.btn{margin-left:2px!important}.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn .bi,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn .ri,.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations .btn i,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn .bi,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn .ri,.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations .btn i,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn .bi,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn .ri,.bootstrap-table .fixed-table-container tbody td.factura-col-actions .btn i,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn .bi,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn .ri,.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions .btn i,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn .bi,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn .ri,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations .btn i,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn .bi,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn .ri,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .btn i{font-size:.86rem!important;line-height:1!important;margin:0!important}.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .estado,.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile .estado.estado--mobile{align-items:center!important;border-radius:999px!important;display:inline-flex!important;font-size:.62rem!important;font-weight:700!important;justify-content:center!important;line-height:1.05!important;max-width:none!important;min-height:26px!important;min-width:max-content!important;overflow:visible!important;padding:.18rem .42rem!important;text-overflow:clip!important;white-space:nowrap!important;width:auto!important}[id^=toolbar_]{align-items:center;display:flex;flex-wrap:nowrap!important;gap:.35rem;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:.15rem 0 .55rem;scrollbar-width:none}[id^=toolbar_]::-webkit-scrollbar{display:none}[id^=toolbar_]>*{flex:0 1 auto;min-width:0}.bootstrap-table .fixed-table-toolbar{align-items:center;display:flex;flex-wrap:nowrap;gap:.24rem;justify-content:flex-start;overflow:visible}.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search{margin:0!important;max-width:100%;min-width:0!important;width:auto!important}.bootstrap-table .fixed-table-toolbar .ui-toolbar-primary-inline{align-items:center;display:flex;flex:0 1 auto;flex-wrap:nowrap;gap:.3rem;margin:0!important;min-width:0;overflow:visible}.bootstrap-table .fixed-table-toolbar .bs-bars .btn-group,.bootstrap-table .fixed-table-toolbar .bs-bars>.btn-group-vertical,.bootstrap-table .fixed-table-toolbar .bs-bars>div,.bootstrap-table .fixed-table-toolbar .columns .btn-group,.bootstrap-table .fixed-table-toolbar .columns>.btn-group-vertical,.bootstrap-table .fixed-table-toolbar .columns>div{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem;max-width:100%}.bootstrap-table .fixed-table-toolbar .search{border-radius:999px;flex:0 0 32px;height:32px;max-width:32px!important;min-height:32px;min-width:32px!important;order:99;overflow:hidden;position:relative;transition:width .22s ease,max-width .22s ease,border-color .2s ease,box-shadow .2s ease;width:32px!important;z-index:10}.bootstrap-table .fixed-table-toolbar .search:focus-within{max-width:100%!important;min-width:150px!important;order:100;overflow:visible;width:clamp(150px,42vw,220px)!important}.bootstrap-table .fixed-table-toolbar .search:before{color:var(--ui-text-muted);content:"\F52A";font-family:bootstrap-icons;font-size:.9rem;left:.72rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.bootstrap-table .fixed-table-toolbar .search .form-control,.bootstrap-table .fixed-table-toolbar .search input{background:transparent!important;border:0!important;border-radius:999px;box-shadow:none;caret-color:transparent!important;color:transparent!important;cursor:text;font-size:.86rem;height:32px;inset:0;max-width:100%!important;min-height:32px;min-width:0!important;opacity:0;padding:0!important;pointer-events:auto;position:absolute;text-indent:0!important;width:100%!important}.bootstrap-table .fixed-table-toolbar .search .form-control::placeholder,.bootstrap-table .fixed-table-toolbar .search input::placeholder{color:transparent!important}.bootstrap-table .fixed-table-toolbar .search .form-control:focus,.bootstrap-table .fixed-table-toolbar .search input:focus,.bootstrap-table .fixed-table-toolbar .search:focus-within .form-control,.bootstrap-table .fixed-table-toolbar .search:focus-within input{background:var(--ui-surface)!important;border:1px solid rgba(148,163,184,.16)!important;border-color:var(--ui-primary)!important;border-radius:999px;box-shadow:0 0 0 .18rem var(--ui-accent-ring)!important;caret-color:var(--ui-text)!important;color:var(--ui-text)!important;height:32px;inset:auto;min-height:32px;opacity:1;outline:none;padding:.42rem .8rem .42rem 1.95rem!important;position:relative;width:100%!important}.bootstrap-table .fixed-table-toolbar .search:focus-within .form-control::placeholder,.bootstrap-table .fixed-table-toolbar .search:focus-within input::placeholder{color:var(--ui-text-soft)!important}.bootstrap-table .fixed-table-toolbar .btn,.bootstrap-table .fixed-table-toolbar .btn-group>.btn,.bootstrap-table .fixed-table-toolbar .columns .btn{align-items:center;border-radius:10px;display:inline-flex;font-size:.72rem!important;font-weight:600;gap:.25rem;height:32px;justify-content:center;line-height:1.05!important;min-height:32px;min-width:max-content;overflow:hidden;padding:.24rem .55rem!important;white-space:nowrap;width:auto!important}.bootstrap-table .fixed-table-toolbar .btn .bi,.bootstrap-table .fixed-table-toolbar .btn .ri,.bootstrap-table .fixed-table-toolbar .btn i{font-size:.88rem!important;line-height:1;margin:0!important}.bootstrap-table .fixed-table-toolbar .btn .caret,.bootstrap-table .fixed-table-toolbar .btn:after{font-size:.7rem!important;margin-left:0!important}.bootstrap-table .fixed-table-toolbar .toolbar-bulk-button{justify-content:center}.bootstrap-table .fixed-table-toolbar #btn_estado_all,.bootstrap-table .fixed-table-toolbar #btn_remove_all{font-size:0!important;gap:0!important;height:32px!important;justify-content:center!important;line-height:1!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;padding:0!important;width:32px!important}.bootstrap-table .fixed-table-toolbar #btn_estado_all .toolbar-btn-label,.bootstrap-table .fixed-table-toolbar #btn_estado_all.toolbar-bulk-button .toolbar-btn-label,.bootstrap-table .fixed-table-toolbar #btn_remove_all .toolbar-btn-label,.bootstrap-table .fixed-table-toolbar #btn_remove_all.toolbar-bulk-button .toolbar-btn-label{display:none!important}.bootstrap-table .fixed-table-toolbar #btn_estado_all i,.bootstrap-table .fixed-table-toolbar #btn_remove_all i{font-size:.9rem!important;line-height:1!important}.ui-table-detail-panel{background:rgba(0,0,0,.1)!important;padding:1rem!important}.ui-table-detail-grid{display:grid!important;gap:8px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.gasto-detail-item,.ui-table-detail-item{align-items:flex-start!important;flex-direction:row!important;padding:.55rem .65rem!important}.bootstrap-table .detail-icon .btn,.bootstrap-table .detail-icon a{align-items:center;display:flex!important;font-size:10px!important;height:22px!important;justify-content:center;line-height:22px!important;width:22px!important}.bootstrap-table .detail-icon{display:flex!important;justify-content:center!important;width:100%!important}.bootstrap-table .fixed-table-container tbody td{font-size:.66rem!important;line-height:1.08!important}.bootstrap-table .fixed-table-container tbody td .card-view,.bootstrap-table .fixed-table-container tbody td .text-center,.bootstrap-table .fixed-table-container tbody td .text-end,.bootstrap-table .fixed-table-container tbody td .text-start,.bootstrap-table .fixed-table-container tbody td a:not(.btn),.bootstrap-table .fixed-table-container tbody td div:not(.btn-group):not(.dropdown-menu),.bootstrap-table .fixed-table-container tbody td span:not(.badge):not(.estado),.bootstrap-table .fixed-table-container tbody td>*{font-size:.66rem!important;line-height:inherit!important}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td,#table_facturas+.bootstrap-table .fixed-table-container tbody td{font-size:.64rem!important;line-height:1.06!important}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .btn,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .estado,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td .btn,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td .estado,#table_facturas+.bootstrap-table .fixed-table-container tbody td .btn,#table_facturas+.bootstrap-table .fixed-table-container tbody td .estado{font-size:.62rem!important}}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-send,#table_facturas+.bootstrap-table .fixed-table-container tbody td.factura-col-actions,#table_facturas+.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions,#table_gastos+.bootstrap-table .fixed-table-container tbody td.gasto-col-operations,#table_gastos+.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile{text-align:center!important;vertical-align:middle!important}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .btn-group,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .btn-toolbar,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .cambio-orden-actions-wrap,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .cambio-orden-mobile-unified-actions,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions>*,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations>*,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td .btn-group,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td .btn-toolbar,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td .cotizacion-send-actions-wrap,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-actions>*,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations>*,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-send>*,#table_facturas+.bootstrap-table .fixed-table-container tbody td .btn-group,#table_facturas+.bootstrap-table .fixed-table-container tbody td .btn-toolbar,#table_facturas+.bootstrap-table .fixed-table-container tbody td .factura-estimado-actions-wrap,#table_facturas+.bootstrap-table .fixed-table-container tbody td.factura-col-actions>*,#table_facturas+.bootstrap-table .fixed-table-container tbody td.factura-col-meta-actions>*,#table_gastos+.bootstrap-table .fixed-table-container tbody td .btn-group,#table_gastos+.bootstrap-table .fixed-table-container tbody td .btn-toolbar,#table_gastos+.bootstrap-table .fixed-table-container tbody td .gasto-mobile-operation-buttons,#table_gastos+.bootstrap-table .fixed-table-container tbody td.gasto-col-operations-mobile>*,#table_gastos+.bootstrap-table .fixed-table-container tbody td.gasto-col-operations>*{align-items:center!important;display:inline-flex!important;flex-wrap:nowrap!important;gap:.32rem!important;justify-content:center!important;margin-inline:auto!important;max-width:100%!important;width:100%!important}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .btn,#table_estimaciones+.bootstrap-table .fixed-table-container tbody td .btn,#table_facturas+.bootstrap-table .fixed-table-container tbody td .btn,#table_gastos+.bootstrap-table .fixed-table-container tbody td .btn{align-items:center!important;display:inline-flex!important;justify-content:center!important}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td{vertical-align:middle!important}@media (min-width:769px){#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td{font-size:.8rem!important;padding-bottom:.5rem!important;padding-top:.5rem!important}}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-acceptance,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-actions,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-operations,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-status,#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-url{text-align:center!important}#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td .ui-cell-content-wrapper{align-items:center;display:inline-flex;gap:.35rem;justify-content:center}@media (max-width:768px){#table_cambio_ordenes+.bootstrap-table .fixed-table-container tbody td.cambio-orden-col-meta-actions .cambio-orden-mobile-unified-column{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;width:100%}}@media (min-width:992px){#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container .fixed-table-body table,#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container .fixed-table-header table,#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container .table{min-width:100%!important;table-layout:auto!important;width:auto!important}#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container tbody td.cotizacion-col-operations,#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container tbody td[data-field=acciones_secundarias],#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations,#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container thead th[data-field=acciones_secundarias]{max-width:fit-content!important;min-width:0!important;padding-left:.2rem!important;padding-right:.2rem!important;white-space:nowrap!important;width:1%!important}#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container thead th.cotizacion-col-operations .th-inner,#web-cotizaciones-root #table_items+.bootstrap-table .fixed-table-container thead th[data-field=acciones_secundarias] .th-inner{max-width:none!important;min-width:0!important;padding-right:.2rem!important;width:auto!important}}.bootstrap-table .fixed-table-container .fixed-table-body table,.bootstrap-table .fixed-table-container .fixed-table-footer table,.bootstrap-table .fixed-table-container .fixed-table-header table,.bootstrap-table .fixed-table-container .table{min-width:100%!important;table-layout:auto!important;width:max-content!important}.bootstrap-table .fixed-table-container{overflow:hidden!important}.bootstrap-table .fixed-table-body{overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.bootstrap-table .fixed-table-container thead th .sortable,.bootstrap-table .fixed-table-container thead th .th-inner,.bootstrap-table .fixed-table-container thead th .th-inner.sortable{overflow:hidden!important;overflow-wrap:normal!important;text-orientation:mixed!important;text-overflow:ellipsis!important;transform:none!important;white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important}.bootstrap-table .fixed-table-container tbody td,.bootstrap-table .fixed-table-container tbody td>*{overflow:hidden!important;overflow-wrap:normal!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:normal!important}.bootstrap-table .fixed-table-container tbody td.ui-table-col-operate,.bootstrap-table .fixed-table-container tbody td.ui-table-col-operate .ui-table-op-nowrap,.bootstrap-table .fixed-table-container tbody td.ui-table-col-operate .ui-table-op-nowrap .btn,.bootstrap-table .fixed-table-container tbody td.ui-table-col-operate .ui-table-op-nowrap .ui-table-action-btn{overflow-wrap:normal!important;white-space:nowrap!important;word-break:normal!important}.bootstrap-table .fixed-table-container thead th:not(.factura-col-actions):not(.factura-col-meta-actions):not(.cotizacion-col-actions):not(.cotizacion-col-operations):not(.cambio-orden-col-operations):not(.cambio-orden-col-meta-actions):not(.gasto-col-operations):not(.gasto-col-operations-mobile) .sortable,.bootstrap-table .fixed-table-container thead th:not(.factura-col-actions):not(.factura-col-meta-actions):not(.cotizacion-col-actions):not(.cotizacion-col-operations):not(.cambio-orden-col-operations):not(.cambio-orden-col-meta-actions):not(.gasto-col-operations):not(.gasto-col-operations-mobile) .th-inner,.bootstrap-table .fixed-table-container thead th:not(.factura-col-actions):not(.factura-col-meta-actions):not(.cotizacion-col-actions):not(.cotizacion-col-operations):not(.cambio-orden-col-operations):not(.cambio-orden-col-meta-actions):not(.gasto-col-operations):not(.gasto-col-operations-mobile) .th-inner.sortable{line-height:1.2!important;overflow:hidden!important;overflow-wrap:normal!important;text-orientation:mixed!important;text-overflow:ellipsis!important;transform:none!important;white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important}.bootstrap-table .fixed-table-container tbody td:not(.ui-table-col-operate):not(.factura-col-actions):not(.factura-col-meta-actions):not(.cotizacion-col-actions):not(.cotizacion-col-operations):not(.cambio-orden-col-operations):not(.cambio-orden-col-meta-actions):not(.gasto-col-operations):not(.gasto-col-operations-mobile),.bootstrap-table .fixed-table-container tbody td:not(.ui-table-col-operate):not(.factura-col-actions):not(.factura-col-meta-actions):not(.cotizacion-col-actions):not(.cotizacion-col-operations):not(.cambio-orden-col-operations):not(.cambio-orden-col-meta-actions):not(.gasto-col-operations):not(.gasto-col-operations-mobile)>*{overflow:hidden!important;overflow-wrap:normal!important;text-overflow:ellipsis!important;white-space:nowrap!important;word-break:normal!important}.whatsapp-container{background-color:#25d366;bottom:20px;padding:10px;right:15px;z-index:2}.telegram-container,.whatsapp-container{border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);position:fixed}.telegram-container{background-color:#08c;bottom:65px;padding:12px;right:16px;z-index:1}.telegram-link,.whatsapp-link{align-items:center;color:#fff;display:flex;text-decoration:none}.telegram-icon,.whatsapp-icon{font-size:24px;margin-right:10px;Color:#fff}.telegram-text,.whatsapp-text{font-size:14px}.whatsapp-text{color:#fff!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.empresa{font-family:Bradley Hand ITC,cursive;font-size:25px}.idIngredientes{font-family:Roboto \ Thin,cursive;font-size:25px;text-align:center}.idContenido{font-family:arial \ Thin,cursive;font-size:20px;text-align:center}.bannerItem{display:block;height:500px;width:100%}.bannerItem img{height:100%;width:100%}.img-normalizada{border-radius:10px;height:280px;object-fit:cover;width:350px}.idPrecio{animation:blink 1.5s infinite;font-family:arial \ Thin,cursive;font-size:35px;text-align:center}