﻿body {
}


.CNFUDBreadcrump {
    margin-top: 65px;
    padding: 30px 0px;
    background-color: #ecf0ec;
}


.CNUDBreadcrump {
}

.breadcrumb {
}


.breadcrumb-item {
}


    .breadcrumb-item a {
        color: #000000;
        font-size: 10pt;
        font-weight: 600;
        text-decoration: none;
    }

.breadcrumb .active {
    color: #000000;
    font-size: 10pt;
    font-weight: 400;
    text-decoration: none;
}


.CNFAnaListe {
    background-color: #ecf0ec;
}


.CNAnaListe{

}


.DVUYSolListe{

}


.DVUYUrunListe{

}




.filter-container {
    /*background-color: #ffffff;
    border: 1px solid #e0e0e0;*/
    border-radius: 4px;
    padding: 20px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.toggle-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .toggle-icon.collapsed {
        transform: rotate(180deg);
    }

.filter-options {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .filter-options.collapsed {
        max-height: 0;
    }

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .checkbox-item:hover {
        background-color: #f9f9f9;
    }

    .checkbox-item input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        cursor: pointer;
        accent-color: #4CAF50;
    }

.checkbox-label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
    user-select: none;
}

.checkbox-item input[type="checkbox"]:checked + .checkbox-label {
    color: #333;
    font-weight: 500;
}

/* Custom checkbox styling */
.checkbox-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #ccc;
    border-radius: 3px;
    outline: none;
    transition: all 0.2s ease;
    position: relative;
}

    .checkbox-item input[type="checkbox"]:checked {
        /*background-color: #4CAF50;*/
        border-color: #4CAF50;
        /*color: #4CAF50;*/
    }

        .checkbox-item input[type="checkbox"]:checked::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #4CAF50;
            font-size: 12px;
            font-weight: bold;
        }


@media (min-width:992px) {
    .CNFUDBreadcrump {
        margin-top: 114px;
        padding: 30px 0px;
        background-color: #ecf0ec;
    }


    .breadcrumb-item a {
        color: #000000;
        font-size: 12pt;
        font-weight: 600;
        text-decoration: none;
    }

    .breadcrumb .active {
        color: #000000;
        font-size: 12pt;
        font-weight: 400;
        text-decoration: none;
    }
}

