@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');

select:focus, select:active, input:focus, input:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}

select:focus, select:active, input:focus, input:active {
	border-color: #ced4da !important;
}

button:focus, button:active {
	border-color: none !important;
}

html, body {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	background-image: url("../images/background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

html *::selection {
	background-color: #ddd;
}

.header, .main {
	width: 60%;
	background-color: white;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

.logo {
	width: 60%;
}

.header {
	background-color: #ddd;
	margin-bottom: 10px;
	border-bottom: 3px solid #ff8000;
	border-radius: 3px 3px 0 0;
}

.subTitle {
	margin: 20px 0 20px 0;
}

.main {
	height: auto;
	border-radius: 3px;
	padding-bottom: 20px;
	box-shadow: inset 0 0 5px #666;
}

.col * {
	font-size: 15px;
	padding: 15px;
	height: 100%;
}

h4 {
	color: #1e4578;
}

.nav-item .navStyle {
	padding: 12.5px 25px;
}

.nav-item .navStyle:hover {
	background-color: #ff8000;
}

.bbk {
	padding: 5px;
	background-color: #71c1e9;
}

.adres {
	padding: 10px;
	background-color: #7b7fcb;
}

.adres1 {
	padding: 10px;
	background-color: #7b7fcb;
}

.form-control:focus, .nav-item .navStyle, .col * {
	color: black;
}

.butt0n {
	background-color: #ff8000;
	border-radius: 3px;
}

.sorgu {
	margin: 0 30% 0 30%;
	text-align: center;
}

.sorgu2 {
	margin: 0 12.5% 0 12.5%;
}

.main2 {
	display: none;
	height: auto;
}

.conT {
	height: 100%;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1667px) {
	.baslik {
		font-size: 15px;
	}

	.icerik {
		font-size: 15px;
	}

}

@media only screen
and (min-width : 1667px) {
	.baslik {
		font-size: 20px;
	}

	.icerik {
		font-size: 20px;
	}

}



.baslik {
	color: #48465d;
	padding: 0;
	line-height: 0;
	text-align: center;
}

.icerik {
	text-align: center;
	color: #ff8000;
}

/*
// Loading STARTED
*/

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #ff8000 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}

/*
// Loading END
*/

.geriDon {
	font-size: 24px;
	background-color: #ddd;
	border: none;
	border-bottom: 3px solid #ff8000;
	color: #48465d;
	border-radius: 3px;
}

.main3 {
	display: none;
	height: auto;
	padding: 20px;
	padding-bottom: 50px;
}

form {
	border-bottom: 3px solid #ff8000;
}