@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,500,500italic,700italic,700,600italic,600,800,800italic,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,300);
@import 'https://fonts.googleapis.com/css?family=IM+Fell+English|IM+Fell+English+SC|Lora:400,400i,700,700i|Marcellus|Marcellus+SC';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i';
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
:root {
	--nl-basecolor: #e1340c;
	--nl-color-darkest: #1A2024;
	--nl-color-darkgrey: #283138;
	--nl-color-white: #e9e5c5;
	--nl-color-grey: #5c656c;
	--nl-basecolor-d3: #9c2308;
	--nl-color-green: #769b2c;
	--nl-konoha: #41ad31;
	--nl-kiri: #0093CC;
	--nl-oto: mediumpurple;
	--nl-suna: darkgoldenrod;
}

body {
	font-size: 11pt;
	background: #1a2024;
	font-family: "Open Sans", Roboto, sans-serif;
	color: var(--nl-color-white);
}

elemento,
ul#ts_livello1 {
	display: block
}

#anteprima_totale>div,
#scheda_pg {
	width: 80%;
	max-width: 900px;
	margin: 10px auto;
	padding: 15px;
	text-align: justify;
	color: #DDD;
}

div#anteprima_totale #scheda_pg {
	margin-right: 0;
	margin-top: 0;
}

table.invsible {
	width: 20%;
	margin: 40px auto
}

elemento {
	margin: 1em;
}

elemento img {
	max-width: 95%;
}

.sorting elemento {
	display: inline-block;
	height: 30px;
	overflow: hidden;
	margin: 5px 30px
}

#speciale.sorting elemento {
	height: 120px
}

.salvataggi {
	font-weight: 500
}

h2,
sommario,
testata {
	font-variant: small-caps;
	font-weight: bold;
}

contenuto {
	display: block;
}

sommario,
testata {
	color: #e1340c
}

catenaccio {
	color: #f77d62
}

h2,
header h1 {
	letter-spacing: 1px;
	text-transform: uppercase
}

.header,
.w3-img {
	overflow: hidden
}

.w3-button:hover {
	color: #e1340c!important;
	background: #e5e9c5!important;
}

header h1 {
	display: inline-block;
	margin: 5px 15%;
	font-family: Raleway, Roboto, sans-serif
}

h2 {
	font-family: Raleway, Roboto, sans-serif;
	text-align: center
}

.w3-container h2 {
	font-size: 20px
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	border: none;
	margin: 10px auto
}

h2,
header h1 {
	text-transform: uppercase
}

h3 {
	font-family: 'Raleway';
}

.nl-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 750px;
	max-height: 90vh;
	min-height: 10vh;
	overflow: auto;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.nl-hide {
	display: none;
}

.nl-swal-popup {
	border: 1px solid var(--nl-basecolor);
	color: var( --nl-color-white);
	backdrop-filter: blur(16px);
	align-items: start;
}

.nl-swal-icon {
	display: none!important;
}

.nl-swal-popup.swal2-icon-success {
	background-image: url(../images/icon_success.svg)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 40%!important;
}

.nl-swal-popup.swal2-icon-error {
	background-image: url(../images/icon_error.svg)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 40%!important;
}

.nl-swal-popup.swal2-icon-info {
	background-image: url(../images/icon_info.svg)!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: 40%!important;
}

.nl-swal-title {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-size: 21px;
	color: var(--nl-color-white);
	font-weight: 500;
	border-bottom: 2px solid var(--nl-basecolor);
	width: fit-content;
	margin: 10px auto;
}

.nl-swal-htmlcontainer {
	font-family: 'Raleway';
	font-size: 15px;
	line-height: 150%;
	text-align: justify;
}

.nl-swal-denybutton {
	background: var(--nl-basecolor-d3)!important;
}

.nl-swal-input {
	background: var(--nl-color-darkgrey);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	font-family: 'Raleway';
	margin: auto;
	border: 1px solid var(--nl-color-darkest);
}

.nl-swal-input:focus {
	box-shadow: 0px 0px 10px 0px var(--nl-basecolor);
	border: 1px solid var(--nl-basecolor);
}

