html body {
    font-family: 'Outfit', sans-serif !important;
    color:#1f4455!important;
    font-size: 22px!important;
    background-color: #f7f7f7!important;
}

.back-login{
    background-color: #1f4455!important;
}

.formu {
    background: #fefeff;
    border-radius: 5px;
    padding: 21px 37px 31px 37px;
  }

  .contenido-carta {
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 200px;
    max-height: 600px; /* Limitar la altura del contenido */
    overflow-y: auto; /* Habilitar scroll si el contenido excede la altura */
}

.formu-comprop {
    background: #fefeff;
    border-radius: 5px;
    padding: 30px;
  }

  .tarea-regular, .tarea-especial, .tarea-comprobacion {
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 30px;
    font-size: 21px;
    color:#1f4455; 
}

input#nombre {
    font-size: 19px;
}

.form-marc {
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 30px;
}

.marco-filtro {
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 19px 30px 12px 30px;
    margin-bottom: 47px;
    margin-top: 32px;
}

.marco-lista {
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 43px;
    margin-bottom: 47px;
}

.titulo-plantilla{
font-size: 26px;
color:#ffad00;    
}
.descripcion-plantilla{
    font-size: 22px; 
    color:#ffad00;       
    }

.titulo-seccion h1{
    color:#ffad00;
    font-size: 46px;
    font-weight: 500;
}

.titulo-seccion h2{
    color:#1f4455;
    font-size: 37px;
    font-weight: 500;
}

.titulo-design-super{
    color:#ffad00;
}
.explicativo-plantilla{
    background: #fff5e0;
    border: 1px solid #d1b16f;
    padding: 15px 17px 1px 20px;
    margin-bottom: 28px;
    border-radius: 6px;
}

small.text-muted {
    font-size: 17px;
}
.alert.alert-info.mt-3 p {
    margin-bottom: 6px !important;
}

.formu-p-base label{
font-weight: 700;
}

label.form-label.super {
    font-weight: 700;
}


.card-sector.p-4.shadow.text-center.bg-white {
    height: 198px;
}

.icon-pdf-export, .icon-word-export {
    padding-top: 9px;
}


.bi-file-earmark-pdf, .bi-file-earmark-word{
    font-size: 75px!important;
}
.tit-preg{
    color:#ff9421;
    font-size: 60px;
}
.botone{
    background-color: #ffad00!important;
    border: #ffad00!important;
}
form.mt-3.mb-5.p-4.border.rounded.bg-light {
    background: white !important;
}

.card-sector{
    padding: 35px 35px 49px 35px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 28px;
    box-shadow: 0px 0px 13px 0px #dddddd;
}

.sector-btn-pas-tar{
    border: 1px solid #d5d3d3;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 28px;
}



.paso-group{
    border: 1px solid #d5d3d3;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 28px;
}


.campos-plant-cart{
    border: 1px solid #d5d3d3;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 28px;
}

.area-quill{
    border: 1px solid #d5d3d3;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 28px;
}
.ql-line-height-1 { line-height: 1; }
.ql-line-height-1-5 { line-height: 1.5; }
.ql-line-height-2 { line-height: 2; }
.ql-line-height-2-5 { line-height: 2.5; }
.ql-line-height-3 { line-height: 3; }

/* Mostrar solo el ícono "≡" */
.ql-lineHeight .ql-picker-label::before {
    content: "≡";
    font-size: 21px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #444444;
    font-weight: 500;
}

  
  /* Ocultar el texto que Quill mete automáticamente */
  .ql-lineHeight .ql-picker-label {
    color: transparent !important;
    position: relative;
  }
  
  /* Dropdown: que las opciones se vean bien */
  .ql-lineHeight .ql-picker-item::before {
    content: attr(data-value);
    font-size: 14px;
    color: black;
  }
  
  .ql-lineHeight .ql-picker-item {
    color: transparent !important;
  }
  
  .ql-lineHeight .ql-picker-label::after {
    content: "";
    display: inline-block;
    background: none !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
/* Oculta el ícono SVG del botón lineHeight */
.ql-lineHeight .ql-picker-label svg {
    display: none !important;
  }
    

/* Aplicar las fuentes reales al contenido */
.ql-font-arial {
    font-family: 'Arial', sans-serif !important;
  }
  .ql-font-times-new-roman {
    font-family: 'Times New Roman', serif !important;
  }
  .ql-font-courier-new {
    font-family: 'Courier New', monospace !important;
  }
  
  /* Mostrar nombres personalizados en el botón cerrado */
  .ql-snow .ql-picker.ql-font {
    max-width: 160px;
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label {
    color: transparent !important;
    position: relative;
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: black;
    font-size: 14px;
    white-space: nowrap;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
  }
  
  /* Mostrar nombres personalizados en el dropdown */
  .ql-snow .ql-picker.ql-font .ql-picker-item {
    color: transparent !important;
    position: relative;
    line-height: 1.6;
    padding: 5px 12px;
  }
  .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    color: black;
    display: block;
    font-size: 14px;
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="arial"]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="arial"]::before {
    content: "Arial";
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="times-new-roman"]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="times-new-roman"]::before {
    content: "Times New Roman";
  }
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="courier-new"]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="courier-new"]::before {
    content: "Courier New";
  }
  .ql-snow .ql-picker.ql-font {
    width: 158px!important;
}  
  
