 
	body {
		background-color:white;
		font-family:Verdana,Tahoma,Arial,Sans-Serif;
		color:black;
        font-size:12px;
        background-color: #1C172B;
	}

	.demo
	{
		font-family:'Conv_Poppins-SemiBold',Sans-Serif;
		width:800px;
		margin:10px auto;
		text-align:left;
		border:1px solid #666;
		padding:10px;
	}

	.hint
	{
		font-family:'Conv_Poppins-SemiBold',Sans-Serif;
		width:800px;
		margin:10px auto;
		text-align:left;
		border:1px;
		padding:10px;
    }
    
    .contenedorprincipal{

        background-color: #1C172B;
        width: 100%;
        height: 100vh;
        color: white;
    }

    .logo{

        width: 80%;
        padding: 20px;
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        display: grid;
        position: relative;
    }

    .logo img{

        width: 100%;

    }

    .lineafinal{

        background-color: #DC6136;
        height: 10px;
        width: 100%;        
    margin-top: -10px;
    }

    .contenido
    {
        text-align: justify; 
        padding: 20px;    
        font-family:'Conv_Poppins-SemiBold',Sans-Serif;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
    }

    .mibotonblanco{

        background-color: white;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 50px;
        transition: background 0.15s ease, color 0.15s ease;
    }
    .mibotonblanco:hover{
        color: white;
        background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%) !important;
    }

    .precargador{
position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 50vh;
    text-align: center;
    margin-right: auto;
    background: #1C172B;
    top: 0px;
    display: none;
    z-index: 9999;
    }

    .precargador-progreso{
        width: 80%;
        max-width: 320px;
        margin: 22px auto 0;
    }
    .precargador-barra-fondo{
        width: 100%;
        height: 10px;
        background: rgba(255,255,255,0.15);
        border-radius: 20px;
        overflow: hidden;
    }
    .precargador-barra{
        height: 100%;
        width: 0%;
        background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
        border-radius: 20px;
        transition: width 0.2s ease;
    }
    .precargador-texto{
        color: #fff;
        margin-top: 10px;
        font-size: 14px;
        opacity: 0.9;
    }

    .miimput{
        width: 100%;
        border-style: none;
        border-width: 0px;
        border-left-style: solid;
        border-left-width: 6px;
        border-left-color: #d15e35;
        margin-bottom: 10px;
        height: 33px;
        padding: 5px;
    }

    .label{

        font-family: sans-serif;
    text-transform: uppercase;
    }
    .botoncircuar{
        width: 100px;
        height: 100px;
        background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
        box-shadow: 0 4px 10px rgba(159,57,44,0.4);
        color: white;
        border-radius: 100%;
        padding: 10px;
        bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
        position: initial;
        font-family: 'Conv_Poppins-Regular';
        margin-top: 10px;
        box-sizing: border-box;
        transition: box-shadow 0.15s ease, transform 0.15s ease;
    }
    .botoncircuar:hover{

        background: white !important;
        color: #9F392C !important;
        box-shadow: 0 6px 14px rgba(159,57,44,0.55);
        transform: translateY(-2px);
    }
    .escudo{
        width: 10%;
        margin-bottom: 0;
        margin-right: 20px;
        margin-top: -15%;
        right: 0px;
        float: right;
    }

    .figure { 
        margin-left: 50% !important;
        width: 100%;
    }

    .menuhome{
        width: 50%;
        max-width: 200px;
        margin-bottom: 10px;
        cursor: pointer;

    }

    .itemcliente{

        color: white !important;
        background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%) !important;
        text-align: center;
        padding: 10px;
        height: 66px;
        border-radius: 11px;
        font-size: 11px;
        font-family: 'Conv_Poppins-Regular';
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.3;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(159,57,44,0.35);
        transition: box-shadow 0.15s ease, transform 0.15s ease;
    }

    .itemcliente:hover{
        box-shadow: 0 6px 14px rgba(159,57,44,0.5);
        transform: translateY(-2px);
    }

    .contenedorsecundario{

        background: #E6E7E7 !important;
        width: 100%;
        height: 100%;
        color:#1C172B;
    }
    
    .card-header{
       
        color:white!important;
    background-color: rgb(220 97 54)!important;
    }

    .card-header .btn-link {
        color:white!important;
        margin-left: auto;
    margin-right: auto;
    display: list-item;
    font-family: 'Conv_Poppins-SemiBold';
    }

    .textogrupo{
        font-family: 'Conv_Poppins-Bold';
        font-family: 'Conv_Poppins-SemiBold';
        text-align: center;
        font-size: 14px;
        
    margin-bottom: 20px
    }

    h2, h3{
        
        font-family: 'Conv_Poppins-SemiBold';
    }
    .iconosupervicion{
        width: 10%;
        float: left;

    }
    .textsupervicion{
        width: 80%;
        float: left;
        margin-top: 9px;
        padding-left: 5px;
    }
    .card-body {
    background: #e6e7e7!important;
    padding:0px!important;
    padding-top: 30px!important;
}

