/*Creado Juan Gutierrez vidal*/
/*para la corporacion municipal de melipilla*/
*{margin: auto;}
body{
   background: linear-gradient(to right, #ff7e5f, #feb47b);
   font-family: 'Roboto', sans-serif;
}
.login{
 margin-top: 10%;   
 height: 333px;   
 background-color: white;
 border: black 0.5px solid;
 text-align: initial;
 color: grey;
 font-size: 11px;
 box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
 border-collapse: separate;
 border-spacing: 0px 0px; 

 td {

    }
}
h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;   /* títulos fuertes */
    font-size: 2.5rem;  /* ajusta según tu diseño */
    color: #222;  
    /*font-size: 35px;*/
    color:#333333;
    margin-bottom: 30px;  
 }
h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;   /* subtítulos con presencia */
    font-size: 1.8rem;
    color: #333;

    color:white;
    margin-left:15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
h3{
    font-family: 'Lato', sans-serif;
    font-weight: 400;   /* texto intermedio */
    font-size: 1.0rem;
    color: #444;

    text-decoration:none;  
    /*color:white;*/
    /*font-size: 13px;*/
    font-weight: normal;
    
}
p{
  font-family: 'Lato', sans-serif;
  font-weight: 300;   /* descripciones ligeras */
  font-size: 1rem;
  line-height: 1.6;   /* mejor legibilidad */
  color: black;

}
select{
    
    clear: left;
    height: 18px; 
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3px;    
 }
.op[type="button"]{
        margin-top: 0px;
        margin-left: 0px;
        width: 50px;
        height: 25px;
        font-size: 8px;
        border-radius: 0;
        background-color: black;
        color: white;
        border: none;
        cursor: pointer;
 }
.op[type="button"]:hover{
        /*padding: 10px 20px;*/
        background-color: green;
        color: white;
        border: none;
        cursor: pointer;
         font-size: 8px;
        /*font-size: 16px;*/
        box-shadow: NONE;
        /*transition: box-shadow 0.3s ease;*/

    }
.bagrega[type="button"]{
         margin-top: 1px;
         margin-left: 5px;
         margin-bottom: 0;
         width: 16px;
          height: 16px;
          border-radius: 0;
          font-size: 7px;
          background-color: #3498db;
          color: white;
          border: none;
          cursor: pointer;
 }
 .bagrega[type="button"]:hover{
        /*padding: 10px 20px;*/
        background-color: green;
        color: white;
        border: none;
        cursor: pointer;
         font-size: 7px;
        /*font-size: 16px;*/
        box-shadow: NONE;
        /*transition: box-shadow 0.3s ease;*/

    }
 input[type="button"]{
     width: 100%;
     height: 40px;  
     background-color: dodgerblue;
     border-radius: 10px;
     color:white;
     border: 0;
     margin-top: 20px;
     margin-bottom: 10px;
    margin-left: 0px;
 }
 input[type="button"]:hover{
   /*padding: 10px 20px;*/
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease;
    
 }
 input[type="text"]{
    width: 100%;
    border: none;
    border-bottom: 1px solid grey;
    outline: none; 
 }
 input[type="password"]{
    width: 100%;
    border: none;
    outline: none; 
    border-bottom: 1px solid #333;
 }
 .logo{
     background-color: #333333;
     padding: 20px 40px;
 }
 /*-------------ventana menu*/
 nav{
    padding: 5px 5px;
    margin-bottom: 10px;
    width: 98%;
    height: 30px;
    select{
       /*width: 50px;*/
        display: flex;
        float: right;
        height: 20px;  
        background-color: white;
        border-radius: 0;
        color:black;
        border: 0;
    }
      a{
            padding: 5px 5px;
            width: auto;
            height: 20px;  
            background-color: white;
            color:black;
            border: 0;
            font-size: 12px;
            border-radius: 0px;
        }
       a:hover{
            /*padding: 10px 20px;*/
            background-color: #4CAF50;
            color: white;
            border: none;
            cursor: pointer;
            font-size: 12px;
            border-radius: 0px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
            transition: box-shadow 0.3s ease;
        }
 }
