/* #table th, #table td{
	word-wrap: break-word; 
    white-space: normal; 
	max-width: 150px;
} */

.tooltipp {
	position: relative;
}

.tooltipp .tooltiptextt {
	visibility: hidden;
	font: var(--label);
	background-color: #16abdf;
	background-color: #1f3558;
	color: white;
	text-align: center;
	border-radius: 4px;
	padding: 4px 12px;
	top: 50px;
	position: absolute;
	z-index: 50;
	width: auto;
	max-height: 44px;
}

.tooltipp:hover .tooltiptextt {
	visibility: visible;
	transition: visibility 500ms ease 500ms;
}

@media (max-width:1280px) {
	.tooltipp .tooltiptextt {
		display: none;
	}

	.tooltipp-two .tooltiptextt {
		display: none;
	}
}

/* .waves-effect {
	overflow: visible !important;
} */

/* ok--------------------------------------------------------------------------- */

#table thead th:nth-child(3) {
	max-width: 66px !important;
}

.popover-header {
	background-color: var(--neutral0);
	border-bottom: none;
}

.btn-outlined--popover {
	border: 2px solid var(--primary600);
	height: auto;
	background: var(--neutral0);
	border-radius: 4px;
	opacity: 1;
	color: var(--primary600);
	width: fit-content;
	font-size: 14px;
	white-space: nowrap;
	padding: 4px 8px;
	cursor: pointer;
	user-select: none;
}

.btn-filled--popover {
	border: none;
	height: auto;
	background: var(--primary600);
	border-radius: 4px;
	opacity: 1;
	color: var(--neutral0);
	width: fit-content;
	font-size: 14px;
	white-space: nowrap;
	padding: 4px 8px;
	border: 2px solid var(--primary600);
	cursor: pointer;
	user-select: none;
}

.buttons-popover {
	display: flex;
	gap: 4px;
	justify-content: flex-end;
	margin-top: 8px;
}

.popover-body {
	padding-top: 0px;
}

/* .sticky-table-header{
	display: none;
} */