/* Trainings specific styles */
.card {
    border-radius: 0;
}

.dd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dd-item {
    margin: 5px 0;
}

.dd3-content {
    height: 50px;
    border: none;
    background: transparent;
    color: inherit;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.dd3-content:hover {
    background: transparent;
    border-color: transparent;
}

.dd3-content .fetch-data {
    flex: 1;
    font-weight: 500;
}

.dd3-content i {
    margin-right: 8px;
    color: #6c757d;
    width: 16px;
    text-align: center;
}

.dd3-content .badge {
    font-size: 0.75em;
}

.dd-list .dd-list {
    margin-left: 20px;
    margin-top: 5px;
    border-left: 2px solid #e9ecef;
    padding-left: 10px;
}

.dd-list .dd-list .dd3-content {
    background: transparent;
    border-color: transparent;
    padding-left: 25px;
}

.dd-list .dd-list .dd3-content:hover {
    background: transparent;
}

/* Training table styles */
.training-table {
    font-size: 14px;
}

.training-table th {
    background: white;
    color: black;
}

.training-table .badge {
    font-size: 12px;
}

/* Filter form styles */
.filter-form .form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.filter-form .btn {
    min-width: 120px;
}

/* Category tree styles */
/*.category-tree {*/
/*    max-height: 500px;*/
/*    overflow-y: auto;*/
/*}*/

/* Training card styles */
.training-card {
    border-radius: 0;
    border: 1px solid #dee2e6;
}

.training-card .card-header {
    background: var(--secondaryColor);
    border-radius: 0;
}

.training-card .card-body {
    padding: 1.5rem;
}

/* Modal styles */
.signup-modal .modal-content {
    border-radius: 0;
}

.signup-modal .modal-header {
    background: var(--secondaryColor);
    color: white;
    border-radius: 0;
}

/* Button group styles */
.view-switcher .btn {
    border-radius: 0;
}

.view-switcher .btn.active {
    background: #fff;
    border-color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dd3-content {
        height: auto;
        min-height: 50px;
        padding: 8px 12px;
    }

    .training-table {
        font-size: 12px;
    }

    .filter-form .col-md-3 {
        margin-bottom: 1rem;
    }
}
.filter-label{
    font-size: 14px;
}