.nav1{
display: inline-flex; 
padding: 5px 5px 5px 5px;
width: 100%;
height: 30px;
margin-bottom: 20px;
.menu{
    padding: 5px 5px 5px 5px;
    width: 850px;
    height: 40px;
    background-color: white;
    border-radius: 5px;
    display:inline-flex;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    image{
       margin: 0;

    }
    section{
        width:100%;
        padding: 2px 2px 2px 2px;
    }
    a{
       padding: 3px 3px;
       margin: 5px 5px;
        width: auto;
        height: 20px;  
        background-color: white;
        color:black;
        border: 0;
        font-size: 12px;
        border-radius: 0px;
    }
    a:hover{
        /*padding: 10px 20px;*/
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
        font-size: 12px;
        border-radius: 0px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease;
    }
}
    select{
       /*width: 50px;*/
        float: right;
        height: 20px;  
        background-color: white;
        border-radius: 0;
        color:black;
        border: 0;
    }
}
aside{
     float: left;
     /*margin-top: 2%;*/
     margin-left: 2%;
     max-width: 15%;
     min-width: 200px;
     height: 600px;
     padding-bottom: 10px;
     background-color: white;
     border-radius: 5px;
     border-right: gray solid 0.5px;
     box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
 }
.centro{
     float: left;
     /*margin-top: 2%;*/
     margin-left: 1%;
     height: 600px;
 }
.centro1{
     display: block;
     padding-top: 10px;
     width: 850px;
 }
.botones{
    
 }
.botones input[type="button"]{
     font-size: 14px;
        width: 100%;
        height: 40px;  
        background-color: white;
        border-radius: 0;
        color:gray;
        border: 0;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 5px;
    }
.botones input[type="button"]:hover{
        /*padding: 10px 20px;*/
        font-size: 14px;
        width: 100%;
        background-color: darkcyan;
        color: white;
        border: none;
        cursor: pointer;
         margin-top: 10px;
         margin-bottom: 5px;
        /*font-size: 16px;*/
/*        box-shadow: none;
        transition: none;*/

    }
.menuleft{
     margin:10% 25%;
 }
.tabla-blanca {
    width: auto;
    border-collapse: collapse;
    background-color: white;
    font-family: Arial, sans-serif;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    font-size: 9px;
    table-layout: auto;
    a{
        text-decoration: none;
        color: black;
    }
    a:hover{
        background-color: #333;
    }
}
.tabla-blanca th, .tabla-blanca td {
     white-space: nowrap; /*evita que el texto colapce o se corte para bajar*/
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    border:0;
}
.tabla-blanca td p{
    font-size: 12px;
    color:black;
}
.tabla-blanca th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.tabla-blanca tr:hover {
    background-color: #f9f9f9;
}
.tabla-blanca thead th{
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    z-index: 2;
}
.highlight {/*marca la fila*/
    background-color: darkcyan;
    color: black;
    color:white;
  }
.mesaje{
    /*background-color: rgba(0,0,0,.3);*/
    position:  fixed;
    top:50%;
    bottom: 50%;
    left: 45%;
    right: 50%;
    display: flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    overflow: hidden;
    background-image: url("../img/loading-23.gif.webp");
    background-size: contain;
    background-repeat: no-repeat;
    /*border-radius: 50%;*/
    z-index: 6;/*sobrepone junto con relativ y absolute el menu sobre las otras etiquetas*/
    /*visibility: hidden;*/
}
/*        .cargando{
        background-color: #2ea265;
        width: 90px;  Definir de acuerdo al ancho de la imagen 
        height: 90px;  Definir de acuerdo al alto de la imagen 
        margin: 10px 10px;
        background-image: url("loading-15.gif");
        background-size: contain;
        background-repeat: no-repeat;
        text-align: center;
        top: 50%;
        bottom: 50%;
        right: 50%;
        left: 50%;
    }*/

