body {
    font-family: 'Poppins', sans-serif;
}

:root {
    --bs-body-font-family: 'Poppins', sans-serif;
  }

.selectize-input {
    padding: 0.375rem 0.75rem;
    min-height: 38px;
}
  
  .selectize-input.focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
.selectize-dropdown {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
  

.minusculas {
    text-transform:lowercase 
}

.primeraMay{
    text-transform: capitalize
}

.container-fluid{
    justify-content: center;
}


.container{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    
}

#container-tabla{
    display: flex;
    justify-content: center;
    margin-top: auto;

}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: white;  
    margin: 10px 0;    
}

#menulateral {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 0 !important;
}
.menu-lateral {
    position: sticky;
    top: 0;
    left: 0;
    width: 15vw;
    background-color: #0f4362;
    z-index: 1000;
}
#menulateral img {
    max-width: 100%; 
    height: auto; 
    justify-content: center;
}


.nav {
    flex-grow: 1; 
    overflow-y: auto; 
}

.nav-link {
    white-space: nowrap; 
}

#menulateral nav{
    width: 70%;
    flex-grow: 1;
}

#menulaterallogo{
    display: flex;
    justify-content: center;
}

#menulateral > div:last-child { 
    margin-top: auto; 
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
}

#menulateral > div:last-child img {
    width: 100%;
    height: auto;
    display: block;
}

.table-responsive {
    height: calc(100vh - 240px); 
    overflow-y: auto;
    overflow-x: auto;
  }

#nombreVetCard{
    height: auto;
    text-transform: capitalize;
    font-size: large;
}

#botonEditarVetCard{
    justify-content: center;
    display: flex;}


@media (max-width: 768px) {
    #menulateral {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        overflow-y: auto;
    }
    .navbar1{
        display: none;
    }
    .navbar2{
        display: flex;
    }
}
.menu-logo {
    padding: 20px;
    text-align: center;
}

.nav {
    padding: 10px;
}

.nav-item {
    margin: 5px 0;
}

.nav-link {
    color: white !important;
    padding: 10px;
    border-radius: 5px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#tablaMascotas{
    max-height: 100%;
}
#tablaAtenciones{
    max-height: 100%;
}
#tablaTutores{
    max-height: 100%;
}

.card {
    border-radius: 10px; 
}

.card-body {
    padding: 2rem; 
}

.cardVet {
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cardVet:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 1.5rem;
}

.invalid-input {
    border-color: #ff4444 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 68, 68, 0.25);
}


.insumo-item {
    cursor:pointer;
    height: min-content;
    width: 95%;
    transition: all 0.3s ease;
}

.insumo-item:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.remover-insumo {
    transition: opacity 0.6s ease;
}

.remover-insumo:hover {
    opacity: 0.8;
}

.btn-filtro{
    background-color: #606060;
    color: #fff;
}
.btn-filtro:hover{
    background-color: #071626;
    color: #fff
}
.btn-filtro.active {
    background-color: #214468;
    color: #fff;
    border-color: #214468;
}
.btn-primary{
    background-color: #214468;
    border-color: #214468;
}
.btn-primary:hover{
    background-color: #081a2d;
    border-color: #081a2d
}


.page-link {
    background-color: #ffffff ;
    color: #000000 ;
    border: 1px solid #dee2e6 ;
}
.page-link:hover {
    background-color: #071626;
    color: #fff;
    border-color: #071626;
}

.page-item.active .page-link {
    background-color: #214468 ;
    color: #fff ;
    border-color: #214468 ;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(7, 22, 38, 0.25);
}


.nav-link-custom {
    transition: 0.3s !important;
    background-color: transparent !important;
}
.nav-link-custom:hover {
    background-color: var(--hover-color) !important;
}


.image-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 100%;
    background: rgba(73, 71, 71, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.image-preview {
    transition: filter 0.3s ease;
}

.image-container:hover .image-preview {
    filter: brightness(0.7);
}

.overlay-text {
    font-size: 0.8rem;
    text-align: center;
    padding: 5px;
}

@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-thin-straight/css/uicons-thin-straight.css')
