/* .modal {
	font-family: inherit;
}
.modal-header .btn-close {
	filter: invert(1);
	outline: none;
}
.modal-header img {
	max-height: 20px;
	height: 100%;
	width: auto;
	margin-right: 20px;
}
.modal-content {
	background-color: #111111;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 20px;
}
.modal-header h2 {
	font-size: 20px;
}
.modal-body form input,
.modal-body form textarea {
	background-color: #111;
	border: 0;
	color: #fff;
	outline: none;
	padding: 15px 0;
}
.modal-body form input[type='checkbox'] {
	padding: 0;
	border: 1px solid #a60000;
}
.modal-body form input[type='checkbox']:checked {
	background-color: #a60000;
}
.modal-body form input:focus,
.modal-body form textarea:focus {
	background-color: #111;
	color: #fff;
	outline: none;
}
.modal-body form button {
	padding: 7px 70px !important;
	margin: 0 auto !important;
	margin-top: 40px !important;
	border-radius: 15px !important;
}
.modal-body form span {
	display: block;
	margin-top: 30px;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	text-align: center;
} */

/* .reservi_widget_content {
}
.reservi_widget-overlay {
}
.reservi_widget-wr {
}
.reservi_widget-main {
}
.reservi_widget-padd {
}

.my-form {
	background-color: #111111 !important;
	color: #fff !important;
	padding: 10px 20px !important;
	border-radius: 20px !important;
} */

#reservi_widget_content {
	position: fixed !important;
	z-index: 999;
}