.scroll{
    
    width: 80%;
    position: fixed;
    height: 600px;
    float: left;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-right: 50px;
    margin-left: 10px;
    overflow: auto;
      /*border: 1px #cccccc solid;*/
    /*display: block;*/
}
.scroll::-webkit-scrollbar{
        /*background-color: rgba(34,34,34,0.3);*/
        /*background-color: white ;*/
    width: 12px;     /* Tamaño del scroll en vertical */
    height: 12px;    /* Tamaño del scroll en horizontal */
    border-radius: 5px;
    }
.scroll::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
/*                border-radius: 10px;*/
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb{
        /*background: #de3152;*/
    background: darkcyan;
    border-radius: 5px;
}
a {
    text-decoration: none;

}
.overley{
    
    color: silver;   
    background-color: rgba(0,0,0,.3); /*fondo en sombra*/
    position:  fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
     overflow: scroll;
     z-index: 5;/*sobrepone junto con relativ y absolute el menu sobre las otras etiquetas*/
    /*visibility: hidden;*/
}
.popup{
   /*background: linear-gradient(to bottom,#247CC0,#333333);*/
   background-color: white;
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
   border-radius: 3px;
/*   font-family: 'arial',sans-serif;*/
   padding: 20px;
   text-align: center;
   width: 300px;
}
.popup .cerrar{
    font-size: 16px;
    /*line-height: 16px;*/
    display: block;
    text-align: right;
    color: white;
    transition: .3s ease all;
    text-decoration:none;
}
.popup .cerrar:hover{
    color: black;
}
.popup h2{
    margin-bottom: 5px;
    margin-top: 5px;
}
.popup select{
    width:200px;
}