.nl-swal-input:disabled {
	opacity: 0.5;
	border: none;
}

select.nl-swal-input option {
	background: var(--nl-color-darkgrey);
	font-size: 15px;
	font-variant: small-caps;
}

.nl-theme-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nl-theme-top-right {
	position: absolute;
	top: 5%;
	right: 5%;
	transform: translate(-50%, -50%);
}

.nl-theme-top-left {
	position: absolute;
	top: 5%;
	left: 5%;
	transform: translate(-50%, -50%);
}

.nl-swal-confirmbutton {
	background-color: var(--nl-basecolor)!important;
}

.nl-swal-modalimg {
	width: 90vw;
	height: 95vh;
	background: #10131640!important;
	backdrop-filter: blur(40px);
}

.nl-swal-validationmessage {
	background: var(--nl-color-darkgrey);
	color: var(--nl-colo-white);
	font-family: 'Raleway';
	padding: 10px;
	height: 45px;
}

.nl-slider-corner {
	background: var(--nl-color-darkest);
	border: none!important;
	width: 75%;
	margin: 20px auto;
}

.nl-slider-handler {
	background: var(--nl-color-grey)!important;
	border-radius: 50%;
	border: 0!important;
	cursor: grab!important;
}

.nl-slider-handler.ui-state-active {
	cursor: grabbing!important;
}

.nl-tooltip {
	position: fixed;
	background: var(--nl-color-darkest);
	font-size: 15px;
	color: var(--nl-color-white);
	padding: 0.75em;
	border-radius: 10px;
	border: 2px solid var(--nl-color-darkgrey);
	font-family: 'Raleway';
	max-width: 500px;
	z-index: 1800;
	width: fit-content;
}

.nl-scroll {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.nl-scroll-inside {
	width: fit-content;
	position: relative;
}

.nl-scroll-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--nl-basecolor);
	font-size: 37px;
	height: 100%;
	display: flex;
	align-items: center;
	display: none;
	cursor: pointer;
}

.nl-scroll-button.nl-scroll-left {
	left: 0;
	justify-content: flex-start;
	background: linear-gradient(to left, transparent 5%, var(--nl-color-darkgrey) 95%);
}

.nl-scroll-button.nl-scroll-right {
	right: 0;
	justify-content: flex-end;
	background: linear-gradient(to right, transparent 5%, var(--nl-color-darkgrey) 95%);
}

.nl-button {
	background: var(--nl-basecolor);
	border-radius: 5px;
	font-family: 'Raleway';
	color: var(--nl-white);
	font-weight: bold;
	padding: 5px;
}

.nl-small-button {
	display: inline-block;
	margin: auto 5px;
	border-radius: 5px;
	background: var(--nl-basecolor);
	color: var(--nl-color-white);
	width: 25px;
}

.nl-editable-html-button {
	position: fixed;
}

.nl-dataspoiler-modal {
	width: 50%;
	max-height: 85vh;
	overflow: auto;
	padding: 1em;
	font-size: 13px;
	border: none;
}

.nl-dataspoiler .nl-button {
	display: block;
	margin: 20px 0;
}

a.nl-dataspoiler {
	font-weight: bold;
}

select#DT-Modal-PGList {
	margin: 15px 0;
}

textarea#DT-Textarea {
	width: 100%;
	height: 13vh;
	border-radius: 10px;
	padding: 5px;
	overflow: auto;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid;
	color: var(--nl-color-white);
}

div#DT-Settings>button {
	display: block;
}

button#DT-Add-Html {
	margin: 5px 0 30px;
}

.dataspoiler-user {
	width: 75%;
}

.dataspoiler-html-content {
	padding: 15px;
	white-space: pre-wrap;
}

.dataspoiler-user #DT-Content {
	width: 50%;
	height: 70vh;
	overflow: auto;
	padding: 15px;
}

.dt-listelement {
	padding: 5px;
	height: 60px;
	width: 90%;
	margin: 5px 0;
	cursor: grab;
	border-bottom: 1px solid;
}

.dt-icon {
	width: 100px;
	text-align: center;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	color: var(--nl-basecolor);
}

