html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.menu-toggle {
    display: none;
    background-color: #333;
    color: white;
    padding: 10px;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family:Arial;
  background-color:#f5f5f5;
}
.login_panel {
    width: 40%;
    height: 80vh;
    top: 10vh;
    left: 30%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius:10px;
    padding-top:50px;
    position:relative;
    background-color:#fff;
}
.login_title{
    width:90%;
    margin-left:5%;
    font-size:22px;
    font-weight:600;
    text-align:left;
    user-select:none;
}
.password_input {
    width: 90%;
    height: 40px;
    margin-left: 5%;
    margin-top: 5%;
    border: none;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    text-align: center;
    border-radius: 10px;
    outline: none;
    border:1px solid #f1f1f1;
}
.access_button {
    border: none;
    outline: none;
    width: 40%;
    left: 55%;
    height: 40px;
    background-color: #258cfb;
    color: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    bottom:50px;
    position:absolute;
}
.access_button:hover{
    background-color:#115fb4;
}
.panel {
    width: 75%;
    height: 95vh;
    max-height:95vh;
    overflow-y:scroll;
    margin-top: 2.5vh;
    margin-left: 22.5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    padding-top: 50px;
    background-color: #fff;
    border-right: solid 5px #9c9c9c;
    position:relative;
}
.panel_ajustes {
    width: 75%;
    height: 95vh;
    margin-top: 2.5vh;
    margin-left: 22.5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    padding-top: 50px;
    background-color: #fff;
    border-right: solid 5px #9c9c9c;
    position:relative;
}
.menu {
    height: 95vh;
    margin-left: 2.5%;
    width: 17.5%;
    float: left;
    background-color: #fff;
    border-right: solid 5px #258cfb;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: relative;
}
.menu h1{
    width:100%;
    padding-left:5%;
    margin-top:20px;
    color:#000;
    font-size:32px;
    user-select:none;
}
    .menu h2 {
        width: 100%;
        padding-left: 5%;
        color: #000;
        font-size: 14px;
        user-select: none;
        font-weight: 600;
        margin-bottom: 30px;
    }
