.search-form {
	margin-top: 20px;
	flex-direction: row;
	justify-content: space-between;
}

.alert-tooltip-msg {
	display: inline-flex;
}

.tooltip-msg {
	height: min-content;
	background-color: #f0f1f2;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 5px 5px;
	border-radius: 10px;
	border-style: solid;
	border-width: 1.5px;
	border-color: #000;
	visibility: hidden;
}

.no-data {
	width: fit-content;
}

.org-search-bar {
	width: 91%;
}

.page-manage {
	width: auto;
}

.d-flex {
	margin-top: 23px;
	width: fit-content;
}

.pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	--bs-pagination-color: #000;
}

.page-link {
	color: #000;
}

.page-link:hover {
	background-color: #000;
	color: #fff;
}

.current-page {
	background-color: #000;
	color: #fff;
	pointer-events: none;
}

.card {
	font-size: small;
	height: 220px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.org-detail-back {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 8px 8px;
}

.org-detail-back:hover {
	background-color: #000;
	color: #fff;
}

.card {
	font-size: small;
	height: 250px;
	width: 232px;
	margin: 10px;
}

.orgs-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.view-btn {
	width: fit-content;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.profile-back {
	width: fit-content;
	margin-bottom: 20px;
}