.vision {
    background:url("../imagenes/logos/FOOTERC.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
}
.logo-anios{
    padding-right: 20px;
}
.nolista {
    list-style: none;
}
.title{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.busquedas{
    background: url("../imagenes/logos/FOOTERB.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
    /* background-color: #0b1626 !important; */
    height: 97.5%;
}
.img-banner {
    width: 100%;
    height: 100% !important;
    border-radius: 2%;
    object-fit: cover !important;
    display: block !important;
}
.img-banner:hover {
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}
.bloque {
    background:url("../imagenes/logos/FOOTERC.jpg") no-repeat;
    background-size: cover;
    background-attachment:fixed;
    height: 60%;
    /* background: #0b1626;  */
    right: 0%;
}
.contacto {
    background-color: #0b1626;
}

.footer {
    /* background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../imagenes/logos/foot3r.jpg");  */
    background: url("../imagenes/logos/FOOTERC.jpg") no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif !important;
    padding-top: 2%;
    color: white;
    font-size: 14px;
    margin-bottom: 0%;
}
.footer-title  {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: bold;
    font-family: 'Lato', sans-serif !important;
}
.footer-info  {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif !important;
    color: #fff;
}
.footer-menu {
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 20px;
    list-style: none;
    font-size: 14px;
    padding: 10px 0;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
}
.footer-submenu{
    color: white;
    text-decoration: none;
    font-family: 'Lato', sans-serif !important;
}
.footer-submenu:hover {
    color: rgba(255, 255, 255, 0.6);
}
.container {
    width: 80% !important;
}
.text-white:hover{
    color: #c0c0c0;
}
.navmarcador {
    display: block;
    padding: 0.5rem 1rem;
}
.ho{
    color: #007bff;
    /* font-family: 'Lato', sans-serif; */
    font-weight: bold;
    font-size: 18px;
}
.autopartes{
    color: #ffffff;
    /* font-family: 'Lato', sans-serif; */
    font-weight: bold;
    font-size: 18px;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #0b1626 !important;
    border-radius: 0.3rem;
    color: white;
}
.iframe{
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
}
.datos{
    padding-right: 14%; 
    padding-left: 8%;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    justify-content: left;
}
.select-nav{
    font-size: small;
    color: #596066;
    height: 35px !important;
}
.icon{
    color: #ffffff !important;
    align-items: center !important;
}

.navfamilias{
    background-color: #0251a0 ; 
}

.privacidad{
    text-align: justify !important;
    color: #596066;
}
.copyright {
    text-align: center;
    padding-top: 30px;
}
.social-media {
    display: inline-block;
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
    color: #e6e6e6;
}
.social-media:hover {
    background: #BCB8B1;
    border-color: #BCB8B1;
    
}
.colorPersonalizada{
    background: #c6c6c6;
    color:black;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
    padding: 0%;
    padding-top: 0%;
}

.headerBP{
    text-align: center;
    width: 100%;
    height: 100%;
    color: white;
    background: #0b1626;
}
.titulo2{
    font-family:'Lato', sans-serif;
    color: #000000 ;
    margin-top: 2%;
    font-size: 18px;
}
.contenido{
    padding-top: 10%;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 3%;
}
.imagenFondo{
    background-image: url('../imagenes/logos/fondoquienes.png');
    background-repeat: no-repeat;
    background-position: center;
}
.texto{
  padding-right: 15%;
  padding-left: 15%;
  text-align: justify;
  color: #0b1626;
}
.img-fluid {
    width:  60% !important;
    height: 60% !important;
    margin: 0 auto;
}
.img-producto{
    width: 100px; 
    height: 100px;
    object-fit: cover; 
    margin: 5px; 
}
.cardproduct {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 400ms ease;
    height: 100% !important;
}
.cardproduct:hover{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4) !important;
    transform: translateX(-3%) !important;
}

.subsider{
    padding: 2%;
    font-size: small;
}
.subsider:hover{
    background-color: #0AC7C2;
    color: #000000 !important;
}
.ulsider{
    /* margin-left: 5%; */
    width: 100% !important;
    height: 420px;
    overflow-y: scroll;
}
.heading{
    font-weight: 500 !important;
}
 
.subheadings{
    font-size: 12px;
    color: #0b1626;
}
.header-table{
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background: #0b1626;
    color: #fff !important;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background: #0b1626;
    color: #fff !important;
} 
.modal-title{
    margin: 0 auto;
    line-height: 1.5;
    color: #fff;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.resposive{
    max-width: 100%;
    width: 715px;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-top-color: #000;
    animation: spin 1s linear infinite;
    z-index: 1;
} 
.text {
    position: absolute;
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}
#icon_password, #icon_password_confirmation {
    cursor: pointer;
}
.fecha_ticket {
    display: flex;
    justify-content: flex-end;
}
#icon_new_request{
    fill:#25b13d;
}
#new_request:hover #icon_new_request {
    fill: #ffffff;
}
#comments-icon {
    fill: #11b4d5;
}
.button-comments:hover #comments-icon {
    fill: #FFFFFF;
}

