

.colorStrip {
	width: 99%;
	# border-style: solid;
	border-color: white;
	background-color: #cc6600;
	color:#ffffff;
	text-align: center;
}
.SanSloka {
	font-size: 1.3em;
	color: #5B0000;
	font-family: "Sanskrit 2003";
	text-align: center;
	line-height : 150%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.TamilSloka {
	font-size: 1.3em;
	color: #5B0000;
	font-family: "Nirmala UI";
	text-align: center;
	line-height : 150%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.KannadaSloka {
	font-size: 1.3em;
	color: #5B0000;
	font-family: "Nirmala UI";
	text-align: center;
	line-height : 150%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.RomanSloka {
	font-size: 1.3em;
	color: #5B0000;
	font-family: "Verdana";
	text-align: center;
	line-height : 150%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.conclusion {
	font-family: Times New Roman, Georgia;
	font-size: 1.1em;
	color: #333399;
	text-indent: 50px;
	letter-spacing: 1px;
	text-align: Center;
	margin-top: 1%;
	margin-bottom: 1%;
}
.tat {
	font-size: 1.2em;
	font-family: Times New Roman, Georgia;
	font-weight: normal;
	color: #000000;
	text-align: Left;
	text-indent: 50px;
	margin-top: 0.5%;
	margin-bottom: 1%;
}
.comment {
	font-size: 1.05em;
	font-family: Georgia;
	color: #000080;
	text-align: Left;
	text-indent: 50px;
	margin-top: 1%;
	margin-bottom: 1%;
}
.verloc {
	font-family: Times;
	background-color: #cc6600;
	color: #5B0000;
	text-align: Center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing : -1px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin: 0px;
	border: none;
}
.header {
	font-size: 2em;
	color: #800000;
	font-family: Times New Roman;
	text-align: Center;
	margin-top : 0.5%;
	margin-bottom : 0.5%;
	letter-spacing: 2px;
}
.smRS {
	font-size: 1em;
	color: #800080;
	font-family: "URW Palladio ITU";
	text-align: Center;
	margin-top : 0.5%;
	margin-bottom : 0.5%;
}
.smSS {
	font-size: 18px;
	color: #CC3300;
	font-family: "Sanskrit 2003";
	text-align: Center;
	font-weight : 500;
	margin-top : 0.5%;
	margin-bottom : 0.5%;
}
.ardham {
	font-family: Times New Roman;
	font-size: 16px;
	color: #800000;
	text-align: Left;
	text-indent: 50px;
	font-weight: 700;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
.txt {
	font-family: Times New Roman;
	font-size: 1.2em;
	color: #000000;
	text-align: Left;
	text-indent: 50px;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
.prati {
	font-size: 15px;
	font-family: Times New Roman;
	font-weight: 700;
	color: #000000;
	text-align: Left;
	text-indent: 50px;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
strong {
	color: #800000;
}
em {
	color: #750000;
	font-style: normal;
}
.emph {
	color: #993333;
}
h3 {
	font-family: Times New Roman;
	text-align: center;
	color: #333399;
	font-size: large;
}
h4 {
	font-family: Times New Roman;
	text-align: center;
	color: #000000;
	font-size: 19px;
	font-weight: normal;
	height: 25px;
}
.tild {
	font-family: Times New Roman;
	font-size: 15px;
	color: #0000FF;
	text-align: Center;
	font-weight: bold;
}
/*=================footer style declarations===================*/
#centeredmenu {
	float: left;
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
	font-family: "Times New Roman";
	font-size: 18px;
}
#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
	right: 50%;
	color: red;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	font-weight: 600;
	line-height: 1.3em;
	border: 1px #CC0000 groove;
	background: #FCF7D6;
}
#centeredmenu ul li a {
	color: #000000;
	text-decoration: none;
}
#centeredmenu ul li a:hover {
	color: #FFFFFF;
	background: #3366CC;
}
#centeredmenu ul li a.nav {
	font-weight: normal;
	color: #000000;
}
#centeredmenu ul li a.nav:hover {
	font-weight: normal;
	color: #ffffff;
	background: RED;
}
#centeredmenu ul li a.main {
	font-weight: normal;
}
#centeredmenu ul li a.chapter {
	font-weight: 600;
}
/*=============end of ====footer style declarations===================*/



 body {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

img {
	-webkit-touch-callout: none; /* Disable callout menu on long press */
}






.toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

#toggleButton {
    padding: 15px 30px; /* Increased padding */
    border: none; /* Remove border for a smoother look */
    background: linear-gradient(145deg, #556be5, #cc6600); /* Glossy gradient background */
    color: #FFF; /* White text color for better contrast */
    font-size: 20px; /* Larger font size */
    font-weight: bold; /* Bold text */
	font-family: Times New Roman, Georgia;
    border-radius: 30px; /* More pronounced rounded corners */
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.2s ease; /* Smooth transition for 3D effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for 3D depth */
    outline: none; /* Remove outline to avoid focus border */
}

#toggleButton:hover {
    background: linear-gradient(145deg, #cc6600, #556be5); /* Invert gradient on hover */
}

#toggleButton:active {
    transform: translateY(4px); /* Move down instead of scaling to simulate button press */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Adjust shadow for pressed effect */
}





