/* Switch Button*/
.switch-btn{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch-label{
	cursor: pointer;
	text-indent: -9999px;
	width: 45px;
	height: 22.5px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}
.modal-backdrop{
	display: none !important;
}
.pazaryeriModal{
	z-index: 999;
}
.switch-label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + .switch-label {
	background: #1761fd;
}

input:checked + .switch-label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.switch-label:active:after {
	width: 40px;
}
/* Switch Button bitiş*/

/*Önbaşvuru datatable butonları */
.alisveris{
	background: rgb(37, 221, 0);
  width: 35px;
  height: 35px;
  border:none;
	border-radius:5px;
}
.sohbet{
	background: rgb(194, 216, 0);
  width: 35px;
  height: 35px;
  border:none;
	border-radius:5px;
}
.cop{
	background: rgb(182, 1, 1);
  width: 35px;
  height: 35px;
  border:none;
	border-radius:5px;
}
/*Önbaşvuru datatable butonları bitiş*/

.modal-bosluk{
 padding: 16px 0px;
}

.border {
	border: 1px solid #eaf0f7 !important;
	width: 100%;
	margin: 0;
  }

@media (min-width: 992px)
{
.modal-lg, .modal-xl {
  max-width: 980px;
}
}