@font-face {
	font-family: "SILEOTSR";
	src: url("../font/EzraSIL-2.51-web/SILEOTSR.ttf");
}

@font-face {
	font-family: "SBLHEBREW";
	src: url("../font/SBL_Hebrew.ttf");
}

* {
	scrollbar-color: var(--bs-primary) transparent;
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	background-color: transparent;
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background: var(--bs-primary);
}

.navbar-brand, h4, h5 {
	font-family: "Lugrasimo";
	font-weight: 400;
	font-style: normal;
}

body {
	font-size: 20px;
}

.nav-link, .col-form-label {
	font-size: initial;
}

.variant {
	color: var(--bs-primary);
}

.heb {
	direction: rtl;
	font-family: "SILEOTSR";
}

.verse {
	font-size: 30px;
	direction: rtl;
	font-family: "SILEOTSR";
}

iframe {
	width: 100%;
	height: 100%;
}

.blb-container {
	width: 100%;
	height: 75vh;
	resize: vertical;
	overflow: hidden;
}

.bi-box-arrow-up-right::before {
	line-height: 24px !important;
}

.notes {
	margin: 0;
}

/* Position the overlay and spinner */
.overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0.7;
	background-color: var(--bs-body-bg);
	z-index: 99;
}

.spinner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

.spinner-local {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}

.btn-group, .navbar, .card {
	box-shadow: var(--bs-box-shadow);
	transition: box-shadow 0.3s ease-in-out;
}

.card:hover, .callout:hover {
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.15);
}

.callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid var(--bs-border-color);
	border-left-width: .25rem;
	border-radius: .25rem;
	box-shadow: var(--bs-box-shadow);
	transition: box-shadow 0.3s ease-in-out;
}

.callout-primary {
	border-left-color: var(--bs-primary);
}
.callout-warning {
	border-left-color:#f0ad4e;
}
.callout-danger {
	border-left-color:#d9534f;
}

/* Chart Page */

#timeline {
	font-size: 10px;
	cursor: crosshair;
}

#graph {
	cursor: move;
}

.chart {
	width: 100%;
	height: 60vh;
	min-height: 375px;
}

table {
	font-size: 20px;
}