/* Content Selection Image Buttons */
.image-button {
    cursor: pointer;
/*    border-radius: 50%;  Makes the image appear circular */
	clip-path: circle(32% at 50% 50%);
    transition: all 0.2s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.image-button:active {
/*    transform: translateY(4px);*/
	transform: scale(0.8); /* Slightly scale down on click */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.image-container {
    position: relative;
    text-align: center; /* Center the text horizontally */
}
.image-container img {
    width: 100%;
    height: auto; /* To maintain aspect ratio */
}


.exit-image:active {
	transform: scale(0.8);
}


/* Verse Focus Styles */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* Add vendor prefixes for compatibility */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#allVerses {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-center; /* Align content to the top when it does not overflow */
    width: 100%; /* Ensure it fills the overlay */
    height: auto;
	overflow: hidden;
}

/* BACKGROUND BLUR ELEMENT */
#blur-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(25px); /* Apply blur to the background only: Works for desktops, not in mobiles! */
	-webkit-backdrop-filter: blur(25px); /* Add vendor prefix for compatibility in mobiles. */
	background-color: rgba(0, 0, 0, 0.3); /* Fallback for mobile browsers to blur background. */
	background: url('../images/background-1.png') no-repeat center center;
	background-size: auto 100%; /* Ensure the image contains within window height */
/*	animation: fadeIn 7s ease forwards;*/
	-webkit-animation: fadeIn 1s ease forwards; /* Add vendor prefix for mobile browser compatibility */
	animation: fadeIn 1s ease forwards;
	animation-delay: 0s;
	z-index: 900; /* Ensure it's below the focus-overlay */
}


/* FOCUS TABLE ELEMENT */
.focus-table {
	display: none;
	position: fixed;
	
	flex-direction: column;
    align-items: center;
    text-align: center;
	
	overflow: hidden;
	
    padding-bottom: 5%; /* To ensure it only takes 80% height effectively */
	
	background: rgba(255, 255, 255, 0.0); /* Useful while testing if enabled */
	
    /* border-collapse: collapse; /* Collapse borders */
	
	z-index: 1000;
}

/* Below row sizes are adjusted based on device type & orientation in media elements */
.first-row {
	flex: 0 1 70%; /* Large content area for focus overlay */
	overflow: hidden;
	position: relative; /* Establish positioning context */
}
.second-row {
	flex: 0 1 10%; /* Flex-grow, flex-shrink, flex-basis */
	overflow: hidden;
}
.third-row {
	flex: 0 1 20%; /* Reserved space for locator */
	overflow: hidden;
}


/* FOCUS OVERLAY VERSE ELEMENT */
#focus-overlay {
	display: none;
	/* height & max-height properties are set in script resize event to update dynamically upon window resize. */
	overflow-y: auto; /* Enable scrolling within the overlay */
	padding: 1%;
	box-sizing: border-box;
}

