@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap');
.img_icon {
        width: 20px;
        height: 20px;
        margin-top: -5px;
        outline:none;
        cursor: pointer;
    }
            .input_1_1 {
        background: transparent;
        border: 1px solid #adadad;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #262626;
        font-size: 12px;
        padding: 0px 5px 0px 5px;
        width: 100%;
        height: 30px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    }
    .input_mas {
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    background: var(--colorbotonmas);
    border-radius: 50%;
    outline: none;
    height: 35px;
    width: 35px;
    float: right;
    /* position: relative; */
    overflow: hidden;
}
  /* El contenedor del interruptor */
  .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
  }

  /* Esconde el checkbox real */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* El dise?o del "slider" */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
  }

  /* El círculo que se mueve */
  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
  }

  /* Cambiar el color de fondo cuando el interruptor está encendido */
  input:checked + .slider {
    background-color: #4CAF50;
  }

  /* Mover el círculo cuando el interruptor está encendido */
  input:checked + .slider:before {
    transform: translateX(14px);
  }


        /* Estilo para los elementos */
        .dropdown-item {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            /* Espacio entre el icono y el texto */
            padding: 8px 12px;
            /* Ajuste de padding */
            color: #000;
            /* Color del texto */
            background-color: #f0f0f0;
            border: 1px solid #ccc;
            margin: 0px;
        }

        .group-name {
            display: inline-block;
            max-width: 250px;
            /* O usa algo como 30ch si prefieres */
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ic_opc_num_op {
            border-radius: 40px;
            color: var(--color-fondo-abm);
            padding: 5px;
            font-size: 20px;
        }

        .dropdown-item:hover {
            color: #fff;
            /* Color del texto */
            background-color: #546e7a;
            /* Color de fondo al hacer hover */
        }

        .dropdown-menu {
            background-color: #607d8b;
            /* Color de fondo del menú */
            border: none;
            /* Eliminar borde */
        }

        #contenido {
            overflow-x: auto;
            /* Scroll horizontal */
            overflow-y: auto;
            /* Scroll vertical */

            white-space: nowrap;
            /* Evita que el contenido se divida en varias líneas */
        }
.s_sociales.facebook {
    background-color: #3b5998;
}
.s_sociales.whatsapp {
    background-color: #29a71a;
}.s_sociales.twitter {
    background-color: #2196f3;
}
.s_sociales.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.s_sociales {
	width: 30px;
    height: 30px;

    display: inline-block;
    margin-bottom: 0;
    padding: 6px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #fff;
    user-select: none;
    box-sizing: border-box;
}
 .menu_123abc {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 240px;
    background-color: #1f2937;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }

  .menu_item_123abc {
    cursor: pointer;
    padding: 14px 20px;
    background-color: #1f2937;
    color: #f9fafb;
    border-bottom: 1px solid #374151;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
  }

  .menu_item_123abc:hover {
    background-color: #374151;
  }

  .submenu_123abc {
    display: none;
    background-color: #2c3e50;
  }

  .submenu_123abc a {
    display: block;
    padding: 12px 24px;
    color: #f1f5f9;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
  }

  .submenu_123abc a:hover {
    background-color: #3d566e;
  }

  .arrow_123abc {
    transition: transform 0.3s ease;
    font-size: 12px;
  }

  .menu_item_123abc.active_123abc .arrow_123abc {
    transform: rotate(180deg);
  }

  .menu_item_123abc.active_123abc + .submenu_123abc {
    display: block;
  }









.panel .panel-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: space-between;
	color:#fff;
}

.your-level-badge {
	color:#fff;
	background-color: #32ac41;
    --border-radius: 4px;
    --font-size: 13px;
    --padding-x: 4px;
    --padding-y: 1px;
    border-radius: var(--border-radius);
    font-size: var(--font-size);
    line-height: calc(var(--font-size) + 1px);
    padding: var(--padding-y) var(--padding-x) calc(var(--padding-y) + 2px);
}