.dt-nome {
	width: calc(100% - 150px);
	overflow: hidden;
	height: 50px;
	text-overflow: ellipsis;
}

button.dt-delete {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background: transparent;
	color: var(--nl-basecolor);
}

.dt-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

h3.dt-h3 {
	text-align: center;
	margin: 40px;
	font-variant: small-caps;
	font-size: 19px;
	color: var(--nl-basecolor);
}

.dt-listelement img {
	max-height: 50px;
}

div#DT-Content img {
	max-width: 90%;
}

div#DS-Container {
	align-items: flex-start;
}

ddiv#DT-Settings {
	width: 50%;
	height: 70vh;
	overflow: auto;
	padding: 0 10px;
}

.nl-dataspoiler .nl-swal-htmlcontainer {
	text-align: justify;
	max-height: 65vh;
}

button.nl-editable-html-button {
	background: var(--nl-basecolor);
	color: var(--nl-color-white);
	border-radius: 5px;
	width: 30px;
	height: 30px;
	margin: 0;
}

.nl-editable {
	border-bottom: 1px solid;
	margin: 3px 0;
	display: inline-block;
	width: fit-content;
	opacity: 0.90;
	border-color: var(--nl-color-grey);
	min-width: 30px;
	padding: 5px 2px;
}

.nl-editable:not(.nl-editable-edited):before {
	content: attr(data-placeholder);
	opacity: 0.75;
}

.nl-explorer {
	font-family: 'Raleway';
	font-size: 14px;
	width: 90%;
	margin: 2em auto;
	border-spacing: 0;
}

.nl-explorer tr {
	background: var(--nl-color-darkest);
}

.nl-explorer td {
	border-bottom: 1px solid var(--nl-color-darkgrey);
	padding: 5px;
	max-width: 150px;
}

.nl-explorer td.nl-explorer-clickable {
	cursor: pointer;
}

.nl-explorer td.nl-explorer-clickable:hover {
	background: var(--nl-color-darkgrey);
}

.nl-explorer th {
	border-bottom: 2px solid var(--nl-basecolor);
	padding: 5px;
	font-weight: 500;
	font-variant: small-caps;
	text-align: center;
}

.nl-explorer-icon {
	font-size: 20px;
	padding: 0 5px;
	color: var(--nl-basecolor);
}

.nl-explorer-drop.ui-droppable-hover {
	background-color: var(--nl-color-grey);
}

.nl-select {
	display: block;
	margin: 3em auto;
	font-family: 'Raleway';
	background: var(--nl-color-darkgrey);
	color: var(--nl-color-white);
	padding: 0.5em;
	font-size: 13pt;
	border: 1px solid var(--nl-color-darkest);
}