/* Styling for verses inside the overlay */
#focus-overlay .verse.active {
	display: block; /* Alterning this removes text margins & alignments */
	
	opacity: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	
	background: rgba(255, 255, 255, 0.8); /* Partial opaque to display verses clearly */
	
	padding: 1% 2%;
	margin: 2%;
	
	overflow-y: auto; /* Enable scrolling within the overlay */
	border-radius: 20px;
	
	box-sizing: border-box;
	
	animation: fadeIn 0.3s ease forwards; /* Starts fading in after 0.3s delay, completes over 2s */
}

/* Display the first active verse alone */
#focus-overlay .verse.active.first {
	display: block;
	background: rgba(255, 255, 255, 0.8); /* Partial opaque to display verses clearly */
/*    padding: 20px; Adds padding around the content */
/*    border-radius: 20px; Rounds the edges */
/*    margin: 2%; Adds some space around each verse for separation */
}



/* AUDIO ELEMENT */
#verse-audio {
	display: none;
	position: relative;
	
	left: 10%;
	right: 10%;
	width: 80%;
	
	text-align: center;
	
	border-radius: 20px;
	
	z-index: 1000;
}

#chapter-audio {
	opacity: 0.7;
}

/* Audio Plyr player container for background and border styling */
.plyr--audio {
    border-radius: 20px; /* Rounded borders */
    background-color: #ffffff;
	opacity: 0.7; /* Semi-transparent background */
}
/* Target the controls within the Plyr player */
.plyr--audio .plyr__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px;
    background-color: #ffffff;
	color: #000000;
}
/* Style specific controls on hover and focus */
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control:focus,
.plyr--audio .plyr__control:active {
    background-color: #4040bf;
}
/* For the progress bar and volume bar */
.plyr--audio .plyr__progress,
.plyr--audio .plyr__volume {
	flex: 1; /* Take up available space */
    background-color: #ffffff;
}
.plyr--audio .plyr__progress {
	max-width: 50%;
}
.plyr--audio .plyr__progress__buffer,
.plyr--audio .plyr__volume--display {
    background-color: #ffffff;
    color: #700fcc;
}
.plyr--audio .plyr__progress__filled,
.plyr--audio .plyr__volume--display {
    color: #700fcc;
}
/* For custom playback speed button active highlighting */
.plyr--audio .plyr__control.custom-speed.active {
    background-color: #4040bf;
    color: #ffffff;
}



/* VERSE LOCATOR ELEMENT */
#verse-locator {
	display: none;
	position: relative;
	
	bottom: 1%;
	left: 1%;
	right: 1%;
	height: 100%;
	max-width: 95%;
	
	flex-direction: column;
	text-align: center;
	align-items: center;
	
	border-radius: 20px;
	padding: 1%;
	overflow-y: auto;
	box-sizing: border-box;
	
	z-index: 1000;
}

.verse-locator {
    background: rgba(255, 255, 255, 0.5);
/*    padding: 10px 0;*/
    z-index: 1000; /* Ensure it's above the focus-overlay content */
}
.verse-locator-title {
	color: #5B0000;
	font-weight: bold;
}
.verse-locator-table {
    display: flex; /* ALTERING EFFECTS VISIBILITY */
	flex-wrap: wrap; /* Wrap items to the next line */
    /*grid-template-columns: repeat(20, 1fr); /* 20 numbers per row */
	justify-content: center; /* Center items for better visual */
}
.verse-locator-table div {
    background: rgba(51, 51, 153, 0.5);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center; /* Ensure text is centered */
}
.verse-locator-table div:hover {
    background: #700fcc;
}
.verse-locator-table .current-verse-loc {
    background: #700000; /* Different background for highlighting */
}


/* ALL FOCUS ELEMENTS */
#focus-overlay .verse.active.first, #verse-audio, #verse-locator {
	opacity: 0;
	animation: fadeIn 5s ease forwards; /* Starts fading in after given secs delay, takes this much time to show */