.motivo{
    display: block;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0;
    border-width: 0px;
    border-radius: 14px;
    padding: 8px 14px;
    font-size: 12px;
    font-family: inherit;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    line-height: 1.4;
    min-height: 34px;
    transition: background 0.15s ease;
}

.motivo::placeholder{
    color: #8a8a8a;
    font-style: italic;
}

.motivo[style*="244, 67, 54"]::placeholder,
.motivo[style*="F44336"]::placeholder{
    color: rgba(255,255,255,0.85);
    font-style: normal;
    font-weight: 600;
}

#listacompromisos{
    width: 100%;
    float: left;
    background: #e6e7e7;
}

.fechacompromiso{
    width: 35%;
    float: left;
    padding: 10px;
    
    margin-top: 5px;
    border-width: 0px;
    border-radius: 14px;
    font-size: x-small;
}
.graicas{

    
    font-family: 'Conv_Poppins-SemiBold';
    color: #DC6136;
    
    font-size: 60px;
}
.subtitulo{
    font-family: 'Conv_Poppins-SemiBold';
    font-size: 18px;
    color: #1C172B;
    text-align: center

}
.resultadototales{

    font-family: 'Conv_Poppins-Regular';
    color: #DC6136;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.tituloareas{
    float: left;
    padding: 10px;
    width: 80%;
    font-family: 'Conv_Poppins-Regular';
    color: #221F20;
    font-size: 18px;
}
.resultadoareas{
    width: 20%;
    float: left;
    padding: 10px;
    font-family: 'Conv_Poppins-SemiBold';
    font-size: 18px;
}

.itemsgracias
{
    width: 100%;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #0000002e;
    border-style: solid;
    display: flex;

}
.compromiso{
    width: 60%;
    float: left;
    padding: 10px;    
    margin-top: 5px;
    border-width: 0px;
    border-radius: 14px;
}
.eliminarcompromiso{
    width: 5%;
    margin-top: 13px;
    padding: 0px;
}
.checkboxsupervicion{
    width: 10%;
    float: left;
    height: 24px;
    margin-top: 10px;
}

.itemsupervicion{
    width: 100%; 
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #00000047;
  
    margin-top: 0px;
    padding-bottom: 15px;
}
.micheckbox{
    width: 100%;
    height: 100%;

}

.mitextarea{
    width: 100%;
    padding: 10px;

}

.navbarapp{
    width: 100%;
    background: #1C172B;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 16px;
    box-sizing: border-box;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid #DC6136;
}

.navbarapp-brand{
    display: flex;
    align-items: center;
    gap: 6px;
    color: white !important;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 20px;
    flex-shrink: 0;
}

.navbarapp-brand:hover{
    background: rgba(220,97,54,0.25);
    text-decoration: none;
}

.navbarapp-icon{
    font-size: 16px;
    line-height: 1;
}

.navbarapp-link{
    color: white !important;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 20px;
    flex-shrink: 0;
}

.navbarapp-user{
    color: white;
    opacity: 0.85;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    flex: 1;
    text-align: center;
}

.navbarapp-salir{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
}

.navbarapp-salir:hover{
    background: white;
    color: #9F392C !important;
    text-decoration: none;
}

@media (max-width: 480px){
    .navbarapp{
        padding: 8px 10px;
        font-size: 12px;
    }
    .navbarapp-user{
        display: none;
    }
}

.table{
    background: white;
    border-radius: 14px;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table thead th, .table thead td{
    background: #1C172B;
    color: white !important;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 12px 10px;
    border: none !important;
}

.table tbody tr{
    transition: background 0.15s ease;
}

.table tbody tr:hover{
    background: #fdf0ea;
}

.table tbody td{
    vertical-align: middle;
    padding: 10px;
    font-size: 13px;
    border-top: 1px solid #eee !important;
}

.avatar-circle{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
}

.avatar-img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.borrar, .edictar{
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 2px;
    transition: all 0.15s ease;
}

.borrar{
    background: white;
    color: #9F392C;
    border: 1px solid #9F392C;
}

.borrar:hover{
    background: #9F392C;
    color: white;
}

.edictar{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white !important;
    border: none;
}

.edictar:hover{
    opacity: 0.85;
}

.pildoras-contenedor{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 20px;
}

.pildora-cliente{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #1C172B;
    padding: 6px 8px 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    border: 1px solid #DC6136;
}

.pildora-quitar{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}

.pildora-quitar:hover{
    opacity: 0.8;
}

.btn-pildora-agregar{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 18px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
}

.btn-pildora-agregar:hover{
    opacity: 0.85;
}

.texto-tenue{
    color: white;
    opacity: 0.6;
    font-size: 12px;
}

.btn-link-supervisor{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    outline: none;
    box-shadow: none !important;
}

.btn-link-supervisor:focus,
.btn-link-supervisor:active{
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6) !important;
}