.ql-toolbar {
    display: flex;
    flex-wrap: wrap;
}
button.ql-formats{   
    padding: 0px!important;
    margin: 0px 0px 0px 4px!important;
    font-size: 19px!important;
    font-weight: 700!important;
    color: #444444!important;
}
  
.encabezado-style {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}

.pie-style {
    font-style: italic;
    font-size: 14px;
    text-align: center;
    color: #666;
    padding: 5px;
}

  
    
  
  

.ql-toolbar{
    background: #ffffff;
}

.ql-toolbar.ql-snow {
    background: #ffad00!important;
}


.fas{
    color:#ffad00!important;
}
.container-fluid{
    background-color: #f7f7f7!important
}
.back-login{
    background-color: #d7d7d7;
}

.card-body {
    padding: 1.8rem;
}   

.marco-tareas{
    padding: 50px;
}


.tarea-supervision {
    padding: 30px;
    background: white;
    border: 1px solid #dee2e6!important;
    border-radius: 4px;
}


.tablas-lista {
    padding: 30px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.tablas-lista th {
    font-size: 22px;
    color: #1f4455;
}

.tablas-lista .texto-lista {
    font-size: 21px;
    font-weight: 500;
    color: #1f4455;
}

.tabl{
    color: #1f4455;
}


.remarco-tarea-tild {
    border: 1px solid #d9d4d4;
    padding: 17px 17px 10px 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.remarco-tarea {
    border: 1px solid #d9d4d4;
    padding: 17px 17px 10px 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: 500;
}

#editor-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}

.ql-editor {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    page-break-before: always;
  }
  
  .ql-page {
    width: 100%;
    min-height: 297mm; /* A4 tamaño en milímetros */
    border: 1px solid #ccc;
    margin: 10mm;
    padding: 10mm;
    box-sizing: border-box;
    page-break-before: always;
    page-break-after: always;
  }
  
  p.line-height-normal {
    line-height: normal;
}

p.line-height-15 {
    line-height: 1.5;
}

p.line-height-20 {
    line-height: 2;
}

input#nombre_imagen_tarea_163 {
    font-size: 20px;
}

input#nombre_archivo_docx {
    font-size: 20px;
}

select.form-select.mt-3.mb-3 {
    font-size: 20px;
}

input.form-control {
    font-size: 20px;
}

textarea#descripcion_tarjeta {
    font-size: 20px;
}
textarea.form-control {
    font-size: 20px;
    color: #000000 !important;
}

select#plantilla_base {
    font-size: 20px;
}

select#id_supervisor {
    font-size: 20px;
}


select#select_marker {
    font-size: 20px;
}
select#rol {
    font-size: 20px;
}
select#estado_aprobacion {
    font-size: 20px;
}

div#quill-viewer {
    font-size: 24px;
}