/*	animation-delay: 18s;*/
}



/* Mobile Portrait Mode */
@media (max-width: 896px) {
	html {
		background: radial-gradient(circle at 50% 30%, #ffff00, #ff9900, #cc6600, #4040bf);
	}
	h1 {
		font-family: Times New Roman;
		color: #660000;
/*		color: #FF9900;*/
		text-align: center;
	}
	h2 {
		font-family: Times New Roman;
		text-align: center;
		color: #202060;
	}
	.TelSloka {
		font-size: 1.2em;
	/*	color: #5B0000;*/
		color: #6F0000;
		font-weight: bold;
		font-family: "Nirmala UI";
		text-align: center;
		line-height : 150%;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.pratipada {
		font-family: Times New Roman, Georgia;
		color: #12123b;
		font-size: 1.1em;
		text-indent: 50px;
		letter-spacing: 1px;
		text-align: justify;
		text-justify: inter-word;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	
	/* Chapter image text */
	.text-overlay {
		cursor: pointer;
		transition: all 0.1s ease;
		position: absolute;
		top: 50%; /* Center vertically */
		left: 50%; /* Center horizontally */
		transform: translate(-50%, -50%); /* Adjust the positioning */
		font-size: 23px; /* Text size */
		font-family: 'Comic Sans MS', cursive, 'Chalkboard SE', sans-serif;
		background-color: rgba(0, 0, 0, 0.0); /* Transparent background */
		padding: 10px; /* Some padding */
		border-radius: 5px; /* Rounded corners for the background */
	}
	.smItS {
		font-size: 1.1em;
/*		color: #202060;*/
		color: #FFA000;
		font-family: Times New Roman;
		text-align: Center;
		margin-top : 0.5%;
		margin-bottom : 0.5%;
		letter-spacing: 2px;
	}
	
	
	.first-row {
		flex: 0 1 70%; /* Large content area for focus overlay */
	}
	.second-row {
		flex: 0 1 10%; /* Flex-grow, flex-shrink, flex-basis */
	}
	.third-row {
		display: block;
		flex: 0 1 20%; /* Reserved space for locator */
	}
	
	.focus-table {
		left: 10%;
		top: 10%; /* Start 15% from the top */
		width: 80%; /* Take 80% of the viewport width */
		height: 90%; /* Take 90% of the viewport height */
		max-width: 80%;
		max-height: 90%;
	}
	
	#focus-overlay::-webkit-scrollbar {
		width: 10px;
	}
	
	.plyr--audio .plyr__controls {
		height: 2em;
		overflow: hidden;
	}
	.plyr--audio .plyr__control.custom-speed.active {
		max-height: 1.8em;
		line-height: 1.8em;
		padding: 0;
	}
	.plyr--audio .plyr__progress {
		display: none;
	}
	
	/* Ensure the verses are clearly visible */
	#focus-overlay .verse {
		display: none;
		text-align: center;
		font-size: 1.0em;
		margin-bottom: 10px;
		padding: 1%;
	}
	
	
	#verse-locator::-webkit-scrollbar {
		width: 10px;
	}
	.verse-locator-title {
		font-size: 1.0em;
	}
	.verse-locator-table {
		gap: 3px;
		padding: 1%; /* Padding on sides */
		font-size: 1.0em; /* Verse num sizing */
	}
	.verse-locator-table div {
		padding: 1%;
		min-width: 10%; /* Minimum width for single-digit verses */
	}

	.exit-image {
		display: none;
		position: fixed;
		opacity: 0.5;
		transform: translate(-50%, 0%);
		top: 85%;
		left: 80%;
		bottom: 5%;
		right: 5%;
		max-width: 20%;
		max-height: 20%;
		scale: 0.1;
		cursor: pointer;
		transition: all 0.2s ease;
		z-index: 1000;
	}
}