.menu_button {
    width: 90%;
    margin-left:5%;
    border-radius:5px;
    color: #000;
    font-size: 14px;
    user-select: none;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: left;
    padding-left: 5%;
    border-right: 2px solid #fff;
    transition:all ease 0.2s;
    height:40px;
    text-transform:uppercase;
}
.menu_button:hover{
    color:#258cfb;
    background-color:#f7f7f7;
    transition:all ease 0.2s;
}
.bienvenida{
    position:absolute;
    bottom:60px;
    left:5%;
    font-size:14px;    
}
.bienvenida input{
    border:none;
    outline:none;
    color:#000;
    user-select: none;
}
.cerrarsesion {
    position: absolute;
    bottom: 20px;
    left: 5%;
    font-size: 14px;
    background-color: #e93131;
    border-radius: 5px;
    border: none;
    outline: none;
    color: #fff;
    padding: 5px;
    transition: all ease 0.2s;
}
.cerrarsesion:hover{
    background-color:#bd1515;
    transition:all ease 0.2s;
}
.ajustes_titulo {
    width: 100%;
    height: 40px;
}
.ajustes_titulo a{
    color:#000;
    font-size:22px;
    float:left;
    margin-left:5%;
}
.ajustes_subtitulo {
    width: 100%;
    height: 40px;
}
.ajustes_subtitulo a{
    color:#000;
    font-size:18px;
    float:left;
    margin-left:5%;
}
.table_clientes {
    width: 90%;
    max-height: 400px;
    overflow-y: scroll;
    margin-left: 5%;
    background-color: #f7f7f7;
    border-radius: 10px;
    border-collapse: collapse;
}
    .table_clientes th {
        padding: 10px;
    }
    .table_clientes td {
        padding: 10px;
        text-align: left;
    }
    .table_clientes tr.selected {
        background-color: #d5d5d5;
    }
    .table_clientes button {
        border: none;
        background-color: transparent;
        color: #e93131;
        font-size: 14px;
        font-weight: bold;
    }
    .table_clientes .print_button {
        border: none;
        background-color: #000;
        border-radius: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .table_clientes .print_button:hover {
        background-color: #e93131;
    }
.table_obs {
    width: 90%;
    max-height: 400px;
    overflow-y: scroll;
    margin-left: 5%;
    background-color: #f7f7f7;
    border-radius: 10px;
    border-collapse: collapse;
    margin-bottom: 40px;
    table-layout: auto;
}
    .table_obs th {
        padding: 10px;
    }
    .table_obs td {
        padding: 10px;
        text-align: left;
    }
    .table_obs tr.selected {
        background-color: #d5d5d5;
    }
    .table_obs button {
        border: none;
        background-color: transparent;
        color: #e93131;
        font-size: 14px;
        font-weight: bold;
    }
    .table_obs .id_cliente {
        white-space: nowrap;
    }
    .table_obs .observacion {
        word-wrap: break-word;
        white-space: normal;
    }
    .table_obs .fecha {
    }
.table_usuarios {
    width: 90%;
    margin-left: 5%;
    background-color: #f7f7f7;
    border-radius:10px;
}
    .table_usuarios th {
        padding: 10px;
    }
    .table_usuarios td {
        padding: 10px;
    }
    .table_usuarios tr.selected {
        background-color: #d5d5d5;
    }
    .table_usuarios button{
        border:none;
        background-color:transparent;
        color:#e93131;
        font-size:14px;
        font-weight:bold;

    }
    .tiposusuario_combobox {
        margin-left: 2.5%;
        margin-top: 10px;
        border: none;
        padding: 8px;
        color: #fff;
        background-color: #258cfb;
        outline: none;
        border-radius: 5px;
    }
.contenedor_nuevousuario{
    margin-bottom:25px;
    width:100%;
}
.nuevo_usuario {
    background-color: #262626;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-left: 5%;
    transition: all ease 0.2s;
}
.nuevo_usuario:hover{
    background-color:#000;
    transition:all ease 0.2s;
}
.nuevo_usuario span{
    font-weight: 600;
    font-size:20px;
    font-family:'Segoe UI';
}
.selecteduser{
    margin-left:5%;
    border:1px solid rgba(99, 99, 99, 0.2);
    border-radius:5px;
    width:40%;
    height:34px;
    background-color:#f5f5f5;
    padding-left:1%;
}
.create_user_panel{
    width:90%;
    margin-left:5%;
    background-color:#f7f7f7;
    border-radius:10px;
    margin-bottom:25px;
    border-bottom:5px solid #9c9c9c;
}
.create_user_panel h3{
    font-size:18px;
    padding:1%;
}
.create_user_panel label{
    font-size:16px;
    padding:1%;
}
.create_user_panel input{
    font-size:16px;
    border:1px solid rgba(99, 99, 99, 0.2);
    border-radius:5px;
    width:40%;
    height:34px;
    background-color:#fff;
    padding-left:1%;
}
.create_user_panel select{
    font-size:16px;
    border:1px solid rgba(99, 99, 99, 0.2);
    border-radius:5px;
    width:40%;
    height:34px;
    background-color:#fff;
    padding-left:1%;
}
.create_user_panel button{
    background-color: #262626;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-left: 1%;
    transition: all ease 0.2s;
    margin-top:15px;
    margin-bottom:2%;
}
    .create_user_panel button:hover {
        background-color: #000;
        transition: all ease 0.2s;
        margin-bottom: 2%;
    }
#cancelar {
    background-color: #e93131;
}
#cancelar:hover {
    background-color: #bd1515;
    transition: all ease 0.2s;
}
.clientes_titulo {
    width: 100%;
    height: 40px;
}
.clientes_titulo a{
    color:#000;
    font-size:22px;
    float:left;
    margin-left:5%;
}
.clientes_subtitulo {
    width: 100%;
    height: 40px;
}
.clientes_subtitulo a{
    color:#000;
    font-size:18px;
    float:left;
    margin-left:5%;
}
.customer_panel {
    width: 90%;
    margin-left: 5%;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.customer_panel_expanded {
    max-height: 1000px;
}
.customer_panel_show {
    position: absolute;
    top: 18px;
    right: 2%;
    cursor: pointer;
    color: #000;
}
.customer_panel h1{
    font-size:18px;
    font-weight:bold;
    padding:1%;
    color:#000;
    padding-top:2%;
}
.customer_panel label {
    font-size: 16px;
    padding: 1%;
    color:#000;
}
.customer_panel input{
    font-size:16px;
    border:1px solid #d5d5d5;
    border-radius:5px;
    width:40%;
    height:34px;
    background-color:#f5f5f5;
    padding-left:1%;
    color:#000;
}
.customer_panel button{
    background-color: #258cfb;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-left: 1%;
    transition: all ease 0.2s;
    margin-top:15px;
    margin-bottom:2%;
}
.customer_panel button:hover {
    background-color: #2368b2;
    transition: all ease 0.2s;
}
.customer_panel select {
    font-size: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    width: 40%;
    height: 34px;
    background-color: #f5f5f5;
    padding-left: 1%;
    color: #000;
}
.buscar_cliente {
    font-size: 16px;
    border: 1px solid rgba(99, 99, 99, 0.2);
    border-radius: 5px;
    width: 40%;
    height: 34px;
    background-color: #fff;
    padding-left: 1%;
    margin-left:5%;
    margin-bottom:20px;
}
.buscar_observacion {
    font-size: 16px;
    border: 1px solid rgba(99, 99, 99, 0.2);
    border-radius: 5px;
    width: 40%;
    height: 34px;
    background-color: #fff;
    padding-left: 1%;
    margin-left: 5%;
    margin-bottom: 20px;
    margin-top:20px;
}
.panel_proyectos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin-left: 5%;
    margin-bottom: 30px;
}
.pagination-container {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.pagination {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: inline;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    background: #f9f9f9;
}
.pagination .active {
    background: #007bff;
    color: #fff;
}
.proyecto-contenido {
    height: 100%;
    overflow-y: auto;
    width:100%;
    padding-right:5px;
}
.proyecto-contenido::-webkit-scrollbar {
    width: 8px;
}
.proyecto-contenido::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.proyecto-contenido::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0px;
}
.proyecto-contenido::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.proyecto-cuadro {
    padding: 10px;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top:10px;
    height: 200px;
    max-height: 250px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 10px;
    float: left;
    position: relative;
}
.proyecto-cuadro h3{
    font-size:14px;
    margin-bottom:15px;
    text-transform:uppercase;
    background-color:#fff;
    color:#000;
    text-align:center;
    border-radius:3px;
    padding:8px;
    font-weight:600;
    margin-top:10px;
}
.proyecto-cuadro p{
    font-size:15px;
    margin-bottom:15px;
    background-color:rgba(255, 255, 255, 0.3);
    border-radius:3px;
    color:#000;
    text-align:center;
    padding:3px;
}
.proyecto-cuadro h2{
    font-size:15px;
    margin-bottom:15px;
    background-color:#000;
    border-radius:3px;
    color:#fff;
    text-align:center;
    padding:3px;
}
.proyecto-cuadro button {
    border:none;
    color:#000;
    background-color:#fff;
    border-radius:3px;
    padding:6px;
}
.proyecto-cuadro select {
    border:none;
    color:#fff;
    padding:5px;
    background-color:#000;
    border-radius:3px;
    margin-bottom:5px;
    text-align:center;
    width:100%;
}
.estado-potencial {
    background-color: #e93131;
    color:#fff;
}
.estado-en-curso {
    background-color: #29862e;
    color: #fff;
}
.estado-finalizado {
    background-color: #258cfb;
    color: #fff;
}
.estado-gris {
    background-color: #787878;
    color: #fff;
}
.tomar_proyecto {
    margin-bottom: 10px;
    border: none;
    background-color: #bd1515 !important;
    color: #fff !important;
    font-size:14px;
    width:100%;
}
.buscar_proyecto {
    font-size: 16px;
    border: 1px solid rgba(99, 99, 99, 0.2);
    border-radius: 5px;
    width: 40%;
    height: 34px;
    background-color: #fff;
    padding-left: 1%;
    margin-left: 5%;
    margin-bottom: 20px;
    outline:none;
    margin-top:30px;
}
.proyecto_disponible {
    position: absolute;
    background-color: #bd1515;
    color: #fff;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    z-index: 2;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    display: table;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.proyecto_disponible a{
    display:table-cell;
    vertical-align:middle;
}
.estado-filtro label {
    margin-right: 10px;
    margin-left:5%;
    font-size:16px;
    margin-bottom:20px;
}
.estado-filtro select {
    font-size: 16px;
    background-color:#e8e8e8;
    border:solid 1px #000;
    padding:3px;
    border-radius:4px;
    outline:none;
}
.boton-llamada, .boton-whatsapp {
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding:6px;
    margin-bottom:5px;
}
.boton-llamada:hover, .boton-whatsapp:hover {
    background-color: #258cfb;
    color:#fff;
}
.proyecto-detalle input {
    width: 95%;
}
.proyecto-detalle button {
    border: none;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding: 6px;
    margin-top:10px;
    margin-bottom:10px;
}
.fase {
    position: absolute;
    z-index: 4;
    background-color: #000;
    top: -20px;
    left: -10px;
    height: 30px;
    border-radius: 8px;
    padding: 5px;
    display: table;
    text-align: left;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.fase a{
    color:#fff;
    display:table-cell;
    vertical-align:middle;
    text-transform:uppercase;
    font-size:13px;
}
.buscador{
    background-color:#e8e8e8;
    margin-bottom:20px;
}
.paginacion {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    color:#000;
}

.paginacion a {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.paginacion a:hover {
    background-color: #0056b3;
}

.paginacion strong {
    margin: 0 5px;
}

.paginacion .active-page {
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #d5d5d5;
    color: #555;
    text-decoration: none;
    border-radius: 4px;
}
.fila-activa {
    background-color: #b2d8ba;
}
.table_servicios {
    width: 90%;
    margin-left: 5%;
    background-color: #f7f7f7;
    border-radius: 10px;
    border-collapse: collapse;
}
    .table_servicios .finalizar_button {
        color: #fff;
        background-color: #1a6f2c;
        border-radius: 8px;
        padding: 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .table_servicios .finalizar_button:hover {
        background-color: #0c4a19;
    }
    .table_servicios th {
        padding: 10px;
    }
    .table_servicios td {
        padding: 10px;
        text-align: left;
    }
    .table_servicios tr.selected {
        background-color: #d5d5d5;
    }
    .table_servicios button {
        border: none;
        background-color: transparent;
        color: #e93131;
        font-size: 14px;
        font-weight: bold;
    }
    .table_servicios .print_button {
        border: none;
        background-color: #000;
        border-radius: 8px;
        padding: 8px;
        color: #fff;
        font-weight: bold;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
        .table_servicios .print_button:hover {
            background-color: #e93131;
        }
.contenedor_tabla{
    max-height:450px;
    overflow-y:auto;
}
.buscar_registro{
    display:none;
}
.delete_project button {
    background-color: #970a0a;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-left: 1%;
    transition: all ease 0.2s;
    margin-top: 15px;
    margin-bottom: 2%;
    font-size:14px;
}
.filtro_fecha {
    border-radius: 6px;
    border: none;
    outline: none;
    border: 1px solid rgba(99, 99, 99, 0.2);
    height:34px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #9c9c9c;
    border-radius:8px;
    width: 80%;
    max-width: 600px;
    padding:40px;
}
.modal-content span{
    color: #e93131;
    float: right;
    font-size: 14px;
    font-weight: bold;
    position:absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}
.Ver_obs{
    width:100%;
    margin-bottom:10px;
    font-size:14px;
}
.detalle_proyecto {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.detalle_proyecto button{
    background-color: #e93131;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    transition: all ease 0.2s;
    font-size: 14px;
    margin-top:20px;
}
.detalle_proyecto button:hover {
    background-color: #000;
    transition: all ease 0.2s;
}
.panel_proyectos2 th {
    padding: 15px;
}
.panel_proyectos2 th:hover {
    padding: 15px;
}
.panel_proyectos2 td {
    padding: 15px;
    white-space: nowrap;
    cursor:pointer;
    color:#fff;
}
.panel_proyectos2 tr:hover {
    opacity:0.9;
}
.contenido_detalle {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    padding: 40px;
}
.contenido_detalle h2{
    font-size:22px;
    margin-bottom:30px;
}
.panel_proyectos2 {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding-top: 80px;
    height: 95vh;
    max-height: 95vh;
    overflow-y: scroll;
    top: 2.5vh;
    border-radius: 10px;
    width: 75%;
}
.panel_proyectos2 table{
    width:90%;
    margin-left:5%;
    
}
.boton_ocultarvistasimplificada {
    background-color: #e93131;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    transition: all ease 0.2s;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
}
.boton_vistasimplificada {
    background-color: #e93131;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    transition: all ease 0.2s;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
}
.boton_vistasimplificada:hover{
    background-color:#000;
    transition: all ease 0.2s;
}
.boton_ocultarvistasimplificada:hover{
    background-color:#000;
    transition: all ease 0.2s;
}
/* Estilos para el modal */
.modal2 {
    display: none; /* Ocultar por defecto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}
.modal2 h2{
    font-size:22px;
}

/* Contenedor del contenido del modal */
.modal-content2 {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
}
.modal-content2 textarea{
    width:100%;
}

/* Botón de cerrar */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}

    .close:hover {
        color: #000;
    }

/* Animación de aparición */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Inputs y selects dentro del modal */
.modal-content2 label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.modal-content2 input,
.modal-content2 select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Botón de guardar */
.save-button {
    background-color: #262626;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-left: 1%;
    transition: all ease 0.2s;
    margin-top: 15px;
    margin-bottom: 2%;
}

.save-button:hover {
    background-color: #000;
    transition: all ease 0.2s;
    margin-bottom: 2%;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        margin: 0px 0;
        position: absolute;
        z-index: 10;
        font-size: 14px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .menu {
        display: none;
    }

        .menu.active {
            display: block;
            height: 90vh;
            width: 96%;
            position:absolute;
            background-color: #fff;
            border-radius: 10px;
            border:none;
            z-index:9;
        }

        .menu h1 {
            width: 100%;
            padding-left: 5%;
            margin-top: 50px;
            color: #000;
            font-size: 32px;
            user-select: none;
        }

        .menu h2 {
            width: 100%;
            padding-left: 5%;
            color: #000;
            font-size: 14px;
            user-select: none;
            font-weight: 600;
            margin-bottom: 30px;
        }

    .menu_button {
        width: 90%;
        margin-left: 5%;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        user-select: none;
        background-color: #258cfb;
        margin-bottom:10px;
        border: none;
        outline: none;
        text-align: left;
        padding-left: 5%;
        border-right: 2px solid #fff;
        transition: all ease 0.2s;
        height: 40px;
        text-transform: uppercase;
    }

        .menu_button:hover {
            color: #258cfb;
            background-color: #f7f7f7;
            transition: all ease 0.2s;
        }
    .panel {
        width: 100%;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        margin-top: 2.5vh;
        margin-left: 0%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border-radius: 10px;
        padding-top: 50px;
        background-color: #fff;
        border: none;
    }
    .create_user_panel {
        width: 100%;
        margin-left: 0%;
        padding:5%;
        background-color: #f7f7f7;
        border-radius: 10px;
        margin-bottom: 25px;
        border-bottom: 5px solid #9c9c9c;
    }

        .create_user_panel input {
            font-size: 16px;
            border: 1px solid rgba(99, 99, 99, 0.2);
            border-radius: 5px;
            width: 60%;
            margin-bottom:10px;
            height: 34px;
            background-color: #fff;
            padding-left: 1%;
        }

        .create_user_panel select {
            font-size: 16px;
            border: 1px solid rgba(99, 99, 99, 0.2);
            border-radius: 5px;
            width: 60%;
            height: 34px;
            background-color: #fff;
            padding-left: 1%;
            margin-bottom: 10px;
        }

    .proyecto-cuadro {
        padding: 10px;
        width: 95%;
        margin-right: 30px;
        margin-bottom: 30px;
        margin-top: 10px;
        height: 200px;
        max-height: 250px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        border-radius: 10px;
        float: left;
        position: relative;
    }
    .table_clientes {
        max-height: 400px;
        overflow-y: scroll;
        margin-left: 0%;
        background-color: #f7f7f7;
        border-radius: 10px;
        border-collapse: collapse;
    }
    .customer_panel {
        width: 100%;
        margin-left: 0%;
        background-color: #fff;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 25px;
        max-height: 60px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        padding:5%;
    }
    .customer_panel_expanded {
        max-height: 1000px;
    }

    .customer_panel_show {
        position: absolute;
        top: 18px;
        right: 2%;
        cursor: pointer;
        color: #000;
    }

    .customer_panel h1 {
        font-size: 18px;
        font-weight: bold;
        padding: 1%;
        color: #000;
        padding-top: 2%;
    }

    .customer_panel label {
        font-size: 16px;
        padding: 1%;
        color: #000;
    }

    .customer_panel input {
        font-size: 16px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        width: 60%;
        height: 34px;
        background-color: #f5f5f5;
        padding-left: 1%;
        color: #000;
        margin-bottom:10px;
    }

    .customer_panel button {
        background-color: #258cfb;
        border: none;
        color: #fff;
        border-radius: 5px;
        padding: 8px;
        margin-left: 1%;
        transition: all ease 0.2s;
        margin-top: 15px;
        margin-bottom: 2%;
    }

        .customer_panel button:hover {
            background-color: #2368b2;
            transition: all ease 0.2s;
        }

    .customer_panel select {
        font-size: 16px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        width: 40%;
        height: 34px;
        background-color: #f5f5f5;
        padding-left: 1%;
        color: #000;
        margin-bottom:10px;
    }
    .table_obs {
        width: 100%;
        margin-left: 0%;
        background-color: #f7f7f7;
        border-radius: 10px;
        border-collapse: collapse;
        margin-bottom: 40px;
        margin-top: 10px;
    }

        .table_obs th {
            padding: 10px;
        }

        .table_obs td {
            padding: 10px;
            text-align: left;
        }

        .table_obs tr.selected {
            background-color: #d5d5d5;
        }

        .table_obs button {
            border: none;
            background-color: transparent;
            color: #e93131;
            font-size: 14px;
            font-weight: bold;
        }

        .table_obs .id_cliente {
            width: 5%;
        }

        .table_obs .observacion {
            width: 60%;
        }

        .table_obs .fecha {
            width: 21%;
        }

    .obs{
        max-height:600px;
        height:600px;
        overflow-y:scroll;
    }

    .login_panel {
        width: 95%;
        height: 85vh;
        top: 2.5vh;
        left: 2.5%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border-radius: 10px;
        padding-top: 50px;
        position: relative;
        background-color: #fff;
    }

    .login_title {
        width: 90%;
        margin-left: 5%;
        font-size: 22px;
        font-weight: 600;
        text-align: left;
        user-select: none;
    }

    .password_input {
        width: 90%;
        height: 40px;
        margin-left: 5%;
        margin-top: 5%;
        border: none;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        text-align: center;
        border-radius: 10px;
        outline: none;
        border: 1px solid #f1f1f1;
    }

    .access_button {
        border: none;
        outline: none;
        width: 90%;
        left: 5%;
        height: 40px;
        background-color: #258cfb;
        color: #fff;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        top: 10px;
        position: relative;
    }

    .contenedor_tabla_servicios {
        max-height: 400px;
        overflow-y: auto;
    }

    .paginacion {
        display: flex;
        justify-content: center;
        margin: 20px 0;
        color: #000;
        height:00px;
    }

        .paginacion a {
            margin: 0 5px;
            padding: 5px 10px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
            height:30px;
        }
        .paginacion .active-page {
            margin: 0 5px;
            padding: 5px 10px;
            background-color: #d5d5d5;
            color: #555;
            text-decoration: none;
            border-radius: 4px;
            height:30px;
        }

    .table_servicios {
        width: 100%;
        margin-left: 0%;
        background-color: #f7f7f7;
        border-radius: 10px;
        border-collapse: collapse;
    }
    .panel_proyectos {
        flex-wrap: wrap;
        justify-content: center;
        width: 95%;
        margin-left: 5%;
        position: relative;
        padding-bottom:30px;
    }
    .buscar_cliente {
        font-size: 16px;
        border: 1px solid rgba(99, 99, 99, 0.2);
        border-radius: 5px;
        width: 90%;
        height: 34px;
        background-color: #fff;
        padding-left: 1%;
        margin-left: 5%;
        margin-bottom: 10px;
    }
    .buscar_observacion {
        font-size: 16px;
        border: 1px solid rgba(99, 99, 99, 0.2);
        border-radius: 5px;
        width: 90%;
        height: 34px;
        background-color: #fff;
        padding-left: 1%;
        margin-left: 5%;
        margin-bottom: 10px;
    }
    .buscar_proyecto {
        font-size: 16px;
        border: 1px solid rgba(99, 99, 99, 0.2);
        border-radius: 5px;
        width: 90%;
        height: 34px;
        background-color: #fff;
        padding-left: 1%;
        margin-left: 5%;
        margin-bottom: 10px;
        outline: none;
        margin-top: 30px;
    }
    .buscar_registro {
        display: block;
        border:none;
        outline:none;
        background-color:#262626;
        border-radius:4px;
        color:#fff;
        padding:5px;
        width:40%;
        margin-left:5%;
        margin-bottom:10px;
    }
    .filtro_fecha {
        border-radius: 6px;
        border: none;
        outline: none;
        border: 1px solid rgba(99, 99, 99, 0.2);
        height: 34px;
        margin-left:5%;
        margin-bottom:10px;
    }
}