html {
  font-size: 14px;
}

/* Badge de entregables parciales en dashboards */
.badge-ent-parciales {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    background: #f0ad4e;
    color: #000;
    border-radius: 10px;
    padding: 2px 8px;
    font-weight: 600;
    cursor: pointer;
}
@media (max-width: 767px) {
    .badge-ent-parciales {
        display: block;
        margin-left: 0;
        margin-top: 4px;
        font-size: 9px;
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.modal-dialog {
    border-radius: 20px !important;
}

.modal-content {
    border-radius: 20px !important;
    overflow: hidden !important;
} 


.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 {
  /* (mayo 2026) Era 60px: reservaba espacio para el footer FIJO del template por defecto
     de ASP.NET Core. Ese footer está comentado en _Layout y _AdminLayout, así que el margen
     quedaba como espacio en blanco muerto al final de TODOS los dashboards. Se pone en 0. */
  margin-bottom: 0;
}

.logo-site {
    height: 45px !important;
    margin-top: 3px;
    margin: 10px auto;
}
.custom-icon-nav {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.custom-icon-dash {
    vertical-align: text-bottom;
}
.row-tinguro {
    margin-left: 10px !important;
    margin-right: 15px !important;
}
.sprite {
    width: 53px;
    height: 63px;
    background-image: url('../img/ideas/tiralarga.png');
    background-repeat: no-repeat;
    background-size: 53px 556px; /* tama�o real del sprite */
    transform: scale(0.6); /* reduce al 80% (20% menos) */
    transform-origin: top left; /* mantiene alineaci�n original */
    cursor:pointer;
}

/* Primer imagen (posici�n 0px desde arriba) */
.twitter-tinguro {
    background-position: 0 0;
}

/* Segunda imagen (empieza en 70px desde arriba) */
.face-tinguro {
    background-position: 0 -63px;
}
.insta-tinguro {
    background-position: 0 -136px;
}
.tiktok-tinguro {
    background-position: 0 -219px;
}
.drop-tinguro {
    background-position: 0 -286px;
}
.drive-tinguro {
    background-position: 0 -357px;
}

.buscar-tinguro {
    background-position: 0 -502px;
}


/* Estilos para el tema oscuro */
/*body.dark-theme {
    background-color: #121212;
    color: #e0e0e0;
}

    body.dark-theme .panel-default {
        background-color: #1e1e1e;
        border-color: #333;
    }

    body.dark-theme .panel-heading {
        background-color: #2e2e2e;
        border-color: #333;
    }

    body.dark-theme .nav-tabs > li > a {
        color: #bbb;
    }

    body.dark-theme .nav-tabs > li.active > a,
    body.dark-theme .nav-tabs > li.active > a:hover {
        background-color: #1e1e1e;
        color: #007bff;
        border-top-color: #007bff;
    }

    body.dark-theme .nav-tabs > li > a:hover {
        background-color: #2e2e2e;
    }

    body.dark-theme .form-control {
        background-color: #2e2e2e;
        color: #e0e0e0;
        border-color: #444;
    }*/
