body {
    background-color: #f8f9fa;
}

.navbar-light .navbar-brand {
    color: #198754;
}

.navbar-light .nav-link {
    color: #198754;
}

.navbar-light .nav-link:hover {
    color: #145c32;
}

.card-hayvan {
    border-left: 4px solid #198754;
}

.alert-list {
    max-height: 80vh;
    overflow-y: auto;
}
/* Sol menü öğelerini büyütme */
.list-group-item {
    padding: 12px 10px !important;   /* Yüksekliği artırır */
    font-size: 19px;                 /* Yazı büyür */
    border-radius: 15px;              /* Daha şık görünüm */
    margin-bottom: 10px;              /* Aralar açılır */
}
/* NAVBAR MENÜ ÖGELERİNİ BÜYÜLTME & ARALARINI AÇMA */
.navbar-nav .nav-link {
    font-size: 16px;        /* Yazı büyüklüğü */
    padding: 10px 30px !important;  /* Araları açar */
    margin-right: -5px;     /* Linkler arası boşluk */
}

/* Üstten daha şık görünmesi için */
.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Hover efekti (güzel görünür) */
.navbar-nav .nav-link:hover {
    font-weight: bold;
    color: #1b8f3a !important;  /* Açık yeşil ton */
}
.hero-section {
    background: url("images/bg.jpg") no-repeat center center/cover;
    padding: 250px 0; /* yüksekliği korusun */
}
/* SIDEBAR SABİT STİL – TÜM SAYFALAR */
.d-none.d-md-block .list-group {
    background: transparent;
    border: none;
}

.d-none.d-md-block .list-group-item {
    border-radius: 14px !important;
    margin-bottom: 10px;
    padding: 14px 16px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

.d-none.d-md-block .list-group-item:hover {
    background-color: #f8f9fa;
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    text-decoration: underline;
    opacity: 0.85;
}
@media (max-width: 768px) {
    .cal-cell {
        height: auto;
        min-height: 90px;
        padding: 6px;
    }
}
@media (max-width: 768px) {
    .ico {
        font-size: 11px;
        padding: 2px 6px;
        gap: 4px;
    }
}
@media (max-width: 768px) {
    .cal-cell .small.text-primary {
        display: none;
    }
}
.sidebar-modern .list-group-item {
    border-radius: 14px;
    margin-bottom: 10px;
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    transition: all .2s ease;
}

.sidebar-modern .list-group-item:hover {
    background-color: #f8f9fa;
    transform: translateX(3px);
}
.header {
    display: flex;
    justify-content: center; /* yatay merkez */
    align-items: center;     /* dikey merkez */
    height: 80px;            /* header yüksekliği */
    background: #000;        /* örnek */
}

.logo img {
    height: 50px;            /* logonun boyu */
}
.navbar .nav-link.active {
  color: #198754 !important;           /* bootstrap success */
  font-weight: 700;
}

.navbar .nav-link:hover {
  color: #146c43 !important;           /* koyu yeşil */
}







