body {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
.main_article {
	padding-top: 100px;
}
/*HEADER*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 3px;
	min-height: 50px;
}
.hidden {
	overflow: hidden !important;
}
.div_burger {
	text-align: center;
	align-items: end;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#burger-menu {
	cursor: pointer;
	height: 27px;
	width: 27px;
	overflow: visible;
	position: relative;
	z-index: 2;
}

#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
	background: #222121;
	display: block;
	height: 3px;
	opacity: 1;
	position: absolute;
}

#burger-menu span:before,
#burger-menu span:after {
	content: "";
}

#burger-menu span {
	right: 0px;
	top: 13px;
	width: 27px;
}

#burger-menu span:before {
	right: 0px;
	top: -10px;
	width: 16px;
}

#burger-menu span:after {
	right: 0px;
	top: 10px;
	width: 20px;
}

#burger-menu.close span {
	transform: rotate(-45deg);
	top: 13px;
	width: 27px;
}

#burger-menu.close span:before {
	top: 0px;
	transform: rotate(90deg);
	width: 27px;
}

#burger-menu.close span:after {
	top: 0px;
	right: 0;
	transform: rotate(90deg);
	opacity: 0;
	width: 0;
}

#menu {
	z-index: 11;
	width: 100%;
	min-height: 100vh;
	height: 100vh;
	position: fixed;
	bottom: 0;
	top: auto;
	height: 0;
	text-align: center;
	opacity: 0;
	padding-top: 20px;
	/*clip-path: circle(0% at 50% 50%);*/
	visibility: hidden;
	left: 0;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}

#menu ul {
	padding-inline-start: 0 !important;
}
#menu li {
	list-style: none;
	opacity: 0;
}

