td{text-transform: capitalize;}
.btn-primary2,  .btn-primary2:active, .btn-primary2:visited {
  background-color: #00456e !important; color:white;
}
.btn-primary2:hover{
  background-color: #025484 !important;color:white;
}
.text-primary2, .text-primary2:hover, .text-primary2:active, .text-primary2:visited {
  color: #00456e !important;
}
.bg-primary2{
  background-color: #00456e;
}
.bg-gradient-primary2{
  background-image: linear-gradient(180deg,#00456e 10%,#224abe 100%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  background-color: #00456e;
} 
.btn-primary2 {
  color: #fff;
  background-color: #00456e;
  border-color: #00456e;
}
.btn-secondary2 {
  color: #fff;
  background-color: #3c3c43;
  border-color: #858796;
}
.btn-outline-primary {
  color: #00456e;
  border-color: #00456e;
}
.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00456e;
  border-color: #00456e;
}
a {
  color: #00456e;
  text-decoration: none;
  background-color: transparent;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00456e;
  border-color: #00456e;
}
.badge-primary2{
  background-color: #00456e;
  border-color: #00456e;
}
.border-left-primary{border-left:.25rem solid #00456e!important}
@keyframes girisArkaplan {
  0%   {background-position-x: 0%;}
  25%  {background-position-x: 50%;}
  50%  {background-position-x: 100%;}
  75%  {background-position-x: 50%;}
  100% {background-position-x: 0%;}
}


.cevapAlani{position:relative; width:100%; }
.cevapAlani .soru{width:100%; height:fit-content;font-size:14px; display:flex; justify-content:space-evenly;align-items: center;background-color: white;
color:#BF5593;padding: 6px 0px;}
.cevapAlani .soru:nth-child(even){background-color: #F8E2F7;}
.cevapAlani .soru:hover{background-color: #00456e;}
.cevapAlani .soru .soruNum{min-width: 20px;}
.cevapAlani .cevap{padding: 4px 10px; border-radius: 300px; border:1px solid #BF5593;cursor: pointer;}
.cevapAlani .cevap.active {background:rgb(141, 140, 140);color:white}
.nav-link.denemeDers{background-color:#F8E2F7; margin:5px 0px;}
.nav-link.denemeDers.active{background-color:#BF5593; }


.select2-container--default .select2-selection--single{
	border:none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d1d3e2;
	border-radius: .35rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top:6px !important;
}

input:focus-visible {
	outline: 0 !important;
}

.select2-dropdown{
	top: 5px;
	border: 1px solid #d1d3e2 !important;
}
