   .circular-chart {
        max-width: 100%;
        margin: 10px auto;
    }

    .circular-chart .circle-bg {
        fill: none;
        stroke: #f0f0f0;
        stroke-width: 3.8;
    }

    .circular-chart .circle {
        fill: none;
        stroke: #3b5998;
        stroke-width: 3.8;
        stroke-linecap: round;
        animation: progress 1s ease-out forwards;
    }

    .circular-chart .percentage {
        fill: #3b5998;
        font-size: 0.5em;
        text-anchor: middle;
    }
.btn.btn-circle.btn-primary {        
        font-size: 24px; /* Adjust the font size as needed */
           width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 55px;
         padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .action-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .label {
        margin-top: 5px;
    }

 
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #f8f9fa;
        transition: left 0.3s;
        overflow-y: auto;
        padding-top: 60px; /* Adjusted padding */
    }

    .filter-sidebar.open {
        left: 0;
    }
    
    
    .circular-image {
        width: 100px; /* Adjust the width and height as needed */
        height: 100px;
        border-radius: 50%; /* Creates a circular shape */
        background-size: cover; /* Ensures the image covers the circular container */
        background-position: center; /* Centers the image within the container */
        float: left; /* Float the circular image to the left for proper alignment */
        margin-right: 10px; /* Add some margin for spacing */
    }
    
    
    .material-card:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transform: scale(1.02);
        transition: all 0.2s ease-in-out;
    }
    
    
    .material-content {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center horizontally */
        text-align: center; /* Center text horizontally */
    }
     .editor {
            border: 1px solid #ced4da;
            border-radius: 5px;
            padding: 10px;
            min-height: 150px;
            resize: vertical;
            overflow: auto;
        }
        
     .formatting-bar {
            margin-bottom: 10px;
        }
    .image-container {
        margin-bottom: 10px; /* Adjust as needed */
    }
    
    .custom-col {
      flex: 0 0 12.5%;
      max-width: 12.5%;
    }
    
    .custom-card {
      border-radius: 10px; /* Adjust as needed */
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); /* This creates a subtle shadow effect */
    }
    
     .custom-card:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transform: scale(1.02);
        transition: all 0.2s ease-in-out;
    }
     
 
 
  .list-group-item {
        border: none;
        border-radius: 0;
    }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .card {
        border: none;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .topic-image {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: auto;
    }

    .topic-header {
        background-color: #D1EAF7;
        color: #fff;
        border-radius: 10px 10px 0 0;
        padding: 10px;
        text-align: center;
        position: relative;
    }

    .topic-title {
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

     .topic-attributes {
        font-size: 18px;
        
        padding : 15px;
        background-color:#D1EAF7;
    }

    .progress-topic {
        height: 30px;
        margin-top: 10px;
    }
    
    .score {
        display: inline-block;
        padding: 5px 10px;m
        
           background-color: yellow;
         color: black;
        border-radius: 20px;
        font-weight: bold;
        font-size: 14px;
    }

    .skill-list {
        list-style: none;
        padding-left: 0;
    }

    .skill-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

    .skill-list i {
        font-size: 24px;
        
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

        
        
    @keyframes progress {
        0% {
            stroke-dasharray: 0 100;
        }
    }
    
        
        .checkmark {
            font-size: 2.1rem;
            bottom: -4px;
            right: 10px;
        }
        .truncate {
            max-width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .material-card {
            display: flex;
            align-items: center;
            padding: 15px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .material-card img {
            border-radius: 50%;
        }
        .material-info {
            margin-left: 15px;
        }

        .status-label {
            border-radius: 12px;
            padding: 4px 8px;
            color: #fff;
        }
        .status-join { background-color: #28a745; } /* Green */
        .status-miss { background-color: #dc3545; } /* Red */
        .status-passed { background-color: #007bff; } /* Blue */

   
    .event-title {
        font-size: 0.9rem;
        font-weight: bold;
    }
    .event-time {
        font-size: 0.8rem;
    }
    .event-indicator {
        background-color: #ff0;  /* Highlight the cell with a yellow background */
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .table  .event-day {
        background-color: #dddddd; /* Highlight days with events with a yellow background */
        cursor: pointer; /* Change the cursor to a hand when hovering over days with events */
    }
    
     .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; /* Adjust margin as needed */
    }

    .pagination a {
        text-decoration: none;
        padding: 5px 10px;
        margin: 0 5px; /* Adjust margin as needed */
        border: 1px solid #007bff; /* Button border color */
        background-color: #007bff; /* Button background color */
        color: #fff; /* Button text color */
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .pagination a:hover {
        background-color: #0056b3; /* Button background color on hover */
    }

    .page-info {
        margin-left: 10px; /* Adjust margin as needed */
    }
 
 .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

 
 .loading-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
            padding: 20px;
            border-radius: 10px;
}

        /* Styles for the loading image */
.loading-image {
            display: block;
            margin: 0 auto;
        }
    
#loading-img{
display:none;
}


.not-active {
	display: none; 
}
.active {
	display: table; 
}
    
/* Media query for smaller screens (e.g., mobile devices) */
        @media (max-width: 768px) {
            .action-item .btn.btn-circle.btn-primary {
                width: 70px; /* Adjust the button width for mobile devices */
                height: 70px; /* Adjust the button height for mobile devices */
                border-radius: 35px;
                font-size: 16px; /* Adjust the icon size for mobile devices */
            }
        
            
        }