.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

/* Само окно */
.modal-box {
	background: #fff;
	border-radius: 8px;
	width: 90%;
	max-width: 420px;
	padding: 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.modal-header h5 {
	margin: 0;
}

.close-btn {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
}

.modal-body label {
	display: block;
	margin-bottom: 10px;
}

.modal-footer {
	margin-top: 16px;
	text-align: right;
}

/*.btn-primary {*/
/*	background: #3b82f6;*/
/*	color: #fff;*/
/*	border: none;*/
/*	padding: 6px 14px;*/
/*	border-radius: 4px;*/
/*}*/

.cursor-pointer {
	cursor: pointer;
}

.modal .modal-body {
	padding: 1em;
}