.nl-flex {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

.nl-avatar {
	border-radius: 50%;
	overflow: hidden;
}

.nl-avatar>img {
	position: relative;
	min-height: 100%;
	min-width: 100%;
	max-width: unset;
}

.nl-text-right {
	text-align: right;
}

.navbar {
	position: sticky;
	min-height: 50px;
	top: 0;
	left: 0;
	z-index: 899;
	background: var(--nl-basecolor);
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.navbar-content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 50%;
	flex-wrap: wrap;
	flex-direction: row;
}

.navbar-content:first-child {
	justify-content: flex-start;
}

.navbar-content:nth-child(2) {
	justify-content: center;
	width: 0%;
}

.navbar-content>div:not(.nl-notifiche):not(.nl-menu) {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	cursor: pointer;
	margin: auto 20px;
	position: relative;
	font-size: 18px;
}

.navar-user-button>a {
	color: var(--nl-color-white);
	font-weight: bold;
	font-family: 'Raleway';
	border-radius: 30px;
	padding: 0 9px;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
}

.navbar-menu-button {
	width: 40px;
	height: 40px;
	background: var(--nl-basecolor-d3);
	color: var(--nl-color-white);
	border-radius: 50%;
}

.navbar-menu-button>a {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

img.svg-left-icon {
	height: 18px;
}

.navbar-logo {
	width: 195px;
	background: linear-gradient(to right, #1a2024 145px, #e1340c 190px);
	height: 100%;
	margin: 0!important;
	display: flex;
	justify-content: flex-start!important;
}

.navbar-avatar {
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background: var(--nl-color-darkgrey);
	border-radius: 50%;
}

.navbar-username {
	margin-left: 1em;
	height: 40px;
	line-height: 40px;
	font-family: 'Raleway';
	font-size: 15px;
}

.nl-notifiche {
	position: fixed;
	display: none;
	top: 50px;
	right: 1vw;
	width: 400px;
	height: 500px;
	background: var(--nl-color-darkest);
	border-radius: 0 0 20px 20px;
	box-shadow: 1px 9px 13px 0px #00000069;
}

ul.nl-notifiche-lista {
	list-style-type: none;
	padding: 0;
	color: var(--nl-color-white);
	font-size: 14px;
	font-family: 'Raleway';
	height: 100%;
	overflow-y: scroll;
	text-align: justify;
	height: calc(100% - 25px);
	margin: 0;
	background: var(--nl-color-darkest);
}
ul.nl-notifiche-lista > a {
    text-decoration: none;
}
.nl-notifiche-notifica {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid var(--nl-color-darkgrey);
	cursor: pointer;
	min-height: 80px;
	position: relative;
}

.nl-notifiche-notifica:hover {
	background: var(--nl-color-grey);
}

.nl-notifica-nonperm {
	background: var(--nl-color-darkgrey);
}

.nl-notifiche-avatar {
	width: 35px;
	height: 35px;
}

.nl-notifiche-text {
	width: calc(100% - 55px);
	padding: 7px;
	position: relative;
}

.nl-notifiche-text b {
	color: var(--nl-basecolor);
}

.nl-notifica-data {
	font-size: 12px;
	padding: 3px 0;
	text-align: right;
	opacity: 0.85;
	position: absolute;
	right: 0;
	bottom: 0;
}

.navbar-num-notifiche {
	position: absolute;
	width: 22px;
	height: 22px;
	background: var(--nl-color-white);
	bottom: -2px;
	right: -9px;
	border-radius: 50%;
	border: 2px solid var(--nl-basecolor);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	color: var(--nl-basecolor-d3);
	font-family: 'Raleway';
}

li.nl-notifiche-titolo-li {
	padding: 5px 10px;
	background: var(--nl-color-darkest);
	position: sticky;
	top: 0;
	z-index: 1;
}

h3.nl-notifiche-titolo {
	padding-left: 6px;
	font-size: 22px;
	font-family: 'Raleway';
	font-variant: small-caps;
	font-weight: 500;
	color: var(--nl-color-white);
	margin: auto;
	text-align: center;
	width: fit-content;
	border-bottom: 2px solid var(--nl-basecolor);
	padding: 0 15px;
}

.nl-menu {
	position: fixed;
	top: 50px;
	right: 0;
	display: none;
	background: var(--nl-color-darkest);
	width: 300px;
	color: var(--nl-color-white);
	font-family: 'Raleway';
	border: 1px solid var(--nl-color-darkgrey);
	border-radius: 0px 0px 20px 20px;
}

.nl-menu.open,
.nl-notifiche.open {
	display: flex;
}

.nl-menu>ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
}

.nl-menu>ul>li {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	height: 75px;
	cursor: pointer;
	padding: 10px;
	width: 95%;
	margin: auto;
}

.nl-menu>ul>li:hover {
	background: var(--nl-color-darkgrey);
	font-weight: bold;
}

.nl-menu-profile {
	height: 100px!important;
	border-bottom: 1px solid var(--nl-color-grey);
}

.nl-menu-avatar {
	width: 70px;
	height: 70px;
}

.nl-menu-username {
	font-weight: bold;
	color: var(--nl-basecolor);
	font-size: 20px;
}

.nl-menu-icon {
	width: 50px;
	text-align: center;
	background: var(--nl-color-darkgrey);
	height: 50px;
	border-radius: 50%;
	font-size: 22px;
	line-height: 51px;
}

.nl-menu-text {
	width: calc(100% - 70px);
	padding-left: 20px;
	font-size: 18px;
}

.nl-menu-profile .nl-menu-text {
	width: calc(100% - 70px);
	padding-left: 20px;
	font-size: 15px;
}

div.scrolled-to {
	border: 2px solid var(--nl-basecolor);
}

tr.scrolled-to {
	background: var(--nl-color-darkgrey);
}

.nl-input {
	background: var(--nl-color-darkgrey);
	border: none;
	color: var(--nl-color-white);
	font-size: 16px;
	padding: 2px 5px;
}

.nl-post-template,
.nl-post-left {
	background: linear-gradient(var(--nl-basecolor)0px, var(--nl-color-darkest) 180px);
	color: var(--nl-color-white);
	font-weight: normal;
	font-family: 'Open Sans';
	font-size: 16px;
	padding: 10px 20px;
}

.nl-template-content {
	white-space: pre-line;
}

.nl-template-header {
	text-align: center;
	height: 180px;
	padding-top: 25px;
	color: var(--nl-color-white);
}

h2.nl-template-titolo {
	font-size: 30px;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
	font-family: 'Raleway';
	text-align: center!important;
}

.nl-template-avatar {
	width: 150px;
	height: 150px;
	border: 4px solid;
	margin: 20px auto;
}

.nl-template-info {
	text-align: center;
	font-size: 13px;
	white-space: pre-line;
}

.nl-template-tpers {
	text-align: center;
	margin: 40px auto;
	font-size: 14px;
	font-variant: small-caps;
}


/*Cambio avatar*/

.cambio-avatar-swal-popup {
	width: 750px;
	max-height: 85vh;
}

div#CambioAvatar-Album {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
	justify-content: space-around;
	padding-top: 50px;
	position: relative;
}

button.avatar-upload-img {
	position: sticky;
	top: 0;
	background: var(--nl-basecolor);
	color: var(--nl-color-white);
	font-family: 'Raleway';
	padding: 10px;
	font-weight: bold;
	z-index: 20;
	box-shadow: 7px 5px 5px 4px #0000004f;
}

.cambio-avatar-album-img {
	overflow: hidden;
	width: 200px;
	max-height: 400px;
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
}

.cambio-avatar-album-img img {
	max-width: 100%;
	min-width: 200px;
	transition: all 250ms;
}

.cambio-avatar-zoom-overlay {
	width: 230px;
	height: 230px;
	border-radius: 50%;
	overflow: hidden;
	margin: 20px auto;
}

.cambio-avatar-zoom-overlay img {
	cursor: move;
	min-height: 100%;
}

.cambio-avatar-zoom-overlay.avatar-panel {
	border: 11px solid var(--nl-color-darkgrey);
}

.cambio-avatar-zoom-overlay.copertina-panel {
	width: 1300px;
	height: 400px;
	border-radius: 0;
	border-left: 10px solid var(--nl-color-darkgrey);
	border-right: 10px solid var(--nl-color-darkgrey);
}

.cambio-avatar-zoom-overlay.timeline-panel {
	border-radius: 0;
	width: 162px;
	height: 250px;
	border: none!important;
}

.cambio-avatar-swal-popup.copertina-panel {
	width: 1400px;
	height: 98vh;
}

.cambio-avatar-swal-htmlcontainer {
    overflow: auto;
    height: 500px;
}

.cambio-avatar-regolatore-swal-htmlcontainer p {
	font-family: 'Raleway';
	font-variant: small-caps;
	font-size: 17px;
	line-height: 175%;
}

.nl-profilo-pc {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}

.nl-profilo-img.nl-avatar {
	width: 100px;
	height: 100px;
	border: 4px solid;
	margin-right: 10px;
}

.nl-profilo-content {
	width: calc(100% - 110px);
}

.nl-autocomplete {
	z-index: 9999;
	background: var(--nl-color-darkest);
	color: var(--nl-color-white);
	font-family: 'Raleway';
	font-size: 17px;
	border: 1px solid var(--nl-color-darkgrey)!important;
}

.nl-autocomplete>li {
	height: 50px;
}

.nl-autocomplete>li>.ui-state-active {
	background: var(--nl-basecolor);
	border: none;
}

.nl-modal.modal_upload {
	width: 450px;
	height: 66vh;
	border-radius: 20px;
	box-shadow: 5px 5px 15px 1px var(--nl-color-darkgrey);
	min-height: 500px;
}

.upload-drop {
	height: 50%;
	background-color: var(--nl-color-darkgrey);
	position: relative;
}

.upload-drop:after {
	content: "";
	width: 85%;
	height: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 3px dashed var(--nl-color-white);
	border-radius: 20px;
}

.upload-drop:before {
	content: "Clicca o rilascia un'immagine qui per upparla";
	font-family: 'Raleway';
	display: block;
	position: absolute;
	width: 85%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
	color: var(--nl-basecolor);
	font-weight: bold;
	z-index: 10;
}

.upload-classic {
	height: 50%;
	padding: 15px;
	background: var(--nl-color-darkest);
	color: #e9e5d5;
	font-size: 13px;
	font-family: 'Raleway';
}

.upload-images-divider {
	position: relative;
	text-align: center;
}

.upload-images-divider:before,
.upload-images-divider:after {
	content: "";
	width: 60px;
	border-bottom: 2px solid var(--nl-color-darkgrey);
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 250ms;
}

.upload-drop:hover:after {
	background: var(--nl-color-darkest);
}

.upload-images-divider:before {
	left: calc(50% + 35px);
}

.upload-images-divider:after {
	right: calc(50% + 35px);
}

.upload-drop.dz-drag-hover {
	background: #5f6c76;
}

.upload-drop.dz-drag-hover:before {
	color: var(--nl-color-darkest);
	content: "Rilascia";
}

.upload-drop.dz-drag-hover:after {
	width: 50%;
	height: 20%;
	border: 2px solid;
}

div#UploadInputText>input {
	display: block;
	margin-top: 10%;
	background: var(--nl-color-darkgrey);
	color: var(--nl-color-white);
	border-radius: 5px;
	border-bottom: 2px solid var(--nl-basecolor);
}

