

.edit-button {
	position: absolute !important; /* Position the button absolutely */
	top: 0; /* Adjust the vertical position as needed */
	right: 25px; /* Adjust the horizontal position as needed */
	margin: 4px !important; /* Add some margin to separate the button from the menu item */
	text-indent: 0 !important;
}
.delete-button {
	position: absolute !important; /* Position the button absolutely */
	top: 0; /* Adjust the vertical position as needed */
	right: 5px; /* Adjust the horizontal position as needed */
	margin: 4px !important; /* Add some margin to separate the button from the menu item */
	text-indent: 0 !important;
}
.urlDetail{
	position: absolute !important;
	right: 90px;
	margin: -30px !important;
	text-indent: 0 !important;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.7px;
}
.dd {
	width: 100% !important;
	max-width: 100% !important;
}
#tblData .dropdown-toggle::after {
	display: none !important;
}
.sira {
	cursor: all-scroll;
}
.sira2 {
	cursor: all-scroll;
}
.sira3 {
	cursor: all-scroll;
}
.sira-nodrop {
	cursor: no-drop;
}
.soacialActive {
	border-color: #7367F0 !important;
}
.text-bold{
	font-weight: bold !important;
}
.dialogelfinder{
	top: 500px !important;
}
.badge.badge-dot {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	vertical-align: middle
}
.card-body-scroll {
	max-height: 430px !important; /* veya istediğiniz başka bir değer */
	overflow-y: auto !important;
}

	/* SCROLLBAR TASARIMI (İSTEĞE BAĞLI) */
	.card-body-scroll::-webkit-scrollbar {
		width: 10px;
	}
	.card-body-scroll::-webkit-scrollbar:hover {
		width: 12px;
	}

	.card-body-scroll::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	}
	.card-body-scroll::-webkit-scrollbar-thumb:hover {
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	}

	.card-body-scroll::-webkit-scrollbar-track {
		background-color: #FFFFFF;
	}



.password-hint {
	position: absolute;
	top: -137px;
	left: 0;
	background-color: #f8f9fa;
	border: 1px solid #ced4da;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	width: 100%;
}

.invalid-password {
	border: 2px solid red;
}
