﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.imgSlider {
    max-width: 70%;
}

.sheetSlider {
    background-color: #ffffff;
    text-align: center;
}

.sh__meta span, .sh__meta h4 {
    color: rgb(85, 85, 85);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.imageUser {
    max-width: 100%;
}

.imageUsers {
    max-width: 100%;
    height: 70px;
}

.imageUserDetails {
    max-width: 70%;
}

.imglogo {
    max-width: 30%;
}

.navbar-brand {
    max-width: 50%;
}

.border-bottom {
    border-bottom: 3px solid #d6d5d5 !important;
}
.labelCompra_Importe {
    font-size: 30px;
}

.comidaImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.tdImg {
    width: 100px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .navbar-brand {
        max-width: 15%;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.hidenn {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* ================================================
   SD Pagination - Bootstrap card wrapper + pill buttons
   ================================================ */
nav[aria-label] {
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 0.75rem 1.25rem;
    width: 100%;
}
nav[aria-label] .pagination {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}
/* Botones de página (números) */
nav[aria-label] .pagination .page-link {
    border-radius: 50px !important;
    padding: 8px 18px;
    font-size: .83rem;
    font-weight: 500;
    color: #0d6efd;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: all 0.18s ease;
    white-space: nowrap;
    line-height: 1.4;
}
nav[aria-label] .pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    box-shadow: 0 4px 14px rgba(13, 110, 253, 0.35);
}
nav[aria-label] .pagination a.page-link:hover {
    background-color: #e7f1ff;
    color: #0a58ca;
    border-color: #dee2e6;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
nav[aria-label] .pagination .page-item.disabled .page-link {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
    opacity: 0.55;
}
nav[aria-label] .pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Botones de navegación (Primero, Anterior, Siguiente, Último) - igual al botón Filtrar */
nav[aria-label] .pagination .page-link.sd-nav-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.35);
    transition: all 0.3s ease;
}
nav[aria-label] .pagination a.page-link.sd-nav-btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
nav[aria-label] .pagination .page-item.disabled .page-link.sd-nav-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    opacity: 0.72;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.25);
    cursor: not-allowed;
}