span.msje-verde {
    background: #08b75f;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 15px 10px 15px;
    border-radius: 9px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

    .cke_button__underline {
        display: inline-block !important;
        visibility: visible !important;
        width: auto !important;
        opacity: 1 !important;
    }


.cke_contents {
    min-height: 500px !important;
    max-height: 800px !important; /* si querés limitar cuánto puede crecer */
}

span.msje-rojo {
    background: #f71010;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 15px 10px 15px;
    border-radius: 9px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

span.msje-azul {
    background: #2189e5;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 15px 10px 15px;
    border-radius: 9px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

span.msje-amarillo {
    background: #0dcaf0;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 15px 10px 15px;
    border-radius: 9px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}


.card.p-4.mb-4 {
    background: #f9f9f9;
}

.add-user {
    border-radius: 5px;
    padding: 44px;
    margin-top: 23px;
}

td.scrollable {
    max-height: 150px;
    overflow-y: auto;
    word-wrap: break-word;
    display: block;
}
.table-rounded {
    border: 1px solid #dee2e6; 
    border-radius: 15px; 
    overflow: hidden; 
}
.table-rounded thead {
    border-radius: 15px 15px 0 0; 
}
.table-rounded tbody {
    border-radius: 0 0 15px 15px; 
}
.table-rounded table {
    border-collapse: separate; 
}

.form-select {
    max-height: 200px;
    overflow-y: auto;
}
.page-footer {
    height: 300px;
}

.dropdown li {
    font-size: 20px;
}
.task-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.task-row input {
    flex: 1;
    margin-right: 10px;
}
.task-row button {
    margin-left: auto;
}

.formu-edit-user {
    border: 1px solid #bdbcbc;
    padding: 32px;
    margin-top: 30px;
}

.img-profile {
    width: 40px;
    height: 40px;
}
.topbar .navbar-nav {
    margin-left: auto;
}
.navbar-nav .nav-link {
    padding: 0.5rem 1rem; /* Ajusta el espaciado del enlace */
}

.btn-primary:hover {
    background-color: #163442;
    border-color: #163442; 
}

.sidebar .nav-item .nav-link{
    border-top:0.5px solid #ffffff!important;

}

.sidebar-dark .nav-item .nav-link{
    color: #1f4455;
    font-weight: 600;
}

.custom-select {
    width: 50%;
}


.tit-tarjeta{
    border: 1px solid #c7c7c7;
    border-radius: 7px;
}

.tit-tarjeta h5{
    padding: 19px 0 0 19px;
}

.tit-tarjeta h6{
    padding-left:19px;
}

/* Ajustes para dispositivos móviles */


/* Para Chrome, Safari y Edge */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; /* Esto sobrescribe el fondo */
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important; /* Color del texto */
}

/* Para Firefox */
input:-moz-autofill {
    background-color: #ffffff !important;
    box-shadow: 0 0 0px 1000px #e0e0e0 inset !important;
    color: #000 !important;
}

/* Para todos los navegadores */
input {
    background-color: #ffffff !important;
    border: 1px solid #cfcfcf !important;
    color: #000 !important;
    padding: 10px;
    border-radius: 5px !important;
}

.forgot a{
   color: #1f4455;
}

.ripero {
    padding: 0px !important;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-check-label {
    font-size: 14px; /* Ajusta el tamaño del texto */
    margin-bottom: 0;
}

.form-check-input {
    width: 18px; /* Ajusta el tamaño del checkbox */
    height: 18px;
    margin: 0;
    box-shadow: none!important; /* Elimina bordes o recuadros adicionales */
    border: 1px solid #a9a4a4 !important;
    border-radius: 3px !important;
}

input[type="checkbox"]:after {
    margin-top: 0px;
    margin-left: 0px!important; 
    border-radius: 3px;
    background: #ffffff;

}

input[type="checkbox"]:checked:after {
    background: #ffc107!important;
}

.form-check-label{
    margin-left: -6px!important;
}

i#toggle-password {
    color: #1f4455 !important;
}

.footer{
    background-color: #1f4455; 
    text-align: center; 
    padding: 20px; 
    margin-top: 108px;
}

.footer p {
    color: #bbc9cf;
    font-size: 17px;
    margin-bottom: 0px!important;
}


.footer a{
    color: #bbc9cf;
    text-decoration: none;
    font-size: 17px;
}

.footer a:hover{
    color: #ffad00;
}

.footer img{
    max-width: 150px; 
}

.icon-pdf-export i{
   font-size: 74px; 
   color: #d9534f;
}

.alert.text-center.icon-pdf-export{
border: 1px solid #d9d9d9;
padding-top: 40px;
padding-bottom: 40px;
}

/* Empieza scroll crear plantilla  */

.scroll-group {
    max-height: 387px; 
    overflow-y: auto; 
    padding: 31px;    
    border: 1px solid #ddd; 
    border-radius: 5px; 
  }

  .scroll-group::-webkit-scrollbar {
    width: 10px; /* Ancho del scroll */
  }
  
  .scroll-group::-webkit-scrollbar-track {
    background: #e3e3e3; /* Fondo de la barra */
    border-radius: 10px; /* Bordes redondeados */
  }
  
  .scroll-group::-webkit-scrollbar-thumb {
    background: #ffad00; /* Color del "pulgar" (scroll) */
    border-radius: 10px; /* Bordes redondeados */
  }
  
  .scroll-group::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color al pasar el mouse sobre el scroll */
  }

/* Termina scroll crear plantilla  */


/* Empieza botón flotante crear plantilla  */
.btn-flotante {
    position: fixed;
    right: 20px;
    top: 67%; /* Posiciona el botón en el 50% de la altura de la pantalla */
    transform: translateY(-50%); /* Ajusta el botón para que esté perfectamente centrado */
    z-index: 1000;
    background: #ffad00 !important;
    color: #000000!important;
    width: 100px; /* Ancho del botón */
    height: 100px; /* Altura igual al ancho para hacerlo circular */
    border-radius: 50%; /* Hace el botón circular */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 49px; /* Ajusta el tamaño del ícono o texto */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2.5px solid #ef9a36!important;
    transition: background-color 0.3s ease;
}


.btn-flotante:hover {
    background: #1f4455 !important;
    border: 2.5px solid #1f4455 !important;
    color: #ffffff !important;
}
/* Termina botón flotante crear plantilla */


.note {
    margin-top: 3%;
    border: 1px solid #d1b16f;
    border-radius: 5px;
    padding: 20px;
    background: #fff5e0;
    text-align: center;
    margin-bottom: 6%;
}

.colmn-sup-1 {
    width: 350px!important;
}

th {
   
    vertical-align: middle; 
}

td {
    vertical-align: middle; 
}

.actions{
    text-align: center;

}

.icons-actions{
    text-align: center;

}

.btone{
    background: #ffad00 !important;
    border: 2.5px solid #ef9a36!important;
    color: #000000!important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease!important;
}

.btone:hover{
    background: #1f4455 !important;
    border: 2.5px solid #1f4455 !important;
    color: #ffffff !important;
 }


 .btone-head{
    background: #1f4455 !important;
    border: 2.5px solid #ffffff !important;
    color: #ffffff !important;
}


 .btone-head:hover{
    background: #ffad00 !important;
    border: 2.5px solid #cd6d0b !important;
    color: #000000 !important;
 }

.bt-job{
    text-align: center!important;
}

/* Empieza letras estado aprobacion lista plantilla personalizada */

.estado-p{
    border: 1px solid #07bcc3;
    background: #0dcaf0;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 1px;
}

.estado-a{
    border: 1px solid #007c48;
    background: #009b5a;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 1px;
}

.estado-e{
    border: 1px solid #1277d1;
    background: #2189e5;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 1px;
}

.estado-r{
    border: 1px solid #bf0000;
    background: #f71010;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 1px;
}


.resaltado-marcador {
  background-color: #d4edda;
  color: #155724;
  padding: 2px 4px;
  border-radius: 3px;
}


/* Termina letras estado aprobacion lista plantilla personalizada */


@media (max-width: 767px) {
    #accordionSidebar {
        display: none;
    }
    .toggled #accordionSidebar {
        display: block;
        position: absolute;
        z-index: 1050;
        background-color: #343a40;
        height: 100%;
        width: 300px;
    }

    /* Asegurar que los ítems del sidebar ocupen el ancho completo */
    .sidebar .nav-item {
        width: 100%;
    }

    .sidebar .nav-link {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sidebar-dark .nav-item .nav-link{
        width: 100%;
    }
}

