/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2024 | 14:54:21 */
.overflow-auto{
	overflow-x: auto;
}

.w-fit{
	width: 100%;
}

.social-icon-size a{
	font-size: 28px;
}

.spec-table-bg{
	background-color: #f0f0f0;
}

.text-center{
	text-align: center;
}

.skeleton-for-table-of-content, .skeleton-for-table-of-content .col-1 {
	width: 100% !important;
}

.position-sticky{
	position: sticky !important;
    top: 50px !important;
    max-height: calc(100vh - 50px); /* Limits height to the viewport minus the offset */
    overflow-y: auto; /* Enables vertical scrolling if the content overflows */
    height: 100%;
    scrollbar-width: none; /* Hides scrollbar in Firefox */
}

.position-sticky::-webkit-scrollbar {
    display: none; /* Hides scrollbar in Chrome, Edge, and Safari */
}

.wpj-jtoc--toc{
	width: 100% !important;
}

.wl-fs-18 strong a {
	font-size: 18px;
	letter-spacing: 2px;
}

.wp-block-search__button:hover{
	opacity: 1 !important;
}