.upload-paste {
	width: 100%;
	height: 50px;
	background: var(--nl-color-darkgrey);
	margin: 35px auto;
	border-radius: 20px;
	font-size: 0px;
	position: relative;
	transition: all 300ms;
}

.upload-paste.pastable-focus {
	height: 100px;
	border: 2px solid var(--nl-basecolor);
	color: var(--nl-basecolor);
	margin: 17px auto;
}

.upload-paste.pastable-focus::before {
	content: "Incolla l'immagine!";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Raleway';
	font-size: 14px;
	color: var(--nl-color-white);
	width: 85%;
	text-align: center;
}

.upload-paste:focus-visible {
	border: 2px dashed var(--nl-color-white);
	outline: none;
}

.upload-paste::before {
	content: "Clicca qui ed incolla l'immagine per caricarla";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Raleway';
	font-size: 12px;
	color: var(--nl-color-white);
	width: 85%;
	text-align: center;
}

.upload-bottom {
	height: 10%;
	text-align: center;
	padding: 10px;
	background: var(--nl-color-darkgrey);
}

.nl-modal.modal_upload {
	width: 450px;
	height: 44vh;
	border-radius: 20px;
	box-shadow: 5px 5px 15px 1px var(--nl-color-darkgrey);
}

.nl-tabella-scheda {
	width: 90%;
	display: flex;
	margin: 20px auto;
	background: rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.nl-tabella-scheda b {
	font-variant: small-caps;
}

.nl-tabella-left {
	display: block;
	padding: 10px;
	width: 25%;
}

.nl-avatar.nl-tabella-img {
	width: 150px;
	height: 150px;
	border: 5px solid;
}

.nl-tabella-header.nl-flex {
	text-align: center;
	margin: 10px auto;
}

ul.nl-tabella-stat {
	list-style-type: none;
	padding: 0 10px;
	margin: 5px 0 20px 0;
}

.nl-flex.nl-tabella-row2 {
	display: flex;
	align-items: flex-start;
	width: 90%;
	margin: auto;
}

.nl-flex.nl-tabella-row2>div {
	width: 33%;
}

.nl-tabella-scheda h4 {
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 2px solid;
	width: 90%;
	margin: 10px auto;
	padding-bottom: 5px;
}

.nl-tabella_right {
	max-height: 300px;
	overflow: auto;
	font-size: 16px;
	width: 75%;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.nl-login label {
	display: block;
	margin: 30px auto;
	width: 80%;
	line-height: 200%;
	text-align: center;
	font-size: 18px;
}

.nl-frogot {
	font-size: 16px;
	font-weight: bold;
	color: var(--nl-basecolor);
	cursor: pointer;
}

.nl-frogot:hover {
	text-decoration: underline;
}

.nl-login input {
	width: 100%;
	margin: 10px auto;
	padding: 5px;
	font-size: 15px;
	border-radius: 10px;
}

div#Login-Declarative {
	display: none;
}

div#Recupero-Declarative {
	display: none;
}