#menu a {
	color: #364949;
	display: block;
	font-size: 27px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: 300;
}
.logo_hero {
	width: 70%;
	filter: drop-shadow(0px -2px 3px #fff) invert(0.951);
	padding: 0 10px 30px;
	opacity: 0;
	max-width: 400px;
}

.logo_header {
	opacity: 0;
	width: auto;
	max-height: 90px;
	width: 100%;
	z-index: 9999;
	position: relative;
	padding: 7px 0;
}
.logo_rent {
	width: auto;
	height: 30%;
	max-height: 200px;
}

.logo_footer {
	width: 100%;
}
.menu_link {
	color: #364949;
	padding: 10px;
	text-decoration: none;
	transition: all 0.3s;
	border-bottom: solid 1px transparent;
}

.menu_link:hover {
	color: #000000 !important;
	border-bottom: solid 1px #000000;
}

/*HEADER*/

.main_back {
	background: #3649490a;
}
.cc {
	max-width: 1000px;
}
.menu-logo {
	max-height: 30px;
	object-fit: contain;
}

.icon {
	filter: invert();
	min-height: 60px;
}

.selected {
	border: 1px solid #ff0000;
	border-radius: 15px;
}
.logo {
	max-width: 200px;
	margin: auto;
}
.td_title {
	background-color: #edefef !important;
	position: sticky;
	left: 0;
	border-radius: 0 10px 10px 0;
	box-shadow: 2px 0px 4px #36494929 !important;
}
tr {
	background: #f9f9f9;
}
.stick {
	position: sticky;
	top: 50px;
	z-index: 9;
	background: #fff;
	padding: 13px;
}
.over_x {
	overflow-x: scroll;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2050;
	background: url(/images/loader.gif) 50% 50% no-repeat rgb(249 249 249 / 95%);
	background-size: 200px !important;
	display: none;
}

.toast {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	right: 10px;
}

.active {
	background-color: red;
}

td.gridjs-td {
	padding: 5px;
	font-weight: 400;
	color: #4d5974;
}
th.gridjs-th {
	padding: 10px 5px;
	background-color: #d9e1ff;
}
th.gridjs-th-sort .gridjs-th-content {
	font-size: 16px;
	font-weight: 500;
	color: #3d475d;
}
.dropdown-menu.show {
	display: flex;
	padding: 5px;
	width: max-content;
	background-color: #fff !important;
	box-shadow: 0 0 7px #00000030;
}
.dropdown-menu.ricerca.show {
	padding: 2rem 1rem;
}

.gridjs-tbody,
td.gridjs-td {
	background-color: #f9fdff;
}
.dropdown-item {
	display: block;
	color: #3d475d;
	font-size: 15px !important;
	padding: 5px 14px !important;
	background: transparent !important;
	border: solid 0 !important;
}
.dropdown-item:hover {
	color: #fff !important;
	background-color: #3649497a !important;
	border-radius: 5px;
	border: solid 0 !important;
	color: #ffffff !important;
}
.btn {
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
	color: #ffffffde;
	border: transparent;
	border-radius: 15px !important;
	background: #364949;
	padding: 11px 30px;
}
.dropdown .btn {
	background: #edefef !important;
}
.card {
	border: var(--bs-card-border-width) solid rgb(0 0 0 / 6%);
}

.btn-warning {
	background: #7083d8;
	color: #ffffffde;
}

.btn-primary {
	background: #71a0f0;
}

.btn-danger {
	background: #d2515e;
}
.btn-success {
	background: #59beb9;
}

td button {
	color: #4d5974 !important;
	border: solid 0.1px #4d5974 !important;
	padding: 5px 20px !important;
	font-size: 14px !important;
	background: #e3f0ff !important;
	background: #f0f2ff !important;
	border: solid 0.1px #00000040 !important;
}
.btn_m {
	background: #e5e7e7 !important;
}
td {
	font-size: 0.931rem;
	color: #364949 !important;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	color: #364949 !important;
	background-color: #5df4ba !important;
	border-color: transparent !important;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:focus-visible {
	color: #fff !important;
	background: #3c54be !important;
	border-color: transparent !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:focus-visible,
.btn-danger-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger.show,
.btn-danger:first-child:active,
:not(.btn-danger-check) + .btn-danger:active {
	background: #b01121 !important;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:focus-visible,
.btn-success-check:checked + .btn-success,
.btn-success.active,
.btn-success.show,
.btn-success:first-child:active,
:not(.btn-success-check) + .btn-success:active {
	color: #fff !important;
	background: #118781 !important;
	border-color: transparent !important;
}

.btn_filter {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.form-control {
	border-radius: 3px;

	color: #3d475d;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: #3649490f !important;
}
label {
	display: inline-block;
	color: #3d475d;
	font-weight: 400;
	padding-bottom: 3px;
}

.modal-content {
	background: #f4f6fa;
}
.form-label {
	margin-bottom: 0;
}
.navbar {
	background-color: #fff !important;
	border-bottom: solid 0.5px #30439a4f;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.button_bar {
	padding: 1rem;
	background-color: #fff;
	position: sticky;
	top: 94px;
	z-index: 99;
	margin: 0 !important;
	border-bottom: solid 0.5px #bfc5e0;
}

.button_bar .col {
	width: fit-content !important;
	flex: none;
}

.gridjs-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.modal.show .modal-dialog {
	transform: none;
	width: 90%;
	max-width: 1200px;
}

thead th {
	font-weight: 400;
}
table {
	border-collapse: separate;
	border-spacing: 0 5px;
}
.navbar {
	padding: 0;
}
.nav-link {
	font-weight: 300;
	color: rgb(92 104 118);
	text-transform: uppercase;
}
.navbar-nav {
	gap: 20px;
}

.navbar-brand {
	padding: 0 20px;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color) !important;
}
.image-gallery__container {
	background: #3a7d7a45 !important;
}
.image-gallery__items {
	background: transparent !important;
}
.image-gallery__image {
	background-color: #eafffe45 !important;
}
.image-gallery__image-trash {
	background-color: #192c2740 !important;
	padding: 3px 5px;
}

.img-thumbnail {
	height: 50px;
	max-width: 50px;
	object-fit: contain;
}
.icon_modifica {
	height: 25px;
	width: auto;
	pointer-events: none;
}
/*
.codex-editor__redactor {
	padding-bottom: 50px !important;
}

.ce-block__content {
	overflow: hidden !important;
}
*/
.carousel-wrapper {
	background: #2e6e6b1c;
	padding: 10px 0px;
	width: 100% !important;
	overflow: scroll !important;
	padding-bottom: 50px;
}
.carousel-caption {
	position: relative;
	right: 0;
	bottom: 1.25rem;
	left: 0;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	color: #919191;
	text-align: center;
	font-weight: 400;
	font-size: 0.9rem;
}
.carousel-list {
	display: flex !important;
	width: max-content !important;
	flex-wrap: nowrap !important;
}
.carousel-block:last-child {
	position: absolute;
	text-align: center;
	width: fit-content;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
}
.carousel-addImage {
	height: 50px !important;
}

.carousel-item img {
	object-fit: contain;
}
.carousel-removeBtn {
	position: absolute;
	padding: 3px;
	right: 10px;
	top: 10px;
	display: inline-flex;
	width: 28px !important;
	height: 28px !important;
	line-height: 34px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	cursor: pointer;
	border: 0;
	outline: none;
	background-color: white;
	color: #36494a;
	transition: background 200ms;
	font-weight: 500;
}

.carousel-removeBtn:after {
	content: "X";
	position: absolute;
	width: 100%;
	text-align: center;
}

/*
.ce-block {
	position: relative;
}
.ce-block:after {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	top: -22px;
	right: 0;
	background: #e20d0d;
	text-align: center;
	padding-top: 4px;
}

.ce-toolbar--opened{
  height: -webkit-fill-available;
  transform: translateX(17px) !important;
  transform: translateY(-100%) !important;

}
*/

@media screen and (min-width: 769px) {
	.header_m {
		display: none;
	}
	.header_d {
		height: auto;
		padding: 0px;
		display: flex;
		justify-content: center;
	}
	.header_d ul {
		list-style: none;
		display: flex;
		gap: 10px;
		height: 100%;
		align-items: center;
		justify-content: end;
		margin-bottom: 0;
	}
	.header_d img {
		max-width: 160px;
	}
}

@media screen and (max-width: 768px) {
	.header_d {
		display: none;
	}
	.header_m {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.no_mobile {
		display: none;
	}

	#menu {
		height: 100vh;
		top: 0;
		bottom: auto;

		padding-top: 100px;

		padding-bottom: 30px;
	}

	.logo_header {
		height: 75px;
		width: auto;
		z-index: 9999;
		position: relative;
		padding: 10px 3px;
	}
}

.ce-block__content {
	max-width: calc(100% - 15vw) !important;
}

.ce-toolbar__actions {
	right: unset !important;
}























.ce-editor-js {
	padding: 40px 0 20px;
  }
  
  .ce-editor-js__header {
	border-bottom: 1px solid #e8e8eb;
	height: 50px;
	line-height: 50px;
	display: flex;
	padding: 0 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
  }
  
  .ce-editor-js__header a {
	color: inherit;
	text-decoration: none;
  }
  
  .ce-editor-js__header-logo {
	font-weight: bold;
  }
  
  .ce-editor-js__header-menu {
	margin-left: auto;
  }
  
  @media all and (max-width: 730px) {
	.ce-editor-js__header-menu {
	  margin-left: 0;
	  margin-top: 10px;
	  flex-basis: 100%;
	  font-size: 14px;
	}
  }
  
  .ce-editor-js__header-menu a {
	margin-left: 20px;
  }
  
  @media all and (max-width: 730px) {
	.ce-editor-js__header-menu a {
	  margin-left: 0;
	  margin-right: 15px;
	}
  }
  
  .ce-editor-js__content {
	max-width: 1100px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .ce-editor-js__content--small {
	max-width: 500px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 15px;
  }
  
  .ce-editor-js__content--with-bg {
	background: #f4f4f4;
	max-width: none;
	margin-top: -30px;
  }
  
  .ce-editor-js__output {
	background: #1b202b;
	overflow-x: auto;
	padding: 0 30px;
  }
  
  .ce-editor-js__output-content {
	max-width: 650px;
	margin: 30px auto;
	color: #abadc3;
	font-family: "PT Mono", Menlo, Monaco, Consolas, Courier New, monospace;
	font-size: 13.3px;
  }
  
  .ce-editor-js__output-content:empty {
	display: none;
  }
  
  .ce-editor-js__button {
	display: block;
	margin: 50px auto;
	max-width: 180px;
	background: #4a9df8;
	padding: 17px 30px;
	box-shadow: 0 22px 18px -4px rgba(137, 207, 255, 0.77);
	transition: all 150ms ease;
	cursor: pointer;
	border-radius: 31px;
	color: #fff;
	font-family: "PT Mono", Menlo, Monaco, Consolas, Courier New, monospace;
	text-align: center;
  }
  
  .ce-editor-js__button:hover {
	background: #3d8de5;
	transform: translateY(2px);
	box-shadow: 0 20px 15px -4px rgba(137, 207, 255, 0.77);
  }
  
  .ce-editor-js__output-footer {
	padding: 30px 0;
	font-size: 14.2px;
	letter-spacing: 0.3px;
	text-align: center;
  }
  
  .ce-editor-js__output-footer a {
	color: #fff;
	text-decoration: none;
  }
  
  .ce-editor-js__statusbar {
	position: fixed;
	bottom: 10px;
	left: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	font-size: 12px;
	padding: 8px 15px;
	z-index: 1;
  }
  
  .ce-editor-js__statusbar-button {
	display: inline-flex;
	margin-left: 10px;
	background: #4a9df8;
	padding: 6px 12px;
	box-shadow: 0 7px 8px -4px rgba(137, 207, 255, 0.77);
	transition: all 150ms ease;
	cursor: pointer;
	border-radius: 31px;
	color: #fff;
	font-family: "PT Mono", Menlo, Monaco, Consolas, Courier New, monospace;
	text-align: center;
  }
  
  @media all and (max-width: 730px) {
	.ce-editor-js__header,
	.ce-editor-js__content {
	  padding: 0 20px;
	}
  }
  
  /**
   * JSON highlighter
   */
  .sc_attr {
	color: rgb(148, 162, 192);
  }
  .sc_key {
	color: rgb(190, 213, 255);
  }
  .sc_toolname {
	color: rgb(15, 205, 251);
  }
  .sc_tag {
	color: rgb(4, 131, 216);
  }
  .sc_bool {
	color: rgb(247, 60, 173);
  }
  
  .ce-editor-js .ce-block:first-of-type h2.ce-header {
	font-size: 50px;
  }
  
  .ce-editor-js h2.ce-header {
	font-size: 30px;
  }
  
  .ce-editor-js h3.ce-header {
	font-size: 24px;
  }
  
  .ce-editor-js h4.ce-header {
	font-size: 18px;
  }
  
  .ce-editor-js-multiple {
	display: grid;
	grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	gap: 30px;
	padding: 30px;
  }
  
  .ce-editor-js-multiple > div {
	background: #fff;
	border-radius: 7px;
	padding: 30px;
  }
  
  .editorjs-wrapper {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 0px;
	margin-bottom: 10px;
	box-shadow: 0 6px 18px #e8edfa80;
  }
  
  .ce-editorjsColumns_col {
	border: 1px solid #eee;
	border-radius: 5px;
	gap: 10px;
	padding-top: 10px;
  }
  
  .ce-editorjsColumns_col:focus-within {
	box-shadow: 0 6px 18px #e8edfa80;
  }