﻿.nav-link.active {
    background-color: pink;
    color: #333;
}

.btn-logout {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    background: #F00086;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 0.08px;
    border: none 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-azul {
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #062a51;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.btn-verde {
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #388E3C;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.btn-rosa {
    background-color: #ff4081;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.btn-rosa-lg {
    background-color: #ff4081;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    width:200px;
    font-weight:bold;
}

.btn-gris {
    background-color: #e0e0e0;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.btn-gris-lg {
    background-color: #e0e0e0;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 200px;
    font-weight: bold;
}

    .btn-rosa-lg:hover,   
    .btn-azul:hover,
    .btn-rosa:hover {
        opacity: 0.8;
        color: white;
    }

    .btn-gris-lg:hover,
    .btn-gris:hover {
        opacity: 0.8;
    }

.boton-celeste {
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #E7F0FF;
    font-weight: bold;
    color: #062a51;
}

    .boton-celeste:hover {
        background-color: #d0e6ff;
    }

.boton-redondo-celeste {
    padding: 15px;
    border: none;
    border-radius:10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #E7F0FF;
    font-weight: bold;
    color: #062a51;   
}
    .boton-redondo-celeste:hover {
        background-color: #d0e6ff;
    }

.boton-redondo-rosapastel {
    padding: 15px;
    border: none;
    border-radius:10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    color: #F00086;
    background-color: #FFEBEE;
}

    .boton-redondo-rosapastel:hover {
        background-color: #f8dffb;
    }

.boton-redondo-rojo {
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    background: #E53935;
    color: #FFF;
}

    .boton-redondo-rojo:hover{

    }


.boton-verde {
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #EAF6E8;
    font-weight: bold;
    color: #1d8639;
}

    .boton-verde:hover {
        background-color: #d2efd3;
    }

.botonmini-gris {
    background-color: #EEEEEE;
    color: #333;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 32px;
    font-weight: bold;
}

.botonmini-rojo {
    background-color: #FFEBEE;
    color: #333;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 32px;
    font-weight: bold;
}

.botonmini-transparente {
    background-color: transparent;
    color: #333;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 32px;
    font-weight: bold;
}



/**Controles**/

.boton-exportar-verde {
    display: flex;
    width: 178px;
    height: 50px;
    padding: 0px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    background: #E8F5E9;
    border: none;
    color: #388E3C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-data {
    font-size: 16px;
    padding: 8px 12px;
    border: none;
    border-bottom: 2px solid #333;
    background-color: #f9f9f9;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
}

    .input-data:disabled {
        background-color: #e0e0e0;
        color: #777; 
        border-bottom: 2px solid #ccc; 
        cursor: not-allowed; 
    }

.select-data {
    font-size: 16px;
    padding: 8px 12px;
    border: none;
    border-bottom: 2px solid #333;
    background-color: #f9f9f9;
    color: #333;
    outline: none;
    transition: border-color 0.3s;    
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.contenedor {
    position: fixed;
    height:95%;
    overflow:auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    top: 20px;
    left: 280px;
    right: 20px;
    bottom: 20px;
    padding: 20px;
}

    .contenedor h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

.contenedor-dividido {
    position: fixed;
    background-color: transparent;    
    border-radius: 8px;
    top: 20px;
    left: 280px;
    right: 20px;
    bottom: 20px;
    padding: 0px;
}

.contenedor-head{
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;    
}

.contenedor-body {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 130px;
}

.optiontd {
    border-bottom: 1px solid #e4e7eb;
}

    .optiontd.active {
        border-bottom: 2px solid #062a51;
    }


.tab-container {
    display: flex;
    position: relative;
    margin-top: 10px;
}

.tab {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    font-weight: bold;
    position: relative;
}

    .tab.active {
        color: #000;
    }

.tab-icon {
    margin-right: 8px;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50%;
    background-color: #00008B; 
    transition: left 0.3s ease;
}

.tab-content {
    padding: 20px;
    display: none;
}

    .tab-content.active {
        display: block;
    }


.textobusqueda {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 50px;
    background-color: #f3f0f0;
    border-color:transparent;
}

.combobusqueda {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 50px;
    background-color: #f3f0f0;
    border-color: transparent;
    appearance: none;
    background: #f3f0f0 url('/images/Filter.png') no-repeat right 10px center;
    background-size: 12px;
}


.input-default {
    outline: 0 !important;
    border-width: 0 0 2px !important;
    border-color: var(--jappy-base-400) !important;
    background-color: var(--jappy-white)!important;
}

    .input-default:focus {
        border-color: var(--jappy-blue) !important;
        background-color: var(--jappy-white);
        outline: 0;
        box-shadow: 0;
    }

.estatuspendjelpergrid {
    text-align: center;
    border-radius: 6px;
    background: #ECEFF1;
    padding: 5px;
    width: auto;
}

.estatusprocjelpergrid {
    text-align: center;
    border-radius: 6px;
    background: #FFF8E1;
    padding: 5px;
    width: auto;
}

.estatusdocumento-pendiente {
    display: flex;
    width: 140px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    background: #FFF8E1;
    color: #FFC107;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.estatusdocumento-aprobado {
    display: flex;
    width: 140px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    background: #E8F5E9;
    color: #388E3C;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.estatusdocumento-rechazado {
    display: flex;
    width: 140px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
    background: #FFEBEE;
    color: #F44336;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.estatusservicio {
    display: flex;
    width: 122px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.estatusservicio-disponible {
    border-radius: 30px;
    color: #4CAF50;
    background: #E8F5E9;
}

.estatusservicio-nodisponible {
    border-radius: 30px;
    color: #F44336;
    background: #FFEBEE;
}

.estatusserviciocliente {
    display: flex;
    width: 122px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.estatusserviciocliente-pendiente {
    border-radius: 30px;
    color: #00143C;
    background: #E3F2FD;
}

.membresia-gratuita {
    max-width: 172px; 
    padding: 10px 20px; 
    border-radius: 50px; 
    color: #F00086;
    background: #FFEBEE;
    font-family: 'Poppins', sans-serif; 
    font-size: 0.75rem; 
    font-weight: 400;
    line-height: 1.5; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
}

.estatusincidencia {
    display: flex;
    width: 120px;
    height: 32px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.12px;
}

.estatusincidencia-nueva {
    background: #FFF8E1;
    color: #FFC107;
}

.estatusincidencia-abierta {
    background: #FFF3E0;
    color: #F57C00;
}

.estatusincidencia-cerrada {
    background: #E8F5E9;
    color: #4CAF50;
}

.mensajetoast {
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 20px;    
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    z-index: 1000; 
    transition: opacity 0.5s ease-in-out;
}

.colortoast-success {
    background-color: #e6f9ec;
    color: #4caf50; 
}

.colortoast-error {
    background-color: #ffebee;
    color: #f44336;
}

.mensajetoast-icon {    
    margin-right: 10px;
    font-size: 20px;
}

.mensajetoast-mensaje {
    flex-grow: 1;
    padding: 10px 10px 10px 10px;
}

.mensajetoast-close {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.imagen-redonda {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.imagen-redonda-60 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.card-info {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.card-info-text {
    color: #212121;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.label-normal-12 {
    color: #212121;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.label-normal-12-bold {
    color: #212121;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.label-normal-14 {
    color: #101828;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.label-normal-14-bold {
    color: #101828;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.label-normal-12-gris {
    color: #757575;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.label-normal-18 {
    color: #212121;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.label-normal-14-gris {
    color: #667085;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.label-normal-20 {
    color: #212121;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.label-normal-32 {
    color: #212121;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



/*Live Monitor*/

.contenedor-body-ext {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    border-radius: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 230px;
    overflow: auto;
}

.lm-estadistica-titulo {
    color: #202224;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.7;
}

.lm-estadistica-dato {
    color: #202224;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.lm-estadistica-grafica-dato {    
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.lm-estadistica-grafica-verde {
    color: #00B69B;
}

.lm-estadistica-grafica-rojo {
    color: #F93C65;
}

.lm-estadistica-grafica-label {
    color: #606060;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/***/


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-content {
    position:fixed;
    top:0;
    left:0;
    right:0;
    background-color: white;
    padding: 10px;
    border-radius: 0px;
    width: 100%;
}

.popup-body img {
    width: 100%;
    height: auto;
}

.popup-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.verify-button {
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #4CAF50;
    cursor: pointer;
    border-color: transparent;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px;
}

.reject-button {
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #E53935;
    cursor: pointer;
    border-color: transparent;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px;
}


.back-button {
    width: 200px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #E0E0E0;
    cursor: pointer;
    border-color: transparent;
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 5px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .custom-checkbox input[type="checkbox"] {
        display: none;
    }

    .custom-checkbox span {
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 4px;
        display: inline-block;
        position: relative;
        transition: all 0.3s ease;
    }

    .custom-checkbox input[type="checkbox"]:checked + span {
        background-color: #F00086;
        border-color: #F00086;
    }

    .custom-checkbox span::after {
        content: "";
        width: 10px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 3px;
        left: 3px;
        transform: rotate(45deg);
        display: none;
    }

    .custom-checkbox input[type="checkbox"]:checked + span::after {
        display: block;
    }