.secenek {
  line-height: 40px;
}

.personel-info-wrapper {
background-color: darkblue;
color: #ffffff;
padding: 10px;
border-radius: 10px;
}

.ad-soyad-wrapper, .dogum-tarihi-wrapper, .departman-wrapper {
  background-color: #2a9d8f;
  padding: 12px 10px;
  border-radius: 10px;
}

.table-responsive {
  overflow-x: auto;
  max-width: 100%;
}

.soru-satir {
  padding: 0 15px;
}


/* Arka plan stillemesi */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Koyu siyah arka plan */
  z-index: 9999; /* Popup'un üzerinde olmasını sağlar */
}

/* Popup kutusu stillemesi */
.popup-detay {
  background-color: #fff;
  width: 100%;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 10000; /* Popup'tan üstte olacak şekilde */
}

.kategori-adi {
  font-size: 12px;
}

.baslik-wrapper {
  background-color: lightseagreen;
  padding: 10px;
  color: #ffffff;
}

.detay-button {
  margin-right: 5px;
}

.giris-kutu {
  width: 500px;
  padding: 50px !important;
  background-color: white !important;
}

.login-wrapper {
  width: 100%;
  height: 100vh; /* 100 viewport height, tarayıcı penceresinin tamamını kaplamak için */
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-main {
  background-color: ghostwhite;
}

.card-wrapper {

	padding: 50px;
}
.card {
	position: relative;
	width: 100%;
	display: block;
	margin: 40px auto;
	text-align: center;
	background-color: #8BC34A;
	border: 5px solid;
	border-color: #8BC34A;
	max-width: 500px;
  }

.test-basarili-icon {
	font-size: 80px;
	color:#ffffff;
}

.card-body {
	background-color: #ffffff;
	color: #424242;
}