        /* Existing CSS */
        .search-wrapper {
            position: relative;
            width: 100%;
            margin-left: auto;
            margin-right: 0;
            max-width: 400px;
        }

        .search-input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 20px;
            padding-left: 40px !important;;
        }

        .search-icon {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #aaa;
        }

        .logo {
            width: 300px !important;
            margin-left: 5px;
            margin-right: auto;
            margin-top: 10px;
        }

        .login-signup {
            font-size: 18px;
            color: #0096a7;
            text-align: center;
            text-decoration: none;
        }

        .login-signup:hover {
            color: #0096a7;
        }

        .fa-user {
            font-size: 18px;
        }

        .list-group {
            border-radius: 10px;
            overflow-y: auto;
            /* Enable vertical scrolling */
        }

        .navbar {
            background-color: #004e5b;
            padding: 10px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-left: auto;
            margin-right: auto;
            display: flex;
        }

        footer {
            background-color: #01354d;
            color: white;
            padding: 20px 0;
            margin-top: auto;
            min-height: 100px;
        }

        .navbar-nav .nav-link {
            color: white;
            cursor: pointer;
            font-size: 15px;
        }

        .btn-primary {
            background-color: #0096a7;
            border-color: #0096a7;
            border-radius: 1.25rem;
        }

        .btn-primary:hover {
            background-color: #007a8a;
            border-color: #007a8a;
            border-radius: 1.25rem;
        }

        .btn-outline-primary {
            color: #0096a7;
            border-color: #0096a7;
            border-radius: 1.25rem;
        }

        .btn-outline-primary:hover {
            background-color: #0096a7;
            color: white;
            border-radius: 1.25rem;
        }

        .navbar-nav {
            display: flex;
            justify-content: center;
            width: 100%;
        }


        .list-group-item {
            background-color: #d9f2f2;
            border-bottom-color: #01354d;
            border-radius: 0;
            cursor: pointer;
            color: black;
        }

        .list-group-item.active,
        .list-group-item.active a {
            background-color: #004e5b;
            color: #fff;
            /* Text color when active */
        }

        .list-group-item a {
            color: black;
        }



        #subcategory-list {
            //margin-top: -60px;
            margin-bottom: 20px;
            //height: 300px;
            //overflow-y: auto;
            //padding-bottom: 20px;
            //margin-left: 58px;
            //margin-right: -3px;
            //width: 300px;
        }

        .btn-exam {
            margin-top: 20px;
            margin-left: 2px;
            width: 180px;
            //margin-bottom: -179px;
            border-radius: 0.75rem;
            background-color: WHITE;
            border-color: black;
        }

        .btn-exam.active {
            background-color: WHITE;
            color: #DBAD09;
            border-color: #0096A7;
        }

        .action-button {
            background-color: white;
            color: #0096a7;
            border: none;
            border-radius: 0.25rem;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .action-button.active {
            background-color: #0096a7;
            color: white;
        }

        .action-button:hover {
            background-color: #007a8a;
            color: white;
        }

        #examDetailsTable {
            height: 400px;
            overflow-y: auto;
            margin-top: 67px;
        }


        .table tbody td {
            padding: 0.75rem;
            border-bottom: 1px solid #6c757d;
        }

        .table-striped>tbody>tr:nth-of-type(odd) {
            --bs-table-accent-bg: #fff;
            color: var(--bs-table-striped-color);
        }
		
		@charset "utf-8";
/** NEED TO CHECK */
/* Open Sans - latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/fontg29vnextlat_MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2') format('woff2')
}

.mainContainer {
    width: calc(100% - 25px);
    margin-right: auto;
    margin-left: auto;
}

#mainContent{
	min-height:69vh;
}



.anchorNoLink {
    text-decoration: none;
	color: #f0f0f0;
}

.oval-border {
  border: 2px solid white;
  padding: 5px;
  border-radius: 10px;
}


.loginDiv {
  margin-top: 15px;
}

.mainContainer {
    width: calc(100% - 25px);
    margin-right: auto;
    margin-left: auto;
}

.jobMenuBox{
	border-right: 5px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.academicMenuBox{
	border-left: 5px solid;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.menu_heading{
	color: #2874f0;
	font-weight: 400;
    font-size: 180%;
}

footer {
	background-color: #172337;
    color: #f0f0f0;
	font-weight: 300;
    margin-top: 5px;
    font-size: 100%;
	padding: 10px;
}

.footer_bottom{
	border-top: 1px solid #454d5e;
    padding: 25px 0;
    margin-top: 40px;
    width: 100%;
}

.footer_parent_menu {
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 9px;
}

.footer_child_menu {
    line-height: 2;
    font-weight: 500;
    display: block;
    font-weight: 400;
    font-size: 12px;
}