:root{--sidebar-width: 260px;--sidebar-closed: 60px;--bg1: rgb(10, 37, 57);--bg2: rgb(12, 16, 23)}.sidebar{box-sizing:border-box;height:100%;width:var(--sidebar-width);background:linear-gradient(300deg,var(--bg1) 0%,var(--bg2) 100%);color:#fff;display:flex;flex-direction:column;align-items:stretch;border-right:1px solid #3b4952;transition:width .5s ease,transform .3s ease;font-size:13px;padding:8px 0}.sidebar.closed{width:var(--sidebar-closed);overflow-x:hidden;padding:8px 5px}.sidebar-top{display:flex;align-items:center;justify-content:center;padding:12px;font-weight:700;font-size:16px}.sidebar-content{flex:1 1 auto;display:flex;flex-direction:column;padding:0;overflow-y:auto}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-thumb{background:#16695b;border-radius:6px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#506b67}.sidebar-content::-webkit-scrollbar-track{background:transparent}.section{position:relative;display:flex;flex-direction:column;margin:5px 10px;border-left:5px solid transparent;border-right:5px solid transparent;border-radius:6px;transition:background-color .2s ease,border-left-color .2s ease,color .2s ease}.section:hover{background-color:#0f2231;color:var(--accent);border-left-color:var(--accent)}.section-header,.section>.sidebar-header{display:flex;align-items:center;gap:5px;padding:5px 8px;cursor:pointer;width:100%;box-sizing:border-box}.section-icono{flex:0 0 28px;height:28px;display:flex;align-items:center;justify-content:center}.section-icono svg{display:block;width:20px;height:20px;max-width:100%;max-height:100%;fill:currentColor;color:#fff}.section-title{flex:1 1 auto;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arrow{flex:0 0 18px;font-size:12px;transition:transform .25s ease}.section.open .arrow{transform:rotate(180deg)}.section-groups{margin-left:15px;overflow:hidden;transition:max-height .45s cubic-bezier(.2,.9,.2,1),opacity .3s ease,transform .3s ease;will-change:max-height,opacity,transform}.group{display:flex;flex-direction:column}.group-header{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .18s ease,color .18s ease}.group-header:hover{background:#ffffff08}.group-header svg{width:16px;height:16px;flex:0 0 16px;fill:currentColor}.group-header .arrow{margin-left:auto;transition:transform .25s ease}.group.open .group-header .arrow{transform:rotate(180deg)}.group-items{overflow:hidden;transition:max-height .38s cubic-bezier(.2,.9,.2,1),opacity .28s ease,transform .28s ease;margin-left:10px}.sidebar-item{display:block;padding:6px 10px;border-radius:6px;font-size:13px;color:inherit;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .18s ease}.sidebar-item:hover{background:#ffffff08}.sidebar.closed .section-title,.sidebar.closed .section-groups,.sidebar.closed .group-items,.sidebar.closed .sidebar-item{display:none}.sidebar.closed .section-icono{flex:0 0 36px;height:36px;justify-content:center}@media (prefers-reduced-motion: reduce){.section-groups,.group-items,.group-header .arrow{transition:none!important}}.group-header{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;cursor:pointer;border-radius:6px;transition:background-color .2s}.group-header-left{display:flex;align-items:center;gap:6px}.group-header svg{fill:#9b9a9a}.arrow{font-size:12px}.arrow svg{display:block;transform-origin:50% 50%;transition:transform .3s ease}.arrow.open svg{transform:rotate(90deg)}.group-items{padding-left:20px;transition:all .3s ease-in-out}.group-items .sidebar-item{border-radius:5px;transition:background-color .2s;background-color:transparent}.group-items .sidebar-item:hover{background-color:#ffffff08}.sidebar-collapsed{width:90px;background-color:#0d1117;color:#fff;display:flex;flex-direction:column;align-items:center;transition:width .3s ease;padding-top:1rem;overflow:hidden}.sidebar-collapsed .sidebar-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.sidebar-collapsed .sidebar-icon{width:60px;height:60px;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:background .2s ease,transform .2s ease;cursor:pointer;text-align:center}.sidebar-collapsed .sidebar-icon:hover{background-color:#161b22;transform:translateY(-2px)}.sidebar-collapsed .sidebar-icon-svg{width:22px;height:22px;fill:#c9d1d9;margin-bottom:4px}.sidebar-collapsed .sidebar-icon-label{font-size:.7rem;color:#9ba3af;text-align:center;line-height:1.1;max-width:70px;word-wrap:break-word}.hover-box{position:fixed;left:80px;width:250px;max-height:600px;background-color:#1f1f1f;color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000004d;overflow-y:auto;z-index:9999;padding:12px;animation:fadeIn .2s ease-in-out}.hover-box-header{font-size:14px;font-weight:600;margin-bottom:8px}.hover-box-content{display:flex;flex-direction:column;gap:8px}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}#login-container-vh{display:flex;width:450px;margin:auto;height:100vh}#login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;overflow:hidden;text-align:center;margin:auto;font-family:Arial,sans-serif}#login{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}#iframe-container{display:none;width:100%;height:100%;overflow:hidden}iframe{height:100%;border:none;width:100%}.header{background:linear-gradient(150deg,#0b3940,#12172b);color:#fff;padding:20px;position:relative;width:100%}.box{background-color:#fff;margin:20px;width:100%;display:flex;flex-direction:column}.logo{position:absolute;top:20px;left:40px}.logo img{height:30px}.welcome{margin-top:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.welcome .icono{margin:auto;width:100px}.icono img{width:100%;height:100%;object-fit:cover}.welcome h2{margin:10px 0 5px}.welcome p{font-size:12px;padding:10px 20px;color:#ddd}.Titulo-box{margin:13px 0;width:100%;font-weight:700;font-size:large}.login-box{margin:13px 40px}input{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}.login-box button{background:#0b3940;color:#fff;padding:10px;width:100%;border:none;border-radius:5px;cursor:pointer}.login-box button:hover{background:#164666}.contenedor-bienvenida{width:400px;display:flex;justify-content:center;align-items:center;color:#a7bfc9}.contenedor-bienvenida h1{text-align:center;margin:30px 0;color:#a7bfc9}.contenedor-bienvenida p{text-align:center;margin:0 0 100px}.imagen{width:100%;height:100%}.imagen img{width:600px;object-fit:contain}.header-body{box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;text-size-adjust:100%;color:beige;background:#0b3940;background:linear-gradient(210deg,#0a2539,#0c1017);color-scheme:dark;left:0;right:0;top:0;height:50px;line-height:21px;border-bottom:.4px solid #323246}.header-toolbar{display:flex;justify-content:center;align-items:center;height:100%;padding-left:10px;padding-right:10px}.header-contenedor{justify-content:center;align-items:center;display:flex;flex-direction:row;width:100%;flex-wrap:wrap;justify-content:space-between;height:40px}.header-menulogo{display:flex;flex-direction:row;align-items:center;height:40px;width:30%}.header-button-expandir{display:flex;align-items:center;justify-content:center;width:35px;height:35px;cursor:pointer;border-radius:8px;border:1px solid rgb(97,97,97);background-color:#000}.header-button-expandir:hover{border-color:#979797}.expand-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin-right:8px}.header-svgicon{height:16px;width:16px;fill:#f0f8ff;box-sizing:border-box}.header-contenedor-logo{display:flex;justify-content:center;align-items:center}.header-logo{margin:0 15px;width:80px;height:100%;object-fit:contain}.header-contenido{display:flex;flex-direction:row;width:70%}.header-usuario{width:160px;margin-left:auto}.foot{display:flex;flex-direction:row;justify-content:center;align-items:center}.foot .icono{min-width:35px;font-size:30px;color:#fff;align-items:center}.text-foot{font-size:12px}.header-contenedor-imagen-perfil{display:flex;justify-content:center;align-items:center}.header-imagen-perfil{margin:0 15px;width:35px;height:35px;object-fit:contain}.header-usuario .Usuario{padding-left:3px}.cerrar{background-color:#ef4444;color:#fff;font-weight:600;font-size:10px;padding:0 5px;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .25s ease,transform .1s ease}.cerrar:hover{background-color:#dc2626;transform:scale(1.03)}.cerrar:active{background-color:#b91c1c;transform:scale(.98)}.grupofiltro{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:25px 10px}.selectorGasera,.selectorAseguradora{width:24%;padding-right:20px}.selectorProducto{width:35%;padding-right:20px}.selectorFecha{width:17%}.container-app{height:100vh;background:#0c1017}.body-app{display:flex;flex-direction:row;flex:1}.content{display:flex;flex-direction:column;overflow-y:auto;overflow-x:auto;min-width:0;background:#0c1017;align-items:center;padding:0;border:0;flex:1}.iframe{width:100%;height:100%;overflow:hidden}.sidebar.closed+.content{margin-left:80px}body{margin:0;font-family:Inter,sans-serif;background:#f5f6fa;text-size-adjust:100%;font-weight:500;line-height:20px;white-space-collapse:collapse}.container-app{display:flex;flex-direction:column}