#acordeon_supervisores .card-header{
    border-radius: 10px;
    margin-bottom: 6px;
    border: none;
}

#acordeon_supervisores .card{
    border: none;
    background: transparent;
    margin-bottom: 0;
}

#acordeon_supervisores .card-body{
    border-radius: 0 0 10px 10px;
    margin-bottom: 6px;
}

.wizard-progreso{
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.wizard-progreso-barra{
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #DD6737 0%, #9F392C 100%);
    transition: width 0.25s ease;
}

.wizard-contador{
    color: white;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wizard-paso-header{
    border-radius: 10px 10px 0 0;
}

.wizard-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
}

.btn-wizard-nav{
    background: white;
    color: #1C172B;
    border: 1px solid #DC6136;
    border-radius: 25px;
    padding: 10px 20px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 13px;
    cursor: pointer;
    flex: 1;
    max-width: 45%;
}

.btn-wizard-nav-principal{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    border: none;
    margin-left: auto;
}

.btn-wizard-nav:hover{
    opacity: 0.85;
}

.btn-finalizar{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    border-radius: 25px;
    padding: 16px 20px;
    text-align: center;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 25px;
    box-shadow: 0 4px 10px rgba(159,57,44,0.4);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.btn-finalizar:hover{
    box-shadow: 0 6px 14px rgba(159,57,44,0.55);
    transform: translateY(-2px);
}

.paso-toggle{
    cursor: pointer;
    user-select: none;
}

.paso-toggle .mb-0{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paso-toggle-flecha{
    font-size: 12px;
    transition: transform 0.2s ease;
}

.paso-toggle-colapsado .paso-toggle-flecha{
    transform: rotate(-90deg);
}

.paso-contenido-colapsado{
    display: none;
}

.caja-foto{
    margin-top: 6px;
}

.caja-foto-vacia{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #4a5050;
    color: white;
    font-size: 11px;
    padding: 7px 14px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0;
    transition: background 0.15s ease;
}

.caja-foto-camara{
    font-size: 13px;
}

.caja-foto-requerida .caja-foto-vacia{
    background: #dc6136;
    border: 1px dashed rgba(255,255,255,0.8);
}

.caja-foto-previa{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #4a5050;
    border-radius: 20px;
    padding: 5px 14px 5px 5px;
    cursor: pointer;
    color: white;
    font-size: 11px;
    margin: 0;
}

.caja-foto-miniatura{
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #DC6136;
    flex-shrink: 0;
}

.caja-foto-nombre{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
}

.caja-foto-cambiar{
    color: #ff9d6e;
    text-decoration: underline;
    flex-shrink: 0;
}

/* tarjeta compacta por item de supervisión (iniciar.php) */
.item-supervision{
    background: white;
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    border-left: 5px solid transparent;
    position: relative;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.item-supervision-incompleto{
    border-left-color: #E74C3C;
    background: #fdf2f1;
}

.item-supervision-incompleto::before{
    content: "FALTA";
    position: absolute;
    top: -8px;
    right: 10px;
    background: #E74C3C;
    color: white;
    font-size: 9px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    padding: 2px 9px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.item-supervision-completo{
    border-left-color: #2ECC71;
}

.item-supervision-completo::before{
    content: "OK";
    position: absolute;
    top: -8px;
    right: 10px;
    background: #2ECC71;
    color: white;
    font-size: 9px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    padding: 2px 9px;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.item-supervision-fila{
    display: flex;
    align-items: center;
    gap: 12px;
}

.item-supervision-icono-wrap{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #e6e7e7;
    border: 2px solid #1C172B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.item-supervision-icono{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
}

.item-supervision-texto{
    flex: 1;
    font-size: 15px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-weight: 600;
    color: #1C172B;
    line-height: 1.3;
}

.item-supervision-check{
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    accent-color: #DC6136;
    cursor: pointer;
}

.btn-agregar-compromiso{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(159,57,44,0.4);
}

.btn-agregar-compromiso:hover{
    opacity: 0.9;
}

.itemcompromisos{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.compromiso-card{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.compromiso-texto{
    flex: 1;
    min-width: 0;
    border: none;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 10px 12px;
    font-size: 12px;
    font-family: inherit;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    line-height: 1.4;
    min-height: 38px;
}

.compromiso-fecha{
    border: none;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 10px 8px;
    font-size: 12px;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 132px;
}

.compromiso-quitar{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #E74C3C;
    color: white;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.compromiso-quitar:hover{
    opacity: 0.85;
}

.compromiso-texto-vista{
    flex: 1;
    min-width: 0;
    font-size: 13px;
    color: #221F20;
    padding: 8px 0;
}

.compromiso-fecha-vista{
    flex-shrink: 0;
    font-size: 11px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    color: white;
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    padding: 6px 12px;
    border-radius: 20px;
}

@media (max-width: 420px){
    .compromiso-card{
        flex-wrap: wrap;
    }
    .compromiso-texto{
        flex-basis: 100%;
    }
    .compromiso-fecha{
        flex: 1;
        width: auto;
    }
}

.contador-clientes{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 20px;
    text-transform: none;
    flex-shrink: 0;
    margin-left: 10px;
}

.contador-anomalias{
    background: white;
    color: #DC6136;
    font-size: 11px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: none;
    flex-shrink: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.contador-anomalias-ok{
    color: #1C9C55;
}

.badge-estado-item{
    display: inline-block;
    font-size: 11px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    padding: 4px 12px;
    border-radius: 20px;
    color: white;
    margin-bottom: 10px;
}

.badge-estado-pendiente{
    background: #E74C3C;
}

.badge-estado-completado{
    background: #2ECC71;
}

.btn-guardar-respuesta{
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 12px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-guardar-respuesta:hover{
    opacity: 0.85;
}

.registro-respuesta{
    margin: 12px 0 0 0 !important;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 12px !important;
    width: 100% !important;
    box-sizing: border-box;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.registro-respuesta-fila{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.registro-respuesta-usuario{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.registro-respuesta-avatar{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.registro-respuesta-avatar-inicial{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #DD6737 0%, #9F392C 100%);
    color: white;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 13px;
}

.registro-respuesta-nombre{
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 10px;
    color: #1C172B;
    text-align: center;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.registro-respuesta-fecha{
    font-size: 10px;
    color: #888;
    flex-shrink: 0;
    white-space: nowrap;
    padding-top: 4px;
}

.registro-respuesta-texto{
    margin-top: 8px;
    font-size: 12px;
    color: #555;
    font-style: italic;
}

.registro-respuesta .badge-estado-item{
    margin-top: 8px;
}

.detalle-item-card{
    background: white;
    border-radius: 12px;
    padding: 14px;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.detalle-item-card .iconosupervicion{
    flex: 0 0 46px;
    max-width: 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e6e7e7;
    border: 2px solid #1C172B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}

.detalle-item-card .iconosupervicion img{
    width: 65%;
    height: 65%;
    object-fit: contain;
}

.detalle-item-card .textsupervicion{
    flex: 1;
    max-width: calc(100% - 46px);
    padding-left: 10px;
    font-size: 13px;
}

.detalle-item-card .form-floating,
.detalle-item-card .input-group{
    margin-bottom: 8px !important;
}

.detalle-item-card hr{
    margin: 8px 0;
}

@media (max-width: 480px){
    .contenido{
        padding: 0 !important;
        max-width: 100% !important;
    }
    .container{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .detalle-item-card{
        padding: 10px;
    }
    .detalle-item-card .iconosupervicion{
        flex-basis: 40px;
        max-width: 40px;
        width: 40px;
        height: 40px;
    }
    .detalle-item-card .textsupervicion{
        max-width: calc(100% - 40px);
        font-size: 12px;
    }
    .registro-respuesta{
        padding: 10px;
    }
    .btn-guardar-respuesta{
        padding: 8px 16px;
    }
}

.notificacion-lista{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notificacion-card{
    background: white;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.notificacion-card-fila{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.notificacion-card-cliente{
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    font-size: 14px;
    color: #1C172B;
}

.notificacion-card-fecha{
    font-size: 11px;
    color: #999;
    flex-shrink: 0;
    white-space: nowrap;
}

.notificacion-card-tarea{
    font-size: 12px;
    color: #555;
    margin: 8px 0;
}

.notificacion-card-meta{
    font-size: 11px;
    color: #DC6136;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
}

.tareas-badge{
    display: inline-block;
    font-size: 11px;
    font-family: 'Conv_Poppins-SemiBold', Sans-Serif;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 2px;
    white-space: nowrap;
}

.tareas-badge-ok{
    background: #2ECC71;
    color: white;
}

.tareas-badge-pendiente{
    background: white;
    color: #E74C3C;
}

.tareas-badge-resuelto{
    background: white;
    color: #2ECC71;
}

.paginacionapp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
    font-family: 'Conv_Poppins-Regular';
}

.paginacionapp a, .paginacionapp span{
    padding: 6px 14px;
    border-radius: 20px;
    background: #1C172B;
    color: white !important;
    text-decoration: none;
    font-size: 13px;
}

.paginacionapp .paginacionapp-actual{
    background: #DC6136;
}

.paginacionapp .paginacionapp-disabled{
    opacity: 0.4;
    pointer-events: none;
}

 