﻿
.menu-item {
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: #f8f9fa;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    color: black;
}

.menu-item:hover, .menu-item.active {
    background-color: rgb(19 62 127);
    color: white;
}

.menu-item i {
    margin-right: 10px;
    font-size: 1.1rem; /* Icon boyutunu biraz büyüt */
    width: 20px; /* Sabit genişlik ile hizalama */
    text-align: center;
}

.mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: rgb(19 62 127);
    color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 600;
}

    .mobile-menu-toggle i {
        font-size: 1.2rem;
        transition: transform 0.3s;
    }

.menu-items {
    display: block;
}

/* Mobil görünüm için sıralama ve menü stili */
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .menu-items {
        display: none;
        margin-bottom: 20px;
    }

        .menu-items.show {
            display: block;
        }
}

.menu-item i {
    color: #6c757d; /* Varsayılan renk */
    transition: color 0.3s;
}

.menu-item:hover i,
.menu-item.active i {
    color: white !important; /* Hover veya aktif durumda beyaz renk */
}

/* Her menü öğesi için özel icon renkleri */
.menu-item i.bi-newspaper {
    color: #6c757d; /* Gri - Haberler */
}

.menu-item i.bi-building {
    color: #6c757d; /* Gri - Kurumsal */
}

.menu-item i.bi-people {
    color: #6c757d; /* Gri - STK'lar */
}

.menu-item i.bi-calendar-event {
    color: #6c757d; /* Gri - Etkinlikler */
}

.mbbody {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
}

.btn-mbb {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

    .btn-mbb:hover {
        background-color: #0b5ed7;
        color: white;
        text-decoration: none;
    }

.table-container {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    padding: 1.5rem;
    overflow-x: auto;
}

.etkinlik-baslik {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(19 62 127);
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

    .etkinlik-baslik:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 3px;
        background-color: #0d6efd;
    }

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-top: 1rem;
}

.page-item:not(:last-child) {
    margin-right: 5px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Search & Length Control */
.table-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.table-length {
    margin-right: 1rem;
}

.table-search {
    margin-left: auto;
}

.table-info {
    margin-top: 1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .etkinlik-baslik {
        font-size: 1.5rem;
    }

    .table-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-search {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
    /* Hide less important columns on mobile */
    .hide-mobile {
        display: none;
    }

    .col-9 {
        width: 100%;
    }
    .fc-today-button {
    margin-top: 10px !important;
}
    .fc .fc-button {
        padding: 5px !important;
    }
}

.fc-col-header-cell-cushion  {
    color: #233d62 !important;
}
.fc-daygrid-day-number {
    color: #233d62 !important;
}
.fc .fc-timegrid-body > *:not(.fc-timegrid-all-day) {
    display: none !important;
}


.fc .fc-scrollgrid-section-body-right {
    display: none !important;
}


.fc .fc-timegrid-body {
    height: auto !important;
    overflow: visible !important;
}

.fc .fc-scrollgrid-liquid {
    border: none !important;
}

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td {
    border: none;
}
.fc-timegrid-axis, .fc-scrollgrid-shrink {
    border: none !important;
}

.breadcrumb-item a {
    color: #000 !important;
    color: rgb(134, 134, 134);
    text-decoration: none !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.nav-link {
    color: rgb(19 62 127) !important;
}
.language-switch, .secondary-switch {
    display: none !important;
}

.dark-mode .menu-item.active {
    background-color: rgb(80, 80, 80) !important;
}

.dark-mode .menu-item {
    background-color: #545d67 !important;
}

.dark-mode .side-title {
    border-bottom: 2px solid rgb(199 199 199);
}

.dark-mode .btn {
    background-color: #131313 !important;
}

.dark-mode .mobile-menu-toggle {
    background-color: rgb(75 75 75) !important;
    color: #eeeeee !important;
}

.dark-mode .card {
    background-color: #343a40;
    color: white;
}


.dark-mode .etkinlik-baslik {
    color:rgb(236 236 236) !important;
}

/* Breadcrumb container */
.dark-mode .breadcrumb {
    background-color: #2d2d2d;
    border: 1px solid #404040;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

/* Breadcrumb container */
.dark-mode .breadcrumb {
    background-color: #2d2d2d;
    border: 1px solid #404040;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

/* Breadcrumb items */
.dark-mode .breadcrumb-item {
    color: #b0b0b0;
}

    /* Breadcrumb links */
    .dark-mode .breadcrumb-item a {
        color: #4a90e2;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
    }

        .dark-mode .breadcrumb-item a:hover {
            color: #66a3ff;
            text-decoration: underline;
            text-decoration-color: #4a90e2;
            text-underline-offset: 3px;
        }

        .dark-mode .breadcrumb-item a:focus {
            color: #66a3ff;
            outline: 2px solid #4a90e2;
            outline-offset: 2px;
            border-radius: 3px;
        }

    /* Active breadcrumb item */
    .dark-mode .breadcrumb-item.active {
        color: #ffffff;
        font-weight: 500;
    }

    /* Breadcrumb separators */
    .dark-mode .breadcrumb-item + .breadcrumb-item::before {
        color: #666666;
        content: var(--bs-breadcrumb-divider, "/");
        margin: 0 0.5rem;
        opacity: 0.8;
    }

/* Hover effect for the entire breadcrumb */
.dark-mode .breadcrumb:hover {
    background-color: #363636;
    border-color: #555555;
    transition: all 0.3s ease;
}

/* Custom separator styling */
.dark-mode .breadcrumb-item:not(:last-child)::after {
    content: '';
}

/* Alternative separator design (optional) */
.dark-mode .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-weight: bold;
    color: #888888;
    margin: 0 0.6rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dark-mode .breadcrumb {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }

    .dark-mode .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 0.4rem;
    }
}

/* Enhanced focus states */
.dark-mode .breadcrumb-item a:focus-visible {
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
    border-radius: 3px;
    background-color: rgba(74, 144, 226, 0.1);
    padding: 2px 4px;
    margin: -2px -4px;
}

/* Smooth transitions */
.dark-mode .breadcrumb,
.dark-mode .breadcrumb-item a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Optional: Gradient background for breadcrumb */
.dark-mode .breadcrumb {
    background: linear-gradient(135deg, #2d2d2d 0%, #363636 100%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Icon support (if you want to add icons) */
.dark-mode .breadcrumb-item.home::before {
    content: "🏠";
    margin-right: 0.5rem;
}

/* Alternative breadcrumb design with pills */
.dark-mode .breadcrumb-pill .breadcrumb-item a {
    background-color: #404040;
    color: #e0e0e0;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    margin-right: 0.5rem;
    display: inline-block;
    transition: all 0.3s ease;
}

    .dark-mode .breadcrumb-pill .breadcrumb-item a:hover {
        background-color: #4a90e2;
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

.dark-mode .breadcrumb-pill .breadcrumb-item.active {
    background-color: #4a90e2;
    color: #ffffff;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    display: inline-block;
}

/* Text hierarchy */
.dark-mode .breadcrumb-item:first-child a {
    font-weight: 500;
}

.dark-mode .breadcrumb-item:last-child {
    font-weight: 600;
}

/* Custom hover animation */
.dark-mode .breadcrumb-item a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4a90e2;
    transition: width 0.3s ease;
}

.dark-mode .breadcrumb-item a:hover::after {
    width: 100%;
}

.dark-mode .card-title {
    color: rgb(196 196 196) !important;
}