/* Mobile Landscape Mode */
@media (max-height: 480px) and (orientation: landscape) {
    html {
		background: radial-gradient(circle at 50% 30%, #ffff00, #ff9900, #cc6600, #4040bf);
	}
	h1 {
		font-family: Times New Roman;
		color: #660000;
/*		color: #FF9900;*/
		text-align: center;
	}
	h2 {
		font-family: Times New Roman;
		text-align: center;
		color: #202060;
	}
	.TelSloka {
		font-size: 1.1em;
	/*	color: #5B0000;*/
		color: #6F0000;
		font-weight: bold;
		font-family: "Nirmala UI";
		text-align: center;
		line-height : 150%;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.pratipada {
		font-family: Times New Roman, Georgia;
		color: #202060;
		font-size: 1.0em;
		text-indent: 50px;
		letter-spacing: 1px;
		text-align: justify;
		text-justify: inter-word;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	
	/* Chapter image text */
	.text-overlay {
		cursor: pointer;
		transition: all 0.1s ease;
		position: absolute;
		top: 50%; /* Center vertically */
		left: 50%; /* Center horizontally */
		transform: translate(-50%, -50%); /* Adjust the positioning */
		font-size: 20px; /* Text size */
		font-family: 'Comic Sans MS', cursive, 'Chalkboard SE', sans-serif;
		background-color: rgba(0, 0, 0, 0.0); /* Transparent background */
		padding: 10px; /* Some padding */
		border-radius: 5px; /* Rounded corners for the background */
	}
	.smItS {
		font-size: 1.0em;
/*		color: #202060;*/
		color: #FFA000;
		font-family: Times New Roman;
		text-align: Center;
		margin-top : 0.5%;
		margin-bottom : 0.5%;
		letter-spacing: 2px;
	}
	
	
	
	.focus-table {
		left: 10%;
		top: 10%; /* Start 15% from the top */
		width: 80%; /* Take 80% of the viewport width */
		height: 99%; /* Take 90% of the viewport height */
		max-width: 80%;
		max-height: 99%;
	}
	.first-row {
		flex: 0 1 90%;
	}
	.second-row {
		flex: 0 1 10%;
	}
	.third-row {
		display: none !important;
		flex: 0 1 0%;
	}
	
	#focus-overlay::-webkit-scrollbar {
		width: 10px;
	}
	
	/* Ensure the verses are clearly visible */
	#focus-overlay .verse {
		display: none;
		text-align: center;
		font-size: 1.0em;
		margin-bottom: 10px;
		padding: 1%;
	}
	
	.plyr--audio .plyr__controls {
		height: 1.9em;
		overflow: hidden;
	}
	.plyr--audio .plyr__control.custom-speed.active {
		max-height: 1.5em;
		line-height: 1.5em;
		padding: 0;
	}
	.plyr--audio .plyr__progress {
		display: run-in;
	}
	
	#verse-locator {
		display: none !important;
	}
	.verse-locator-table {
		display: none !important;
	}

	.exit-image {
		display: none;
		position: fixed;
		opacity: 0.5;
		transform: translate(-50%, 0%);
		top: 80%;
		left: 90%;
		bottom: 5%;
		right: 5%;
		max-width: 20%;
		max-height: 20%;
		scale: 0.1;
		cursor: pointer;
		transition: all 0.2s ease;
		z-index: 1000;
	}
}

