main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

#infoContent {
	display: none; /* Başlanğıcda gizli olacaq */
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	border-radius: 5px;
	position: absolute;
	width: 300px;
	text-align: left;
	font-family: math;
}

#info {
	cursor: pointer;
}

#reader {
	width: 600px;
	border-radius: 30px;
}

#result {
	text-align: center;
	font-size: 1.5rem;
}

.result_error {
	color: green;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	position: fixed;
	z-index: 999;
	background: white;
	width: 100%;
}
.result_success {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	position: fixed;
	z-index: 999;
	background: white;
	width: 100%;
}

.card-img-top {
display: block; /* Şəklin konteynerdə mərkəzləşdirilməsi üçün */
	margin: 0 auto; /* Ortaya düşməsi üçün */
	width: 64px !important; /* Şəklin eni 128px */
	height: 64px; /* Şəklin hündürlüyü 128px */
	object-fit: cover; /* Şəkil konteynerə sığsın və kəsilməsin */
	border-radius: 8px; /* Küncləri yüngül yuvarlaqlaşdırmaq üçün */
}

.teqvim {
	background: black;
	color: #333;
	padding: 5px;
	border-radius: 5px;
}