.panel-heading {
    padding: 10px 15px;
   border-left: 1px solid #feab00;
    border-right: 1px solid #feab00;
    border-top: 1px solid #feab00;
	 background-color: #131628;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.panel .panel-body {
    background-color: transparent;
    border-left: 1px solid #feab00;
    border-right: 1px solid #feab00;
    border-bottom: 1px solid #feab00;
}

.theme-dark-blue .panel .panel-heading+.panel-body {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-body {
    padding: 15px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}











.site-header {
    --height: 60px;
    --padding-x: 20px;
    --ele-gap: 12px;
   /* display: -webkit-box;
    display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    height: var(--height);
   padding-left: var(--padding-x);
    padding-right: var(--padding-x);
	  border-bottom: 1px solid rgba(96, 125, 139, .2) !important; 
}	
.timeline-container {
    position: relative;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    border-left: 2px solid #ccc;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}
.bg-danger-subtle{
	background-color: #f8372814 !important;
}
.bg-success-subtle{
	background-color: #f4ffe6 !important;
}
.timeline-icon {
    position: absolute;
    left: -15px;
    top: 0;
    width: 30px;
    height: 30px;
    background: #999;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 1;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ccc;
}

.timeline-content {
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    padding: 15px;
    border-radius: 6px;
}

.bg-warning {
    background-color: #f0ad4e !important;
}
.bg-warning-subtle {
    background-color: #fff8e1 !important;
}
.bg-primary {
    background-color: #007bff !important;
}
.bg-primary-subtle {
    background-color: #e3f2fd !important;
}

.timeline-date {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}
.timeline-title {
    font-size: 15px;
}
.timeline-description {
    font-style: italic;
}
.timeline-details a {
    color: #007bff;
    text-decoration: none;
}
.timeline-details a:hover {
    text-decoration: underline;
}

	.table_5_1 {
	width: 100%;
    height: 20px;
    background-color: #fff;
    font-size: 12px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #000;
	
	text-align:center;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    border-top: solid 1px #cecece;
		}
	.table_blanco_reporte {
    width: 100%;
    height: 20px;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
   
    text-align: center;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    border-top: solid 1px #cecece;
    cursor: pointer;
}	
	.table_gris_reporte {
    width: 100%;
    height: 20px;
    background-color: rgba(0,0,0,0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
    
    text-align: center;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    border-top: solid 1px #cecece;
    cursor: pointer;
}	


.icio_elimninar{
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    background: var(--colorbotonatras);
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    outline: none;
    height: 35px;
    width: 35px;
    position: relative;
    overflow: hidden;
}
.input_clave{
    background:transparent;
   border: 1px solid #adadad;
   border-radius: 8px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #262626;
   font-size: 14px;
   padding: 9px 8px 7px;
   width: 100%;
  
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }
        .input_clave:focus{
            border: 1px solid var(--color_info);
            outline:none;
        }
        .input_clave::-webkit-input-placeholder{
            color:#999;
            font-weight:300;
            opacity:1;
        }

.input_clave_error{
    background:transparent;
   border: 1px solid red;
   border-radius: 8px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #262626;
   font-size: 14px;
   padding: 9px 8px 7px;
   width: 100%;
  
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }
        .input_clave_error:focus{
            border: 1px solid red;
            outline:none;
        }
        .input_clave_error::-webkit-input-placeholder{
            color:#999;
            font-weight:300;
            opacity:1;
        }

.cnt_els_etiquiess{
    background: #12121230;
    border-radius: 17px;
    height: 17px;
    cursor: pointer;
    width: 17px;
    align-items: center;
    margin: auto;
    position: relative;
    margin-left: 3px;
    padding-left: 5px;
    padding-top: 0px;
    color: white;
}

.csd_etiquietas{
    margin: auto;
    align-items: center;
    display: flex;
   
   
    color: #2d96ef;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin: 5px 0 0 6px;
    font-weight: bold;
    font-size: 11px;
    position: relative;
}
#tabla_spinTax td {
    height: 20px;
    padding: 4px;
    text-align: center;
    vertical-align: middle; /* Centra el contenido verticalmente */
}

#tabla_spinTax th {
    height: 20px;
    padding: 4px;
    vertical-align: middle; /* Centra el contenido verticalmente */
}
.heinf_table_t{
padding: 2px !important; height: 20px;margin: auto;text-align:left;
}
 .heinf_table{
padding: 2px !important; height: 20px;margin: auto;text-align:center;
}
  .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: center;
            justify-content: center;
        }
        .modal.show {
            display: flex;
        }
        .modal-dialog {
           width: 70vw !important;
        height: 70vh !important;
        max-width: 100vw !important;

            background: white;
            padding: 20px;
            border-radius: 5px;
           
            
        }
        .modal-body {
            display: flex;
            flex-direction: row;
            gap: 10px;
        }
        .contact-section {
            flex: 1;
            border: 1px solid #ccc;
			height: 500px;
            padding: 10px;
            border-radius: 5px;
        }
        @media (max-width: 768px) {
            .modal-body {
                flex-direction: column;
            }

  .modal-dialog {
           width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;

            background: white;
            padding: 20px;
            border-radius: 5px;
           
            
        }
        }



        .context-menu1 {
            display: none;
            position: absolute;
            background-color: #fff;
            border: 1px solid #ccc;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            z-index: 1000;
        }


