    .tgg-container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    /* Top Bar */
    .tgg-top-bar {
        background-color: #ffd800;
    }
header.tgg-top-bar a{
	color:#000;
}
.tgg-top-bar nav.header__navigation{
    margin-right: 50px;
}

.spam-indicator {
    display: inline-block;  
    width: 8px;               
    height: 8px;              
    background-color: green;  
    border-radius: 50%;       
    margin-left: 5px;         
    vertical-align: middle;  
}

.tgg-filter a.um-message-btn:before {
    margin-right: 3px;
}
.tgg-filter .um-online-pic .name {
    font-size:14px;
}

.tgg-filter .um-members-messaging-btn a span {
    display: none;
}

.tgg-menu-logo {
    color: #000;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
    .tgg-user-info {
        display: flex;
        align-items: center;
    }

    .tgg-user-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .tgg-navigation a {
        color: #000;
        margin-left: 15px;
        font-size: 14px;
    }

    /* Main Content Wrapper */
    .tgg-main-wrapper {
        /* max-width: 1300px;
        margin: 0 auto;
        padding: 20px; */
    }

	.tgg-activity-summary {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		box-sizing: border-box;
		/* gap: 20px; */
	}
	.tgg-sidebar {
		border-right: 1px solid #ddd;
		flex: 0 0 300px;
		max-width: 100%;
		box-sizing: border-box;
		background-color: #f4f4f4;
		padding: 10px;
	}

    .tgg-sidebar h4 {
        margin-top: 20px;
        font-size: 16px;
        color: #444;
    }

    /* .tgg-sidebar ul {
        list-style: none;
    }

    .tgg-sidebar li {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        font-size: 14px;
    } */

    .tgg-filter select {
        width: 100%;
        padding: 8px;
        margin-top: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    /* Applicants Section */
	.tgg-applicants {
		background: #fff;
		padding: 20px;
		/* border-radius: 5px; */
		border: 1px solid #ddd;
		flex: 1;
		max-width: calc(100% - 300px);
		box-sizing: border-box;
		background-color: #e8e8e8;
		overflow: hidden;
	}

    .tgg-applicants-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .tgg-applicant-card {
		border: 1px solid #ddd;
		border-radius: 5px;
		padding: 15px;
		margin-bottom: 10px;
		background-color: #f9f9f9;
	}

    .tgg-applicant-info h4 {
        margin-bottom: 5px;
        color: #444;
        font-size: 16px;
    }

    .tgg-applicant-status {
        text-align: right;
    }

    .tgg-summary-header {
        margin-bottom: 20px;
    }

    .tgg-recent-activity-btn {
        background: #0073aa;
        color: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
        font-size: 14px;
    }

    .tgg-recent-activity-btn:hover {
        background: #005d8c;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
		  .tgg-activity-summary {
			flex-direction: column;
		  }
		  .tgg-sidebar {
			flex: 0 0 auto;
			max-width: 100%;
		  }
		.tgg-applicants {
			max-width: 100%;
		  }

        .tgg-sidebar {
            max-width: 100%;
        }

        /* .tgg-top-bar {
            flex-direction: column;
            gap: 10px;
        }

        .tgg-navigation {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        } */
    }
    
/* Footer Styles */
.tgg-footer {
    background-color: #ffd800; /* Same color as the header */
    color: #000000; /* White text color */
    text-align: center; /* Center-align the text */
    padding: 20px 10px; /* Vertical and horizontal padding */
    font-size: 14px;
    line-height: 1.5;
}

.tgg-footer-text {
    margin: 0; /* Remove default margin */
}
.tgg-applicant-card table.gv-datatables {
    width: 100%!important;
}


.tgg-filter .online-usersum{
    background: #fff;
    padding: 10px;
    border-top: 1px solid #ccc;
}
.tgg-filter .online-usersum .um-online-user {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 1px 0px 10px 0px;
    height: auto;
}
.tgg-filter .um-message-unreaditems{
        padding: 2px 10px!important;
}

.tgg-filter .online-usersum .um-online-user a.um-message-btn {
    padding: 10px!important;
}
.tgg-filter .online-usersum .um-online-user .um-members-messaging-btn {
    align-content: center;
}
.tggsidebar {
	width: 100%;
	background: #fff;
	padding:10px;
}

.tggsidebar li.current-menu-item > a {
	background: #ffd800;
}
.tggsidebar .menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tggsidebar .menu-list li {
	margin: 0;
	position: relative;
	padding: 4px 0px;
}

.tggsidebar .menu-list li a:hover {
	background: rgb(255 216 0 / 42%);
}

.tggsidebar .menu-list li a {
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:10px;
}
span.submenu-toggle:hover {
    color: #000;
}
.tggsidebar .submenu {
	list-style: none;
	padding-left: 15px;
	display:none;
	/* max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out; */
	margin:0px;
	padding:0px 0px 0px 15px!important;
}
.tggsidebar .submenu.open{
	display:block;
}
.tggsidebar .submenu.open {
	/*max-height: 500px;  Adjust as needed for your menu content */
	padding-top: 10px;
}

.tggsidebar .submenu-toggle {
	cursor: pointer;
	margin-left: auto;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	width: 20px;
	text-align: center;
}

.tgg-top-bar .navbar-collapse {
	top: 129px!important;
	z-index: 999;
}



.tooltip-tgg {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

.tooltip-tgg::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -5px;
    left: 110%;
    transform: translateX(0%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    width: max-content;
    max-width: 500px;
    word-break: break-all;
    white-space: pre-wrap;
	height: max-content;
}

.tooltip-tgg:hover::after {
    opacity: 1;
    visibility: visible;
	z-index:99;
}  


.gv-editable-container.editable-popup {
    opacity: 1;
}
.gv-editable-popover.popover.top button {
    color: #fff;
}

th.vertical-text span {
    writing-mode: sideways-lr;
}
th.vertical-text{
    text-align:center;
    width:25px;
}

td.vertical-text:has(> span.yes) {
    background-color: #b7e1cd;
}

td.vertical-text:has(> span.no) {
    background-color:#f4c7c3;
}

.tippy-box[data-theme~='translucent'] {
  text-align: left;
}

.tippy-tooltip.translucent-theme {
    background: #000;
    color: #fff;
    text-align: left;
    will-change: unset;
}

span.tippycs {
    border-bottom: dashed 1px;
}

