body {
	width: 100%;
	background-color: #f7f7f7;
}

h5 {
	font-weight: bold;
}

.dataTables_scrollHeadInner {
	display: none;
}
.dataTables_scrollHeadInner table {
	display: none;
}

.content{
	width: 100%;
	overflow-x: hidden;
	margin: 5rem auto;
}

.contact {
	font-size: 1.2rem;
	height: 40px;
	color: #fff;
	width: 40px;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #fff;
	margin-top: 10px;
}

.contact a {
	color: white;
}

.contact-hidden {
	float: right;
	margin-right: 1rem;
	position: relative;
	z-index: 9999;
}
.contact-hidden ul {
	list-style: none;
}
.contact-hidden {
	background-color: #000;
	padding: 1rem 2rem .5rem 0;
	opacity: .8;
	color: #fff;
	text-align: left;
	display: none;
}

.hidden, .hidden-form {
	display: none;
}

.d-block {
	display: block;	
}

.loading {
	display: flex;
  	justify-content: center;
 	margin-top: 1rem;
}

.register-form {
	width: 100%;
	min-height: 500px;
}

li.completed a .circle {
	background-color: #37cc37 !important;
}

.head-logo {
	 margin-bottom:.5rem;
	 color: #f1f1f1;
	 font-size: 2rem;
	 line-height: 3.5rem;
	 text-align: center;
	 font-weight: 400;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 margin-top: 0.2rem;
}

.logo-img {
  width: auto;
  height: 60px;
}

.step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7, .step-8, .step-9 {
	width: 100%;
}

.register-select, .register-select option {
	color: #000;
	font-weight: lighter;
}

.card {
	padding-top: 2rem;	
}

.card .md-form label {
    color: #000;
    font-size: .8rem;
    font-weight: lighter;
}

.info {
	font-size: .7rem;
	color: #4285f4;
}

.kvkk-info {
	font-size: .9rem;
}

.kvkk {
	padding-top: 1.3rem !important;
}

.kvkk-control {
	padding-left: 2.5rem;
}

.btn-outline-info-custom {	
	color: #4285f4;
	background-color:transparent;
	border: 2px solid #4285f4;
	font-weight: bolder;
}

.button-alone, .button-result {
	width: 100% !important;	
	background-color: #4285f4;
	color: #f1f1f1;
}

.form-button, .form-button-purchase, .form-onay-button {
    width: 45%;
    background-color: #4285f4;
    color: #f1f1f1;
}

.form-button-prev, .form-button-back {
    width: 45%;
    margin-right: 2rem !important;
    margin-left: 1rem !important;
    border: 2px solid #6c757d !important;
    background-color: #6c757d;
    color: #f1f1f1;
}

.daire-bilgi-dd, .daire-bilgi-input {
	width: 55%;
	color: #4285f4;
}

.daire-bilgi-input:focus {
	color: #4285f4;
}

