.light-purple-bg {
    background-color: #D8BFD8 !important; /* Light Purple Color */
}

.navbar-light .navbar-nav .nav-link {
    color: darkgreen !important; /* White text color for better contrast */
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link.active {
     /*color: #6A5ACD !important; Slate Blue for active link */
     color: black !important;
     font-weight: bold;
}

.navbar-light .navbar-brand {
     /*color: #fff !important; White brand text color */
     color: darkgreen !important;
     font-weight: bold;
}



.menu{
    list-style-type: none;  
    border: 0px solid red;
    padding: 10px;
    
}

.menu .active_1{
    width: 300px;
    margin-left: -30px;
    background-color: #D8BFD8;
    height:50px;
    padding: 15px;
    margin-bottom: 2px;
    
    
}

.menu .active_1 a{
 color: darkgreen;
 font-weight: bold;
}

.checkmark-list {
  list-style: none; /* Remove default bullets */
}

.checkmark-list li::before {
  content: '\2713'; /* Unicode for checkmark */
  color: green; /* Optional: Set the color of the checkmark */
  font-weight: bold; /* Optional: Make it bold */
  margin-right: 10px; /* Add some space between checkmark and text */
}

table {
            width: 100%;
            border-collapse: collapse; /* Ensures borders don't double up */
        }
        table, th, td {
            border: 1px solid black;
        }
        th, td {
            padding: 10px;
            text-align: left;
        }



/*9052987936,7032652899 */



 .pdf-viewer {
            width: 100%;
            height: 90vh;
            border: 2px solid #333;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border: 0px solid red;
        }

        /* Optional: Add some styling for buttons, or additional navigation */
        .pdf-controls {
            display: flex;
            justify-content: center;
            margin-bottom: 15px;
        }

        .pdf-controls button {
            padding: 10px 15px;
            margin: 0 5px;
            background-color: #333;
            color: white;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .pdf-controls button:hover {
            background-color: #555;
        }