/* Desktops */
@media (min-width: 897px) {
	html {
		background: radial-gradient(circle at 50% 45%, #ffff00, #ff9900, #cc6600, #4040bf);
		# background: radial-gradient(circle at top left, #ffcc00, #333399);
		# background: radial-gradient(ellipse, #ffcc00, #333399);
		# background: radial-gradient(circle, #ffcc00 10%, #ff9900 30%, #cc6600 60%, #333399 90%);
		# background: radial-gradient(circle closest-side, #ffcc00, #333399);
	}
	h1 {
		font-family: Times New Roman;
		color: #660000;
		text-align: center;
	}
	h2 {
		font-family: Times New Roman;
		text-align: center;
		color: #202060;
	}
	.TelSloka {
		font-size: 1.8em;
	/*	color: #5B0000;*/
		color: #6F0000;
		font-weight: bold;
		font-family: "Nirmala UI";
		text-align: center;
		line-height : 150%;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.pratipada {
		font-family: Times New Roman, Georgia;
		color: #202060;
		font-size: 1.5em;
		text-indent: 50px;
		letter-spacing: 1px;
		text-align: justify;
		text-justify: inter-word;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	
	/* Chapter image text */
	.text-overlay {
		cursor: pointer;
		transition: all 0.1s ease;
		position: absolute;
		top: 50%; /* Center vertically */
		left: 50%; /* Center horizontally */
		transform: translate(-50%, -50%); /* Adjust the positioning */
		font-size: 30px; /* Text size */
		font-family: 'Comic Sans MS', cursive, 'Chalkboard SE', sans-serif;
		background-color: rgba(0, 0, 0, 0.0); /* Transparent background */
		padding: 10px; /* Some padding */
		border-radius: 5px; /* Rounded corners for the background */
	}
	.smItS {
		font-size: 1.5em;
		color: #202060;
		font-family: Times New Roman;
		text-align: Center;
		margin-top : 0.5%;
		margin-bottom : 0.5%;
		letter-spacing: 2px;
	}
	
	
	.first-row {
		flex: 0 1 70%; /* Large content area for focus overlay */
	}
	.second-row {
		flex: 0 1 10%; /* Flex-grow, flex-shrink, flex-basis */
	}
	.third-row {
		display: block;
		flex: 0 1 20%; /* Reserved space for locator */
	}
	
	#focus-overlay::-webkit-scrollbar {
		width: 20px;
	}
	
	
	#verse-locator::-webkit-scrollbar {
		width: 20px;
	}
	
	
	.focus-table {
		left: 20%;
		top: 15%; /* Start 15% from the top */
		width: 60%; /* Take 60% of the viewport width */
		height: 80%; /* Take 80% of the viewport height */
		max-width: 60%;
		max-height: 80%;
	}
	
	/* Ensure the verses are clearly visible */
	#focus-overlay .verse {
		display: none;
		text-align: center;
		font-size: 1.1em;
		margin-bottom: 15px;
		padding: 1%;
	}
	
	.plyr--audio .plyr__controls {
		height: 2.7em;
		padding-right: 3%;
		overflow: hidden;
	}
	.plyr--audio .plyr__progress {
		display: run-in;
	}
	.plyr--audio .plyr__control.custom-speed {
		width: 10%;
	}
	.plyr--audio .plyr__control:hover,
	.plyr--audio .plyr__control.custom-speed.active {
		max-height: 2.5em;
		line-height: 2.5em;
		padding: 0;
	}
	
	.verse-locator-title {
		font-size: 1.1em;
	}
	.verse-locator-table {
		gap: 5px;
		padding: 0 20px; /* Padding on sides */
		font-size: 1.0em;
	}
	.verse-locator-table div {
		padding: 1%;
		min-width: 5%; /* Minimum width for single-digit verses */
	}
	
	.exit-image {
		display: none;
		opacity: 0.5;
		position: fixed;
		top: 85%;
		bottom: 5%;
		left: 85%;
		right: 5%;
		max-width: 20%;
		max-height: 20%;
		scale: 0.13;
		z-index: 1000;
	}
}





/* Custom scrollbar styling for Webkit browsers */
::-webkit-scrollbar {
    background-color: transparent; /* Transparent background */
}

/* Apply the styles to the focused overlay */
#focus-overlay::-webkit-scrollbar-thumb, #verse-locator::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background: rgba(51, 51, 153, 0.5);
    border-radius: 20px;
}
/* Scrollbar thumb hover effect */
#focus-overlay::-webkit-scrollbar-thumb:hover, #verse-locator::-webkit-scrollbar-thumb:hover. ::-webkit-scrollbar-thumb:hover {
    background: rgba(51, 51, 153, 0.7);
}