.daire-bilgileri-fg {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.active .label {
    font-weight: lighter !important;
    font-size: 12px;
}

.completed .label {
	font-size: 12px;
    font-weight: normal !important;
    border-bottom: 2px solid #37cc37;   
}

.nav-bar-custom {
	width: 95%;
}

.nav-bar-custom a{
	width: 95%;
	display: block;
	padding-left: 15%;
}

.full-screen {
	width: auto;
	color: #f1f1f1;
}

.fullscreen-info-btn {
	font-size: 8px;
	display: block;
}

.head-part {
	 width: 100%;
	 height: 60px;
	 background-color: #1f1f1f !important;
	 position: fixed;
	 top: 0;
	 z-index: 9999;
	 display: flex;
	flex-direction: row;
	justify-content: center;
}

.err {
	border-color: #721c24;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(114, 28, 36, 0.6);
  	outline: 0 none;
}

.full-screen-btn {
	 font-size: 24px;	
}

.buttons {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

ul.stepper {
	padding: 0;
	margin: 0;
}

ul.stepper li a {
	cursor: default;
	pointer-events: none;
}

.blue {
	background-color: #4285f4 !important;
}

.button-choose, .button-choose-modal {
	font-size: 12px;
	color: #f7f7f7;
	background-color: #4285f4;
	border-radius: 5px;
	width: 100%;
	height: 39px;
	margin-top: .5rem;
}

.deactive {
	color: #737373;
	background-color: #f7f7f7;
	border: 2px solid #737373;
}

.button-choose-disabled {
	font-size: 12px;
	color: #9b9b9b;
	background-color: #f7f7f7;
	border: 2px solid #9b9b9b;
	border-radius: 5px;
}

.popup-outer, .pop-outer {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#cc-info-modal {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#modal-content {
	background-color: #fff;
	width: 500px;
	padding: 25px;
	position: relative;
	top: 50%;
	left: 50%;
	height: 400px;
	margin-top: -200px;
	margin-left: -250px;
}

.popup-inner, .pop-inner {
	background-color: #fff;
	width: 500px;
	padding: 25px;
	margin: 5% auto;
}

.error-msg {
	font-size: 11px;
	line-height: 12px;
}

.alert {
	padding: 0;
	margin-top: 1rem;
}

.label-span {
	color: #4285f4;
	font-weight: bold;
}

.info-span {
	text-decoration: underline;
}

.last label {
    width: 50%;
    margin: auto;
    text-align: center;
}

.last {
	display: flex;
	flex-direction: column;
}

.row-tb, .row-oe {
	border: .1rem solid rgba(202, 198, 198, 0.5);
	margin: 1rem;
	border-radius: .4rem;
	min-height: 3rem;
	height: auto;
	line-height: 3rem;
	padding-left: 1rem;
}

.info-title-tb {
	  width: 50%;
	  margin-left: 1rem;
	  padding-left: .1rem;
}

.info-content-tb {
  width: 20%;
  color: #4285f4;
}

.result {
	text-align: center;
}

h2, h3 {
	margin-bottom: 3rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.mtb-5r {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.active .active-now {
  font-weight: bolder !important;
  font-size: 16px;
  border-bottom: 2px solid #1f1f1f;
}

.dataTables_scrollBody {
	overflow-x: hidden !important;
}

.dt-modal {
	width: 100%;
	position: absolute;
	z-index: 9999;
	background-color: #f1f1f1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
}

.purchase-row {
	margin-left: 0;
	margin-right: 0;
}

.close-aggriment {
  float: right;
  padding-top: 1rem;
  padding-right: 2rem;
  cursor: pointer;
}

#close-cc-info {
  float: right;
  cursor: pointer;
  font-size: 36px;
}

.aggrement_content, .cc-info-_content {
  padding-top: 4rem;
  padding-left: 2rem;
}

.like-link {
	color: #007bff;
	cursor: pointer;
}

#close-aggriment-btn {
	cursor: pointer;
	font-size: 36px;
}

.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.3rem;
  width: 2rem;
  height: 2rem;
}

.checkbox-xl .custom-control-label {
  padding-top: .8rem;
  padding-left: 20px;
  color: gray;
}

.info-label {
  color: gray;
}

.form-check-label {
	color: gray;
	margin: 1rem;
}

.footer-info {
	font-size: 12px;
	text-align: end;
}

.footer-last-info {
    padding: 0rem 1rem 0 0;
    text-align: end;
}

.check-m1 {
	margin: 1rem;
}

.info-modal {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #f1f1f1;	
	z-index: 9999;
	position: absolute;
	display: none;
}



@media only screen and (max-width: 783px) {
	.info-content-tb {
		width: 100%;
	}
	
	.info-title-tb {
  		width: 100%;
		margin-left: 1rem;
		padding-left: .1rem;
	}
	
	.row-tb {
		line-height: 1.5rem;
		display: flex;
	    flex-direction: column;
	}
	
	#modal-content {
		width: auto;
		margin: 40% auto;
		top:0;
		left:0;
		height: auto;
	}
}