html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 {
  margin-bottom: 60px;
}

.blocked-row {
    background-color: #f8f9fa; 
}

.blocked-row td {
    opacity: 0.6; 
}

.blocked-row span.name-field {
    text-decoration: line-through;
    opacity: 1;
}
.card-menu:hover {
    -webkit-box-shadow: -18px 3px 108px -65px rgba(0,0,0,0.75);
    -moz-box-shadow: -18px 3px 108px -65px rgba(0,0,0,0.75);
    box-shadow: -18px 3px 108px -65px rgba(0,0,0,0.75);
    transition: 0.5s;
}
card-menu-body {
    object-fit: cover
}

.card {
    border-radius: 8px;
}

.card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.card-text {
    margin: 0;
}

.text-primary {
    font-size: 2rem;
    font-weight: bold;
}

nav input {
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 576px) {
    .card-menu {
        width: 11rem;
        max-height: 250px;
    }
}
@media (min-width: 576px) {
    .card-menu {
        width: 12rem;
        max-height: 300px;
    }
}

@media (min-width: 768px) {
    .card-menu {
        width: 14rem;
        max-height: 350px;
    }
}