.nl-avatar.nl-imgpg {
	width: 100px;
	height: 100px;
}

table#Lista-PG {
	width: 66vw;
	margin: 100px auto;
	min-width: 800px;
}

#Lista-PG tr {
	background-color: var(--nl-color-darkest);
}

#Lista-PG tr:hover {
	background-color: var(--nl-color-darkgrey);
}

#Lista-PG th {
	background: var(--nl-basecolor);
	color: var(--nl-color-darkest);
	font-size: 18px;
}

#Lista-PG th:first-child {
	background-image: none!important;
}

div#Lista-PG_length,
div#Lista-PG_filter {
	color: var(--nl-color-white);
	padding: 10px;
	font-family: 'Raleway';
}

div#Lista-PG_length select {
	width: 50px;
	color: var(--nl-color-white);
	text-align: center;
	border: 1px solid var(--nl-color-darkgrey);
	border-radius: 5px;
	background: var(--nl-color-darkest);
}

div#Lista-PG_paginate {
	color: var(--nl-color-white);
	font-family: 'Raleway';
}

a#Lista-PG_previous {
	color: inherit!important;
}

#Lista-PG_paginate a.paginate_button.current {
	background: var(--nl-basecolor)!important;
	border: none!important;
	color: var(--nl-color-white)!important;
	border-radius: 50%;
}

