.zHeader1 {
	font-family: 'Catamaran';
	font-size: 3.0rem;
}

.zHeader2 {
	font-family: 'Arial';
	font-size: 1.0rem;
}

.zHeader3 {
	font-family: 'Arial', sans-serif;
	font-size: 3.5rem;
}

.zHeader4 {
	font-family: 'Arial', sans-serif;
	font-size: 1.5rem;
}

.zHeader5 {
	font-family: 'Arial', sans-serif;
	font-size: 1.1rem;
}

.zQueueTxt {
	font-family: 'Laila', serif;
	font-size: 1.1rem;
}

.btn-primary {
    background-color: #d2891d;
    border-color: #d2891d;
}

.bgHome1 {
	background-attachment: fixed;
	/* background-position: center 20% !important; */
	background-image:url("../img/bg_home_05.jpg")!important;
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.4);
	min-height:85vh;

	/* position: relative;
    height: 100vh;
    background: url('../img/bg_home_05.mp4') no-repeat center center fixed !important;
    background-size: cover; */
} 

.zLangPanel {
	position:relative;
	top:3px;
}

.rounded-circle {
    border-radius: 10%!important;
}

.zLink:link {
	color:IndianRed;
	text-decoration:none;
}

.zLink:visited {
	color:IndianRed;
	text-decoration:none;
}

.zLink:hover {
	color:DarkRed;
	text-decoration:none;
}

.zErrMsg {
	color:rgb(255, 255, 255);
	padding:3px;
	border-radius:5px;
	position:relative;
	top:18px;
	font-size:12px;
}

.zDigital {
	font-family: 'Exo 2', sans-serif;
	font-size:65px;
}

.footerLink:link {
	color:silver;
	text-decoration:none;
}

.footerLink:visited {
	color:silver;
	text-decoration:none;
}

.footerLink:hover {
	color:White;
	text-decoration:none;
}

.zRadioGroup {
	white-space: nowrap;
}

.table {
	border-collapse: separate;
	border-spacing: 10px;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #554c45;
}

.table-done td, .table-done th, .table-done thead th {
	border-color: #1D3E00;
	color: white;
}

.zTable {
	border-collapse: collapse !important;
	/* border-spacing: 10px !important; */
	/* background-color:#ece5e1; */
	/* padding:12px; */
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	/* border:20px solid #554c45; */
}

.zTable td, .zTable th {
	border:0px solid saddlebrown;
	padding:8px;
	color:DimGray;
}

.zTableDiv {
	/* background-color:#ece5e1;  */
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(233,226,222,1) 100%);
	padding:18px;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.zTableDivDark {
	background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
	padding:18px;
	border-radius: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	color:DimGray;
}


.input-group-addon {
	padding: 5px;
	padding-left: 9px;
	padding-right: 9px;
	border:1px solid silver;
	
}

.nav-link, .nav-item {
	margin-top: 2px;
	margin-bottom: 2px;
}

.btn-default {
	background-color:gainsboro;
	border-color:silver;
}

.blink_me {
	animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {  
	50% { opacity: 0; }
  }

 .zPhotoFrame {
	border: 5px solid white; /* White border with a thickness of 10px */
	box-shadow: 0 0 5px rgba(76, 76, 76, 0.3);
}

.zBtnNormal {
	background-color:#AFA6A6;
	border-color:#AFA6A6;
}

body {
	margin: 0;
	font-family: Arial, sans-serif;
	padding-bottom: 60px; /* Adjust to match the height of your bottom navigation */
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	/* background-color: #333; */
	background-color: rgba(108, 81, 66, 0.9); 
	color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 68px; /* Height of the bottom navigation */
	font-size:12px;
}
.footer a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	flex: 1;
	padding: 15px 0;
	transition: background-color 0.3s;
}
.footer a:hover {
	background-color: #6C5142;
}