.card-body.list {
	min-height: 365px;
}

#form label {
	font-weight: 600;
}

.parsley-errors-list.filled {
	display: none !important;
}

.dd {
	max-width: 100%;
}

.dd-list .dd-item button {
	height: 46px;
	line-height: 46px;
}

.dd-list .dd-item .dd-handle {
	padding: 8px 12px;
	height: 46px;
	line-height: 30px;
}

.dd-list .dd-item .dd-handle:hover {
	background-color: #e3e5e6;
}

.dd-list .dd-item .button-group {
	position: absolute;
	right: 12px;
	top: 8px;
}

.dd-list .dd-item button.dropdown-toggle {
	height: auto;
	font-size: inherit;
	margin: inherit;
	color: #fff;
	width: inherit;
	line-height: inherit;
}

.cursor-pointer {
	cursor: pointer;
}

.table th {
	font-weight: 700;
}

.table td {
	vertical-align: middle;
}

.select2-container--default .select2-selection--single {
	height: 39px;
	padding: 5px 3px;
	border: 1px solid #ced4da;
	color: #495057;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 7px;
	height: 38px;
}

.select2-container--default .select2-selection--single.disabled {
	background-color: #e9ecef;
	pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: normal;
}

.select2-container--default .select2-selection--multiple {
	min-height: 41px;
	border: 1px solid #ced4da;
	color: #495057;
}

.select2-container--default .select2-selection--multiple.danger,
.select2-container--default .select2-selection--single.danger {
	border-color: #f06543;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #b1bbc4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #26AE61;
	border: 1px solid #2647c5;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	min-height: 26px;
	margin-right: 5px;
	line-height: 26px;
	color: #fff;
}

.navbar-header .dropdown-item {
	display: flex;
	align-items: center;
}

.navbar-header .dropdown-item i {
	padding-right: 5px;
}

.custom-file-label::after {
	content: "Resim Seç";
	line-height: 24px;
}


.stepwizard {
	width: 100%;
	position: relative;
}

.stepwizard-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.stepwizard-row:before {
	top: 21px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 4px;
	background-color: #26AE61;
}

.stepwizard-step {
	text-align: center;
	position: relative;
}

.stepwizard-step.active p {
	font-weight: 700;
	color: #505d69;
}

.stepwizard-step p {
	color: #26AE61;
}

.stepwizard-step.active .btn {
	font-weight: 600;
	color: #fff;
}

.stepwizard-step .btn {
	width: 46px;
	height: 46px;
	text-align: center;
	font-size: 18px;
}

.stepwizard-step .btn-default {
	background-color: #f4f8f9;
	border-color: #26AE61;
	color: #26AE61 !important;
	cursor: default;
}

@keyframes expand {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.kategori-liste,
.ilan-devam-et {
	animation: expand .5s ease-in-out;
}

.kategori-getir-spinner-background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: #fff;
	opacity: 0.3;
}

.kategori-getir-spinner {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
}

.ck-editor__editable_inline {
	height: 300px;
}

.ck-editor.danger .ck-editor__editable_inline {
	border-color: #f06543 !important;
}

#accordion .card-header:hover {
	background-color: #e3e5e6;
}

.ilan-resim {
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	cursor: move;
}

.ilan-resim-move {
	border: 1px dashed #26AE61;
	opacity: .3;
}

.ilan-resim img {
	width: 100px;
	height: 75px;
}

.ilan-resim .vitrin {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 2px;
	background-color: #26AE61;
	line-height: initial;
	font-size: 11px;
	color: #fff;
}

.ilan-resim-btn .btn {
	border-radius: .25rem;
}

.ilan-resim.sil {
	opacity: .3;
}

.pagination .page-link {
	padding: 0;
}

.pagination .page-item a,
.pagination .page-link a {
	display: block;
	padding: .5rem .75rem;
}

.font-weight-600 {
	font-weight: 600;
}

.detay-tablo {
	background-color: #f8f9fa;
}

.detay-tablo table {
	background-color: #fff;
}

.detay-tablo table tr {
	background-color: transparent !important;
}

.detay-tablo table thead th {
	border-bottom-width: 1px;
}

.form-control.disabled,
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	pointer-events: none;
}

.noti-icon {
	vertical-align: middle;
	font-size: 24px;
	color: #f9f9f9;
}

.noti-icon-badge {
	display: inline-block;
	position: absolute !important;
	top: 11px !important;
	right: 5px;
	line-height: 15px;
}

.modal-body .form-group label {
	font-weight: 600;
}