/*ventana intranet*/
.articulo1{
    margin-right:5px;
    float: left;
    padding: 13px 13px;
    font-size: 11px;
    text-justify:auto;
    width: 333px;
    background-color: white;
    height: 300px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    .titulo{
        box-sizing: border-box;
        overflow-wrap: break-word;
        display: block;
        width: 100%;
        margin-bottom: 2px;
        /*font-weight: bold;*/
        font-size: 12px;
        display: flex;
        div{
            width: 92%;
        }
        a{
            width: 15px;
            height: 12px;
            background-color:#4CAF50;
            height: auto;
            font-size: 16px;
            font-weight: normal;
            text-decoration: none;
            color: white;
            text-align: center;
        }
        a:hover{
            /*font-weight: bold;*/
            color:#ddd;
            background-color: green;
        }
    }/*cierre titulo*/
    .agregadas{
            padding: 3px 3px;
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            font-size: 10px;
            overflow-wrap: break-word;
            word-break: break-word;
            white-space: normal;
            text-justify:inherit;
        }
}
.cumpleaños{
    display:none;
    font-size: 12px;
    float: left;
    margin: 5px 5px;
    font-size: 14px;
    background-color: white;
    width: 18%;
    height: auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    .titulo{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 8px 8px;
        background-color: blueviolet;
        color: white;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    img{
        margin-top: -5px;
        width: 100%;
        height: 80px;
    }
    p{
        padding: 5px 5px;
        font-size: 8px;
        text-align: left;
    }
}
 .scroll1{
    width: 330px; 
    position: fixed;
    height: 280px;
    float: left;
    overflow: auto;
}
.scroll1::-webkit-scrollbar{
        /*background-color: rgba(34,34,34,0.3);*/
        /*background-color: white ;*/
    width: 12px;     /* Tamaño del scroll en vertical */
    height: 12px;    /* Tamaño del scroll en horizontal */
    border-radius: 5px;
    }
.scroll1::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
/*                border-radius: 10px;*/
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.scroll1::-webkit-scrollbar-thumb{
        /*background: #de3152;*/
    background: darkcyan;
    border-radius: 5px;
}
.elminar0{
    float: right;   
    background-color: #ff6666;
    color: white;
    text-decoration: none;
    width: 10px;
    height: 13px;
    font-size: 10px;
    text-align: center;
}
.elminar0:hover{
    background-color: red;
    color: #ddd;
    font-size: 10px;
}
.sesion{
    display: block;
    float: right;
    width: 110px;
    height: 160px;
    border-radius: 10px;
    padding: 0px 3px 3px 3px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}
.sesion2{
    z-index: 2;
    position: relative;
    margin-top: 1%;
    margin-right: -50px;
    display: block;
    float: right;
    width: 110px;
    border-radius: 10px;
    padding: 5px 5px;
}
.DetallesAvartar{
    position: relative;
    margin-top: 50px;
    padding: 30px 30px 10px 50px;
    background-color: white; 
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}
.nombre{
        height: 5px;
        text-align: center;
        padding: 3px 3px 3px 3px;
        font-size: 12px;
        font-weight: bold;
        /*background-color: #6699ff;*/
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius:10px;
        margin-top: -1px;
        margin-left: -3px;
        margin-right: -3px;
}
.avatar{
    width: 100px;;
    height: 100px;
    display: flex;

    a{
        color: #f2f2f2;
        text-decoration: none;
        position: absolute;
        margin-top: 83px;
        margin-left: 43px;
    }
    a:hover{
        color: #444;
        text-decoration: none;
        position: absolute;
        margin-top: 83px;
        margin-left: 43px;
    }
    img{
        width: 100%;
        height: 100%;
        background-color: #ddd;
        border-radius: 50%;
        border: #f2f2f2 solid 2px;
        object-fit: fill; /* o 'contain' según lo que necesites */
    }
}
.datos{/*segmento de datos de usuario*/
        margin-top: 5px;
        text-align: center;
        padding: 3px 3px 3px 3px;
        color: #666666;
    }
.datos h3{/*Nombre de funcionario*/
        color:black;
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 4px;
}
.datos p{/*cargo*/
        color: black;
        font-size: 9px;
}    
/*Estilos de Inventario*/


.casilla{
        margin-top: 10px;
        margin-bottom: 10px;
}
 .area {
    width: 110px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    /*border: #f2f2f2 solid 1px;*/
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.area:hover {
    opacity: 0.8 !important;
    cursor: pointer;
    /*border: #f9f9f9 solid 1px;*/
   
}

.area:hover h2,
.area:hover p {
    color: black; /* cambia color de los textos al hacer hover */
}
.area img{
    background-color: white;
    width: 100%;
    height: 110px;
}
.area h2 {
    font-weight: normal;
    color: white;
    text-decoration: none;
    font-size: 12px;
    margin: 5px 0 0 0; /* simplificado */
    padding: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.area p {
    margin: 5px 0 5px 0;
    font-size: 25px;
}
.espacios {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: white solid 1px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.espacios:hover {
    opacity: 0.8 !important;
    border: black solid 1px; 
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.espacios:hover h2,
.espacios:hover p {
    color: black; /* cambia color de los textos al hacer hover */
}

.espacios h2 {
    background-color: #ddd;
    width:100%;
    font-weight: normal;
    color: black;
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
}
.espacios h3{
    color: black;
    font-size: 14px;
    
}
.espacios p {
    margin: 10px 10px 10px 10px;
    font-size: 10px;
    font-weight:bold;
}

.scroll2{
    width: 98%;
    height: 70px;
    margin-left: 0; 
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: auto;
}
.scroll2::-webkit-scrollbar{
        /*background-color: rgba(34,34,34,0.3);*/
        /*background-color: white ;*/
    width: 12px;     /* Tamaño del scroll en vertical */
    height: 12px;    /* Tamaño del scroll en horizontal */
    border-radius: 5px;
    }
.scroll2::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
/*                border-radius: 10px;*/
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.scroll2::-webkit-scrollbar-thumb{
        /*background: #de3152;*/
    background: darkcyan;
    border-radius: 5px;
}
.NuevoPro{
    display: block;
    margin-top: 10px; 
    width: max-content; 
    background-color: white; 
    padding: 0px 0px 0px 0px; 
    color: black;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.NuevoPro h3{
   
    color:black;
}
.NuevoPro h2{
    margin: 0;
    padding: 10px 10px 10px 10px;
    width: content-box;
    /*background: linear-gradient(to right, #3399ff, #3366ff);*/
    font-weight: normal;
    margin-bottom: 5px;
    color:white;
   
    
}
.NuevoPro article{
    padding: 20px 20px 20px 20px;
}
.NuevoPro p{
    color: black;
}
.TablaProyectos {
    width: auto;
    border-collapse: collapse;
    background-color: white;
    font-family: Arial, sans-serif;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    font-size: 10px;
    table-layout: auto;
    a{
        text-decoration: none;
        color: black;
    }
    a:hover{
        background-color: #ddd;
    }
}
.TablaProyectos th, .TablaProyectos td {
     white-space: nowrap; /*evita que el texto colapce o se corte para bajar*/
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.TablaProyectos th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.TablaProyectos tr:hover {
    background-color: #f9f9f9;
}
.TablaProyectos thead th{
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    z-index: 2;
}
.listaPro{
    display: inline-block;
    /*justify-content:flex-start;*/
    margin-top: 20px;
    width: 100%;
    height: 500px;
    overflow-y: auto;    /* activa scroll vertical cuando se excede */
    overflow-x: hidden;  /* oculta scroll horizontal */

       
}
.contenedorCiclos {
    padding: 10px;
    background: #f7f7f7;
    border-left: 4px solid #007bff;
}

.contenedorCiclos h3 {
    margin-top: 10px;
    color: #0056b3;
}

.etapa {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}

.hito {
    margin-left: 20px;
    font-size: 13px;
    color: #555;
}
.hito-activo {
    background: #ffe08a;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: bold;
}


.IconoAreaEduca{
    background:linear-gradient(to right, #ff3333, #cc0033);
    color:white;
    width:20px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;


}
.IconoAreaSalud{
    background:linear-gradient(to right, #3399ff, #0066ff);
    color:white;
    width:20px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.IconoAreaInfancia{
    background:linear-gradient(to right, #cc33ff, #6633ff);
    color:white;
    width:20px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.IconoAreaCorpo{
    background:linear-gradient(to right, #333333, #000000);
    color:white;
    width:20px;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
}

 .radio {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
    color: white;
  }

  .radio input {
    margin-right: 6px;
    margin-left: 5px;
  }
  .switch-ayuda {
    /*background: #444;*/
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    user-select: none;
}

.switch-ayuda.activo {
    /*background: #0078ff;*/
}
#bot-panel.oculto {
    opacity: 0;
    pointer-events: none;
}

 .activo {/*resalta los objetos activos*/
    border: 2px solid #0078ff;
    background-color: #eef6ff;
    transition: 0.3s;
}
@keyframes parpadeo {
    0%   { box-shadow: 0 0 0px rgba(0, 120, 255, 0); }
    50%  { box-shadow: 0 0 10px rgba(0, 120, 255, 0.9); }
    100% { box-shadow: 0 0 0px rgba(0, 120, 255, 0); }
}

.parpadeo {
    animation: parpadeo 1s ease-out;
}
.panel-ayuda {
    padding: 15px;
    background: #f7f7f7;
    border-left: 4px solid #0078ff;
    font-size: 14px;
    line-height: 1.4;
}
#bot-panel {
    position: fixed;
    top: 80px; /* Ajusta según tu header */
    right: 20px;
    width: 300px;
    max-height: 80vh;
    overflow-y: auto;

    background: #ffffff;
    border-left: 4px solid #0078ff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 15px;
    border-radius: 8px;

    font-size: 14px;
    z-index: 9999; /* Para que quede encima de todo */
}

#bot-panel h3 {
    margin-top: 0;
    font-size: 16px;
    color: #0078ff;
}

#bot-panel ul {
    padding-left: 18px;
}

#bot-panel li {
    margin-bottom: 5px;
}
.dire {
    background-color: transparent;
    
}
.dire:hover{
   box-shadow: 0 0 0 rgba(0,0,0,0);
   background-color: transparent;
   cursor: pointer;
}