        .card-header {
            padding: 10px;
            border: 2px solid #007BFF;
            border-radius: 5px;
            cursor: pointer;
            user-select: none;
            background-color: white;
            color: #007BFF;
            text-align: left;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 10px;
            font-weight: bold;
	    border-bottom:2px solid #007bff !important;
        }

        .card-header .icon {
            font-size: 20px;
            font-weight: bold;
	    color:#007bff;
        }

        .card-body {
            background-color: #f8f9fa;
            display: none; 
        }

	        .toggle-item {
            padding: 10px;
            margin: 5px 0;
            border: 2px solid #007BFF;
            border-radius: 5px;
            cursor: pointer;
            user-select: none;
            background-color: white;
            color: #007BFF;
            text-align: left;
            font-size: 16px;
        }

        .toggle-item.active {
            background-color: #007BFF;
            color: white;
        }

        .select-all {
            font-size: 16px;
            font-weight: bold;
        }

