.mb-5 {
    margin-bottom: 3rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.mb-7 {
    margin-bottom: 5rem;
}

.mb-8 {
    margin-bottom: 6rem;
}

.mb-9 {
    margin-bottom: 7rem;
}

.mb-10 {
    margin-bottom: 8rem;
}

.focus-border-blue:focus {
    border-color: #1C3FAA;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 128, 0.25);
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem);
}

.group-name {
    padding: 10px;
    margin: 5px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    text-align: center;
    display: block;
    color: navy;
}

    .group-name:hover {
        background-color: #e2e6ea;
    }

.text-decoration-none {
    text-decoration: none;
}

.custom-divider {
    border-top: 2px solid #ccc;
    margin: 20px 0;
}

.gold-bg {
    background-color: #FFF600;
}

.silver-bg {
    background-color: #BEBDB7;
}

.bronze-bg {
    background-color: #B26213;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

th {
    background-color: #f4f4f4;
}

.table-container {
    position: relative;
}

  .menu-link {
    border: 0px solid white !important;
  }

/* View All button hover efektini kaldır */
.btn-outline-primary.view-all-btn:hover,
.btn-outline-primary.view-all-btn:focus {
    background-color: transparent !important;
    color: #0d6efd !important;
    border-color: #0d6efd !important;
    box-shadow: none !important;
}


.athlete-results {
    display: none; 
    position: absolute; 
    z-index: 1000; 
    max-height: 200px;
    overflow-y: auto;
    background-color: white; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
}

    .athlete-results.active {
        display: block;
    }

.athlete-item {
    padding: 8px; 
    cursor: pointer;
}

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


.result-results {
    display: none; 
    position: absolute; 
    z-index: 1000; 
    max-height: 200px; 
    overflow-y: auto; 
    background-color: white; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
}

    .result-results.active {
        display: block; 
    }

.result-item {
    padding: 8px; 
    cursor: pointer;
}

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


.menu-link {
    font-size: 14px; 
    padding: 10px 15px; 
}

.menu-title {
    font-size: 14px;
}

.dropdown-item {
    font-size: 14px; 
    padding: 10px 15px; 
}
.breadcrumb-item {
    font-size: 0.75rem;
    padding: 0.5rem;
}

    .breadcrumb-item::before,
    .breadcrumb-item::after {
        content: "/";
        color: white;
        font-size: 1rem;
    }


.breadcrumb {
    background-color: transparent;
}

.info-card {
    background-color: transparent;
    width: 100%;
}

.icon-container {
    flex-shrink: 0;
}

.info-content {
    flex-grow: 1;
}

.info-card .card-text {
    color: #6c757d;
    margin-bottom: 0;
}

#kt_header {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-bottom: none !important;
    background: #051224;
    backdrop-filter: blur(10px);
}

.toolbar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-bottom: none !important;
    background: #051224;
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
}

.info-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    background: #051224 !important;
    backdrop-filter: blur(10px);
}

.card-page {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: none !important;
}
