html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.van-field__control {
	border: 0px !important;
}

.h-100 {
	height: 100%;
}

.btn {
	transition: .3s all
}

b {
	font-weight: 700
}

button,
input,
select,
.btn,
.form-control {
	outline: none !important;
	box-shadow: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

button {
	outline: 0 !important;
}

img {
	max-width: 100%;
	max-height: 100%;
}

body {
	line-height: 1;
	font-family: mallory, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.o-hidden {
	overflow: hidden;
}

.table .row {
	flex-wrap: inherit;
}

.table .light,
.table.light {
	background: #f7f9fa
}

.table .table {
	background-color: transparent
}

.table .info {
	margin-bottom: 10px;
	background: #f7f9fa;
	display: none
}

.scrollContent {
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.1), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.1);
	/* box-shadow:inset 0 0 10px rgba(0,0,0,0.1); */
	background: #fff
}

.scrollContent,
.scroll {
	display: flex;
	position: relative;
}

.scrollContent .scroll {
	padding-left: 15px !important;
	padding-right: 15px !important;
	cursor: ew-resize;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

.form-control:disabled,
.form-control[readonly],
.form-control:disabled::placeholder {
	background: #fff;
	/* color: #c7c9cd!important; */
	cursor: not-allowed;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px !important
}

a {
	text-decoration: none !important;
	color: inherit;
}

hr {
	border-top: 1px solid #e6ecf3;
}

red,
.red {
	color: #dc3545
}

blue,
.blue {
	color: #08ddc1
}

.blue {
	color: #5360b5
}

.table {
	color: #9aa1be
}

.table.wrap .row {
	flex-wrap: wrap !important;
}

.border-right-0 {
	border-right: 0px
}

.modal-backdrop.show {
	opacity: .9 !important;
}

.modal-backdrop {
	background: #404257 !important
}

.modal-content {
	border: 1px solid rgb(232, 236, 241) !important;
	border-radius: 0px !important
}

.form-control {
	padding: .375rem .55rem !important;
	cursor: text;
}

.form-group label {
	font-size: 11px;
	font-weight: 700;
	background: #fff;
	width: 100%;
	padding: 10px 8px 0 8px;
	margin-bottom: -6px;
	border: 1px solid #d0d6de;
	border-radius: 5px 5px 0 0;
	border-bottom: 0px;
	position: relative;
	color: #c0c3c7;
	display: block;
	text-align: left;
	line-height: 12px
}

input::placeholder,
select {
	color: #525267 !important;
}

input,
select {
	border: 1px solid #d0d6de !important;
}

.invalid-feedback {
	opacity: .6
}

.modal-title {
	font-weight: 700;
	color: #525267;
	line-height: 36px
}

.modal-header {
	padding: 10px 24px;
}

button.close {
	background: #e9ecef;
	color: #515466;
	opacity: 1;
	border-radius: 0;
	float: right;
	margin: 0px !important;
	height: 36px;
	padding: 0px 0px 3px 0 !important;
	width: 36px;
	border-radius: 5px;
	font-size: 21px;
}

.modal-footer {
	padding: 1rem 24px;
}

.form-group {
	margin-bottom: -2px !important
}

.form-check {
	line-height: 24px
}

.bg {
	background-position: center;
	background-size: cover
}

.bg3 {
	background-position: bottom;
	background-size: cover
}

.bg2 {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.btn {
	font-size: 15px !important;
	font-weight: 400
}

.b-0 {
	border: 0px !important
}

.page-link {
	color: #404356;
}

.btn-warning {
	color: #fff;
	border-bottom: 3px solid #eab229 !important;
}

.btn-warning:hover {
	background: #eab229;
	border-color: #eab229;
	color: #fff;
}

.yellow {
	color: #eab229;
}

.btn-light {
	border-bottom: 3px solid #ebeff3 !important;
}

.btn-light:hover {
	background: #ebeff3;
	border-color: #ebeff3;
}

.btn-secondary {
	border-bottom: 3px solid #586067 !important;
}

.btn-primary,
.page-item.active .page-link {
	background-color: #404356 !important;
	border-color: #404356 !important;
	color: #ffffff !important;
}

.btn-primary {
	border-bottom: 3px solid #2d3040 !important;
}

.btn-primary:hover {
	background-color: #2d3040 !important;
	border-color: #2d3040 !important;
}

.btn-danger {
	border-bottom: 3px solid #bb3c3e !important;
}

.btn-danger:hover {
	background-color: #bb3c3e !important;
	border-color: #bb3c3e !important;
}

.menuicon {
	display: none !important;
}

/* .btn-success {
    background-color: #08ddc1!important;
    border-color: #08ddc1!important;
	border-bottom: 3px solid #00c5aa!important;
}
.btn-success:hover {
    background-color: #00c5aa!important;
    border-color: #00c5aa!important;
} */
.btn-blue {
	background-color: #5360b5 !important;
	border-color: #5360b5 !important;
	color: #fff !important;
	border-bottom: 3px solid #3644a2 !important;
}

.btn-blue:hover {
	background-color: #3644a2 !important;
	border-color: #3644a2 !important;
}

.btn-green,
.btn-success {
	background-color: #2ecc71 !important;
	border-color: #2ecc71 !important;
	color: #fff !important;
	border-bottom: 3px solid #27ae60 !important;
}

.btn-green:hover,
.btn-success:hover {
	background-color: #27ae60 !important;
	border-color: #27ae60 !important;
}

.btn-white {
	background-color: #f2f4f8 !important;
	border-color: #f2f4f8 !important;
	color: #13172c !important
}

.btn-white:hover {
	background-color: #e5e8ec !important;
	border-color: #e5e8ec !important;
}

.btn-orange {
	background-color: #fe5e3a !important;
	border-color: #fe5e3a !important;
	color: #fff;
	border-bottom: 3px solid #e2431f !important;
}

.btn-orange:hover {
	background-color: #e2431f !important;
	border-color: #e2431f !important;
}

.slick-arrow {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 15px;
	margin: auto;
	z-index: 2;
	width: 50px;
	line-height: 47px;
	height: 50px;
	background: transparent;
	border: 0px;
	border: 2px solid;
	color: #fff;
	border-radius: 100px;
}

.slick-next.slick-arrow {
	left: auto;
	right: 15px
}

.hidden-md {
	display: none;
}

hd {
	width: 1px;
	background: #d0d6de;
	height: 100%;
	margin: 0;
	display: inline-block;
	opacity: .4;
}

@media (max-width:991px) {
	.text-center-sm {
		text-align: center;
	}

	.hidden-md {
		display: block;
	}
}



.table {
	margin: 0;
	/* border-radius: 5px; */
	overflow: hidden;
	text-align: left;
}

.table .col-12 {}

.table .head {
	/* border-bottom: 1px solid #e5ecf4; */
	padding: 0 5px;
	background: #edeef0;
}

.table .head div {
	padding: 10px 10px;
	display: flex;
	font-size: 12px;
	font-weight: 500;
}

.table .user {
	display: flex;
	position: relative;
	align-items: center
}

.table .user .bg {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px
}

.table .user b {
	font-weight: 700;
	font-size: 14px
}

/* .table .head div.col-auto:nth-child(1),
.table .body div.col-auto:nth-child(1){
	-ms-flex-preferred-size: 0!important;
	flex-basis: 0!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
	max-width: 100%!important;
} */
.table div.col-auto {
	flex: 1;
	display: flex;
	align-items: center;
	min-width: 65px
}

.table div.col {
	display: flex;
	align-items: center;
	flex: 2;
	min-width: 110px
}

.table p {
	margin: 0px;
	width: 100%;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.table .body {
	transition: .3s all;
	padding: 0
}

.table .body:hover {
	background: #f7f9fa
}

.table {
	width: 100%;
	color: #888daa
}

.table .body p {
	/* line-height: 21px; */
	font-size: 14px
}

.table del,
.table b,
.table .user {
	width: 100%;
	float: left;
}

.table del {
	opacity: .6;
	font-size: 12px;
}

.table small {
	font-size: 12px;
	opacity: .5;
}

.table .body b,
.table .body p {
	font-size: 13px;
}

.table .body {
	border-bottom: 1px solid #e6ecf3;
	padding: 0px 5px;
}

.table .body:last-child {
	border-bottom: 0px
}

.table .col:nth-child(2) {}

.table .mobil {
	display: none;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
	border-right-color: #404257 !important;
}

.tooltip-inner {
	color: #fff !important;
	background-color: #404257 !important;
}

.mytooltip {
	background-color: #404257 !important;
	color: #fff !important;
	padding: 10px 20px !important;
	border-radius: 0 5px 5px 0px !important;
	margin-left: 50px !important;
	text-align: center !important;
	font-size: 14px !important;
	background-position: -50px -50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
	width: auto !important;
	float: right !important;
	transform: translate(8px, -68px) !important;
}

.table .islemler button {
	/* margin-left: 5px;
    float: right;
    width: 36px;
    padding: 6px 0px; */
}

.table .islemler.scroll {
	background: #fff;
	z-index: 2;
}

.table .islemler.scroll:before {
	content: '';
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: -10px;
	background: #f3f5f9;
	right: 0px;
	z-index: -1;
	box-shadow: -3px 2px 10px rgba(0, 0, 0, 0.1);
}

.table .islemler.scroll:after {
	content: '';
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: -15px;
	background: #f3f5f9;
	left: 100%;
	z-index: 1;
}

.table .islemler {
	justify-content: flex-end;
}

.overflow-hidden {
	overflow: hidden;
}

@media (max-width:768px) {
	.table .body {
		background: #fff;
		position: relative;
	}

	.head {
		display: none;
	}

	.table div.col-auto {
		align-items: baseline
	}

	.scrollContent {
		margin: 0 -10px;
		text-align: left;
		background: transparent
	}

	.scrollContent {
		width: 100% !important;
	}

	.scrollContent p {
		margin-bottom: 0px !important
	}

	.table .body>div {
		width: 100%;
		padding: 0px !important;
		flex: 100%;
		display: block
	}

	.table .body div.col:first-child {
		display: block;
	}

	.table .mobil {
		display: block;
	}

	.user p {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.table .user .bg {
		width: 35px;
		height: 35px;
	}

	.table .islemler button {
		margin-left: 0;
		float: none
	}

	.table .body p,
	.table .user {
		line-height: 15px;
		margin-top: 2px;
		float: left;
		margin-bottom: 12px;
		font-size: 14px;
	}

	.table .body .col-auto:last-child p {
		margin-bottom: 0px
	}

	.table .body b {
		margin-top: 5px;
		font-size: 10px;
		opacity: .6;
	}

	.table .body {
		flex-wrap: wrap;
		padding: 10px !important
	}

	.table div.col-auto {
		flex-wrap: wrap;
	}

	.p-4 {
		padding: 10px !important;
	}

	.table b:nth-child(1) {
		margin-top: 0px
	}
}

@media (min-width: 1200px) {
	.col-lg-3-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1500px) {
	.col-lg-3-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 7.5px;
	padding-left: 7.5px;
}

.row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
	background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-datepicker-prev:before {
	content: "\f053";
}

.ui-datepicker-next:before {
	content: "\f054";
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: transparent !important;
	margin: 5px;
	border: 0px !important;
	text-align: center;
	color: #525267 !important
}

.ui-state-active {}

.ui-datepicker .ui-datepicker-header {
	background: #404257;
	color: #fff;
	border-radius: 0px;
	border: 0px;
	position: relative;
	padding: 10px 0px !important;
	font-weight: 400 !important;
	font-size: 14px;
}

.ui-datepicker-month {
	font-size: 18px
}

.ui-datepicker .ui-datepicker-title select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: 0px !important;
	color: #fff !important;
	font-size: 19px !important;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: auto !important;
	width: auto !important;
}

.ui-widget.ui-widget-content {
	width: 400px;
	padding: 0px;
	border-color: #e8ecf1 !important;
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 0px !important;
	bottom: 0px !important;
	background: transparent !important;
	color: #fff !important;
	border: 0px !important;
	font-size: 23px;
	margin: auto;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #404356 !important;
	border-color: #404356 !important;
	color: #fff !important;
	border-radius: 5px
}

.ui-datepicker td span,
.ui-datepicker td a {
	transition: .3s all;
	width: 30px;
	line-height: 30px;
	border-radius: 100%;
	padding: 0px !important;
	float: right;
	font-size: 13px;
	margin-bottom: 10px !important;
}

.ui-datepicker .ui-datepicker-title {
	display: grid;
	line-height: 12px !important
}

.ui-datepicker-year {
	font-weight: 900;
	font-size: 22px;
}

.ui-datepicker td {
	padding: 0 !important;
	text-align: center;
	transition: .3s all;
	border: 1px solid #d0d6de !important;
	cursor: pointer;
}

.ui-datepicker td:hover {
	background: #f7f9fa
}

.ui-datepicker-calendar thead {
	border-radius: 0px;
	font-size: 12px;
	line-height: 33px;
	color: #9a9fbf;
	overflow: hidden;
}

.o-0 {
	opacity: 0 !important;
	pointer-events: none
}

.o-4 {
	opacity: 0.4 !important;
}

.o-2 {
	opacity: 0.2 !important;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 10px !important;
	font-size: 14px;
	color: #404356;
}

.label {
	padding: 5px 10px;
	border: 1px solid #d0d6de;
	border-radius: 20px;
	width: 100%;
	display: block;
	text-align: center;
}

.label-success {
	border-color: #08ddc1;
	color: #08ddc1;
}

.label-danger {
	border-color: #dc3545;
	color: #dc3545;
}

.label-warning {
	border-color: #ffc107;
	color: #ffc107;
}

.label-primary {
	border-color: #404257;
	color: #404257;
}

.modal h1 {
	margin: 20px 0px 0;
	font-size: 18px;
	font-weight: 700;
	color: #515466;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.breadcrumb {
	background-color: transparent;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap
}

.page-link {
	padding: 13px
}

.breadcrumb {
	padding: .75rem 0;
}

.pagination i {
	font-size: 15px;
	line-height: 22px;
	float: left;
}

.bootstrap-select.form-control {
	background: transparent;
	border: 1px solid #ced4da !important;
	border-top: none !important;
	padding: 0px !important;
	height: 35px;
	min-width: 100px;
}

.bootstrap-select.form-control button {
	background: transparent !important;
	border: 0px !important;
	/* box-shadow: 0 0 0!important; */
	padding: 7px 8px;
	color: #525567 !important;
	font-size: 14px !important;
}

.light-theme {
	background: #fff !important;
	padding: 15px !important;
	max-width: 100% !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
}

.light-theme .tippy-arrow {
	display: none
}

.light-theme .btn {
	height: 100%;
}