#Lista-PG_paginate a.paginate_button {
	color: var(--nl-color-white)!important;
}

#Lista-PG_paginate a.paginate_button:hover {
	border-radius: 50%;
	background: var(--nl-basecolor-d3);
}

a#Lista-PG_next,
#Lista-PG_previous {
	border-radius: 0!important;
}

a#Lista-PG_next,
#Lista-PG_previous {
	border-radius: 0!important;
}

.paginate_button.disabled {
	opacity: 0.5;
}

#Lista-PG td {
	text-align: center;
}

#Lista-PG td a {
	color: var(--nl-basecolor);
	font-weight: bold;
	text-decoration: none;
}

.table-wrapper {
	margin: 100px auto 20px auto;
	width: fit-content;
}

td.nl-listapg.energia7 {
	color: black;
	text-shadow: -1px 0px 12px white;
	font-weight: bold;
}

td.nl-listapg.energia6 {
	color: mediumpurple
}

td.nl-listapg.energia5 {
	color: rgb(52, 97, 194)
}

td.nl-listapg.energia4 {
	color: var(--nl-basecolor)
}

td.nl-listapg.energia3 {
	color: var(--nl-color-green)
}

td.nl-listapg.energia2 {
	color: gold
}

td.nl-listapg.energia1 {
	color: whitesmoke
}

.navbar-user-button.navbar-logo img:nth-child(1) {
	height: 40px;
}

.navbar-user-button.navbar-logo img:nth-child(2) {
	height: 35px;
}

.navbar-user-button.navbar-logo>a.nl-flex {
	width: 160px;
	height: 50px;
	display: flex;
	align-content: center;
}

h3.nl-tabella-nomepg {
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 2px solid;
	text-align: center;
	padding: 5px 10px;
	margin: 10px auto;
	width: fit-content;
}

ol.nl-tabella-slot {
	white-space: normal;
}

tr.congelato {
	opacity: 0.75;
	filter: grayscale(1);
}