.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;
}

/* Ä°kinci ekran gÃ¶rÃ¼ntÃ¼sÃ¼ndeki iÃ§ Ã§erÃ§eve stili */
.inner-white-box {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.hepsi-company-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  font-size: 15px;
}

.hepsi-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}

.hepsi-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}

.hepsi-input:focus {
  border-color: var(--primary-color);
  outline: none;
}

.hepsi-info-link {
  font-size: 13px;
  color: #333;
  margin-bottom: 25px;
  display: block;
}

.hepsi-info-link a {
  color: #007bff;
  text-decoration: underline;
}

.hepsi-btn-red {
  background-color: var(--emsoft-red);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 35px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.2s;
  width: auto;
  cursor: pointer;
}

.hepsi-btn-red:hover {
  background-color: #c51e1c;
}

.file-upload-box {
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.file-upload-box:hover {
  border-color: var(--primary-color);
  background: #fffdfd;
}

.file-upload-text {
  font-size: 13px;
  color: #666;
  pointer-events: none;
}

.page-content-uyelik i {
  display: inline-flex;
  line-height: 1;
}

.section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--emsoft-red);
  margin: 0;
}
