.hide {
	display: hidden;
}

.ui-dashboard-column {
	width: 50%;
}

.rededildi {
	color: red !important;
}

.onay {
	color: green !important;
	font-weight:700;
}

.bekliyor {
	color: #000 !important;
	font-weight: 900;
}

.tooltipseras {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	font-size : 13px !important;
	font-family: "Roboto", "Helvetica Neue", sans-serif !important;
}

.tooltipseras .tooltiptextseras {
	visibility: hidden;
	width: 240px;
	background-color: white;
	color: black;
	left: -60px;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

i.pill-seras {
	border-radius: 9999px !important;
	background-color: #c0c0c0;
	color: #000000;
	padding-left: .7rem;
	padding-right: .7rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
}

i.pill-seras.cerise {
	background-color: #e0245e;
	color: white;
}
i.pill-seras.green {
	background-color: #295939;
	color: white;
}

i.pill-seras.lime {
	background-color: #01FF70;
	color: hsla(146, 100%, 20%, 1.0);
}

i.pill-seras.maroon {
	background-color: #85144b;
	color: hsla(331, 74%, 70%, 1.0);
}
i.pill-seras.rosewood {
	background-color: #630000;
	color: hsla(240, 6%, 87%, 1.0);
}

i.pill-seras.navy {
	background-color: #001f3f;
	color: hsla(210, 100%, 75%, 1.0);
}

i.pill-seras.orange {
	background-color: #FF851B;
	color: hsla(28, 100%, 20%, 1.0);
}

i.pill-seras.aqua {
	background-color: #7FDBFF;
	color: hsla(197, 100%, 20%, 1.0);
}

i.pill-seras.red {
	background-color: #e40c2b;
	color: white;
}

i.pill-seras.yellow {
	background-color: #fdd935;
	color: #444;
}

i.pill-seras.white {
	background-color: #ffffff;
	color: #000000;
}

i.pill-seras.pastelred{
	background-color: #f39189;
	color:#000;
}

i.pill-seras.pastelorange{
	background-color: #efb08c;
	color:#000;
}
/* Global Ajax Loader */
.global-blockui.ui-blockui {
	background: rgba(15, 23, 42, 0.18);
	backdrop-filter: blur(2px);
	position: fixed !important;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-blockui-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.global-loader {
	min-width: 180px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #1f2a37;
	font-weight: 600;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.global-spinner {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid rgba(30, 41, 59, 0.2);
	border-top-color: #1e88e5;
	animation: global-spin 0.8s linear infinite;
}

.global-loader-text {
	font-size: 13px;
	letter-spacing: 0.2px;
}

@keyframes global-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Dialog titlebar icons visibility */
.ui-dialog .ui-dialog-titlebar-icon {
	background: rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.12);
}

.ui-dialog .ui-dialog-titlebar-icon:hover {
	background: rgba(15, 23, 42, 0.16);
}

.ui-dialog .ui-dialog-titlebar-icon .ui-icon {
	filter: brightness(0) saturate(100%);
}
