.cizgi {
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #000; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
} 

.cizgi span { 
	background:#fff; 
	padding:0 10px; 
}

.required {
	color: red;
}

.center {
	text-align: center;
}

.logout-button {
	position: absolute;
	top: 10px;
	right: 10px;
}
	
.login-button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.username {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	font-size: 18px;
}

.admin-username {
	color: #B22222;
}
	
.center {
	text-align: center;
}
	
.bosluk {
	margin-top: 50px;
}
	
.user-dropdown {
	position: fixed;
	top: 30px;
	right: 30px;
}

.user-icon-container {
	width: 120px;
	height: 120px;
	border: 2px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
}

.sagustdropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 0;
}

.sagustdropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.sagustdropdown-content a:hover {
	background-color: #f1f1f1;
}
	
.user-icons {
	display: flex;
	align-items: center;
}

.user-icon {
	margin-right: 10px;
	align-self: center;
}
	
.user-icon:hover, .arrow-icon:hover {
	cursor: pointer;
}
	
.sagustdropdown-container {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 90px;
	height: 40px;
	background-color: transparent;
	z-index: 9999;
	cursor: pointer;
}
	
	#logout {
	background-color: #b23b3b;
	color: white;
}

	#login {
	background-color: #61b507;
	color: white;
}
	
a { color: inherit; } 
	
.circle-badge {
	position: fixed;
	top: 50px;
	right: 100px;
	width: 15px;
	height: 15px;
	background-color: #8c0000;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 30px;
}

.cake {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bildirim {
	color: #8c0000;
	display: inline-block;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}