body {
    padding-top: 85px;
    /* background: linear-gradient(135deg,#EDE7F6,#D1C4E9); */
}

.main-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.search-card {
    border-radius: 12px;
}

.search-card input {
    box-shadow: none !important;
}

.search-card .input-group-text {
    border-radius: 8px 0 0 8px;
}

.search-card button {
    border-radius: 0 8px 8px 0;
}
.list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.list-group-item:hover {
    background: #f8f9fa;
}

/* ===============================
   ACCORDION GENEL ARKA PLAN
=================================*/

.faaliyet-wrapper {
    background: linear-gradient(135deg,#f8f9fa 0%,#eef2f7 100%);
    padding: 60px 0;
}

.faaliyet-container {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.07);
}

/* ===============================
   BAŞLIK
=================================*/

.divider {
    width: 80px;
    height: 4px;
    background: #dc3545;
    border-radius: 5px;
}

/* ===============================
   ACCORDION
=================================*/

.accordion-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.accordion-button {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 600;
    background: #f8f9fa;
}

.accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #dc3545;
    box-shadow: none;
}

/* ===============================
   FAALİYET LİSTE
=================================*/

.faaliyet-list {
    max-height: 380px;
    overflow-y: auto;
}

.faaliyet-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.faaliyet-item:last-child {
    border-bottom: none;
}

.faaliyet-date {
    min-width: 55px;
    font-weight: bold;
    color: #dc3545;
    font-size: 14px;
}

/* ORTA ALAN */
.faaliyet-main {
    flex: 1;
    display: flex;
    gap: 12px;
    font-size: 14px;
}

/* FAALİYET ADI */
.faaliyet-adi {
    font-weight: 600;
}

/* İÇERİK */
.faaliyet-icerik {
    color: #6c757d;
}

/* SAĞDA YER */
.faaliyet-yer {
    white-space: nowrap;
    font-size: 13px;
    color: #495057;
    text-align: right;
}

/* Responsive */
@media(max-width:768px){
    .faaliyet-item{
        flex-direction: column;
        align-items: flex-start;
    }

    .faaliyet-yer{
        text-align:left;
        margin-top:4px;
    }
}


 
/* ===============================
   MODERN NAVBAR
================================ */


.navbar-brand span {
    letter-spacing: 0.5px;
}

.navbar .nav-link {
    font-weight: 500;
    margin-left: 8px;
}

 

.dropdown-menu {
    font-size: 0.9rem;
}

.dropdown-item {
    padding: 8px 16px;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.modern-navbar {
    /* background: rgba(35, 138, 207, 0.95); */
    background:linear-gradient(135deg,#198754,#0d6efd);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s;
    padding-top: 12px;
    padding-bottom: 12px;
}
 

.nav-modern {
    position: relative;
    font-weight: 500;
    color: #fff !important;
    transition: 0.3s;
}

.nav-modern::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
}

.nav-modern:hover {
    color: #fff !important;
}

.nav-modern:hover::after {
    width: 100%;
}

.dropdown-menu {
    padding: 10px 0;
}

 .msg-badge {
    position: absolute;
    top: 20%;
    right: -15px;
    transform: translateY(-50%);
    
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    font-weight: 600;

    min-width: 18px;
    height: 18px;
    line-height: 18px;

    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
}
.admin-msg-badge {
    position: absolute;
    top: 25%;
    right: -15px;
    transform: translateY(-50%);
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 10px;
}

.glass-card {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
}

 
/* ===============================
   ADMIN NAVBAR
================================ */

.admin-navbar {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-bottom: 2px solid #0d6efd;
    padding-top: 12px;
    padding-bottom: 12px;
}

.admin-navbar .navbar-brand {
    letter-spacing: 0.5px;
    font-size: 18px;
}

.nav-admin {
    position: relative;
    color: #cbd5e1 !important;
    transition: 0.3s;
    font-weight: 500;
}

.nav-admin:hover {
    color: #ffffff !important;
}

.nav-admin::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0d6efd;
    transition: 0.3s;
}

.nav-admin:hover::after {
    width: 100%;
}

.admin-navbar .dropdown-menu {
    background: #ffffff;
}
.dashboard-card {
    transition: 0.3s;
}

.dashboard-card:hover {
    transform: translateY(-4px);
}