.icon-black{
    color:#1f4455!important;
}

i.bi.bi-check-circle-fill.exito.btn-lg {
    font-size: 85px;
    color: #ffad00;
}

/* Empieza Paginador */
.pagination {
    display: flex;
    justify-content: right;
    list-style-type: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    text-decoration: none;
    color: black;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease!important;
}

.pagination a:hover {
    color: rgb(255, 255, 255);
    border: 1px solid #1f4455;
    border-radius: 5px !important;
    background-color: #1f4455;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.pagination a.active {
    background-color: #ffad00;
    color: white;
    border: 1px solid #ffad00;
    border-radius: 5px !important;
}

/* Termina Paginador */

.card-welcome a {
    background: #ffad00 !important;
    color: #1f4455 !important;
    transition: background-color 0.3s ease!important;
}

.bg-white.text-dark.rounded-circle.d-flex.justify-content-center.align-items-center {
    background: #1f4455 !important;
    color: white !important;
}



.card-welcome a:hover{
    background: #e58d00 !important; 

}


.card-sector-welcome {
    padding: 35px 35px 49px 35px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 28px;
    box-shadow: 0px 0px 13px 0px #dddddd;
    line-height: 26px;
    height: 88%;
}

.card-sector-welcome h5 {
    color: #ff9421;
}

.icon-orange {
    color: #ff9421 !important;
}
