.modal-content {
	background: var(--white);
	box-shadow: 0px 13px 61px rgba(169, 169, 169, 0.366013);
	border-radius: 20px;
	border: 0;
}


.modal-content.loading-active .modal-body {
	opacity: 0.5;
	pointer-events: none;
  }

.modal-header {
	padding: 12px 24px;
	min-height: 75px;
	border: 0;
}
.min-h-unset {
	min-height: unset !important;
}

.modal-title {
	color: var(--primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.modal-body {
	padding: 0 24px 24px 24px;
}

.modal-footer {
	border-color: rgb(151 151 151 / 50%);
	padding: 16px 24px 24px;
}
.notes-modal p {
	font-size: 14px;
	font-weight: 500;
}

.content-not-accessed {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f5f6fa9c;
	z-index: 9;
	backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
}

button.content-not-visible-info {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	border: 0;
	z-index: -1;
	background: transparent;
	cursor: not-allowed !important;
}

.clear-data-modal {
	background: var(--white);
	padding: 20px;
	max-width: 500px;
	width: 95%;
	text-align: center;
	box-shadow: 6px 6px 54px rgb(0 0 0 / 7%);
	border-radius: 14px;
}

.clear-data-modal p,
.body-text h5 {
	font-size: 16px;
	font-weight: 600;
}

.clear-data-modal .btn {
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
}

.page-contain-inner {
	min-height: 250px;
}
.modal-lg,
.modal-xl {
	--bs-modal-width: 800px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.modal-header.min-h-unset {
	padding-top: 24px;
}
.delete-modal .modal-footer {
	padding-top: 0;
	border: 0;
}
@media screen and (max-width: 767px) {
	.modal-title {
		font-size: 16px !important;
		line-height: 1;
	}
	.modal-content {
		border-radius: 12px;
	}
	.modal-header {
		padding: 20px 16px;
		min-height: 50px;
	}

	.modal-body {
		padding: 0 16px 20px 16px;
	}

	.modal-dialog-scrollable .modal-content {
		border-radius: 10px;
	}

	.modal-footer {
		padding: 16px;
	}
}
