#logo-img {
    height: 50px;
}

#app-header {
    background-color: #ffffff;
    border-radius: 0.5rem;
}

#logout-btn {
    font-weight: bold;
}

.card i {
    font-size: 3rem;
}

.card:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease;
}

#card-dominios:hover,
#card-productos:hover,
#card-listados:hover {
    transform: scale(1.02);
    transition: transform 0.2s ease;
}


.row.g-4.mb-3.homepage {
    margin-left: 5%;
	margin-right: 5%;
}

.row.mt-4.homepage {
	   margin-left: 5%;
	margin-right: 5%;
}

table#tablaDominios { font-size: 14px;}

table#tablaProductos {font-size: 14px;} 

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 10px !important;
}

/*
<style>
@media (max-width: 768px) {
    table td,
    table th {
        word-break: break-word;
        white-space: normal !important;
        font-size: 0.875rem;
    }
}
</style>
*/


.container.mt-5.detalles-producto {  max-width: 100%!important;}
.col-md-1.enlaces-web { align-self: center; margin-top: 1rem;}