.context-menu {
    position: fixed; /* 馃搶 Se fija en la ventana (como WhatsApp Web) */
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Asegura que est茅 por encima de otros elementos */
    min-width: 150px;
}

.context-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu ul li {
    padding: 8px 12px;
    cursor: pointer;
}

.context-menu ul li:hover {
    background: #eee;
}
  .table-container-envio {
        width: 100%;
    }

    .table-header-envio {
        overflow: hidden;
        position: sticky;
        top: 0;
        background: white;
        z-index: 2;
    }

    .table-header-envio table {
        width: 100%;
    }

    .table-body-envio {
        overflow-x: auto;
        max-height: 300px;
        white-space: nowrap;
    }

    .table-body-envio table {
        width: 100%;
    }

    /* Sincronizar scroll */
    .table-body-envio::-webkit-scrollbar {
        height: 8px;
    }




 .container-fluid {
            height: 100vh; /* Ocupa toda la altura de la pantalla */
        }
        .row {
            height: 100%;
        }
        .col-md-4, .col-md-8 {
            display: flex;
            flex-direction: column;
        }
        /* Header (t铆tulo + icono) */
        .header {
            background-color: #607d8b;
            padding: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        /* Contenido (ocupa el espacio restante) */
        .content {
            flex-grow: 1;
            background-color: rgba(255, 255, 255, 0.1);
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
.help-link_ss {
      margin-bottom: 20px;
    }

    .help-link_ss a {
      color: #25d366;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    .help-link_ss a i {
      margin-right: 8px;
    }

    .help-link_ss a:hover {
      text-decoration: underline;
    }

    .footer_ss {
      font-size: 12px;
      color: #667781;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer_ss i {
      margin-right: 8px;
      color: #25d366;
    }
	
 .qr-code_ss {
      margin-bottom: 20px;
    }

    .qr-code_ss img {
      width: 160px;
      height: 160px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }
	
	
    .login-container {
      background-color: white;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	  width: 50%;
      min-width: 400px;
      text-align: center;
    }
	.login-container h1 {
         font-size: 26px;
    margin-bottom: 20px;
    color: #111b21;
    font-weight: 500;
    }

    .instructions {
      text-align: left;
      margin-bottom: 20px;
    }

    .instructions ol {
      padding-left: 20px;
    }

    .instructions li {
      margin-bottom: 15px;
     
      align-items: center;
      font-size: 16px;
    
    }

    .instructions li i {
      margin-right: 12px;
      font-size: 20px;
      color: #25d366;
    }

.btn-cerrar-sesion-container {
    margin-top: 15px; /* Espacio entre el modo oscuro y el bot贸n */
    display: flex;
    justify-content: center; /* Centra el bot贸n horizontalmente */
}
     .iti {
           
            width: 30% !important; /* Ajusta el ancho seg煤n sea necesario */
        }
.btn-cerrar-sesion {
    padding: 10px 20px; /* Espaciado interno del bot贸n */
    background-color: #ff4d4d; /* Color de fondo rojo */
    color: white; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
    font-size: 16px; /* Tama帽o de la fuente */
    transition: background-color 0.3s; /* Transici贸n suave para el color de fondo */
}

.btn-cerrar-sesion:hover {
    background-color: #ff1a1a; /* Cambia el color al pasar el rat贸n por encima */
}

   .btn-icon {
        font-size: 16px !important;
        color: #fff !important;
        background-color: #27ae60 !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 8px 12px !important;
        margin-right: 10px !important;
    }
    .btn-filter {
        background-color: #e74c3c !important;
        color: #fff !important;
        border: none !important;
        border-radius: 4px !important;
        padding: 8px 12px !important;
    }
    .form-control, .form-select {
        font-size: 14px;
    }




.whatsapp-icon {
            color: #25D366;
            font-size: 1.2rem;
        }
        .status-badge {
            background-color: #FF4B4B;
            color: white;
            padding: 0.3em 0.6em;
            border-radius: 0.3em;
            font-size: 0.9rem;
        }
        .action-icon {
            font-size: 1.5rem;
            margin: 5px;
            cursor: pointer;
        }
        .action-icon-calendar {
            color: #17a2b8;
        }
        .action-icon-email {
            color: #6f42c1;
        }
        .action-icon-restore {
            color: #28a745;
        }
       .card-header{
          color:var(--color-texto-menu);
        }

      .card{
		 
    background-color: var(--color-fondo-abm)!important;
	  }
	  .card-header{
		  background-color: var(--color-fondo-titulo)!important; 
	
  
	  }

:root{
    --color-barra-lateral:rgb(255,255,255);
    --color-fondo-abm:#fff;
    --color-fondo-titulo:rgba(0,0,0,.03);
     --color-texto-titulo:#6e6e75;
    --color-texto:rgb(0,0,0);
    --color-texto-menu:rgb(134,136,144);

    --color-menu-hover:rgb(238,238,238);
    --color-menu-hover-texto:rgb(0,0,0);

    --color-boton:rgb(0,0,0);
    --color-boton-texto:rgb(255,255,255);

    --color-linea:rgb(180,180,180);

    --color-switch-base :rgb(201,202,206);
    --color-switch-circulo:rgb(241,241,241);

    --color-scroll:rgb(192,192,192);
    --color-scroll-hover:rgb(134,134,134);
}

.dark-mode{
	 --color-fondo-abm:#070707;
    --color-barra-lateral:rgb(44,45,49);
  --color-fondo-titulo:#84848447;
    --color-texto:rgb(255,255,255);
    --color-texto-menu:rgb(110,110,117);

    --color-menu-hover:rgb(0,0,0);
    --color-menu-hover-texto:rgb(238,238,238);

    --color-boton:rgb(255,255,255);
    --color-boton-texto:rgb(0,0,0);

    --color-linea:rgb(90,90,90);

    --color-switch-base :rgb(39,205,64);
    --color-switch-circulo:rgb(255,255,255);

    --color-scroll:rgb(68,69,74);
    --color-scroll-hover:rgb(85,85,85);
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

body{
    height: 100vh;
    width: 100%;
    background-color: transparent;
}

/*-----------------Menu*/
.menu{
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--color-boton);
    color: var(--color-boton-texto);
    right: 15px;
    top: 15px;
    z-index: 100;
}

.sub_menu{
	height: 100vh;
    overflow: auto;
}
/*----------------Barra Lateral*/
.barra-lateral{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 12%;
    height: 100%;
    overflow: hidden;
    padding: 20px 15px;
    background-color: var(--color-barra-lateral);
    transition: width 0.5s ease,background-color 0.3s ease,left 0.5s ease;
    z-index: 50;
}
.sub_menu_importar_excel{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
}
.formularios_barra_lateral{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 88%;
    height: 100%;
    overflow: hidden;
    background-color: var(--color-menu-hover);
    transition: width 0.5s ease,background-color 0.3s ease,left 0.5s ease;
}
.mini-barra-lateral{
    width: 4%;
}
.barra-lateral span{
    width: 100px;
    white-space: nowrap;
    font-size: 18px;
    text-align: left;
    opacity: 1;
    transition: opacity 0.5s ease,width 0.5s ease;
}
.barra-lateral span.oculto{
    opacity: 0;
    width: 0;
}

/*------------> Nombre de la p谩gina */
.barra-lateral .nombre-pagina{
    width: 100%;
    height: 45px;
    color: var(--color-texto);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.barra-lateral .nombre-pagina {
    min-width: 50px;
    font-size: 40px;
    cursor: pointer;
}
.barra-lateral .nombre-pagina span{
    margin-left: 5px;
    font-size: 25px;
}


/*------------> Bot贸n*/
.barra-lateral .boton{
    width: 100%;
	outline:none;
    height: 45px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    color: var(--color-texto-menu);
}
.barra-lateral .boton ion-icon{
    min-width: 10px;
    margin-left: -25px;
    font-size: 25px;
}


/*--------------> Menu Navegaci贸n*/
.barra-lateral .navegacion{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.barra-lateral .navegacion::-webkit-scrollbar{
    width: 5px;
}
.barra-lateral .navegacion::-webkit-scrollbar-thumb{
    background-color: var(--color-scroll);
    border-radius: 5px;
}
.barra-lateral .navegacion::-webkit-scrollbar-thumb:hover{
    background-color: var(--color-scroll-hover);
}
.barra-lateral .navegacion li{  
    list-style: none;
    display: flex;
    margin-bottom: 5px;
}
.barra-lateral .navegacion a{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    color: var(--color-texto-menu);
}
.barra-lateral .navegacion a:hover{
    background-color: var(--color-menu-hover);
    color: var(--color-menu-hover-texto);
}
.barra-lateral .navegacion ion-icon{
    min-width: 50px;
    font-size: 20px;
}

/*-----------------> Linea*/
.barra-lateral .linea{
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-color: var(--color-linea);
}

/*----------------> Modo Oscuro*/
.barra-lateral .modo-oscuro{
    width: 100%;
    margin-bottom: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.barra-lateral .modo-oscuro .info{
    width: 150px;
    height: 45px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--color-texto-menu);
}
.barra-lateral .modo-oscuro ion-icon{

    width: 50px;
    font-size: 20px;
}

/*--->switch*/
.barra-lateral .modo-oscuro .switch{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 45px;
    cursor: pointer;
}
.barra-lateral .modo-oscuro .base{
    position: relative;
    display: flex;
    align-items: center;
    width: 35px;
    height: 20px;
    background-color: var(--color-switch-base);
    border-radius: 50px;
}
.barra-lateral .modo-oscuro .circulo{
    position: absolute;
    width: 18px;
    height: 90%;
    background-color: var(--color-switch-circulo);
    border-radius: 50%;
    left: 2px;
    transition: left 0.5s ease;
}
.barra-lateral .modo-oscuro .circulo.prendido{
    left: 15px;
}

/*---------------> Usuario*/
.barra-lateral .usuario{
    width: 100%;
    display: flex;
}
.barra-lateral .usuario img{
    width: 50px;
    min-width: 50px;
    border-radius: 10px;
}
.barra-lateral .usuario .info-usuario{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-texto);
    overflow: hidden;
}
.barra-lateral .usuario .nombre-email{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.barra-lateral .usuario .nombre{
    font-size: 15px;
    font-weight: 600;
}
.barra-lateral .usuario .email{
    font-size: 13px;
}
.barra-lateral .usuario ion-icon{
    font-size: 60px;
}


/*-------------main*/



main{
    margin-left: 12%;
    
    transition: margin-left 0.5s ease;
}
main.min-main{
    margin-left: 5%;
	 width: 95%;
}

.container{
	
   height: 970px;
   overflow: auto;
}

/*------------------> Responsive*/
.img_icono{
    margin-top: 0px;
    width: 50px;
    height: auto;
    border-radius: 0px;
    border: none;box-shadow: 1px 1px 4px transparent;
}
.btn {
    margin-left: 2px !important;
}


.manejo_scroll_cnt1{
overflow: auto; display: block; height: calc(100vh - 70px); max-height: calc(100vh - 100px);/* Ajusta la altura m谩xima seg煤n lo necesites */overflow-x: auto; /* Scroll horizontal cuando es necesario */
overflow-y: auto; /* Scroll vertical cuando es necesario */
}
@media (max-height: 660px){

.manejo_scroll_cnt1{
overflow: auto; display: block; height: calc(100vh - 70px); max-height: calc(100vh - 100px);/* Ajusta la altura m谩xima seg煤n lo necesites */overflow-x: auto; /* Scroll horizontal cuando es necesario */
overflow-y: auto; /* Scroll vertical cuando es necesario */
}

	main{
    margin-left: 12%;
    
    transition: margin-left 0.5s ease;
}
main.min-main{
    margin-left: 20%;
	 width: 100%;
}
.btn {
    margin-left: auto;
}
    .barra-lateral .nombre-pagina{
        margin-bottom: 5px;
    }
	 .filter-group .col-md-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    .barra-lateral .modo-oscuro{
        margin-bottom: 3px;
    }
	.mini-barra-lateral{
    width: 20% !important;
}
.img_icono{
    margin-top: 0px;
    width: 40px;
    height: auto;
    border-radius: 0px;
    border: none;box-shadow: 1px 1px 4px transparent;
}
.container{
	max-width:100%;
    height: 660px ;
overflow: auto;
}
}
@media (max-width: 600px){
.manejo_scroll_cnt1{
overflow: auto; display: block; 
        height: calc(0vh - 50px);
        max-height: calc(50vh - 75px) !important;
/* Ajusta la altura m谩xima seg煤n lo necesites */
overflow-x: auto; /* Scroll horizontal cuando es necesario */
overflow-y: auto; /* Scroll vertical cuando es necesario */
}
	main{
    margin-left: 12%;
    
    transition: margin-left 0.5s ease;
}
main.min-main{
    margin-left: 20%;
	 width: 100%;
}
	.mini-barra-lateral{
    width: 20% !important;
}
.btn {
    margin-left: auto;
}
    .barra-lateral{
        position: fixed;
        left: -70%;
		width: 70%;
    }
	 .filter-group .col-md-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }
.img_icono{
    margin-top: 0px;
    width: 40px;
    height: auto;
    border-radius: 0px;
    border: none;box-shadow: 1px 1px 4px transparent;
}
.container{
	max-width:100%;
height: 660px;
overflow: auto;
}
.formularios_barra_lateral{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--color-menu-hover);
    transition: width 0.5s ease,background-color 0.3s ease,left 0.5s ease;
}
    .max-barra-lateral{
        left: 0;
    }
    .menu{
        display: flex;
    }
    .menu ion-icon:nth-child(2){
        display: none;
    }
    main{
        margin-left: 0;
    }
    main.min-main{
        margin-left: 0;
    }
    
}
:root {
 --colorcabezera:#ff7c00;
  --colorbotonmas:#FF9800;
  --colorbotoneliminar:#F44336;
  --info-message:rgba(225,245,254,.92); /* blue messages */
}