.direct-chat-messages {
    height: 50vh !important;
}
.content-wrapper .content {
    height: calc(100% - ((2 * 15px) + (1.8rem * 1.2))) !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.kanban {
    display: flex !important;
    flex-direction: row !important;
    width: -webkit-max-content !important;
    width: max-content !important;
    align-items: stretch !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    min-height: 847px !important;
}
.card-row {
    width: 380px !important;
    display: inline-block !important;
    margin: 0 0.5rem !important;
}

#custom-tabs-one-entrada-tab.active, 
#custom-tabs-one-solicitud-tab.active{
    background: #6c757d !important;
    border-color: #6c757d !important;
    color: #FFFFFF !important;
}
#custom-tabs-one-espera-tab.active,
#custom-tabs-one-proceso-tab.active {
    background: #007bff !important;
    border-color: #007bff !important;
    color: #FFFFFF !important;
}
#custom-tabs-one-resueltos-tab.active,
#custom-tabs-one-surtido-tab.active,
#custom-tabs-one-completas-tab.active,
#custom-tabs-one-terminados-tab.active{
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: #FFFFFF !important;
}
#custom-tabs-one-canceladas-tab.active,
#custom-tabs-one-canceladas-tab.active{
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #FFFFFF !important;
}
#custom-tabs-one-asignado-tab.active,
#custom-tabs-one-incompleto-tab.active,
#custom-tabs-one-incompletas-tab.active,
#custom-tabs-one-surtir-tab.active {
    background: #daa403 !important;
    border-color: #daa403 !important;
    color: #FFFFFF !important;
}
#custom-tabs-one-actividades-tab.active {
    background: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #FFFFFF !important;
}
.cards-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1rem)) !important;
    gap: 20px !important;
    place-content: center !important;
    margin-top: 30px !important;
}
.img-card {
    width: 80px !important;
}
.img-card img{
    width: 80px !important;
    height: 80px !important;
    border-radius: 20px !important;
    object-fit:cover !important;
    cursor: pointer;
}
.img-card .img-info {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 12px !important;
}
.modal-transparent .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}
.modal-transparent .modal-header {
  background: transparent;
  border: none;
}
.modal-transparent .modal-header .close {
  color: white; 
  font-size: 1.5rem;
  opacity: 1; 
}
.img-modal img {
    max-width: 120%;
    max-height: 95vh; 
    display: block;
    margin: 0 auto; 
}
.btntamano {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.btntamano i::before {
    font-size: 15px;
}
.table td {
    vertical-align: middle;
}
.text-recortado {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; 
}
.table tr {
    height: 2rem; 
  }
.division {
    padding: 40px 0;
    border-bottom: 2px solid;
    border-color: #0070ba;
}
.solucion {
    display: flex;
    place-content: center;
    align-items: center;
}
.nav-header, .laberColor {
   color: #007bff !important;
   font-weight: bold;
}
.Dash_logo {
    width:  275px !important;
    height: auto !important;
    margin: 0 auto;
    object-fit: cover;
}
.cursor-wait {
    cursor: wait;
}
.unseen {
    background-color: #dfdfdf; /* Cambia el color de fondo para las notificaciones no vistas */
}

.btnUser {
    border: none;
    padding: 4px;
    margin: 0;
    cursor: pointer;
    background: none;
    color: white;
} 
.nav-link.active {
    color: #000000 !important;
}   
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active {
    background-color: rgb(175 170 170 / 90%) !important;
}
.dropdown-menu-lg {
    max-height: 550px !important;
    overflow-y: auto !important;
}
.url-comment {
    text-decoration: underline !important;
    color: #000000 !important;
}
.url-comment:hover {
    color: #c08f0a !important;
}

#imgEmployee {
    cursor: pointer; /* Cambia el cursor para indicar que la imagen es clickeable */
    width: 100px; /* Tamaño deseado de la imagen */
    height: 100px; /* Tamaño deseado de la imagen */
    border-radius: 50%; /* Hace la imagen redonda */
    border: 2px solid #000; /* Borde opcional para la imagen */
}

#imgEmployee:hover {
    border-color: #666; /* Cambio de color al pasar el mouse */
}

.sections-list {
    display: grid;
    grid-template-columns: repeat(2, 80px); /* Dos columnas iguales */
    gap: 5px; /* Espacio entre los elementos */
    /* list-style: none; */
    /* padding: 0; */
}

input[type=number].no-spinner::-webkit-outer-spin-button,
input[type=number].no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].no-spinner {
    -moz-appearance: textfield; /* Firefox */
}

.input-inline {
    border: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
    padding: 0;
    color: #333; /* color de texto normal */
    -moz-appearance: textfield;
}

.input-inline:focus {
    outline: none;
    background-color: #e6f7ff; /* opcional: ligero fondo al editar */
    border-bottom: 1px solid #1890ff; /* o solo borde inferior si quieres */
    color: #000;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

@media (max-width: 640px){
    .cards-container {
        grid-template-columns: repeat(auto-fill,140px) !important;
    }
}